libvirt/src/uml
Peter Krempa 3e4230d270 conf: Add interface to parse and format memory device information
This patch adds code that parses and formats configuration for memory
devices.

A simple configuration would be:
<memory model='dimm'>
  <target>
    <size unit='KiB'>524287</size>
    <node>0</node>
  </target>
</memory>

A complete configuration of a memory device:
<memory model='dimm'>
  <source>
    <pagesize unit='KiB'>4096</pagesize>
    <nodemask>1-3</nodemask>
  </source>
  <target>
    <size unit='KiB'>524287</size>
    <node>1</node>
  </target>
</memory>

This patch preemptively forbids use of the <memory> device in individual
drivers so the users are warned right away that the device is not
supported.
2015-03-23 14:25:15 +01:00
..
uml_conf.c Remove use of nwfilterPrivateData from nwfilter driver 2015-01-27 12:02:03 +00:00
uml_conf.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
uml_driver.c conf: Add interface to parse and format memory device information 2015-03-23 14:25:15 +01:00
uml_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00