All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected
       [not found] <20100406145037.15797.14473.malonedeb@wampee.canonical.com>
@ 2010-06-02 16:31 ` Anthony Liguori
  2010-09-22  4:24 ` Matthew Davey
  2012-07-10 14:52 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2010-06-02 16:31 UTC (permalink / raw)
  To: qemu-devel

Your command line includes '-boot -s' which appears invalid since boot
requires an argument.  Can you confirm that the problem still occurs
with a proper command line.

** Changed in: qemu
       Status: New => Incomplete

-- 
-S doesn't freeze CPU as expected
https://bugs.launchpad.net/bugs/556560
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Incomplete

Bug description:
The command used:
qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u
-boot -s -S

Qemu version:
QEMU PC emulator version 0.12.3, Copyright (c) 2003-2008 Fabrice Bellard

Problem description; the version I previously used (0.11.0-rc2) used to freeze the CPU upon startup, allowing me to connect with GDB and start debugging and loading different images....
Here is just starts execution as soon as I hit enter like so...
root@sameh-laptop:~/# qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u
-boot -s -S


U-Boot 2009.11.1 (Mar 28 2010 - 18:37:25)

DRAM:   0 kB
## Unknown FLASH on Bank 1 - Size = 0x00000000 = 0 MB
Flash:  0 kB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   SMC91111-0
VersatilePB # 
VersatilePB # 
VersatilePB # QEMU: Terminated

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

* [Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected
       [not found] <20100406145037.15797.14473.malonedeb@wampee.canonical.com>
  2010-06-02 16:31 ` [Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected Anthony Liguori
@ 2010-09-22  4:24 ` Matthew Davey
  2012-07-10 14:52 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Matthew Davey @ 2010-09-22  4:24 UTC (permalink / raw)
  To: qemu-devel

Actually you have read that incorrectly, the "-boot" was part of the
argument to the "-kernel". Their command line states
"~/Embedded/working/versatilepb/u-boot" which was broken over the end of
line:

qemu-system-arm -nographic -m 256 -M versatileab -kernel
~/Embedded/working/versatilepb/u-boot -s -S

-- 
-S doesn't freeze CPU as expected
https://bugs.launchpad.net/bugs/556560
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Incomplete

Bug description:
The command used:
qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u
-boot -s -S

Qemu version:
QEMU PC emulator version 0.12.3, Copyright (c) 2003-2008 Fabrice Bellard

Problem description; the version I previously used (0.11.0-rc2) used to freeze the CPU upon startup, allowing me to connect with GDB and start debugging and loading different images....
Here is just starts execution as soon as I hit enter like so...
root@sameh-laptop:~/# qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u
-boot -s -S


U-Boot 2009.11.1 (Mar 28 2010 - 18:37:25)

DRAM:   0 kB
## Unknown FLASH on Bank 1 - Size = 0x00000000 = 0 MB
Flash:  0 kB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   SMC91111-0
VersatilePB # 
VersatilePB # 
VersatilePB # QEMU: Terminated

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

* [Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected
       [not found] <20100406145037.15797.14473.malonedeb@wampee.canonical.com>
  2010-06-02 16:31 ` [Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected Anthony Liguori
  2010-09-22  4:24 ` Matthew Davey
@ 2012-07-10 14:52 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2012-07-10 14:52 UTC (permalink / raw)
  To: qemu-devel

-s -S works for me, so I'm going to assume this bug has been fixed at
some point in the last 2 years. Reopen if it still persists in QEMU 1.1.


** Changed in: qemu
       Status: Incomplete => 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/556560

Title:
  -S doesn't freeze CPU as expected

Status in QEMU:
  Fix Released

Bug description:
  The command used:
  qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u
  -boot -s -S

  Qemu version:
  QEMU PC emulator version 0.12.3, Copyright (c) 2003-2008 Fabrice Bellard

  Problem description; the version I previously used (0.11.0-rc2) used to freeze the CPU upon startup, allowing me to connect with GDB and start debugging and loading different images....
  Here is just starts execution as soon as I hit enter like so...
  root@sameh-laptop:~/# qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u
  -boot -s -S

  
  U-Boot 2009.11.1 (Mar 28 2010 - 18:37:25)

  DRAM:   0 kB
  ## Unknown FLASH on Bank 1 - Size = 0x00000000 = 0 MB
  Flash:  0 kB
  *** Warning - bad CRC, using default environment

  In:    serial
  Out:   serial
  Err:   serial
  Net:   SMC91111-0
  VersatilePB # 
  VersatilePB # 
  VersatilePB # QEMU: Terminated

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

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

end of thread, other threads:[~2012-07-10 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20100406145037.15797.14473.malonedeb@wampee.canonical.com>
2010-06-02 16:31 ` [Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected Anthony Liguori
2010-09-22  4:24 ` Matthew Davey
2012-07-10 14:52 ` Peter Maydell

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.