summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Marineau <marineam@gentoo.org>2008-11-24 02:20:19 +0000
committerMichael Marineau <marineam@gentoo.org>2008-11-24 02:20:19 +0000
commiteae1d0e371c9e9179d94c84d5560c6e8ffd8a650 (patch)
tree836245ab0f751faa6c83338e9f056551051d5b0f /app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-eae1d0e371c9e9179d94c84d5560c6e8ffd8a650.tar.gz
gentoo-2-eae1d0e371c9e9179d94c84d5560c6e8ffd8a650.tar.bz2
gentoo-2-eae1d0e371c9e9179d94c84d5560c6e8ffd8a650.zip
Bump virtinst to 0.400.0
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch')
-rw-r--r--app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch b/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch
new file mode 100644
index 000000000000..bd502fda9b12
--- /dev/null
+++ b/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch
@@ -0,0 +1,14 @@
+--- virtinst-0.400.0/virtinst/FullVirtGuest.py.orig 2008-11-23 18:31:00.000000000 -0500
++++ virtinst-0.400.0/virtinst/FullVirtGuest.py 2008-11-23 18:31:13.000000000 -0500
+@@ -91,6 +91,11 @@
+ }},
+ "generic24": { "label": "Generic 2.4.x kernel" },
+ "generic26": { "label": "Generic 2.6.x kernel" },
++ "virtio26": { "label": "Generic 2.6.25 or later with virtio",
++ "devices" : {
++ "disk" : { "bus" : [ (["kvm"], "virtio") ] },
++ "net" : { "model" : [ (["kvm"], "virtio") ] }
++ }},
+ },
+ },
+