Signed-off-by: Ming Lei <[email protected]> --- shared/cfg/guest-os/Linux/LinuxCustom/trusty.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shared/cfg/guest-os/Linux/LinuxCustom/trusty.cfg
diff --git a/shared/cfg/guest-os/Linux/LinuxCustom/trusty.cfg b/shared/cfg/guest-os/Linux/LinuxCustom/trusty.cfg new file mode 100644 index 0000000..c25851d --- /dev/null +++ b/shared/cfg/guest-os/Linux/LinuxCustom/trusty.cfg @@ -0,0 +1,13 @@ +- Trusty.arm64: + image_name = images/trusty-linux + image_format = raw + auto_cpu_model = no + cpu_model = host + machine_type = virt + display = nographic + vga = none + kernel = images/vmlinuz + kernel_params ="earlyprintk console=ttyAMA0 console=hvc0 mem=1024M rootdelay=1 rootfstype=ext4 root=/dev/vda rw" + pci_assignable = no + usbs = "" + usb_devices = "" -- 1.7.9.5 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
