mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 14:29:56 +00:00
e7201afdf7
This adds support for host-model and host-passthrough CPU modes to qemu driver. The host-passthrough mode is mapped to -cpu host.
20 lines
349 B
Plaintext
20 lines
349 B
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/home/test \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
./qemu-supported-cpus.sh \
|
|
-S \
|
|
-M pc \
|
|
-cpu Penryn,+xtpr,+tm2,+est,+vmx,+ds_cpl,+monitor,+pbe,+tm,+ht,+ss,+acpi,+ds,+vme,-sse4.1 \
|
|
-m 214 \
|
|
-smp 6 \
|
|
-nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
-no-acpi \
|
|
-boot n \
|
|
-net none \
|
|
-serial none \
|
|
-parallel none \
|
|
-usb
|