[Qemu-devel] [PATCH 0/2] add UUID property type

Roman Kagan posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171124153656.30199-1-rkagan@virtuozzo.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
include/hw/qdev-properties.h |  3 +++
hw/acpi/vmgenid.c            | 30 +++++++------------------
hw/core/qdev-properties.c    | 52 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 22 deletions(-)
[Qemu-devel] [PATCH 0/2] add UUID property type
Posted by Roman Kagan 6 years, 5 months ago
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