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 irq;
};
+typedef struct _virDomainDeviceACPIDimmAddress virDomainDeviceACPIDimmAddress;
+typedef virDomainDeviceACPIDimmAddress *virDomainDeviceACPIDimmAddressPtr;
+struct _virDomainDeviceACPIDimmAddress {
+ unsigned int slot;
+ unsigned long long base;
+};
How are values for 'base' determined by apps filling in these addresses,
or by libvirt ? Are there restrictions on valid values.
Regards,
Daniel
--
|:
http://berrange.com -o-
http://www.flickr.com/photos/dberrange/ :|
|:
http://libvirt.org -o-
http://virt-manager.org :|
|:
http://autobuild.org -o-
http://search.cpan.org/~danberr/ :|
|:
http://entangle-photo.org -o-
http://live.gnome.org/gtk-vnc :|