cloud-hypervisor/vmm/src
Rob Bradford 28abfa9de5 vmm: openapi: Mark "initramfs" field nullable
This should make it a pointer in the Go generated code so that it will
be ommitted and thus not populated with an unhelpful default value.

Fixes: #1015

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-04-09 23:25:18 +02:00
..
api vmm: openapi: Mark "initramfs" field nullable 2020-04-09 23:25:18 +02:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vmm: config: Use Default::default() value for initramfs field 2020-04-09 17:28:45 +02:00
cpu.rs vmm: vm: Implement the Snapshottable trait 2020-04-07 12:26:10 +02:00
device_manager.rs vmm: vm: Implement the Snapshottable trait 2020-04-07 12:26:10 +02:00
interrupt.rs
lib.rs vmm: Add "prefault" option when restoring 2020-04-08 10:56:14 +02:00
memory_manager.rs vmm: Add "prefault" option when restoring 2020-04-08 10:56:14 +02:00
migration.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
seccomp_filters.rs vmm: Extend seccomp filters to allow snapshot/restore 2020-04-07 12:26:10 +02:00
vm.rs vmm: Allow PVH boot with initramfs 2020-04-09 17:28:03 +02:00