cloud-hypervisor/acpi_tables
Rob Bradford eae4b315e4 acpi_tables: aml: Replace use of Vec::append with Vec::extend_from_slice
Avoid removing from the source vector by using Vec::extend_from_slice().
The primitive values (bytes) will be copied from the source in either
case.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-11-08 16:46:30 +00:00
..
src acpi_tables: aml: Replace use of Vec::append with Vec::extend_from_slice 2021-11-08 16:46:30 +00:00
Cargo.toml Revert "build: bump vm-memory from 0.6.0 to 0.7.0" 2021-10-22 11:09:36 +02:00