summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-21 18:24:25 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-21 18:24:25 +0000
commitc7bb004d9b0580c73b7e8186085389fff6925300 (patch)
tree7577fd13b1a25ec7c156cbfe58ef7d837088cb24 /app-emulation/kvm/files/qemu-vl.c.patch
parentAdded local USE flags for kvm-48. (diff)
downloadphilantrop-c7bb004d9b0580c73b7e8186085389fff6925300.tar.gz
philantrop-c7bb004d9b0580c73b7e8186085389fff6925300.tar.bz2
philantrop-c7bb004d9b0580c73b7e8186085389fff6925300.zip
Version bump to kvm-48, removed obsolete versions and pulled in changes from bug 157987. Thanks to Carlo Marcelo Arenas Belon for his good work!
svn path=/trunk/; revision=48
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, 0 insertions, 11 deletions
diff --git a/app-emulation/kvm/files/qemu-vl.c.patch b/app-emulation/kvm/files/qemu-vl.c.patch
deleted file mode 100644
index 0fc7ec2..0000000
--- a/app-emulation/kvm/files/qemu-vl.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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