summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/kvm/files/qemu-vl.c.patch')
-rw-r--r--app-emulation/kvm/files/qemu-vl.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/kvm/files/qemu-vl.c.patch b/app-emulation/kvm/files/qemu-vl.c.patch
new file mode 100644
index 0000000..0fc7ec2
--- /dev/null
+++ b/app-emulation/kvm/files/qemu-vl.c.patch
@@ -0,0 +1,11 @@
+--- qemu/vl.c.orig 2007-04-22 07:40:44.000000000 +0200
++++ qemu/vl.c 2007-04-22 07:43:27.000000000 +0200
+@@ -92,7 +92,7 @@
+ #include "qemu-kvm.h"
+ #endif
+
+-#define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup"
++#define DEFAULT_NETWORK_SCRIPT "/etc/kvm/qemu-ifup"
+ #ifdef __sun__
+ #define SMBD_COMMAND "/usr/sfw/sbin/smbd"
+ #else