[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.0.0+dfsg-2ubuntu1.16 --- qemu (2.0.0+dfsg-2ubuntu1.16) trusty; urgency=medium * Support qemu-kvm on x32, arm64, ppc64 and pp64el architectures (LP: #1389897) (Patch thanks to mwhudson, BenC, and infinity) * debian/control-in: Add kvm

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-05 Thread dann frazier
Verification: dannf@mustang:~$ lxc launch trusty lp1389897 Creating container...done Starting container...done dannf@mustang:~$ lxc exec lp1389897 -- /bin/bash root@lp1389897:~# echo 'deb http://ports.ubuntu.com/ubuntu-ports trusty-proposed main' | tee -a /etc/apt/sources.list deb http://ports.ub

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-05 Thread Chris J Arges
Hello Michael, or anyone else affected, Accepted qemu into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg- 2ubuntu1.16 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-05 Thread dann frazier
SRU regression test results: ubuntu@ip-10-180-202-218:~/qa-regression-testing/scripts$ ./test-qemu.py Skipping private tests WARN: could not find 'libvirt/qatest.tar.bz2'. Some tests will be skipped Please see qemu/README.qatest-virtio for more information. add dummy drive delete dummy drive

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-04 Thread dann frazier
** Patch added: "debdiff for trusty" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4439054/+files/trusty.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389897 Tit

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-04 Thread dann frazier
** Description changed: - There is currently no way to install just enough qemu to have kvm work. - On x86 you can install qemu-kvm, but even on the other architectures - where this is built (e.g. armhf) it depends on qemu-system-x86. Or you - can install qemu-system but that installs way more th

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2015-08-04 Thread dann frazier
** No longer affects: qemu (Ubuntu Utopic) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389897 Title: no way to install "enough qemu for kvm" in a cross platform way To manage notifications about

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qemu (Ubuntu Trusty) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389897 Title:

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qemu (Ubuntu Utopic) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389897 Title:

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.1+dfsg-4ubuntu8 --- qemu (2.1+dfsg-4ubuntu8) vivid; urgency=medium * Support qemu-kvm on x32, arm64, ppc64 and pp64el architectures (LP: #1389897) (Patch thanks to mwhudson, BenC, and infinity) -- Serge HallynTue, 11 Nov 2014 15:5

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-11 Thread Adam Conrad
Having one kvm script with cases per arch is more fiddly. Do you use uname -m, or dpkg arch? If uname, does that mean the behaviour of qemu- kvm:arch changes depending on which kernel its run on, not depending on the userspace arch? Might be counterintuitive. Etc, etc. But you might be right t

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-08 Thread Michael Hudson-Doyle
Fair enough. I should say that the reason I filed this bug and tried my hand at a fix is so that devstack can just install the qemu-kvm package on any architecture to get enough qemu to make libvirt happy -- devstack/libvirt doesn't use the kvm wrapper script so I only did that bit to keep Adam ha

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-06 Thread Michael Hudson-Doyle
And finally one that builds a package that doesn't scare lintian. ** Patch added: "qemu-kvm-arches-3.diff" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4254389/+files/qemu-kvm-arches-3.diff ** Patch removed: "qemu-kvm-arches-2.diff" https://bugs.launchpad.net/ub

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Michael Hudson-Doyle
Here's another attempt. Also not build tested yet. ** Patch added: "qemu-kvm-arches-2.diff" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4254290/+files/qemu-kvm-arches-2.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Michael Hudson-Doyle
Bah, my patch runs into the "dh_install can't rename a file" thing. Maybe using dh-exec in a .install file is the answer? I'll try to do that later, but I need to disappear for a few hours first... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Adam Conrad
+1 (with extreme bias) on this from me. I'll give hallyn some time to review it, but if he doesn't get around to it, I'll just add a debian/changelog entry and sponsor this to vivid. I also feel pretty strongly that we should SRU this back to utopic and trusty. ** Also affects: qemu (Ubuntu Trus

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "qemu-kvm-arches.diff" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-m

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Michael Hudson-Doyle
Here's a patch that does this, with help from Adam and Ben. You can see a more split out version at https://github.com/mwhudson/qemu/commits /qemu-kvm-arches. ** Patch removed: "0003-Handle-32-bit-powerpc.patch" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4254172/+

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Michael Hudson-Doyle
** Patch added: "0003-Handle-32-bit-powerpc.patch" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4254172/+files/0003-Handle-32-bit-powerpc.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Michael Hudson-Doyle
** Patch added: "0002-Install-usr-bin-kvm-wrapper-for-non-32-bit-power.patch" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4254171/+files/0002-Install-usr-bin-kvm-wrapper-for-non-32-bit-power.patch -- You received this bug notification because you are a member of Ub

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Michael Hudson-Doyle
** Patch added: "0001-Increase-sanity-around-qemu-kvm.patch" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1389897/+attachment/4254170/+files/0001-Increase-sanity-around-qemu-kvm.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1389897] Re: no way to install "enough qemu for kvm" in a cross platform way

2014-11-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qemu (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389897 Title: no wa