- 31 7月, 2009 3 次提交
-
-
由 Mark McLoughlin 提交于
Allow qemu user to open images in this dir, but still prevent others from listing it. * libvirt.spec.in: set /var/lib/libvirt/images perms to 0711
-
由 Daniel P. Berrange 提交于
* src/util.c: Don't drop capabilities until after the PID file has been written. Kill off child if writing the PID file fails * src/qemu_driver.c: Remove bogus trailing '/' in state dir
-
由 Daniel P. Berrange 提交于
* src/network_driver.c: Always start dnsmasq to allow it to provide DNS, even if no DHCP ranges are enabled
-
- 30 7月, 2009 8 次提交
-
-
由 Maximilian Wilhelm 提交于
* src/bridge.c: avoid a couple of unused var/func warnings
-
由 Daniel P. Berrange 提交于
* autobuild.sh, mingw32-libvirt.spec.in: Set --without-netcf for mingw32 builds
-
由 Matthias Bolte 提交于
* esx/esx_driver.c: add some documentation about the CPU scheduler parameters and remove some old, unnecessary compensation code, since virsh uses the proposed parameter types now.
-
由 Henrik Persson 提交于
* src/xend_internal.c: the update on the cpu affinity map format had na error and made the changes in the wrong buffer, fix those
-
由 Daniel P. Berrange 提交于
* libvirt.spec.in: Create qemu/kvm user/group in %pre script
-
由 Aron Griffis 提交于
* src/bridge.c: fix struct ifreq ifr init in brAddTap()
-
由 Bryan Kearney 提交于
* docs/java.html[.in]: update the java bindings html page to reflect the new repositories, JNA usage, and maven access
-
由 Aron Griffis 提交于
* src/bridge.c: no need to format the device string in brAddTap() this can be delegated to the kernel and removes an arbitrary limit.
-
- 29 7月, 2009 19 次提交
-
-
由 Ron Yorston 提交于
* src/uml_conf.c: add support for additional kernel command line arguments.
-
由 Daniel P. Berrange 提交于
* src/remote_internal.c: Release driver lock when dispatching events to callbacks
-
由 Ryota Ozaki 提交于
* src/qemu_driver.c: fix qemudOpenMonitorUnix() to retry on ENOENT instead of EACCES which is the error one receive when the socket error hasn't shown up yet
-
由 Mark McLoughlin 提交于
polkit was disabled by default for a reason - because we selectively enable it on newer fedoras rather than disable it on older fedoras Same fix needed for netcf
-
由 Mark McLoughlin 提交于
Fixes: W: summary-not-capitalized client side library and utilities of the libvirt library
-
由 Mark McLoughlin 提交于
Now that the library has moved to libvirt-client
-
由 Mark McLoughlin 提交于
* docs/news.xsl: request UTF-8 as the output encoding * NEWS: re-generate with UTF-8 encoding
-
由 Mark McLoughlin 提交于
git wouldn't let me push without this
-
由 Mark McLoughlin 提交于
Since python-devel requires python Pointed out by Itamar Reis Peixoto
-
由 Mark McLoughlin 提交于
Changed by Rich Jones for: libvirt.x86_64: E: executable-marked-as-config-file /etc/sysconfig/libvirtd See: https://bugzilla.redhat.com/226055
-
由 Mark McLoughlin 提交于
Changed by Rich Jones, presumably for this: libvirt.x86_64: W: one-line-command-in-%postun /sbin/ldconfig see: https://bugzilla.redhat.com/226055
-
由 Mark McLoughlin 提交于
Originally done by rjones as part of this package review: https://bugzilla.redhat.com/226055
-
由 Mark McLoughlin 提交于
danpb's fix for: https://bugzilla.redhat.com/483442
-
由 Mark McLoughlin 提交于
It's not needed at build time Removed in Fedora by: * Fri Jun 5 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.4-2.fc12 - Remove the qemu BuildRequires
-
由 Mark McLoughlin 提交于
Disabled on < f12 for now until netcf is in Fedora updates BuildRequires netcf if enabled, pass --without-netcf if its disabled * libvirt.spec.in: enabled netcf by default
-
由 Mark McLoughlin 提交于
Unless there's some reason we shouldn't
-
由 Mark McLoughlin 提交于
Added by DV with: * Fri Apr 24 2009 Daniel Veillard <veillard@redhat.com> - 0.6.3-1.fc12 - release of 0.6.3 - VirtualBox driver
-
由 Mark McLoughlin 提交于
* libvirt.spec: pass --without-capng if appropriate
-
由 Mark McLoughlin 提交于
Fedora CVS changelog is "Fix libcap-ng-devel require, Daniel"
-
- 28 7月, 2009 2 次提交
-
-
由 Shahar Klein 提交于
* src/esx/esx_vi.c: drop host check if no_verify=1, but as Matthias pointed out if no_verify=2 we should check the host is the right one
-
由 Mark McLoughlin 提交于
* libvirt.spec.in: require glusterfs-client >= 2.0.1
-
- 27 7月, 2009 8 次提交
-
-
由 Daniel P. Berrange 提交于
* src/xen_internal.c: Don't free memory now owned by the virCapsPtr structure * tests/testutilsxen.c: Fix up for change in internal API
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
* src/qemu_driver.c: implement missing features in qemudDomainGetVcpus for 'cpu' and 'cpuTime' fields
-
由 Mark McLoughlin 提交于
In order to hotplug a network/bridge backed NIC, we need to first create the tap file descriptor, add the tap interface to the bridge and then pass the file descriptor to the qemu process using the 'getfd' monitor command. Once the tapfd has been accepted, we create the network backend using host_net_add, supplying the name assigned to the tapfd. If this fails, we need to close the tapfd in qemu using the 'closefd' monitor command. If the version of qemu does not support the getfd/closefd monitor commands we detect "unknown command" in the getfd reply and fail the attach operation. * src/qemu_driver.c: add support for tapfd based hotplug in qemudDomainAttachNetDevice()
-
由 Mark McLoughlin 提交于
Add qemudMonitorCommandWithFd() which allows a file descriptor to be sent to qemu over a unix monitor socket using SCM_RIGHTS. See the unix(7) and cmsg(3) man pages. * src/qemu_conf.c: add a scm_fd param to qemudMonitorCommandExtra(), add qemudMonitorCommandWithFd(), implement SCM_RIGHTS support in qemudMonitorSendUnix()
-
由 Mark McLoughlin 提交于
Switch from using write() to using sendmsg() on QEMU's monitor socket so that we can add support for SCM_RIGHTS. * src/qemu_driver.c: add sendmsg() based qemudMonitorSendUnix() and use it when the monitor fd is a unix socket
-
由 Mark McLoughlin 提交于
Add a little helper function to write the monitor command followed by carriage return in a single write. This doesn't make any real difference, but allows us to more easily switch to using sendmsg() when using the monitor over a unix socket. * src/qemu_conf.c: split qemudMonitorSend() out
-
由 Mark McLoughlin 提交于
In subsequent patches we're going to have a file descriptor to close too, so centralize the error handling cleanups to make things easier. * src/qemu_conf.c: in qemudDomainAttachNetDevice() consolidate the error handling cleanups together
-