On Thu, Jan 31, 2013 at 1:12 PM, Luiz Capitulino wrote:
> On Thu, 31 Jan 2013 05:12:25 -0800
> "Erlon Cruz" wrote:
>
> > Legal Disclaimer:
> > The information contained in this message may be privileged and
> confidential. It is intended to be read only by the individual or entity to
> whom it is
On Thu, 31 Jan 2013 05:12:25 -0800
"Erlon Cruz" wrote:
> Legal Disclaimer:
> The information contained in this message may be privileged and confidential.
> It is intended to be read only by the individual or entity to whom it is
> addressed or by their designee. If the reader of this message i
On 01/31/2013 09:33 AM, Luiz Capitulino wrote:
> On Thu, 31 Jan 2013 10:51:10 +0100
> Markus Armbruster wrote:
>
>> "Erlon Cruz" writes:
>>
>>> QEMU monitor command 'info registers' only displays information for the
>>> first
>>> CPU. This fix that by show registers information for each CPU in t
On 01/31/2013 07:51 AM, Markus Armbruster wrote:
> "Erlon Cruz" writes:
>
>> QEMU monitor command 'info registers' only displays information for the first
>> CPU. This fix that by show registers information for each CPU in the system
> This is incorrect. It displays information for the *current*
Luiz Capitulino writes:
> On Thu, 31 Jan 2013 10:51:10 +0100
> Markus Armbruster wrote:
>
>> "Erlon Cruz" writes:
>>
>> > QEMU monitor command 'info registers' only displays information
>> > for the first
>> > CPU. This fix that by show registers information for each CPU in the system
>>
>> T
On Thu, 31 Jan 2013 10:51:10 +0100
Markus Armbruster wrote:
> "Erlon Cruz" writes:
>
> > QEMU monitor command 'info registers' only displays information for the
> > first
> > CPU. This fix that by show registers information for each CPU in the system
>
> This is incorrect. It displays inform
"Erlon Cruz" writes:
> QEMU monitor command 'info registers' only displays information for the first
> CPU. This fix that by show registers information for each CPU in the system
This is incorrect. It displays information for the *current* CPU.
Monitor command "cpu" selects the current CPU.
I
QEMU monitor command 'info registers' only displays information for the first
CPU. This fix that by show registers information for each CPU in the system
Signed-off-by: erlon.c...@fit-tecnologia.org.br
---
monitor.c | 19 +++
1 file changed, 15 insertions(+), 4 deletions(-)
dif