|
@@ -158,7 +158,7 @@ instance.
|
|
|
|
|
|
# imagefolder="/mnt/vms/colo-test-primary"
|
|
# imagefolder="/mnt/vms/colo-test-primary"
|
|
|
|
|
|
-# qemu-system-x86_64 -enable-kvm -cpu qemu64,+kvmclock -m 512 -smp 1 -qmp stdio \
|
|
|
|
|
|
+# qemu-system-x86_64 -enable-kvm -cpu qemu64,kvmclock=on -m 512 -smp 1 -qmp stdio \
|
|
-device piix3-usb-uhci -device usb-tablet -name primary \
|
|
-device piix3-usb-uhci -device usb-tablet -name primary \
|
|
-netdev tap,id=hn0,vhost=off,helper=/usr/lib/qemu/qemu-bridge-helper \
|
|
-netdev tap,id=hn0,vhost=off,helper=/usr/lib/qemu/qemu-bridge-helper \
|
|
-device rtl8139,id=e0,netdev=hn0 \
|
|
-device rtl8139,id=e0,netdev=hn0 \
|
|
@@ -189,7 +189,7 @@ any IP's here, except for the $primary_ip variable.
|
|
|
|
|
|
# qemu-img create -f qcow2 $imagefolder/secondary-hidden.qcow2 10G
|
|
# qemu-img create -f qcow2 $imagefolder/secondary-hidden.qcow2 10G
|
|
|
|
|
|
-# qemu-system-x86_64 -enable-kvm -cpu qemu64,+kvmclock -m 512 -smp 1 -qmp stdio \
|
|
|
|
|
|
+# qemu-system-x86_64 -enable-kvm -cpu qemu64,kvmclock=on -m 512 -smp 1 -qmp stdio \
|
|
-device piix3-usb-uhci -device usb-tablet -name secondary \
|
|
-device piix3-usb-uhci -device usb-tablet -name secondary \
|
|
-netdev tap,id=hn0,vhost=off,helper=/usr/lib/qemu/qemu-bridge-helper \
|
|
-netdev tap,id=hn0,vhost=off,helper=/usr/lib/qemu/qemu-bridge-helper \
|
|
-device rtl8139,id=e0,netdev=hn0 \
|
|
-device rtl8139,id=e0,netdev=hn0 \
|