libvirt/src/conf
Jiri Denemark ce4896fb65 Allow for CPU topology specification without model
Currently CPU topology may only be specified together with CPU model:
    <cpu match='exact'>
        <model>name</model>
        <topology sockets='1' cores='2' threads='3'/>
    </cpu>

This patch allows for CPU topology specification without the need for
also specifying CPU model:
    <cpu>
        <topology sockets='1' cores='2' threads='3'/>
    </cpu>

'match' attribute and 'model' element are made optional with the
restriction that 'match' attribute has to be set when 'model' is
present.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2010-01-19 12:35:22 +01:00
..
capabilities.c XML parsing/formating code for CPU flags 2009-12-18 14:44:55 +01:00
capabilities.h XML parsing/formating code for CPU flags 2009-12-18 14:44:55 +01:00
cpu_conf.c Allow for CPU topology specification without model 2010-01-19 12:35:22 +01:00
cpu_conf.h XML parsing/formating code for CPU flags 2009-12-18 14:44:55 +01:00
domain_conf.c Add device info to serial, parallel, channel, input & fs devices 2010-01-18 13:38:56 +00:00
domain_conf.h Add device info to serial, parallel, channel, input & fs devices 2010-01-18 13:38:56 +00:00
domain_event.c events: Report errors on failure 2010-01-13 14:24:07 -05:00
domain_event.h Move all XML configuration handling to src/conf/ 2009-09-21 14:41:46 +01:00
interface_conf.c Add virBufferFreeAndReset() and replace free() 2009-12-10 00:00:50 +01:00
interface_conf.h Support for IPv6 / multiple addresses per interfaces 2009-11-03 21:04:56 +01:00
network_conf.c Fix undefined reference to 'close_used_without_including_unistd_h' 2009-12-22 13:04:50 +01:00
network_conf.h Store the range size when adding a DHCP range 2009-11-06 18:07:24 +01:00
node_device_conf.c nodedev: Add removable storage 'media_label' prop 2009-12-14 14:58:23 +01:00
node_device_conf.h nodedev: Add removable storage 'media_label' prop 2009-12-14 14:58:23 +01:00
secret_conf.c Add virBufferFreeAndReset() and replace free() 2009-12-10 00:00:50 +01:00
secret_conf.h Move all XML configuration handling to src/conf/ 2009-09-21 14:41:46 +01:00
storage_conf.c Add virBufferFreeAndReset() and replace free() 2009-12-10 00:00:50 +01:00
storage_conf.h storage: Add ParseSourceString function for use with FindPoolSources. 2009-10-28 11:30:40 -04:00
storage_encryption_conf.c storage: conf: Fix memory leak in encryption parsing 2009-11-03 16:46:54 -05:00
storage_encryption_conf.h Move all XML configuration handling to src/conf/ 2009-09-21 14:41:46 +01:00