All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
@ 2015-08-05 13:02 Andreas Rasmusson
  2015-08-05 18:21 ` [Qemu-devel] [Bug 1481750] " Andreas Rasmusson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andreas Rasmusson @ 2015-08-05 13:02 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
the command below causes qemu to hang before the u-boot command prompt is reached.
However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
so apparenly something has broken along the way.


ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500


>From the -d in_asm argument you can compare the runs and the 2.2.1 version
outputs a lot more.

------
- I use the unmodified u-boot.e500 that is inlcuded with each respective version.
- when building qemu my configure paramters were in all three cases :
'./configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: ppc qemu-system-ppc u-boot.e500

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1481750

Title:
  qemu-system-ppc hangs when running  -M ppce500 -bios u-boot.e500

Status in QEMU:
  New

Bug description:
  On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
  the command below causes qemu to hang before the u-boot command prompt is reached.
  However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
  so apparenly something has broken along the way.

  
  ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500

  
  From the -d in_asm argument you can compare the runs and the 2.2.1 version
  outputs a lot more.

  ------
  - I use the unmodified u-boot.e500 that is inlcuded with each respective version.
  - when building qemu my configure paramters were in all three cases :
  './configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1481750/+subscriptions

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1481750] Re: qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
  2015-08-05 13:02 [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500 Andreas Rasmusson
@ 2015-08-05 18:21 ` Andreas Rasmusson
  2015-08-06  6:48 ` thh
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Rasmusson @ 2015-08-05 18:21 UTC (permalink / raw)
  To: qemu-devel

It is not qemu that hangs. 
The u-boot.e500 software falls into an eternal loop at the addresses 0x00f1f964 to 0x00f1f94c
due to the registers r9 and r10 (both) being 0x0 in the newer versions and 0x40 in the working 2.2.1 version.  

Howerver, those values ought to have originated from the qemu
environment somehow.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1481750

Title:
  qemu-system-ppc hangs when running  -M ppce500 -bios u-boot.e500

Status in QEMU:
  New

Bug description:
  On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
  the command below causes qemu to hang before the u-boot command prompt is reached.
  However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
  so apparenly something has broken along the way.

  
  ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500

  
  From the -d in_asm argument you can compare the runs and the 2.2.1 version
  outputs a lot more.

  ------
  - I use the unmodified u-boot.e500 that is inlcuded with each respective version.
  - when building qemu my configure paramters were in all three cases :
  './configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1481750/+subscriptions

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1481750] Re: qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
  2015-08-05 13:02 [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500 Andreas Rasmusson
  2015-08-05 18:21 ` [Qemu-devel] [Bug 1481750] " Andreas Rasmusson
@ 2015-08-06  6:48 ` thh
  2015-09-22 10:01 ` thh
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: thh @ 2015-08-06  6:48 UTC (permalink / raw)
  To: qemu-devel

Looks like this has been broken by this commit here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e6b4e5f4795b2591fd91bea671e3e22e08fd0e75
("PPC: e500: Move CCSR and MMIO space to upper end of address space")

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1481750

Title:
  qemu-system-ppc hangs when running  -M ppce500 -bios u-boot.e500

Status in QEMU:
  New

Bug description:
  On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
  the command below causes qemu to hang before the u-boot command prompt is reached.
  However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
  so apparenly something has broken along the way.

  
  ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500

  
  From the -d in_asm argument you can compare the runs and the 2.2.1 version
  outputs a lot more.

  ------
  - I use the unmodified u-boot.e500 that is inlcuded with each respective version.
  - when building qemu my configure paramters were in all three cases :
  './configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1481750/+subscriptions

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1481750] Re: qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
  2015-08-05 13:02 [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500 Andreas Rasmusson
  2015-08-05 18:21 ` [Qemu-devel] [Bug 1481750] " Andreas Rasmusson
  2015-08-06  6:48 ` thh
@ 2015-09-22 10:01 ` thh
  2015-10-21 12:33 ` Andreas Rasmusson
  2015-10-27  9:45 ` thh
  4 siblings, 0 replies; 6+ messages in thread
From: thh @ 2015-09-22 10:01 UTC (permalink / raw)
  To: qemu-devel

Problem should now be fixed with this commit:
http://git.qemu-project.org/?p=qemu.git;a=commit;h=d4574435a6530bbd96ae130eddfe5b676f91367a
Please test, and close this bug if it is working now.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1481750

Title:
  qemu-system-ppc hangs when running  -M ppce500 -bios u-boot.e500

Status in QEMU:
  New

Bug description:
  On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
  the command below causes qemu to hang before the u-boot command prompt is reached.
  However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
  so apparenly something has broken along the way.

  
  ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500

  
  From the -d in_asm argument you can compare the runs and the 2.2.1 version
  outputs a lot more.

  ------
  - I use the unmodified u-boot.e500 that is inlcuded with each respective version.
  - when building qemu my configure paramters were in all three cases :
  './configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1481750/+subscriptions

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1481750] Re: qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
  2015-08-05 13:02 [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500 Andreas Rasmusson
                   ` (2 preceding siblings ...)
  2015-09-22 10:01 ` thh
@ 2015-10-21 12:33 ` Andreas Rasmusson
  2015-10-27  9:45 ` thh
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Rasmusson @ 2015-10-21 12:33 UTC (permalink / raw)
  To: qemu-devel

Yes, It works fine now. Thanks!
I cannot find an option to close this bug, perhaps I'm not authorized to do it?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1481750

Title:
  qemu-system-ppc hangs when running  -M ppce500 -bios u-boot.e500

Status in QEMU:
  New

Bug description:
  On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
  the command below causes qemu to hang before the u-boot command prompt is reached.
  However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
  so apparenly something has broken along the way.

  
  ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500

  
  From the -d in_asm argument you can compare the runs and the 2.2.1 version
  outputs a lot more.

  ------
  - I use the unmodified u-boot.e500 that is inlcuded with each respective version.
  - when building qemu my configure paramters were in all three cases :
  './configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1481750/+subscriptions

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1481750] Re: qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
  2015-08-05 13:02 [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500 Andreas Rasmusson
                   ` (3 preceding siblings ...)
  2015-10-21 12:33 ` Andreas Rasmusson
@ 2015-10-27  9:45 ` thh
  4 siblings, 0 replies; 6+ messages in thread
From: thh @ 2015-10-27  9:45 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1481750

Title:
  qemu-system-ppc hangs when running  -M ppce500 -bios u-boot.e500

Status in QEMU:
  Fix Released

Bug description:
  On recent qemu versions (tested on locally built versions 2.3.50 and 2.3.93)
  the command below causes qemu to hang before the u-boot command prompt is reached.
  However in an older version (2.2.1) the u-boot bootprompt is reached and can be typed into,
  so apparenly something has broken along the way.

  
  ppc-softmmu/qemu-system-ppc -d guest_errors -d in_asm -M ppce500 -nographic -bios pc-bios/u-boot.e500

  
  From the -d in_asm argument you can compare the runs and the 2.2.1 version
  outputs a lot more.

  ------
  - I use the unmodified u-boot.e500 that is inlcuded with each respective version.
  - when building qemu my configure paramters were in all three cases :
  './configure' '--target-list=ppc-softmmu,arm-softmmu' '--audio-drv-list=' '--enable-debug'

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1481750/+subscriptions

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-27  9:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05 13:02 [Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500 Andreas Rasmusson
2015-08-05 18:21 ` [Qemu-devel] [Bug 1481750] " Andreas Rasmusson
2015-08-06  6:48 ` thh
2015-09-22 10:01 ` thh
2015-10-21 12:33 ` Andreas Rasmusson
2015-10-27  9:45 ` thh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.