From: "Tomáš Golembiovský" <tgolembi@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Eric Blake" <eblake@redhat.com>,
"Sameeh Jubran" <sjubran@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Olga Krishtal" <okrishtal@virtuozzo.com>,
"Michael Roth" <mdroth@linux.vnet.ibm.com>,
"Tomáš Golembiovský" <tgolembi@redhat.com>
Subject: [Qemu-devel] [PATCH v4 00/11] qga: report serial number and disk node
Date: Thu, 4 Oct 2018 13:22:27 +0200 [thread overview]
Message-ID: <cover.1538652143.git.tgolembi@redhat.com> (raw)
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.
v4:
- split changes into more patches
- fixed UNC for physical drive to use device namespace
- renamed g_debug_err() to debug_error()
- fixed build without libudev
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
Tomáš Golembiovský (11):
qga-win: fix crashes when PCI info cannot be retrived
qga-win: handle NULL values
build: rename CONFIG_QGA_NTDDDISK to CONFIG_QGA_NTDDSCSI
qga-win: add debugging information
qga-win: refactor disk properties (bus)
configure: add test for libudev
qga: report disk serial number
qga-win: refactor disk info
qga-win: handle multi-disk volumes
qga: return disk device in guest-get-fsinfo
qga-win: demystify namespace striping
configure | 24 +++-
qga/Makefile.objs | 1 +
qga/commands-posix.c | 32 +++++
qga/commands-win32.c | 269 ++++++++++++++++++++++++++++++++++++-------
qga/qapi-schema.json | 5 +-
5 files changed, 289 insertions(+), 42 deletions(-)
--
2.19.0
next reply other threads:[~2018-10-04 11:33 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 11:22 Tomáš Golembiovský [this message]
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 01/11] qga-win: fix crashes when PCI info cannot be retrived Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-09 11:07 ` Tomáš Golembiovský
2018-10-10 23:35 ` Michael Roth
2018-10-11 1:04 ` Eric Blake
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 02/11] qga-win: handle NULL values Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-10 23:08 ` Michael Roth
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 03/11] build: rename CONFIG_QGA_NTDDDISK to CONFIG_QGA_NTDDSCSI Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-07 9:29 ` Sameeh Jubran
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 04/11] qga-win: add debugging information Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 05/11] qga-win: refactor disk properties (bus) Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 06/11] configure: add test for libudev Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 07/11] qga: report disk serial number Tomáš Golembiovský
2018-10-04 13:21 ` Marc-André Lureau
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 08/11] qga-win: refactor disk info Tomáš Golembiovský
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 09/11] qga-win: handle multi-disk volumes Tomáš Golembiovský
2018-10-07 12:13 ` Sameeh Jubran
2018-10-10 14:57 ` Tomáš Golembiovský
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 10/11] qga: return disk device in guest-get-fsinfo Tomáš Golembiovský
2018-10-04 13:20 ` Marc-André Lureau
2018-10-04 11:22 ` [Qemu-devel] [PATCH v4 11/11] qga-win: demystify namespace striping Tomáš Golembiovský
2018-10-04 13:20 ` Marc-André Lureau
2018-10-07 11:03 ` Sameeh Jubran
2018-10-09 12:38 ` Tomáš Golembiovský
2018-10-10 17:19 ` Eric Blake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1538652143.git.tgolembi@redhat.com \
--to=tgolembi@redhat.com \
--cc=eblake@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=okrishtal@virtuozzo.com \
--cc=qemu-devel@nongnu.org \
--cc=sjubran@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).