[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
This bug was fixed in the package xen - 4.4.1-0ubuntu0.14.10.3 --- xen (4.4.1-0ubuntu0.14.10.3) utopic; urgency=low * d/xen-utils-common.xen.init: Update script to start a QEMU process for dom0. (LP: #1396068) -- Stefan BaderThu, 11 Dec 2014 18:23:20 +0100 ** Changed in: xen (Ubuntu Utopic) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
This bug was fixed in the package xen - 4.4.1-0ubuntu0.14.04.3 --- xen (4.4.1-0ubuntu0.14.04.3) trusty; urgency=low * d/xen-utils-common.xen.init: Update script to start a QEMU process for dom0. (LP: #1396068) -- Stefan BaderThu, 11 Dec 2014 18:36:54 +0100 ** Changed in: xen (Ubuntu Trusty) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
Upgraded a Trusty and Utopic host to the proposed version and verified that the qemu process was running in dom0 after that. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
** Package changed: debian => xen (Debian) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
Hello Stefan, or anyone else affected, Accepted xen into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/xen/4.4.1-0ubuntu0.14.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance! ** Changed in: xen (Ubuntu Trusty) Status: Triaged => Fix Committed ** Tags added: verification-needed ** Changed in: xen (Ubuntu Utopic) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
SRU justification: Impact: Without starting a QEMU instance for dom0 it is not possible to use advanced disk image types for PV guests because pygrub then cannot peek into them to pick kernel images to start. However this setup is the default for nova-xen (openstack). Fix: Picking up changes from Debian (and now also in Vivid already) to the init script which starts and stops QEMU for dom0. Testcase: After package upgrade and subsequent reboots there is a qemu- system-i386 process attached to dom0. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
This bug was fixed in the package xen - 4.4.1-3ubuntu2 --- xen (4.4.1-3ubuntu2) vivid; urgency=low * Applying Xen Security Advisories: - CVE-2014-8594 / XSA-109 * x86: don't allow page table updates on non-PV page tables in do_mmu_update() - CVE-2014-8595 / XSA-110 * x86emul: enforce privilege level restrictions when loading CS - CVE-2014-8866 / XSA-111 * x86: limit checks in hypercall_xlat_continuation() to actual arguments - CVE-2014-8867 / XSA-112 * x86/HVM: confine internally handled MMIO to solitary regions - CVE-2014-9030 / XSA-113 * x86/mm: fix a reference counting error in MMU_MACHPHYS_UPDATE * Pulling in Debian change to start qemu in dom0 (LP: #1396068) * Picking up Debian change to recommend grub-xen-host from xen-utils. * Picking up Debian change to really include xen-init-name. -- Stefan BaderWed, 19 Nov 2014 13:47:12 +0100 ** Changed in: xen (Ubuntu) Status: Triaged => Fix Released ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-8594 ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-8595 ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-8866 ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-8867 ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-9030 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
** Changed in: debian Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access
** Bug watch added: Debian Bug tracker #770456 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770456 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770456 Importance: Unknown Status: Unknown ** No longer affects: debian ** Also affects: xen (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: xen (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770456 Importance: Unknown Status: Unknown ** Changed in: xen (Ubuntu Trusty) Importance: Undecided => Medium ** Changed in: xen (Ubuntu Trusty) Status: New => Triaged ** Changed in: xen (Ubuntu Utopic) Importance: Undecided => Medium ** Changed in: xen (Ubuntu Utopic) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1396068 Title: [Xen/xl] dom0 needs to run qemu for qcow access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs