1. 30 4月, 2015 3 次提交
    • S
      tpm: Cast 64bit variables to int when used in DPRINTF · 070c7607
      Stefan Berger 提交于
      Cast 64bit variables to int when used in DPRINTF. They only contain
      32bit of data.
      Signed-off-by: NStefan Berger <stefanb@linux.vnet.ibm.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
      070c7607
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · 06feaacf
      Peter Maydell 提交于
      - miscellaneous cleanups for TCG (Emilio) and NBD (Bogdan)
      - next part in the thread-safe address_space_* saga: atomic access
        to the bounce buffer and the map_clients list, from Fam
      - optional support for linking with tcmalloc, also from Fam
      - reapplying Peter Crosthwaite's "Respect as_translate_internal
        length clamp" after fixing the SPARC fallout.
      - build system fix from Wei Liu
      - small acpi-build and ioport cleanup by myself
      
      # gpg: Signature made Wed Apr 29 09:34:00 2015 BST using RSA key ID 78C7AE83
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini/tags/for-upstream: (22 commits)
        nbd/trivial: fix type cast for ioctl
        translate-all: use bitmap helpers for PageDesc's bitmap
        target-i386: disable LINT0 after reset
        Makefile.target: prepend $libs_softmmu to $LIBS
        milkymist: do not modify libs-softmmu
        configure: Add support for tcmalloc
        exec: Respect as_translate_internal length clamp
        ioport: reserve the whole range of an I/O port in the AddressSpace
        ioport: loosen assertions on emulation of 16-bit ports
        ioport: remove wrong comment
        ide: there is only one data port
        gus: clean up MemoryRegionPortio
        sb16: remove useless mixer_write_indexw
        sun4m: fix slavio sysctrl and led register sizes
        acpi-build: remove dependency from ram_addr.h
        memory: add memory_region_ram_resize
        dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
        exec: Notify cpu_register_map_client caller if the bounce buffer is available
        exec: Protect map_client_list with mutex
        linux-user, bsd-user: Remove two calls to cpu_exec_init_all
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      06feaacf
    • P
      Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging · a1fe58f6
      Peter Maydell 提交于
      # gpg: Signature made Wed Apr 29 00:03:44 2015 BST using RSA key ID AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
      #      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E
      
      * remotes/jnsnow/tags/ide-pull-request:
        qtest: Add assertion that required environment variable is set
        qtest/ahci: add flush retry test
        libqos: add blkdebug_prepare_script
        libqtest: add qmp_async
        libqtest: add qmp_eventwait
        qtest/ahci: Allow override of default CLI options
        qtest/ahci: Add simple flush test
        qtest/ahci: test different disk sectors
        qtest/ahci: add qcow2 support to ahci-test
        fdc: remove sparc sun4m mutations
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a1fe58f6
  2. 29 4月, 2015 20 次提交
  3. 28 4月, 2015 17 次提交