Merge lp:~serge-hallyn/ubuntu-seeds/ubuntu.raring into lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.raring

Proposed by Serge Hallyn
Status: Merged
Merged at revision: 2116
Proposed branch: lp:~serge-hallyn/ubuntu-seeds/ubuntu.raring
Merge into: lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.raring
Diff against target: 26 lines (+4/-2)
2 files modified
server-ship (+2/-1)
virt-host (+2/-1)
To merge this branch: bzr merge lp:~serge-hallyn/ubuntu-seeds/ubuntu.raring
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Review via email: mp+147491@code.launchpad.net

Description of the change

Replace qemu-kvm with qemu-system-$arch. This will solve bug 1118407 by not including qemu-system-misc which has a large number of dependencies.

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Seems to be quite a graceful fix.. but isn't qemu-system-$foo useful for running a different arch to that of the parent? Is qemu-system-ppc as slow on PPC as it is on x86?

Seems to be a better solution that what is currently seeded, so merging for now.. But please consider my comment above.

Thanks :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'server-ship'
2--- server-ship 2013-01-19 15:10:44 +0000
3+++ server-ship 2013-02-08 23:45:28 +0000
4@@ -245,7 +245,8 @@
5
6 = Virtualisation =
7
8- * qemu-kvm
9+ * qemu-system-x86 [i386 amd64]
10+ * qemu-system-ppc [powerpc]
11 * python-libvirt
12 * python-urlgrabber
13 * libvirt-bin
14
15=== modified file 'virt-host'
16--- virt-host 2013-01-19 15:10:44 +0000
17+++ virt-host 2013-02-08 23:45:28 +0000
18@@ -5,6 +5,7 @@
19 Task-Key: ubuntu-virt-server
20
21 * ubuntu-virt-server
22- * qemu-kvm
23+ * qemu-system-x86 [i386 amd64]
24+ * qemu-system-ppc [powerpc]
25 * libvirt-bin
26 * openssh-server

Subscribers

People subscribed via source and target branches