- 15 5月, 2009 2 次提交
-
-
由 Daniel Veillard 提交于
patches by Pritesh Kothari daniel
-
由 Daniel Veillard 提交于
* docs/schemas/domain.rng src/domain_conf.[ch] src/qemu_driver.c: extend the generic code for the RDP and desktop extensions of the graphic tag needed for vbox, patch by Pritesh Kothari Daniel
-
- 14 5月, 2009 3 次提交
-
-
由 Daniel Veillard 提交于
patch by Tatsuro Enokura daniel
-
由 Cole Robinson 提交于
-
由 Daniel Veillard 提交于
daniel
-
- 13 5月, 2009 7 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Cole Robinson 提交于
Improves readability, particularly wrt the pending CreateFromXML changes. This will also help implementing File->Block volume creation in the future, since some of this code will need to be moved to a backend agnostic file.
-
由 Cole Robinson 提交于
vol-clone is a convenience function, requiring only a volume to clone and a new name. vol-create-from is a direct mapping to the public API, which allows cloning across pools, converting between formats, etc, but requires an xml file to be passed
-
由 Cole Robinson 提交于
-
由 Cole Robinson 提交于
-
由 Cole Robinson 提交于
Also checkin regenerated docs due to API change.
-
由 Cole Robinson 提交于
-
- 12 5月, 2009 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
without an IP address, patch by Ludwig Nussel Daniel
-
- 11 5月, 2009 11 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
* src/lxc_container.c: drop LXC CAP_SYS_BOOT capability to avoid reboot from inside containers, patch by Ryota Ozaki Daniel
-
由 Cole Robinson 提交于
By checking the pid every retry period, we can quickly determine if the process crashed at startup, rather than make the user wait for the entire timeout (3 seconds).
-
由 Cole Robinson 提交于
virExec will write out the pid of the daemonized process only. Use this in the QEMU driver, rather than QEMU's pidfile, so we can catch errors we might miss if the emulator bails early.
-
由 Cole Robinson 提交于
This ensures the user will actually see 'hook' function error output.
-
由 Cole Robinson 提交于
Wraps __virExec with the VIR_EXEC_DAEMON flag. Waits on the intermediate process to ensure we don't end up with any zombies, and differentiates between original process errors and intermediate process errors.
-
由 Daniel Veillard 提交于
* src/vbox/vbox_tmpl.c: "Host only" and "Internal" network support for vbox, patch by Pritesh Kothari daniel
-
由 Daniel Veillard 提交于
* src/domain_conf.[ch] docs/schemas/domain.rng: add support for internal network in the generic part of the code, and update the Relax-NG grammar accordingly, patch by Pritesh Kothari daniel
-
- 08 5月, 2009 8 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Guido Günther 提交于
found so other hypervisors can be probed. Patch by Pritesh Kothari.
-
由 Guido Günther 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 07 5月, 2009 3 次提交
-
-
由 Guido Günther 提交于
-
由 Daniel Veillard 提交于
* src/domain_conf.c src/domain_conf.h: parse and save multiple graphics elements instead of one, patch by Pritesh Kothari * src/qemu_conf.c src/qemu_driver.c: adapt the qemu/kvm driver for the new structures, patch by Pritesh Kothari * src/xend_internal.c src/xm_internal.c: same thing for Xen drivers Daniel
-
由 Guido Günther 提交于
-
- 06 5月, 2009 4 次提交
-
-
由 Mark McLoughlin 提交于
This change: Tue Mar 3 08:55:13 GMT 2009 Daniel P. Berrange <berrange@redhat.com> Don't try to detach & reset PCI devices while running test suite for XML-> ARGV conversion. * src/qemu_driver.c: Add qemuPrepareHostDevices() helper to detach and reset PCI devices. * src/qemu_conf.c: Don't detach & reset PCI devices while building the command line argv accidentally did this: - if (hostdev->managed) { + if (!hostdev->managed) { Which results in managed='yes' not causing the device to be detached when the guest is starting. Signed-off-by: NMark McLoughlin <markmc@redhat.com>
-
由 Cole Robinson 提交于
Also fix up a couple issues where caps are accessed without locking the driver structure.
-
由 Daniel Veillard 提交于
* src/vbox/vbox_driver.c src/vbox/vbox_tmpl.c: changes in VirtualBox driver version detection and move informations from a global variable into a driver structure, patch by Pritesh Kothari. Daniel
-
由 Daniel Veillard 提交于
patch by Pritesh Kothari Daniel
-