crosvm/tests
Zach Reizner 506105dc0d use SharedMemory::{named, anon} to replace ::new
The new constructors are shorter and omit the bare `None` in the `anon`
call sites which gave no clues to the reader what the effect of that
`None` was. This should improve readability.

TEST=./build_test
BUG=None

Change-Id: I2e34e7df9a4ccc5da50edf4e963a6a42e3d84b22
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1797188
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2019-09-11 09:34:12 +00:00
..
mini_plugin_template.c
plugin.policy
plugin_adder.c
plugin_dirty_log.c
plugin_extensions.c
plugin_ioevent.c
plugin_irqfd.c
plugin_msr_index_list.c
plugin_net_config.c
plugin_supported_cpuid.c
plugin_vcpu_pause.c
plugin_vm_state.c
plugins.rs use SharedMemory::{named, anon} to replace ::new 2019-09-11 09:34:12 +00:00