libvirt/src/libxl
Jiri Denemark d3f831a97a cpu_x86: Make virCPUx86DataAddCPUID work with virCPUDataPtr
The CPU driver provides APIs to create and free virCPUDataPtr. Thus all
APIs exported from the driver should work with that rather than
requiring the caller to pass a pointer to an internal part of the
structure.

In other words

    virCPUx86DataAddCPUID(cpudata, &cpuid)

is much better than the original

    virCPUx86DataAddCPUID(&cpudata->data.x86, &cpuid)

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2017-02-24 14:10:57 +01:00
..
libvirtd_libxl.aug libxl: keepalive messages support 2016-02-09 21:14:12 -07:00
libxl_capabilities.c cpu_x86: Make virCPUx86DataAddCPUID work with virCPUDataPtr 2017-02-24 14:10:57 +01:00
libxl_capabilities.h libxl: implement connectGetDomainCapabilities 2016-06-13 14:13:17 -06:00
libxl_conf.c libxl: fix potential double free in libxlDriverGetDom0MaxmemConf 2017-02-15 18:24:58 -07:00
libxl_conf.h libxl: fix dom0 maximum memory setting 2017-02-09 10:02:19 -07:00
libxl_domain.c libxl: fix empty string check for channel path 2017-02-23 10:11:16 +00:00
libxl_domain.h libxl: add a flag to mark guests as tainted by a hook 2016-08-02 14:20:31 +02:00
libxl_driver.c libxl: add tunnelled migration support 2017-02-15 14:47:14 -07:00
libxl_driver.h libxl: Use standard format for source file copyright notice 2013-09-03 23:53:48 -06:00
libxl_logger.c libxl: define a per-domain logger. 2017-01-11 09:32:47 +01:00
libxl_logger.h libxl: define a per-domain logger. 2017-01-11 09:32:47 +01:00
libxl_migration.c libxl: fix coverity issues introduced by 6a95edf 2017-02-16 12:19:35 -05:00
libxl_migration.h libxl: add tunnelled migration support 2017-02-15 14:47:14 -07:00
libxl.conf libxl: keepalive messages support 2016-02-09 21:14:12 -07:00
test_libvirtd_libxl.aug.in libxl: keepalive messages support 2016-02-09 21:14:12 -07:00