Lines Matching full:qemu
509 model to QEMU, the CPU model features and facilities need to be turned on
512 /usr/bin/qemu-system-s390x ... -cpu z13,ap=on,apqci=on,apft=on,apqi=on
517 /usr/bin/qemu-system-s390x ... -cpu host,ap=off,apqci=off,apft=off,apqi=off
932 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
937 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
942 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
1038 the mdev is in use by a KVM guest. If the guest is being emulated by QEMU,
1062 virsh qemu-monitor-command <guest-name> --hmp "device-del <device-id>"
1065 qemu command line with 'id=hostdev0' from the guest named 'my-guest':
1069 virsh qemu-monitor-command my-guest --hmp "device_del hostdev0"
1071 2. A vfio_ap mediated device can be hot unplugged by attaching the qemu monitor
1072 to the guest and using the following qemu monitor command:
1074 (QEMU) device-del id=<device-id>
1077 on the qemu command line with 'id=hostdev0' when the guest was started:
1079 (QEMU) device-del id=hostdev0
1106 virsh qemu-monitor-command <guest-name> --hmp \
1113 virsh qemu-monitor-command my-guest --hmp \
1118 2. A vfio_ap mediated device can be hot plugged by attaching the qemu monitor
1119 to the guest and using the following qemu monitor command:
1121 (qemu) device_add "vfio-ap,sysfsdev=<path-to-mdev>,id=<device-id>"
1127 (QEMU) device-add "vfio-ap,\