[libvirt] [PATCH 01/11] qemu: caps: Add capability bit for the "pc-dimm" device

Martin Kletzander mkletzan at redhat.com
Fri Feb 20 07:40:52 UTC 2015


On Thu, Feb 19, 2015 at 04:38:26PM +0100, Peter Krempa wrote:
>The pc-dimm device represents a RAM memory module.
>---
> src/qemu/qemu_capabilities.c                 | 2 ++
> src/qemu/qemu_capabilities.h                 | 1 +
> tests/qemucapabilitiesdata/caps_2.1.1-1.caps | 1 +
> 3 files changed, 4 insertions(+)
>

ACK

>diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
>index 4596f6c..dc8533e 100644
>--- a/src/qemu/qemu_capabilities.c
>+++ b/src/qemu/qemu_capabilities.c
>@@ -277,6 +277,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
>               "vmware-svga.vgamem_mb",
>               "qxl.vgamem_mb",
>               "qxl-vga.vgamem_mb",
>+              "pc-dimm",
>     );
>
>
>@@ -1530,6 +1531,7 @@ struct virQEMUCapsStringFlags virQEMUCapsObjectTypes[] = {
>     { "usb-audio", QEMU_CAPS_OBJECT_USB_AUDIO },
>     { "iothread", QEMU_CAPS_OBJECT_IOTHREAD},
>     { "ivshmem", QEMU_CAPS_DEVICE_IVSHMEM },
>+    { "pc-dimm", QEMU_CAPS_DEVICE_PC_DIMM },
> };
>
> static struct virQEMUCapsStringFlags virQEMUCapsObjectPropsVirtioBlk[] = {
>diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
>index 1c1227a..5d08a7a 100644
>--- a/src/qemu/qemu_capabilities.h
>+++ b/src/qemu/qemu_capabilities.h
>@@ -223,6 +223,7 @@ typedef enum {
>     QEMU_CAPS_VMWARE_SVGA_VGAMEM = 181, /* -device vmware-svga.vgamem_mb */
>     QEMU_CAPS_QXL_VGAMEM         = 182, /* -device qxl.vgamem_mb */
>     QEMU_CAPS_QXL_VGA_VGAMEM     = 183, /* -device qxl-vga.vgamem_mb */
>+    QEMU_CAPS_DEVICE_PC_DIMM     = 184, /* pc-dimm device */
>
>     QEMU_CAPS_LAST,                   /* this must always be the last item */
> } virQEMUCapsFlags;
>diff --git a/tests/qemucapabilitiesdata/caps_2.1.1-1.caps b/tests/qemucapabilitiesdata/caps_2.1.1-1.caps
>index 4e040fc..5637edb 100644
>--- a/tests/qemucapabilitiesdata/caps_2.1.1-1.caps
>+++ b/tests/qemucapabilitiesdata/caps_2.1.1-1.caps
>@@ -165,4 +165,5 @@
>     <flag name='vmware-svga.vgamem_mb'/>
>     <flag name='qxl.vgamem_mb'/>
>     <flag name='qxl-vga.vgamem_mb'/>
>+    <flag name='pc-dimm'/>
>   </qemuCaps>
>--
>2.2.2
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150220/f882cbc5/attachment-0001.sig>


More information about the libvir-list mailing list