- 08 7月, 2009 4 次提交
-
-
由 Daniel P. Berrange 提交于
* src/qemu_conf.c, src/qemu_conf.h: Use -vga or -std-vga when starting guests if video card is present * tests/qemuhelptest.c: Change to use constants instead of hardcoded hex numbers, and add VGA support * tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl-fullscreen.xml, tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl.args, tests/qemuxml2argvdata/qemuxml2argv-graphics-sdl.xml, tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-sasl.args, tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-sasl.xml, tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-tls.xml, tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc.xml, tests/qemuxml2argvdata/qemuxml2argv-input-xen.xml: Add <video> element for testing graphics adapter * tests/qemuxml2argvtest.c: Add QEMUD_CMD_FLAG_VGA flag * tests/qemuxml2xmltest.c: Add missing graphics-vnc-sasl/tls tests
-
由 Daniel P. Berrange 提交于
* docs/schemas/domain.rng: Define <video> element schema * src/domain_conf.c, src/domain_conf.h, src/libvirt_private.syms: Add parsing and formatting for <video> element
-
由 Daniel Veillard 提交于
* src/network_driver.c src/node_device.c src/storage_driver.c: many places in the code reported 'No xxx with matching name" after a Lookup error without reporting the name used by the failed lookup
-
由 Harshavardhana 提交于
* src/storage_conf.c src/storage_conf.h: adds glusterfs to the list of network storage * libvirt.spec.in: adds the dependency on glusterfs-client
-
- 07 7月, 2009 2 次提交
-
-
由 Paolo Bonzini 提交于
* src/qemu_conf.c: when connecting an interface if it reference an undefined network, then we used to raise an internal error.
-
由 Daniel Veillard 提交于
* docs/downloads.html[.in]: update the secton about the server on git.et.redhat.com based on the plans Jim posted.
-
- 06 7月, 2009 2 次提交
-
-
由 Dan Kenigsberg 提交于
* docs/examples/python/domstart.py python/tests/create.py: The two example were broken as they needed full-access connection but only opened read-only connections
-
由 Daniel Veillard 提交于
* docs/downloads.html docs/downloads.html.in: update download informations after switch to git daniel
-
- 03 7月, 2009 5 次提交
-
-
由 Daniel Veillard 提交于
* configure.in libvirt.spec.in NEWS docs/* po/*: release of libvirt-0.6.5 * .gitignore: adding cscope files Daniel
-
由 Daniel Veillard 提交于
* src/qemu_conf.c: patch from C.J. Adams-Collier adding support for arm emulation if qemu-system-arm is present daniel
-
由 Mark McLoughlin 提交于
Fixes startup of guest's with sourceless cdrom devices. Patch from Cole Robinson originally posted here: https://bugzilla.redhat.com/499569 but never sent upstream. Signed-off-by: NMark McLoughlin <markmc@redhat.com>
-
由 Mark McLoughlin 提交于
As pointed out by Tim Waugh here: https://bugzilla.redhat.com/507555 We shouldn't bother trying to set the context of a file if it already matches what we want. (Fixed to use STREQ() and not use tabs, as pointed out by danpb) Signed-off-by: NMark McLoughlin <markmc@redhat.com>
-
由 Mark McLoughlin 提交于
This patch was posted ages ago here: https://bugzilla.redhat.com/493692 But was never posted upstream AFAICT. Patch from Dan Berrange Signed-off-by: NMark McLoughlin <markmc@redhat.com>
-
- 02 7月, 2009 3 次提交
-
-
由 Daniel Veillard 提交于
* docs/schemas/network.rng: fix the network schemas to match new accepted elements, patch by Satoru SATOH * src/network_conf.c: fix network driver to save the domain name in XML if present, patch by Satoru SATOH * AUTHORS: adding Satoru SATOH Daniel
-
由 Daniel Veillard 提交于
* src/node_device.c: fix an endless loop in node device XML dump, patch by Cole Robinson Daniel
-
由 Daniel Veillard 提交于
* docs/drvone.html docs/drvone.html.in: small OpenNebula driver doc update by Abel Miguez Rodriguez daniel
-
- 01 7月, 2009 6 次提交
-
-
由 Daniel Veillard 提交于
* docs/drvone.html.in docs/drvone.html docs/drivers.html.in docs/hvsupport.html.in docs/sitemap.html.in docs/*: added documentation for OpenNebula driver by Abel Miguez Rodriguez and regenerated the docs Daniel
-
由 Daniel Veillard 提交于
* src/libvirt.c src/virterror.c: fix some missing comments in public modules. * docs/libvirt-api.xml docs/libvirt-refs.xml docs/devhelp/libvirt-libvirt.html docs/html/libvirt-libvirt.html: regenerated documentation * po/*: updated the polish localization and regenerated Daniel
-
由 Daniel Veillard 提交于
* docs/logging.html[.in] qemud/libvirtd.conf qemud/qemud.c src/logging.[ch]: cleanup the logging code and docs to remove all references to log level 0, cleanup hardcoded values and add a default VIR_LOG_DEFAULT value, patch by Amy Griffis daniel
-
由 Daniel Veillard 提交于
* src/opennebula/one_conf.c src/opennebula/one_driver.c: cleanup and small update for OpenNebula driver by Abel Miguez Rodriguez Daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
by mistake, patch by Dave Allan. daniel
-
- 30 6月, 2009 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 29 6月, 2009 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 27 6月, 2009 4 次提交
-
-
由 Daniel Veillard 提交于
raised by Matthias Bolte Daniel
-
由 Daniel Veillard 提交于
but those failures should not completely break libvirt, patch by Dan Berrange, fixes #506590 daniel
-
由 Daniel Veillard 提交于
xen versions, patch by Sascha, fixes #503254 daniel
-
由 Daniel Veillard 提交于
* src/libvirt_private.syms src/parthelper.c src/storage_backend_disk.c src/storage_conf.c src/storage_conf.h: allow to create storage volumes on disk backend, patches by Henrik Persson * AUTHORS: add Henrik Persson Daniel
-
- 26 6月, 2009 2 次提交
-
-
由 Daniel Veillard 提交于
* src/Makefile.am src/libvirt.c src/libvirt_private.syms src/logging.c src/logging.h src/util.c src/libvirt_debug.syms: big cleanup of the debug configuration option and code by Amy Griffis daniel
-
由 Daniel Veillard 提交于
fix bogus WWN in NPIV support, patch by David Allan daniel
-
- 25 6月, 2009 7 次提交
-
-
由 Daniel Veillard 提交于
* src/storage_conf.c: fix reading of storage pool definitions at startup patch by Cole Robinson daniel
-
由 Daniel Veillard 提交于
* src/uml_driver.c: fix UML driver logging macros, patch by Amy Griffis * AUTHORS: adding Amy Griffis Daniel
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
* src/qemu_driver.c: fix a domain state problem after migration, patch by Federico Simoncelli, fixes #507537 * src/domain_conf.c: fix a transcient domain state problem after destroy, patch by Federico Simoncelli, fixes #507304 * AUTHORS: add Federico Simoncelli and Javier Fontan daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
* configure.in libvirt.spec.in src/Makefile.am src/opennebula/one_client.[ch] src/opennebula/one_conf.h src/opennebula/one_driver.[ch] : Finish the integration of OpenNebula, avoid dependancy on OpenNebula libraries, require xmlrpc-c-devel and build it by default, based on patch by Javier Fontan and DanB suggestions Daniel
-