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

2019-03-08 Thread Alex Williamson
On Fri, 22 Feb 2019 11:19:11 + Liam Merwick wrote: > On 22/02/2019 05:49, 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 > > Depending on your thoughts on the

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

2019-02-22 Thread Liam Merwick
On 22/02/2019 05:49, 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 Depending on your thoughts on the suggestion in patch 1 regarding a comment at the 'err' label - another candid

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

2019-02-21 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