Logo
Explore Help
Sign In
NuKVM/libvirt
3
0
Fork 0
You've already forked libvirt
mirror of https://github.com/libvirt/libvirt.git synced 2025-02-25 18:55:26 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
979e9c56a7aadf2dcfbddd1abfbad594b78b4468
libvirt/tests/testutilsqemu.h

7 lines
137 B
C
Raw Normal View History

Make QEMU test suite independant of host OS capabilities
2008-05-16 16:51:30 +00:00
#include "capabilities.h"
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-05 16:17:24 +01:00
#include "domain_conf.h"
Make QEMU test suite independant of host OS capabilities
2008-05-16 16:51:30 +00:00
virCapsPtr testQemuCapsInit(void);
maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption This patch is the result of running: for i in $(git ls-files | grep -v html | grep -v \.po$ ); do sed -i -e "s/virDomainXMLConf/virDomainXMLOption/g" -e "s/xmlconf/xmlopt/g" $i done and a few manual tweaks.
2013-03-31 20:03:42 +02:00
virDomainXMLOptionPtr testQemuXMLConfInit(void);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 106ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API