Activity log for bug #1321365

Date Who What changed Old value New value Message
2014-05-20 16:43:22 john.d@servergy.com bug added bug
2014-05-21 14:54:57 Serge Hallyn libvirt (Ubuntu): importance Undecided High
2014-05-21 14:54:57 Serge Hallyn libvirt (Ubuntu): status New Triaged
2014-05-21 14:57:21 Serge Hallyn libvirt (Ubuntu): assignee Zulnedi (zul)
2014-05-21 14:57:46 Serge Hallyn libvirt (Ubuntu): assignee Zulnedi (zul) Chuck Short (zulcss)
2014-05-21 14:58:33 Serge Hallyn nominated for series Ubuntu Trusty
2014-05-21 14:58:33 Serge Hallyn bug task added libvirt (Ubuntu Trusty)
2014-05-21 14:59:37 Serge Hallyn libvirt (Ubuntu Trusty): importance Undecided High
2014-05-21 14:59:37 Serge Hallyn libvirt (Ubuntu Trusty): status New Confirmed
2014-05-21 14:59:37 Serge Hallyn libvirt (Ubuntu Trusty): assignee Serge Hallyn (serge-hallyn)
2014-06-05 16:13:45 Serge Hallyn libvirt (Ubuntu): importance High Critical
2014-06-05 16:13:48 Serge Hallyn libvirt (Ubuntu Trusty): importance High Critical
2014-06-05 16:36:33 Serge Hallyn description virsh # define vm01.xml virsh # start Ubuntu-VM01 error: Failed to start domain Ubuntu-VM01 error: internal error: early end of file from monitor: possible problem: Can't open directory /proc/device-tree/cpus/ qemu-system-ppc: -device piix3-usb-uhci,id=usb,bus=pci,addr=0x1: Bus 'pci' not found With or without the "controller_type "pci" > statement fails: (trusty)root@jade-rev4:/home2/qemu# cat *xml <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Ubuntu-VM01</name> <uuid>38bbffe5-47e9-4a3b-84b1-1af5ff3f7194</uuid> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='ppc' machine='ppce500'>hvm</type> <kernel>/home2/qemu/jade-kernel-2.0.bin</kernel> <initrd>/home2/qemu/jade-initrd-2.0.bin</initrd> <cmdline>console=ttyS0</cmdline> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>destroy</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-ppc</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/home2/qemu/jade-ubuntu-14.04.qcow2.netinstall'/> <target dev='vda' bus='virtio'/> </disk> <controller type='usb' index='0'/> <!-- <controller type='pci' index='0' model='pci-root'/> --> <memballoon model='virtio'/> </devices> <qemu:commandline> <qemu:arg value='-no-shutdown'/> </qemu:commandline> </domain> virsh # start Ubuntu-VM01 error: Failed to start domain Ubuntu-VM01 error: internal error: early end of file from monitor: possible problem: Can't open directory /proc/device-tree/cpus/ qemu-system-ppc: -device piix3-usb-uhci,id=usb,bus=pci,addr=0x1: Bus 'pci' not found ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: libvirt-bin 1.2.2-0ubuntu13 ProcVersionSignature: Ubuntu 3.13.0-24.46-powerpc-e500mc 3.13.9 Uname: Linux 3.13.0-24-powerpc-e500mc ppc ApportVersion: 2.14.1-0ubuntu3 Architecture: powerpc Date: Tue May 20 11:39:39 2014 ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: libvirt UpgradeStatus: Upgraded to trusty on 2014-04-29 (21 days ago) modified.conffile..etc.libvirt.libvirt.conf: [modified] mtime.conffile..etc.libvirt.libvirt.conf: 2014-05-15T15:07:48.854124 ===================================================== SRU Justification Impact: Vms cannot be started on ppc Test case: define and start a kvm vm on ppc host (as below in description) Regression potential: This should cause no regressions, but qemu vms will now be able to read device-tree info ===================================================== virsh # define vm01.xml virsh # start Ubuntu-VM01 error: Failed to start domain Ubuntu-VM01 error: internal error: early end of file from monitor: possible problem: Can't open directory /proc/device-tree/cpus/ qemu-system-ppc: -device piix3-usb-uhci,id=usb,bus=pci,addr=0x1: Bus 'pci' not found With or without the "controller_type "pci" > statement fails: (trusty)root@jade-rev4:/home2/qemu# cat *xml <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>   <name>Ubuntu-VM01</name>   <uuid>38bbffe5-47e9-4a3b-84b1-1af5ff3f7194</uuid>   <memory unit='KiB'>1048576</memory>   <currentMemory unit='KiB'>1048576</currentMemory>   <vcpu placement='static'>1</vcpu>   <os>     <type arch='ppc' machine='ppce500'>hvm</type>     <kernel>/home2/qemu/jade-kernel-2.0.bin</kernel>     <initrd>/home2/qemu/jade-initrd-2.0.bin</initrd>     <cmdline>console=ttyS0</cmdline>   </os>   <clock offset='utc'/>   <on_poweroff>destroy</on_poweroff>   <on_reboot>destroy</on_reboot>   <on_crash>destroy</on_crash>   <devices>     <emulator>/usr/bin/qemu-system-ppc</emulator>     <disk type='file' device='disk'>       <driver name='qemu' type='raw'/>       <source file='/home2/qemu/jade-ubuntu-14.04.qcow2.netinstall'/>       <target dev='vda' bus='virtio'/>     </disk>     <controller type='usb' index='0'/> <!-- <controller type='pci' index='0' model='pci-root'/> -->     <memballoon model='virtio'/>   </devices>   <qemu:commandline>     <qemu:arg value='-no-shutdown'/>   </qemu:commandline> </domain> virsh # start Ubuntu-VM01 error: Failed to start domain Ubuntu-VM01 error: internal error: early end of file from monitor: possible problem: Can't open directory /proc/device-tree/cpus/ qemu-system-ppc: -device piix3-usb-uhci,id=usb,bus=pci,addr=0x1: Bus 'pci' not found ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: libvirt-bin 1.2.2-0ubuntu13 ProcVersionSignature: Ubuntu 3.13.0-24.46-powerpc-e500mc 3.13.9 Uname: Linux 3.13.0-24-powerpc-e500mc ppc ApportVersion: 2.14.1-0ubuntu3 Architecture: powerpc Date: Tue May 20 11:39:39 2014 ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: libvirt UpgradeStatus: Upgraded to trusty on 2014-04-29 (21 days ago) modified.conffile..etc.libvirt.libvirt.conf: [modified] mtime.conffile..etc.libvirt.libvirt.conf: 2014-05-15T15:07:48.854124
2014-06-05 16:36:43 Serge Hallyn bug added subscriber Ubuntu Stable Release Updates Team
2014-06-05 16:49:03 Stéphane Graber libvirt (Ubuntu Trusty): status Confirmed Fix Committed
2014-06-05 16:49:07 Stéphane Graber bug added subscriber SRU Verification
2014-06-05 16:49:09 Stéphane Graber tags apparmor apport-bug powerpc trusty apparmor apport-bug powerpc trusty verification-needed
2014-06-05 18:47:10 Launchpad Janitor libvirt (Ubuntu): status Triaged Fix Released
2014-07-11 14:22:57 Ben Collins tags apparmor apport-bug powerpc trusty verification-needed apparmor apport-bug powerpc trusty verification-done verification-needed
2014-07-11 14:23:29 Ben Collins tags apparmor apport-bug powerpc trusty verification-done verification-needed apparmor apport-bug powerpc trusty verification-done
2014-07-14 16:06:58 Colin Watson removed subscriber Ubuntu Stable Release Updates Team
2014-07-14 16:12:12 Launchpad Janitor libvirt (Ubuntu Trusty): status Fix Committed Fix Released