1. 25 9月, 2015 2 次提交
    • 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
    • P
      monitor: make monitor_fprintf and mon_get_cpu externally visible · caf15319
      Pavel Butsykin 提交于
      monitor_fprintf and mon_get_cpu will be used in the target-specific monitor,
      so it is advisable to make it external.
      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-6-git-send-email-den@openvz.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      caf15319
  2. 16 9月, 2015 1 次提交
  3. 07 6月, 2013 1 次提交
  4. 30 4月, 2013 1 次提交
  5. 29 4月, 2013 1 次提交
  6. 09 4月, 2013 1 次提交
    • P
      hw: move headers to include/ · 0d09e41a
      Paolo Bonzini 提交于
      Many of these should be cleaned up with proper qdev-/QOM-ification.
      Right now there are many catch-all headers in include/hw/ARCH depending
      on cpu.h, and this makes it necessary to compile these files per-target.
      However, fixing this does not belong in these patches.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      0d09e41a
  7. 01 3月, 2013 1 次提交
    • P
      hw: include hw header files with full paths · 83c9f4ca
      Paolo Bonzini 提交于
      Done with this script:
      
      cd hw
      for i in `find . -name '*.h' | sed 's/^..//'`; do
        echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
      done | sed -i -f - `find . -type f`
      
      This is so that paths remain valid as files are moved.
      
      Instead, files in hw/dataplane are referenced with the relative path.
      We know they are not going to move to include/, and they are the only
      include files that are in subdirectories _and_ move.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      83c9f4ca
  8. 17 2月, 2012 1 次提交
  9. 27 3月, 2010 1 次提交
  10. 16 3月, 2010 1 次提交
    • A
      load_elf: replace the address addend by a translation function · 409dbce5
      Aurelien Jarno 提交于
      A few machines need to translate the ELF header addresses into physical
      addresses. Currently the only possibility is to add a value to the
      addresses.
      
      This patch replaces the addend argument by and a translation function
      and an opaque passed to the function. A NULL function does not translate
      the address.
      
      The patch also convert all machines that have an addend, simplify the
      PowerPC kernel loading and fix the MIPS kernel loading using this new
      feature. Other machines may benefit from this feature.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      409dbce5
  11. 03 12月, 2009 4 次提交
  12. 04 3月, 2009 1 次提交
  13. 08 4月, 2008 1 次提交
  14. 01 2月, 2008 1 次提交
  15. 07 10月, 2007 1 次提交
  16. 17 9月, 2007 1 次提交
  17. 08 4月, 2007 1 次提交
  18. 02 2月, 2007 1 次提交
  19. 31 10月, 2005 1 次提交
  20. 08 11月, 2004 1 次提交