Re: [Qemu-devel] [PATCH v2 3/3] vfio/display: delay link up event

2019-02-20 Thread Alex Williamson
On Wed, 20 Feb 2019 09:47:53 +0100 Gerd Hoffmann wrote: > Kick the display link up event with a 0.1 sec delay, > so the guest has a chance to notice the link down first. > > Signed-off-by: Gerd Hoffmann > --- > include/hw/vfio/vfio-common.h | 1 + > hw/vfio/display.c | 26

[Qemu-devel] [PATCH v2 3/3] vfio/display: delay link up event

2019-02-20 Thread Gerd Hoffmann
Kick the display link up event with a 0.1 sec delay, so the guest has a chance to notice the link down first. Signed-off-by: Gerd Hoffmann --- include/hw/vfio/vfio-common.h | 1 + hw/vfio/display.c | 26 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) d