All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] add UUID property type
@ 2017-11-24 15:36 Roman Kagan
  2017-11-24 15:36 ` [Qemu-devel] [PATCH 1/2] qdev-properties: " Roman Kagan
  2017-11-24 15:36 ` [Qemu-devel] [PATCH 2/2] vmgenid: use " Roman Kagan
  0 siblings, 2 replies; 11+ messages in thread
From: Roman Kagan @ 2017-11-24 15:36 UTC (permalink / raw)
  To: qemu-devel, Michael S. Tsirkin, Igor Mammedov, Ben Warren
  Cc: Markus Armbruster, Marc-André Lureau, Denis V. Lunev

UUIDs (GUIDs) are widely used in VMBus-related stuff, so a dedicated
property type becomes helpful.

In the existing code, vmgenid can immediately profit from it.

Roman Kagan (2):
  qdev-properties: add UUID property type
  vmgenid: use UUID property type

 include/hw/qdev-properties.h |  3 +++
 hw/acpi/vmgenid.c            | 30 +++++++------------------
 hw/core/qdev-properties.c    | 52 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 22 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2017-12-07 19:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-24 15:36 [Qemu-devel] [PATCH 0/2] add UUID property type Roman Kagan
2017-11-24 15:36 ` [Qemu-devel] [PATCH 1/2] qdev-properties: " Roman Kagan
2017-11-24 17:57   ` Marc-André Lureau
2017-11-25  2:36   ` Corey Minyard
2017-11-27 10:06     ` Roman Kagan
2017-12-07 19:48       ` Corey Minyard
2017-11-27 10:35     ` Daniel P. Berrange
2017-11-25  6:58   ` Ben Warren
2017-11-24 15:36 ` [Qemu-devel] [PATCH 2/2] vmgenid: use " Roman Kagan
2017-11-24 17:59   ` Marc-André Lureau
2017-11-25  6:50   ` Ben Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.