mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
9cff1e29d3
Introduce capabilities based on qemu commit 'v9.1.0-803-g05adb38839'. Notable changes: - new 9.2 machine types - 'gluster' disk backend deprecated - 'reconnect' option of chardevs replaced by 'reconnect-ms' - this includes test output changes happening in this patch as 'reconnect' was deprecated in the same patch that introduced 'reconnect-ms' and thus couldn't be changed incrementally - cpu flags: - 'ibpb-brtype' added - 'vmx-exit-secondary-ctls' added - 'vmx-entry-load-rtit-ctl' added - migration capabilities/parameters - 'zero-blocks' deprecated - 'multifd-qatzip-level' added - 'pty' chardev backend gained 'path' attribute - 'cris' and 'she4b' arches removed (from 'query-cpus-fast' data) - 'copy-before-write' block filter gained 'min-cluster-size' - 'vhost-user-scmi', 'serial-mm' removed Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
80 lines
5.9 KiB
Plaintext
80 lines
5.9 KiB
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1 \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
XDG_DATA_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.local/share \
|
|
XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.cache \
|
|
XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.config \
|
|
/usr/bin/qemu-system-x86_64 \
|
|
-name guest=QEMUGuest1,debug-threads=on \
|
|
-S \
|
|
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-QEMUGuest1/master-key.aes"}' \
|
|
-machine pc,usb=off,dump-guest-core=off,memory-backend=pc.ram,acpi=off \
|
|
-accel tcg \
|
|
-cpu qemu64 \
|
|
-m size=219136k \
|
|
-object '{"qom-type":"memory-backend-ram","id":"pc.ram","size":224395264}' \
|
|
-overcommit mem-lock=off \
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
|
-no-user-config \
|
|
-nodefaults \
|
|
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
-rtc base=utc \
|
|
-no-shutdown \
|
|
-boot strict=on \
|
|
-device '{"driver":"piix3-usb-uhci","id":"usb","bus":"pci.0","addr":"0x1.0x2"}' \
|
|
-device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.0","addr":"0x3"}' \
|
|
-chardev parallel,id=charparallel0,path=/dev/parport0 \
|
|
-device '{"driver":"isa-parallel","chardev":"charparallel0","id":"parallel0"}' \
|
|
-add-fd set=0,fd=1751,opaque=channel0-log \
|
|
-chardev null,id=charchannel0,logfile=/dev/fdset/0,logappend=on \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"chardev-null"}' \
|
|
-add-fd set=1,fd=1751,opaque=channel1-log \
|
|
-chardev vc,id=charchannel1,logfile=/dev/fdset/1,logappend=on \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":2,"chardev":"charchannel1","id":"channel1","name":"chardev-vc"}' \
|
|
-chardev pty,id=charchannel2 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":3,"chardev":"charchannel2","id":"channel2","name":"chardev-pty"}' \
|
|
-chardev stdio,id=charchannel3 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":4,"chardev":"charchannel3","id":"channel3","name":"chardev-stdio"}' \
|
|
-add-fd set=2,fd=1750,opaque=channel4-source \
|
|
-chardev file,id=charchannel4,path=/dev/fdset/2,append=on \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":5,"chardev":"charchannel4","id":"channel4","name":"chardev-file"}' \
|
|
-chardev pipe,id=charchannel5,path=/path/to/pipe \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":6,"chardev":"charchannel5","id":"channel5","name":"chardev-pipe"}' \
|
|
-chardev serial,id=charchannel6,path=/path/to/device \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":7,"chardev":"charchannel6","id":"channel6","name":"chardev-dev"}' \
|
|
-chardev socket,id=charchannel7,fd=1729,server=on,wait=off \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":8,"chardev":"charchannel7","id":"channel7","name":"chardev-unix-listen"}' \
|
|
-chardev socket,id=charchannel8,path=/path/to/unix-listen,reconnect-ms=2000 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":9,"chardev":"charchannel8","id":"channel8","name":"chardev-unix-connect"}' \
|
|
-chardev socket,id=charchannel9,host=1.2.3.4,port=5678,server=on,wait=off \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":10,"chardev":"charchannel9","id":"channel9","name":"chardev-tcp-listen-raw"}' \
|
|
-chardev socket,id=charchannel10,host=1.2.3.4,port=5679,telnet=on,server=on,wait=off \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":11,"chardev":"charchannel10","id":"channel10","name":"chardev-tcp-listen-telnet"}' \
|
|
-object '{"qom-type":"tls-creds-x509","id":"objcharchannel11_tls0","dir":"/etc/pki/libvirt-chardev","endpoint":"client","verify-peer":true}' \
|
|
-chardev socket,id=charchannel11,host=1.2.3.4,port=5678,reconnect-ms=2000,tls-creds=objcharchannel11_tls0 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":12,"chardev":"charchannel11","id":"channel11","name":"chardev-tcp-connect-raw"}' \
|
|
-object '{"qom-type":"tls-creds-x509","id":"objcharchannel12_tls0","dir":"/etc/pki/libvirt-chardev","endpoint":"client","verify-peer":true}' \
|
|
-chardev socket,id=charchannel12,host=hostname.global.,port=5679,telnet=on,reconnect-ms=2000,tls-creds=objcharchannel12_tls0 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":13,"chardev":"charchannel12","id":"channel12","name":"chardev-tcp-connect-telnet"}' \
|
|
-chardev udp,id=charchannel13,host=127.0.0.1,port=2222,localaddr=,localport=0 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":14,"chardev":"charchannel13","id":"channel13","name":"chardev-udp-nobind"}' \
|
|
-chardev udp,id=charchannel14,host=127.0.0.1,port=2222,localaddr=127.0.0.1,localport=1111 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":15,"chardev":"charchannel14","id":"channel14","name":"chardev-udp-bind"}' \
|
|
-chardev spicevmc,id=charchannel15,name=vdagent \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":16,"chardev":"charchannel15","id":"channel15","name":"com.redhat.spice.0"}' \
|
|
-chardev qemu-vdagent,id=charchannel16,name=vdagent,clipboard=off,mouse=off \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":17,"chardev":"charchannel16","id":"channel16","name":"chardev-vdagent"}' \
|
|
-chardev dbus,id=charchannel17,name=test.channel.0 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":18,"chardev":"charchannel17","id":"channel17","name":"chardev-dbus"}' \
|
|
-chardev spiceport,id=charchannel18,name=test.channel.0 \
|
|
-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":19,"chardev":"charchannel18","id":"channel18","name":"chardev-spiceport"}' \
|
|
-audiodev '{"id":"audio1","driver":"spice"}' \
|
|
-spice port=5901,addr=0.0.0.0,seamless-migration=on \
|
|
-device '{"driver":"cirrus-vga","id":"video0","bus":"pci.0","addr":"0x2"}' \
|
|
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
|
|
-msg timestamp=on
|