* [Qemu-devel] [Bug 1056668] [NEW] qemu-system-arm crash at startup with -usbdevice
@ 2012-09-26 7:49 thierry bultel
2012-09-27 8:47 ` [Qemu-devel] [Bug 1056668] " Peter Maydell
2012-09-27 10:32 ` Peter Maydell
0 siblings, 2 replies; 4+ messages in thread
From: thierry bultel @ 2012-09-26 7:49 UTC (permalink / raw)
To: qemu-devel
Public bug reported:
This happens with official 1.2.0 version, but I reproduce the same issue
with the main git branch
On my host:
:~$ lsusb | grep Logi
Bus 004 Device 002: ID 046d:c219 Logitech, Inc. Cordless RumblePad 2
:~$ qemu/arm-softmmu/qemu-system-arm
-kernel output/images/uImage -initrd output/images/rootfs.cpio -M vexpress-a9 -serial stdio -append "console=ttyAMA0" -net nic -net tap,script=$SCRIPTS/qemu-ifup,downscript=$SCRIPTS/qemu-ifdown -m 1024 -usbdevice host:046d:c219
Segmentation fault
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1056668
Title:
qemu-system-arm crash at startup with -usbdevice
Status in QEMU:
New
Bug description:
This happens with official 1.2.0 version, but I reproduce the same
issue with the main git branch
On my host:
:~$ lsusb | grep Logi
Bus 004 Device 002: ID 046d:c219 Logitech, Inc. Cordless RumblePad 2
:~$ qemu/arm-softmmu/qemu-system-arm
-kernel output/images/uImage -initrd output/images/rootfs.cpio -M vexpress-a9 -serial stdio -append "console=ttyAMA0" -net nic -net tap,script=$SCRIPTS/qemu-ifup,downscript=$SCRIPTS/qemu-ifdown -m 1024 -usbdevice host:046d:c219
Segmentation fault
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1056668/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [Bug 1056668] Re: qemu-system-arm crash at startup with -usbdevice
2012-09-26 7:49 [Qemu-devel] [Bug 1056668] [NEW] qemu-system-arm crash at startup with -usbdevice thierry bultel
@ 2012-09-27 8:47 ` Peter Maydell
2012-09-27 9:34 ` thierry bultel
2012-09-27 10:32 ` Peter Maydell
1 sibling, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2012-09-27 8:47 UTC (permalink / raw)
To: qemu-devel
Well, it's certainly a bug that we crash (and I'll look into that).
However, the vexpress-a9 model does not have any USB controller, so a
fix for this bug would just make us print a nicer error message instead
of crashing...
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1056668
Title:
qemu-system-arm crash at startup with -usbdevice
Status in QEMU:
New
Bug description:
This happens with official 1.2.0 version, but I reproduce the same
issue with the main git branch
On my host:
:~$ lsusb | grep Logi
Bus 004 Device 002: ID 046d:c219 Logitech, Inc. Cordless RumblePad 2
:~$ qemu/arm-softmmu/qemu-system-arm
-kernel output/images/uImage -initrd output/images/rootfs.cpio -M vexpress-a9 -serial stdio -append "console=ttyAMA0" -net nic -net tap,script=$SCRIPTS/qemu-ifup,downscript=$SCRIPTS/qemu-ifdown -m 1024 -usbdevice host:046d:c219
Segmentation fault
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1056668/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [Bug 1056668] Re: qemu-system-arm crash at startup with -usbdevice
2012-09-27 8:47 ` [Qemu-devel] [Bug 1056668] " Peter Maydell
@ 2012-09-27 9:34 ` thierry bultel
0 siblings, 0 replies; 4+ messages in thread
From: thierry bultel @ 2012-09-27 9:34 UTC (permalink / raw)
To: qemu-devel
Le 27/09/2012 10:47, Peter Maydell a écrit :
> Well, it's certainly a bug that we crash (and I'll look into that).
> However, the vexpress-a9 model does not have any USB controller, so a
> fix for this bug would just make us print a nicer error message instead
> of crashing...
>
Yes indeed, is there supported a9 board with a USB controller ? I would
make the test as well
Many thanks
Thierry
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1056668
Title:
qemu-system-arm crash at startup with -usbdevice
Status in QEMU:
New
Bug description:
This happens with official 1.2.0 version, but I reproduce the same
issue with the main git branch
On my host:
:~$ lsusb | grep Logi
Bus 004 Device 002: ID 046d:c219 Logitech, Inc. Cordless RumblePad 2
:~$ qemu/arm-softmmu/qemu-system-arm
-kernel output/images/uImage -initrd output/images/rootfs.cpio -M vexpress-a9 -serial stdio -append "console=ttyAMA0" -net nic -net tap,script=$SCRIPTS/qemu-ifup,downscript=$SCRIPTS/qemu-ifdown -m 1024 -usbdevice host:046d:c219
Segmentation fault
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1056668/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [Bug 1056668] Re: qemu-system-arm crash at startup with -usbdevice
2012-09-26 7:49 [Qemu-devel] [Bug 1056668] [NEW] qemu-system-arm crash at startup with -usbdevice thierry bultel
2012-09-27 8:47 ` [Qemu-devel] [Bug 1056668] " Peter Maydell
@ 2012-09-27 10:32 ` Peter Maydell
1 sibling, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2012-09-27 10:32 UTC (permalink / raw)
To: qemu-devel
I'm afraid not -- there isn't currently any A9 model with either USB or
PCI (for plugging in a PCI usb controller). (There are a few models of
boards where the hardware has a USB controller but we don't have a model
of it, including the vexpress-a9, but that doesn't help unless anybody
writes the usb controller model.)
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1056668
Title:
qemu-system-arm crash at startup with -usbdevice
Status in QEMU:
New
Bug description:
This happens with official 1.2.0 version, but I reproduce the same
issue with the main git branch
On my host:
:~$ lsusb | grep Logi
Bus 004 Device 002: ID 046d:c219 Logitech, Inc. Cordless RumblePad 2
:~$ qemu/arm-softmmu/qemu-system-arm
-kernel output/images/uImage -initrd output/images/rootfs.cpio -M vexpress-a9 -serial stdio -append "console=ttyAMA0" -net nic -net tap,script=$SCRIPTS/qemu-ifup,downscript=$SCRIPTS/qemu-ifdown -m 1024 -usbdevice host:046d:c219
Segmentation fault
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1056668/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-27 10:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 7:49 [Qemu-devel] [Bug 1056668] [NEW] qemu-system-arm crash at startup with -usbdevice thierry bultel
2012-09-27 8:47 ` [Qemu-devel] [Bug 1056668] " Peter Maydell
2012-09-27 9:34 ` thierry bultel
2012-09-27 10:32 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).