[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2011-03-05 Thread Loïc Minier
It is reproducible for me as follows:

tip of qemu-linaro as of today (c67ccff50fd53723302c47a233f3daec2807cf0d) built 
with:
./configure --target-list=arm-softmmu --enable-debug --static
make -j2

This starts:
arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel 
vmlinuz-2.6.37-1003-linaro-vexpress -append 'console=ttyAMA0,115200' -serial 
stdio

This doesn't and eats all CPU:
arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel vmlinux -append 
'console=ttyAMA0,115200' -serial stdio

vmlinuz-2.6.37-1003-linaro-vexpress  is from the linaro-vexpress binary
.deb from some time ago, but it boots fine so shouldn't matter.

vmlinux is generated with a script I had written and tested a while ago:
http://people.canonical.com/~lool/vmlinuz-to-vmlinux
this script takes a vmlinuz as input, and outputs a vmlinux on stdout; it is 
possible that the structure of the ARM uncompressor evolved since I wrote this, 
and this simple implementation might be incorrect nowadays.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/534324

Title:
  Can't run uncompressed (vmlinux) kernels

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2011-02-15 Thread Steve Langasek
reassigned to qemu-linaro, which now owns qemu-system-arm.  Loïc, is
this reproducible with qemu-linaro?

** Package changed: qemu-kvm (Ubuntu) = qemu-linaro (Ubuntu)

** Tags removed: armel

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/534324

Title:
  Can't run uncompressed (vmlinux) kernels

-- 
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 534324] Re: Can't run uncompressed (vmlinux) kernels

2011-02-15 Thread Steve Langasek
reassigned to qemu-linaro, which now owns qemu-system-arm.  Loïc, is
this reproducible with qemu-linaro?

** Package changed: qemu-kvm (Ubuntu) = qemu-linaro (Ubuntu)

** Tags removed: armel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/534324

Title:
  Can't run uncompressed (vmlinux) kernels

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-05-19 Thread Dave Walker
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-05-19 Thread Dave Walker
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-03-08 Thread Loïc Minier

** Attachment added: Wrote this script to convert vmlinuz to vmlinux
   http://launchpadlibrarian.net/40481755/vmlinuz-to-vmlinux

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/40481332/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/40481333/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/40481334/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/40481335/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/40481336/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/40481337/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/40481338/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/40481339/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/40481340/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/40481341/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/40481342/UdevLog.txt

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-03-08 Thread Chuck Short
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-03-08 Thread Loïc Minier
** Tags added: armel

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-03-08 Thread Loïc Minier

** Attachment added: Wrote this script to convert vmlinuz to vmlinux
   http://launchpadlibrarian.net/40481755/vmlinuz-to-vmlinux

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/40481332/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/40481333/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/40481334/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/40481335/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/40481336/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/40481337/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/40481338/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/40481339/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/40481340/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/40481341/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/40481342/UdevLog.txt

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-03-08 Thread Chuck Short
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2010-03-08 Thread Loïc Minier
** Tags added: armel

-- 
Can't run uncompressed (vmlinux) kernels
https://bugs.launchpad.net/bugs/534324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs