Displaying 2 results from an estimated 2 matches for "myguest1".
Did you mean:
myguest
2017 Dec 04
2
Guest Reboot After Plug HDMI
...check my guest is running normal or not with "ping" before plugging, that's well.
What i was suffer? can you help me solve it?
Following message is detailed!!!
Guest: window 7 profession
Linux: Ubuntu 1604
Qemu:1 v2.11.0-rc0
Libvirt: 3.9
method of booting: virsh start myGuest1
method of plug HDMI: virsh qemu-monitor-command myGuest1 --hmp 'device_add driver=vfio-pci,host=01:00.0,xvga=on,multifunction=yes'
phenomenon: after plugging, my Guest is failed to check with "ping", for a while, my display is light and load windows.
expect: my guest is run...
2017 Dec 04
0
Re: Guest Reboot After Plug HDMI
...t;
> What i was suffer? can you help me solve it?
>
>
> Following message is detailed!!!
>
>
> Guest: window 7 profession
>
>
> Linux: Ubuntu 1604
>
>
> Qemu:1 v2.11.0-rc0
>
>
> Libvirt: 3.9
>
>
> method of booting: virsh start myGuest1
>
>
> method of plug HDMI: virsh qemu-monitor-command myGuest1 --hmp 'device_add driver=vfio-pci,host=01:00.0,xvga=on,multifunction=yes'
Hi, this command hot-plugs the whole GPU card, and I'm not surprised
that it doesn't work. Passing the whole GPU to guest is a littl...