- 05 8月, 2009 1 次提交
-
-
由 Daniel P. Berrange 提交于
Fix https://bugzilla.redhat.com/show_bug.cgi?id=479517 * src/buf.c: Cast to 'unsigned char' before doing compare to avoid rejecting 8-bit high characters
-
- 03 8月, 2009 1 次提交
-
-
由 Daniel P. Berrange 提交于
* src/openvz_driver.c: Remove unneccessary strdup() on hypervisor type api call
-
- 02 8月, 2009 9 次提交
-
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Fix up qemudDomainMigratePrepare2 to use virGetHostname instead of gethostname. Besides the fact that virGetHostname is far more clever, there was a latent bug in the handling that could cause a buffer overflow on a very long hostname. Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
- 01 8月, 2009 3 次提交
-
-
由 Daniel P. Berrange 提交于
* src/qemu_driver.c: Check that monitor device is not NULL before runing a command to protect against bugs in caller
-
由 Daniel P. Berrange 提交于
* src/util.c: Include path & pid when logging pidfile failure
-
由 Daniel P. Berrange 提交于
* src/qemu_driver.c: Add check that QEMU is active before attemting to shutdown. Fix error code for check in destroy method
-
- 31 7月, 2009 6 次提交
-
-
由 Daniel P. Berrange 提交于
* autobuild.sh, mingw32-libvirt.spec.in: Enable esx on mingw32 * src/esx/esx_driver.c: Define AI_ADDRCONFIG if not set * src/esx/esx_util.c, src/esx/esx_vi_types.c: Always use %lld & friends, since gnulib guarentees we have these and not the target's own variants
-
由 Daniel P. Berrange 提交于
If the bridge device is configured to have IPv6 address and accept router advertisments, then a malicious guest can send out bogus advertisments and hijack/DOS host IPv6 connectivity * src/network_driver.c: Set accept_ra=0, disable_ipv6=1, autoconf=0 for IPv6 sysctl on virual network bridge devices
-
由 Mark McLoughlin 提交于
PCIe DevCap register is actually 32 bits, not 16 bits. Since FLR is bit 28, we clearly are failing to detect FLR support. Known to fix device reset with some SR-IOV devices. * src/pci.c: fix pciDetectFunctionLevelReset()
-
由 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 12 次提交
-
-
由 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
-