libvirt:moved into main repo for pisi 2.0

This commit is contained in:
2015-12-31 13:29:55 +02:00
parent abacfc2cf6
commit b4db62ba18
8 changed files with 359 additions and 0 deletions
@@ -0,0 +1,17 @@
# Override the default config file
#LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
# Listen for TCP/IP connections
# NB. must setup TLS/SSL keys prior to using this
#LIBVIRTD_ARGS="--listen"
# Override Kerberos service keytab for SASL/GSSAPI
#KRB5_KTNAME=/etc/libvirt/krb5.tab
# Override the QEMU/SDL default audio driver probing when
# starting virtual machines using SDL graphics
#
# NB these have no effect for VMs using VNC
#QEMU_AUDIO_DRV=sdl
#
#SDL_AUDIODRIVER=pulse
@@ -0,0 +1,19 @@
--- src/qemu/qemu_capabilities.c~ 2014-01-10 20:27:38.383264024 +0100
+++ src/qemu/qemu_capabilities.c 2014-01-10 20:28:02.696597278 +0100
@@ -638,14 +638,14 @@ virQEMUCapsFindBinaryForArch(virArch hos
if (guestarch == VIR_ARCH_I686 &&
!ret &&
hostarch == VIR_ARCH_X86_64) {
- ret = virFindFileInPath("qemu-system-x86_64");
+ ret = virFindFileInPath("qemu-kvm");
if (ret && !virFileIsExecutable(ret))
VIR_FREE(ret);
}
if (guestarch == VIR_ARCH_I686 &&
!ret) {
- ret = virFindFileInPath("qemu");
+ ret = virFindFileInPath("qemu-kvm");
if (ret && !virFileIsExecutable(ret))
VIR_FREE(ret);
}
@@ -0,0 +1,4 @@
d /run/libvirt/qemu 0700 qemu qemu - -
d /run/libvirt/lxc 0755 root root - -
d /run/libvirt/uml 0755 root root - -
d /run/libvirt/network 0755 root root - -