libvirt/src/cpu
Jiri Denemark f5055f2310 cpuCompare: Fix crash on unexpected CPU XML
When comparing a CPU without <model> element, such as

    <cpu>
        <topology sockets='1' cores='1' threads='1'/>
    </cpu>

libvirt would happily crash without warning.
2010-07-12 19:45:22 +02:00
..
cpu_generic.c cpuUpdate() for updating guest CPU according to host CPU 2010-03-26 23:01:58 +01:00
cpu_generic.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
cpu_map.c cpu: Add support for CPU vendor 2010-07-07 17:26:00 +02:00
cpu_map.h cpu: Add support for CPU vendor 2010-07-07 17:26:00 +02:00
cpu_map.xml cpu: Add new models from qemu's target-x86_64.conf 2010-07-07 17:26:13 +02:00
cpu_x86_data.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
cpu_x86.c cpuCompare: Fix comparison of two host CPUs 2010-07-12 19:45:22 +02:00
cpu_x86.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
cpu.c cpuCompare: Fix crash on unexpected CPU XML 2010-07-12 19:45:22 +02:00
cpu.h cpu: Add support for CPU vendor 2010-07-07 17:26:00 +02:00