crosvm/devices/src
Daniel Verkamp ddd8180a13 Fix VolatileSlice calls in all modules
The VolatileSlice API changed, but some callers were not updated to
match.  Fix them up so that builds with additional features enabled
(e.g. kokoro) pass again.

BUG=None
TEST=cargo test -p disk --features=composite-disk
TEST=docker/wrapped_smoke_test.sh

Change-Id: I97b3cd04549af30b7dc1515245f025d9439669bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2216399
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Auto-Submit: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2020-05-27 04:46:31 +00:00
..
irqchip devices: irqchip: new irqchip module 2020-05-18 23:56:23 +00:00
pci pci: refactor FDT/MPTABLE creation to use PciAddress. 2020-05-05 00:03:46 +00:00
register_space Remove redundant single-component imports 2020-04-26 00:15:36 +00:00
usb devices: usb: ignore busy flag in interrupter 2020-05-16 01:12:26 +00:00
utils Add explicit dyn for trait objects 2019-10-17 03:35:35 +00:00
virtio Fix VolatileSlice calls in all modules 2020-05-27 04:46:31 +00:00
acpi.rs acpi: refactor the ACPI PM device 2020-05-11 13:43:59 +00:00
bus.rs acpipm: implement suspend and resume mechanism 2020-02-19 10:38:04 +00:00
cmos.rs
i8042.rs crosvm: PIT: use full address and avoid conflict 2019-12-10 05:08:11 +00:00
ioapic.rs crosvm: Add plumbing for split-irqchip interrupts 2020-03-05 13:12:23 +00:00
lib.rs devices: irqchip: new irqchip module 2020-05-18 23:56:23 +00:00
pic.rs crosvm: Add plumbing for split-irqchip interrupts 2020-03-05 13:12:23 +00:00
pit.rs Fix warnings added in rust 1.42 2020-03-17 00:05:44 +00:00
pl030.rs
proxy.rs devices: remove user_command from proxy device 2020-01-09 07:53:57 +00:00
serial.rs devices: add SerialDevice trait 2020-04-23 07:17:58 +00:00
serial_device.rs devices: add SerialDevice trait 2020-04-23 07:17:58 +00:00
split_irqchip_common.rs crosvm: Add plumbing for split-irqchip interrupts 2020-03-05 13:12:23 +00:00
vfio.rs Vfio: multi vfio group support 2020-03-06 01:50:11 +00:00