qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 18f082: monitor: Add -a (all) option to info


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 18f082: monitor: Add -a (all) option to info registers
Date: Thu, 29 Jun 2017 11:02:02 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 18f0828278c62bf5b50ec24a012073cd79535481
      
https://github.com/qemu/qemu/commit/18f0828278c62bf5b50ec24a012073cd79535481
  Author: Suraj Jitindar Singh <address@hidden>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M hmp-commands-info.hx
    M monitor.c

  Log Message:
  -----------
  monitor: Add -a (all) option to info registers

The info registers command in the qemu monitor is used to dump register
values.

Currently this command uses the monitor cpu (which can be set by the
user) as the cpu for whose registers will be dumped. Sometimes it is
useful to see the registers for all cpus and currently this requires
setting the monitor cpu and the re-running the command for each cpu
in the system. I would be nice if there was an easier way to do this.

Add the "-a" option to the info registers command to dump the register
values for all cpus.

Signed-off-by: Suraj Jitindar Singh <address@hidden>

Message-Id: <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: bd1d5ad9f9a1347d6f4338f294253617c565c89a
      
https://github.com/qemu/qemu/commit/bd1d5ad9f9a1347d6f4338f294253617c565c89a
  Author: Stefan Fritsch <address@hidden>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M chardev/char.c
    M hmp-commands.hx
    M hmp.c
    M hmp.h
    M qapi-schema.json
    M tests/test-char.c
    M tests/test-hmp.c

  Log Message:
  -----------
  Add chardev-send-break monitor command

Sending a break on a serial console can be useful for debugging the
guest. But not all chardev backends support sending breaks (only telnet
and mux do). The chardev-send-break command allows to send a break even
if using other backends.

Signed-off-by: Stefan Fritsch <address@hidden>
Acked-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
  Use 'send a break' in all 3 pieces of text as suggested by eblake


  Commit: c5eb5846d2d207bbde7f4b665d9ff90b92c8adff
      
https://github.com/qemu/qemu/commit/c5eb5846d2d207bbde7f4b665d9ff90b92c8adff
  Author: Peter Maydell <address@hidden>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M chardev/char.c
    M hmp-commands-info.hx
    M hmp-commands.hx
    M hmp.c
    M hmp.h
    M monitor.c
    M qapi-schema.json
    M tests/test-char.c
    M tests/test-hmp.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170629' into 
staging

HMP pull 2017-06-29

# gpg: Signature made Thu 29 Jun 2017 17:27:55 BST
# gpg:                using RSA key 0x0516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7

* remotes/dgilbert/tags/pull-hmp-20170629:
  Add chardev-send-break monitor command
  monitor: Add -a (all) option to info registers

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/454d7dc9bc13...c5eb5846d2d2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]