libvirt/src/parallels
Peter Krempa 27cf98e2d1 virCaps: conf: start splitting out irrelevat data
The virCaps structure gathered a ton of irrelevant data over time that.
The original reason is that it was propagated to the XML parser
functions.

This patch aims to create a new data structure virDomainXMLConf that
will contain immutable data that are used by the XML parser. This will
allow two things we need:

1) Get rid of the stuff from virCaps

2) Allow us to add callbacks to check and add driver specific stuff
after domain XML is parsed.

This first attempt removes pointers to private data allocation functions
to this new structure and update all callers and function that require
them.
2013-03-13 09:27:14 +01:00
..
parallels_driver.c virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
parallels_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
parallels_network.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
parallels_storage.c Remove some C99 variable decls in parallels driver 2013-02-26 17:54:52 +00:00
parallels_utils.c parallels: Need to free memory on error path 2013-02-05 16:51:07 -05:00
parallels_utils.h virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00