From: Matt Hines
The Windows QEMU guest agent erroneously tries to collect PCI information
directly from the physical drive. However, windows stores SCSI/IDE information
with the drive and PCI information with the underlying storage controller
This changes get_pci_info to use the physical drive's
From: Matt Hines
The Windows QEMU guest agent erroneously tries to collect PCI information
directly from the physical drive. However, windows stores SCSI/IDE information
with the drive and PCI information with the underlying storage controller
This changes get_pci_info to use the physical drive's
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.
From: "Michael R. Hines"
Is change this kosher --- changing the header like this? I often see really
outdated emails in other projects sometimes, so I'm not sure if that's
to preserve some kind of providence or something.
Signed-off-by: Michael R. Hines
---
migration/rdma.c | 2 +-
1 file chan
From: "Michael R. Hines"
Is there a procedure for updating this file besides just updating the
file?
Signed-off-by: Michael R. Hines
---
MAINTAINERS | 6 ++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 688979b..c455533 100644
--- a/MAINTAINERS
+++ b/MAINTAI