1. 30 6月, 2017 1 次提交
  2. 18 5月, 2017 1 次提交
    • P
      ramblock: add new hmp command "info ramblock" · be9b23c4
      Peter Xu 提交于
      To dump information about ramblocks. It looks like:
      
      (qemu) info ramblock
                    Block Name    PSize              Offset               Used              Total
                  /objects/mem    2 MiB  0x0000000000000000 0x0000000080000000 0x0000000080000000
                      vga.vram    4 KiB  0x0000000080060000 0x0000000001000000 0x0000000001000000
          /rom@etc/acpi/tables    4 KiB  0x00000000810b0000 0x0000000000020000 0x0000000000200000
                       pc.bios    4 KiB  0x0000000080000000 0x0000000000040000 0x0000000000040000
        0000:00:03.0/e1000.rom    4 KiB  0x0000000081070000 0x0000000000040000 0x0000000000040000
                        pc.rom    4 KiB  0x0000000080040000 0x0000000000020000 0x0000000000020000
          0000:00:02.0/vga.rom    4 KiB  0x0000000081060000 0x0000000000010000 0x0000000000010000
         /rom@etc/table-loader    4 KiB  0x00000000812b0000 0x0000000000001000 0x0000000000001000
            /rom@etc/acpi/rsdp    4 KiB  0x00000000812b1000 0x0000000000001000 0x0000000000001000
      
      Ramblock is something hidden internally in QEMU implementation, and this
      command should only be used by mostly QEMU developers on RAM stuff. It
      is not a command suitable for QMP interface. So only HMP interface is
      provided for it.
      Reviewed-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
      Signed-off-by: NPeter Xu <peterx@redhat.com>
      Message-Id: <1494562661-9063-4-git-send-email-peterx@redhat.com>
      Signed-off-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
      be9b23c4
  3. 02 3月, 2017 1 次提交
  4. 28 1月, 2017 1 次提交
  5. 04 10月, 2016 2 次提交
  6. 19 9月, 2016 1 次提交
  7. 19 7月, 2016 2 次提交
  8. 17 6月, 2016 1 次提交
  9. 23 2月, 2016 1 次提交
  10. 25 9月, 2015 2 次提交
    • P
      hmp: added io apic dump state · d665d696
      Pavel Butsykin 提交于
      Added the hmp command to query io apic state, may be usefull after guest
      crashes to understand IRQ routing in guest.
      
      Implementation is only for kvm here. The dump will look like
      (qemu) info ioapic
      ioapic id=0x00 sel=0x26 (redir[11])
      pin 0  0x0000000000010000 dest=0 vec=0   active-hi edge  masked fixed  physical
      pin 1  0x0000000000000031 dest=0 vec=49  active-hi edge         fixed  physical
      ...
      pin 23 0x0000000000010000 dest=0 vec=0   active-hi edge  masked fixed  physical
      IRR        (none)
      Remote IRR (none)
      Signed-off-by: NPavel Butsykin <pbutsykin@virtuozzo.com>
      Signed-off-by: NDenis V. Lunev <den@openvz.org>
      CC: Paolo Bonzini <pbonzini@redhat.com>
      CC: Andreas Färber <afaerber@suse.de>
      Message-Id: <1442927901-1084-9-git-send-email-den@openvz.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      d665d696
    • P
      hmp: added local apic dump state · 1f871d49
      Pavel Butsykin 提交于
      Added the hmp command to query local apic registers state, may be
      usefull after guest crashes to understand IRQ routing in guest.
      
      (qemu) info lapic
      dumping local APIC state for CPU 0
      
      LVT0    0x00010700 active-hi edge  masked                      ExtINT (vec 0)
      LVT1    0x00000400 active-hi edge                              NMI
      LVTPC   0x00010000 active-hi edge  masked                      Fixed  (vec 0)
      LVTERR  0x000000fe active-hi edge                              Fixed  (vec 254)
      LVTTHMR 0x00010000 active-hi edge  masked                      Fixed  (vec 0)
      LVTT    0x000000ef active-hi edge                 one-shot     Fixed  (vec 239)
      Timer   DCR=0x3 (divide by 16) initial_count = 61360
      SPIV    0x000001ff APIC enabled, focus=off, spurious vec 255
      ICR     0x000000fd physical edge de-assert no-shorthand
      ICR2    0x00000001 cpu 1 (X2APIC ID)
      ESR     0x00000000
      ISR     (none)
      IRR     239
      
      APR 0x00 TPR 0x00 DFR 0x0f LDR 0x00 PPR 0x00
      Signed-off-by: NPavel Butsykin <pbutsykin@virtuozzo.com>
      Signed-off-by: NDenis V. Lunev <den@openvz.org>
      CC: Paolo Bonzini <pbonzini@redhat.com>
      CC: Andreas Färber <afaerber@suse.de>
      Message-Id: <1442927901-1084-7-git-send-email-den@openvz.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      1f871d49
  11. 22 9月, 2015 1 次提交
  12. 16 9月, 2015 2 次提交