Re: [Qemu-devel] [PATCH 4/5] vfio/display: delay link up event

2019-01-17 Thread Alex Williamson
On Fri, 11 Jan 2019 10:31:15 +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 | 22

[Qemu-devel] [PATCH 4/5] vfio/display: delay link up event

2019-01-11 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 | 22 -- 2 files changed, 21 insertions(+), 2 deletions(-) diff