From: Jan Kiszka <[email protected]>

No point in maintaining this lengthy beast twice, only risking
inconsistencies.

Signed-off-by: Jan Kiszka <[email protected]>
---
 configs/qemu-vm.c | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/configs/qemu-vm.c b/configs/qemu-vm.c
index 34f1513..d776b15 100644
--- a/configs/qemu-vm.c
+++ b/configs/qemu-vm.c
@@ -4,7 +4,7 @@
  * Test configuration for QEMU Q35 VM, 1 GB RAM, 4 cores,
  * 6 MB hypervisor, 60 MB inmates (-4K shared mem device)
  *
- * Copyright (c) Siemens AG, 2013-2015
+ * Copyright (c) Siemens AG, 2013-2016
  *
  * Authors:
  *  Jan Kiszka <[email protected]>
@@ -12,17 +12,7 @@
  * This work is licensed under the terms of the GNU GPL, version 2.  See
  * the COPYING file in the top-level directory.
  *
- * QEMU command line for Intel-based setups:
- * qemu-system-x86_64 -machine q35 -m 1G -enable-kvm -smp 4 \
- *  -drive file=/path/to/image,id=disk,if=none -device ide-hd,drive=disk \
- *  -virtfs local,path=/local/path,security_model=passthrough,mount_tag=host \
- *  -cpu kvm64,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+vmx,+x2apic
- *
- * QEMU command line for AMD-based setups:
- * qemu-system-x86_64 /path/to/image -m 1G -enable-kvm -smp 4 \
- *  -virtfs local,path=/local/path,security_model=passthrough,mount_tag=host \
- *  -cpu host,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+svm,+x2apic
- *
+ * See README.md for QEMU command lines on Intel and AMD.
  * Guest kernel command line appendix: memmap=66M$0x3b000000
  */
 
-- 
2.1.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to