qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] qga: report serial number and disk node
@ 2018-09-07 11:42 Tomáš Golembiovský
  2018-09-07 11:42 ` [Qemu-devel] [PATCH v3 1/5] qga: win32: fix crashes when PCI info cannot be retrived Tomáš Golembiovský
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tomáš Golembiovský @ 2018-09-07 11:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, Olga Krishtal, Michael Roth, Marc-André Lureau,
	Tomáš Golembiovský

Note that PCI controller reporting on Windows was and still is broken.
Unfortunately I don't know how to fix it at the momemnt. See commit message and
code comment. If anyone has environment where the original code works let me
know. CCing author of the code In case I missed something obvious.

v3:
  - fix typos
  - add configure test for libudev
  - change order of patches fixing PCI controller info and build fix to avoid
    exposing broken code
  - split reporting of serial number and device node into two separate patches

v2:
  - fix checkpatch error

Patches 1 and 3 are bug-fixes of existing code
Patch 2 is optional and contains debug messages -- the windows QGA seriously
lacks debug messages...
Patch 4 adds reporting of disk serial number and device node of the disk.

Tomáš Golembiovský (5):
  qga: win32: fix crashes when PCI info cannot be retrived
  build: rename CONFIG_QGA_NTDDDISK to CONFIG_QGA_NTDDSCSI
  qga: win32: add debugging information
  qga: report disk serial number
  qga: return disk device in guest-get-fsinfo

 configure            |  24 ++++-
 qga/Makefile.objs    |   1 +
 qga/commands-posix.c |  27 +++++
 qga/commands-win32.c | 248 ++++++++++++++++++++++++++++++++++++-------
 qga/qapi-schema.json |   5 +-
 5 files changed, 264 insertions(+), 41 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-01 12:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07 11:42 [Qemu-devel] [PATCH v3 0/5] qga: report serial number and disk node Tomáš Golembiovský
2018-09-07 11:42 ` [Qemu-devel] [PATCH v3 1/5] qga: win32: fix crashes when PCI info cannot be retrived Tomáš Golembiovský
     [not found]   ` <153798214847.23852.9604404244034052003@sif>
     [not found]     ` <20180927110620.0e8502b3@fiorina>
     [not found]       ` <CAEJSYa5V2EJvf2f9c_xzkRgxMjFQNOgn6jxDVJiVn5fMyF=+HQ@mail.gmail.com>
2018-10-01 12:11         ` Tomáš Golembiovský
2018-09-07 11:42 ` [Qemu-devel] [PATCH v3 2/5] build: rename CONFIG_QGA_NTDDDISK to CONFIG_QGA_NTDDSCSI Tomáš Golembiovský
2018-09-07 11:42 ` [Qemu-devel] [PATCH v3 3/5] qga: win32: add debugging information Tomáš Golembiovský
2018-09-07 11:42 ` [Qemu-devel] [PATCH v3 4/5] qga: report disk serial number Tomáš Golembiovský
2018-09-07 11:42 ` [Qemu-devel] [PATCH v3 5/5] qga: return disk device in guest-get-fsinfo Tomáš Golembiovský

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).