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

2015-02-20 Thread Peter Krempa
On Fri, Feb 20, 2015 at 08:40:52 +0100, Martin Kletzander wrote: > 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

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

2015-02-19 Thread Martin Kletzander
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 inserti

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

2015-02-19 Thread Peter Krempa
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(+) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu