- 03 3月, 2009 3 次提交
-
-
由 Daniel Veillard 提交于
patch by Mark McLoughlin. Daniel
-
由 Daniel Veillard 提交于
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in src/driver.h src/libvirt.c src/libvirt_public.syms src/lxc_driver.c src/openvz_driver.c src/qemu_driver.c src/test.c src/uml_driver.c: add the public APIs for virNodeDeviceDettach virNodeDeviceReAttach and virNodeDeviceReset and extends the driver structure accordingly. Daniel
-
由 Daniel Veillard 提交于
* configure.in po/POTFILES.in src/Makefile.am src/libvirt_private.syms src/pci.c src/pci.h: Add implementations of dettach, reattach and reset for PCI devices, patch by Mark McLoughlin Daniel
-
- 02 3月, 2009 4 次提交
-
-
由 Daniel Veillard 提交于
to avoid random crashes in the daemon, patch by Daniel Berrange Daniel
-
由 Jim Meyering 提交于
* src/storage_conf.c (virStorageVolDefParsePerms): Correct a typo: s/owner/group/. Patch by Ryota Ozaki.
-
由 Jim Meyering 提交于
* src/storage_conf.c (virStoragePoolDefParsePerms): Free mode string. (virStorageVolDefParsePerms): Likewise. * AUTHORS: Update. Patch by Ryota Ozaki.
-
由 Jim Meyering 提交于
* src/storage_conf.c (virStoragePoolDefParsePerms): Initialize "ptr" to NULL.
-
- 28 2月, 2009 1 次提交
-
-
由 Chris Lalancette 提交于
guest. Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
- 27 2月, 2009 3 次提交
-
-
由 Daniel Veillard 提交于
docs/devhelp/libvirt-virterror.html docs/html/libvirt-virterror.html: regenerated the APIs and documentation. * po/*: updated the polish translation, regenerated. daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
* Makefile.am configure.in examples/hellolibvirt/Makefile.am examples/hellolibvirt/hellolibvirt.c: new trivial example program by David Allan Daniel
-
- 26 2月, 2009 4 次提交
-
-
由 Daniel Veillard 提交于
by Dan Berrange Daniel
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
provided by Michael Marineau Daniel
-
由 Daniel Veillard 提交于
* docs/formatnetwork.html docs/formatnetwork.html.in: patch from Charles Duffy documenting static host IP assignments. daniel
-
- 24 2月, 2009 5 次提交
-
-
由 Mark McLoughlin 提交于
Add a test to check node device XML parsing by first parsing the XML, then re-formatting as XML and finally comparing the resulting XML to the original XML.
-
由 Mark McLoughlin 提交于
Add support for parsing node device XML descriptions. This will be used by PCI passthrough related functions to obtain the PCI device address for a given node device.
-
由 Mark McLoughlin 提交于
Add a variant of virXPathULong() which can handle long longs. Needed for parsing storage device capacities.
-
由 Mark McLoughlin 提交于
Add new functions to allow parsing integers with base 16 This will be used to e.g. parse PCI vendor IDs.
-
由 Mark McLoughlin 提交于
It's: <address bus='0x06' slot='0x02' function='0x0'/> not: <address>bus='0x06' slot='0x02' function='0x0'</address>
-
- 22 2月, 2009 2 次提交
-
-
由 Mark McLoughlin 提交于
-
由 Mark McLoughlin 提交于
Commit auto-generated change as a result of earlier s/clock sync/clock offset/
-
- 19 2月, 2009 1 次提交
-
-
由 Guido Günther 提交于
-
- 18 2月, 2009 1 次提交
-
-
由 Cole Robinson 提交于
-
- 17 2月, 2009 14 次提交
-
-
由 Jim Meyering 提交于
* qemud/Makefile.am (libvirtd_LDADD): Unindent "if HAVE_*" directives. Reported by Daniel Schwager.
-
由 Cole Robinson 提交于
-
由 Cole Robinson 提交于
-
由 Jim Meyering 提交于
The 'asprintf' -> 'virAsprintf' transition made in [043d702f] "use virAsprintf instead of asprintf" introducted a build error for 'driver.c' as 'util.h' has to be included. Signed-off-by: NMaximilian Wilhelm <max@rfc2324.org>
-
由 Jim Meyering 提交于
* qemud/Makefile.am (WITH_DRIVER_MODULES): Link with libvirt_driver.la and libvirt_util.la. Indent for readability.
-
由 Jim Meyering 提交于
The 'getVer' fix introducted in d88d459d [Allow remote://hostname/ style URIs for automatic driver probe...] breaks compiling libvirt with loadable module support. Work around this to get it building again. Signed-off-by: NMaximilian Wilhelm <max@rfc2324.org>
-
由 Jim Meyering 提交于
* src/bridge.c (brProbeVnetHdr) [IFF_VNET_HDR && TUNGETFEATURES && TUNGETIFF]: Use a "(void)" case to mark the parameter as unused. Reported by Maximilian Wilhelm in http://thread.gmane.org/gmane.comp.emulators.libvirt/11918/focus=11917
-
由 Jim Meyering 提交于
* tests/Makefile.am (TESTS_ENVIRONMENT): Define CONFIG_HEADER. * tests/daemon-conf: Use test-lib.sh. Skip this test when configured --without-qemu.
-
由 Jim Meyering 提交于
* configure.in: Enable internal WITH_BRIDGE support not just for LXC or QEMU, but also for --with-network. Russell Haering reported that compilation failed when configured with --without-lxc --without-qemu. Details: http://thread.gmane.org/gmane.comp.emulators.libvirt/11928 * src/bridge.h: Use #if WITH_BRIDGE, rather than currently-equivalent "#if defined(WITH_QEMU) || defined(WITH_LXC)"
-
由 Jim Meyering 提交于
* docs/formatdomain.html.in: s/clock sync/clock offset/ Patch by Jesse Lauren Farinacci <jieryn@gmail.com>.
-
由 Daniel P. Berrange 提交于
-
由 Cole Robinson 提交于
-
由 Cole Robinson 提交于
-
由 Cole Robinson 提交于
virFreeError
-
- 14 2月, 2009 2 次提交
-
-
由 Mark McLoughlin 提交于
Re-factor the code from networkEnableIpForwarding() into a utility function in preparation for code which writes to sysfs files.
-
由 Mark McLoughlin 提交于
Just some copy-and-paste mixups.
-