crosvm/devices/src
Daniel Verkamp e7e7e51fb0 devices: virtio: replace byteorder with {to,from}_le_bytes()
Use the stabilized standard to_le_bytes() and from_le_bytes() functions
rather than the byteorder crate.

BUG=None
TEST=./build_test
TEST=cargo test -p devices virtio_pci_common_config

Change-Id: I4106a41484760b9e7e586de07135874238bcadb0
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1761154
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2019-08-26 23:41:52 +00:00
..
pci ac97: remove duplicated code 2019-08-20 15:34:29 +00:00
register_space edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
usb usb: clean up clippy unit_arg warning 2019-08-26 19:34:39 +00:00
utils usb: set event loop thread name 2019-05-08 19:35:15 -07:00
virtio devices: virtio: replace byteorder with {to,from}_le_bytes() 2019-08-26 23:41:52 +00:00
bus.rs edition: Use dyn syntax for trait objects 2019-04-08 02:51:37 -07:00
cmos.rs devices: cmos: report memory size in CMOS 2019-05-23 02:14:28 -07:00
i8042.rs edition: Fill in macro imports 2019-04-15 02:06:07 -07:00
ioapic.rs devices: Complete IOAPIC implementation. 2019-04-17 17:23:04 -07:00
lib.rs crosvm: add cmdline flags for configuring serial outputs in guest machine 2019-05-15 13:36:25 -07:00
pic.rs edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
pit.rs tree-wide: use PollContext::build_with where possible 2019-07-24 06:07:20 +00:00
pl030.rs edition: Fill in macro imports 2019-04-15 02:06:07 -07:00
proxy.rs devices: use libc::exit instead of process::exit 2019-08-14 18:12:16 +00:00
serial.rs Allow to connect standard input to a serial port other than the guest console 2019-08-03 20:03:23 +00:00
split_irqchip_common.rs devices: Start to implement IOAPIC. 2019-04-12 14:50:01 -07:00