Skip to content
Snippets Groups Projects
  1. Sep 30, 2014
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/rth/tags/tcg-next-201400729' into staging · 45c270b1
      Peter Maydell authored
      
      tcg updates
      
      # gpg: Signature made Mon 29 Sep 2014 19:58:04 BST using RSA key ID 4DD0279B
      # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
      # gpg:                 aka "Richard Henderson <rth@redhat.com>"
      # gpg:                 aka "Richard Henderson <rth@twiddle.net>"
      
      * remotes/rth/tags/tcg-next-201400729:
        tcg: Always enable TCGv type checking
        qemu/compiler: Define QEMU_ARTIFICIAL
        tcg-aarch64: Use 32-bit loads for qemu_ld_i32
        tcg-sparc: Use UMULXHI instruction
        tcg-sparc: Rename ADDX/SUBX insns
        tcg-sparc: Use ADDXC in setcond_i64
        tcg-sparc: Fix setcond_i32 uninitialized value
        tcg-sparc: Use ADDXC in addsub2_i64
        tcg-sparc: Support addsub2_i64
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      45c270b1
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929' into staging · 29429c72
      Peter Maydell authored
      
      target-arm:
       * more EL2/EL3 preparation work
       * don't handle c15_cpar changes via tb_flush()
       * fix some unused function warnings in ARM devices
       * build the GDB XML for 32 bit CPUs into qemu-*-aarch64
       * implement guest breakpoint support
      
      # gpg: Signature made Mon 29 Sep 2014 19:25:37 BST using RSA key ID 14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      
      * remotes/pmaydell/tags/pull-target-arm-20140929:
        target-arm: Add support for VIRQ and VFIQ
        target-arm: Add IRQ and FIQ routing to EL2 and 3
        target-arm: A64: Emulate the SMC insn
        target-arm: Add a Hypervisor Trap exception type
        target-arm: A64: Emulate the HVC insn
        target-arm: A64: Correct updates to FAR and ESR on exceptions
        target-arm: Don't take interrupts targeting lower ELs
        target-arm: Break out exception masking to a separate func
        target-arm: A64: Refactor aarch64_cpu_do_interrupt
        target-arm: Add SCR_EL3
        target-arm: Add HCR_EL2
        target-arm: Don't handle c15_cpar changes via tb_flush()
        hw/input/tsc210x.c: Delete unused array tsc2101_rates
        hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
        hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio()
        hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv
        configure: Build GDB XML for 32 bit ARM CPUs into qemu aarch64 binaries
        target-arm: Implement handling of breakpoint firing
        target-arm: Implement setting guest breakpoints
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      29429c72
  2. Sep 29, 2014
  3. Sep 26, 2014
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-26' into staging · e80084d3
      Peter Maydell authored
      
      trivial patches for 2014-09-26
      
      # gpg: Signature made Fri 26 Sep 2014 18:33:53 BST using RSA key ID A4C3D7DB
      # gpg: Good signature from "Michael Tokarev <mjt@tls.msk.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@corpit.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@debian.org>"
      # 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: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
      #      Subkey fingerprint: 6F67 E18E 7C91 C5B1 5514  66A7 BEE5 9D74 A4C3 D7DB
      
      * remotes/mjt/tags/trivial-patches-2014-09-26:
        os-posix: report error message when lock file failed
        os-posix: remove confused errno
        os-posix: change tab to space avoid violating coding style
        qapi: Update docs given recent event, spacing fixes
        qapi: Ignore files created during make check
        qapi: Consistent whitespace in tests/Makefile
        vmxcap: Update according to SDM of September 2014
        .travis.yml: remove "make check" from main matrix
        .travis.yml: pre-seed sub-modules for speed
        .travis.yml: make the make slightly more parallel
        .travis.yml: add more linux-user to the build matrix
        tests: avoid running duplicate qom-tests
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      e80084d3
    • Zhu Guihua's avatar
      Add HMP command "info memory-devices" · a631892f
      Zhu Guihua authored
      
      Provides HMP equivalent of QMP query-memory-devices command.
      
      Signed-off-by: default avatarZhu Guihua <zhugh.fnst@cn.fujitsu.com>
      Reviewed-By: default avatarIgor Mammedov <imammedo@redhat.com>
      Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
      a631892f
Loading