Re: [libvirt] [RFC PATCH 04/12] conf: Add device address type for dimm devices

2015-02-09 Thread Daniel P. Berrange
On Fri, Jan 30, 2015 at 02:21:01PM +0100, Peter Krempa wrote: ACPI Dimm devices are described by the slot and base address. Add a new address type to be able to describe such address. } virDomainDeviceAddressType; @@ -309,6 +310,13 @@ struct _virDomainDeviceISAAddress { unsigned int

[libvirt] [RFC PATCH 04/12] conf: Add device address type for dimm devices

2015-01-30 Thread Peter Krempa
ACPI Dimm devices are described by the slot and base address. Add a new address type to be able to describe such address. --- docs/schemas/domaincommon.rng | 18 +++ src/conf/domain_conf.c| 69 ++- src/conf/domain_conf.h| 9 ++