Re: [Qemu-devel] [PATCH] qemu-ga: make get-fsinfo work over pci bridges

2018-04-20 Thread Laszlo Ersek
Hi Marc-André, On 04/20/18 17:25, Marc-André Lureau wrote: > Iterate over the PCI bridges to lookup the PCI device associated with > the block device. > > Fixes: > https://bugzilla.redhat.com/show_bug.cgi?id=1567041 > > Signed-off-by: Marc-André Lureau > --- > qga/commands-posix.c | 21 +++

[Qemu-devel] [PATCH] qemu-ga: make get-fsinfo work over pci bridges

2018-04-20 Thread Marc-André Lureau
Iterate over the PCI bridges to lookup the PCI device associated with the block device. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1567041 Signed-off-by: Marc-André Lureau --- qga/commands-posix.c | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a