mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
irq statistics code (initial patch by Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@840 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
274da6b24b
commit
4a0fb71e67
3 changed files with 34 additions and 4 deletions
|
@ -523,6 +523,8 @@ static term_cmd_t info_cmds[] = {
|
|||
"", "show the cpu registers" },
|
||||
{ "history", "", do_info_history,
|
||||
"", "show the command line history", },
|
||||
{ "irq", "", irq_info,
|
||||
"", "show the interrupts statistics (if available)", },
|
||||
{ "pic", "", pic_info,
|
||||
"", "show i8259 (PIC) state", },
|
||||
{ "pci", "", pci_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue