Re: [Qemu-devel] [PATCH] QGA: Fix guest-get-fsinfo PCI address collection in Windows

2019-01-24 Thread Michael Roth
Quoting mhi...@scalecomputing.com (2019-01-14 03:03:23) > From: Matt Hines > > Signed-off-by: Matt Hines > --- > configure| 2 +- > qga/commands-win32.c | 295 > +-- > qga/qapi-schema.json | 3 +- > 3 files changed, 197 insertions

Re: [Qemu-devel] [PATCH] QGA: Fix guest-get-fsinfo PCI address collection in Windows

2019-01-14 Thread Eric Blake
On 1/14/19 3:03 AM, mhi...@scalecomputing.com wrote: > From: Matt Hines > > Signed-off-by: Matt Hines The title says what (a fix), but no description of that fix or a "why" in the commit body. > --- > configure| 2 +- > qga/commands-win32.c | 295 > +

Re: [Qemu-devel] [PATCH] QGA: Fix guest-get-fsinfo PCI address collection in Windows

2019-01-14 Thread no-reply
-get-fsinfo PCI address collection in Windows Type: series === TEST SCRIPT BEGIN === #!/bin/bash git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating

[Qemu-devel] [PATCH] QGA: Fix guest-get-fsinfo PCI address collection in Windows

2019-01-14 Thread mhines
From: Matt Hines Signed-off-by: Matt Hines --- configure| 2 +- qga/commands-win32.c | 295 +-- qga/qapi-schema.json | 3 +- 3 files changed, 197 insertions(+), 103 deletions(-) diff --git a/configure b/configure index 5b1d83ea26.