diff options
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.patch | 14 |
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") ] } ++ }}, + }, + }, + |