Lines Matching refs:qemu
482 /usr/bin/qemu-system-s390x ... -cpu z13,ap=on,apqci=on,apft=on,apqi=on
487 /usr/bin/qemu-system-s390x ... -cpu host,ap=off,apqci=off,apft=off,apqi=off
902 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
907 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
912 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
1002 virsh qemu-monitor-command <guest-name> --hmp "device-del <device-id>"
1005 qemu command line with 'id=hostdev0' from the guest named 'my-guest':
1009 virsh qemu-monitor-command my-guest --hmp "device_del hostdev0"
1011 2. A vfio_ap mediated device can be hot unplugged by attaching the qemu monitor
1012 to the guest and using the following qemu monitor command:
1017 on the qemu command line with 'id=hostdev0' when the guest was started:
1046 virsh qemu-monitor-command <guest-name> --hmp \
1053 virsh qemu-monitor-command my-guest --hmp \
1058 2. A vfio_ap mediated device can be hot plugged by attaching the qemu monitor
1059 to the guest and using the following qemu monitor command:
1061 (qemu) device_add "vfio-ap,sysfsdev=<path-to-mdev>,id=<device-id>"