1. 14 7月, 2012 2 次提交
    • B
      Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf · 638dfeda
      Blue Swirl 提交于
      * 's390-for-upstream' of git://repo.or.cz/qemu/agraf:
        s390: autodetect map private
      638dfeda
    • B
      Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm · 6e2fe79d
      Blue Swirl 提交于
      * 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm:
        target-arm: Add support for long format translation table walks
        target-arm: Implement TTBCR changes for LPAE
        target-arm: Implement long-descriptor PAR format
        target-arm: Use target_phys_addr_t in get_phys_addr()
        target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAE
        target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAE
        target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registers
        target-arm: Extend feature flags to 64 bits
        target-arm: Implement privileged-execute-never (PXN)
        ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bits
        hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits
        target-arm: Fix TCG temp handling in 64 bit cp writes
        target-arm: Fix some copy-and-paste errors in cp register names
        target-arm: Fix typo that meant TTBR1 accesses went to TTBR0
        target-arm: Fix CP15 based WFI
      6e2fe79d
  2. 12 7月, 2012 15 次提交
  3. 11 7月, 2012 3 次提交
  4. 10 7月, 2012 4 次提交
    • A
      megasas: disable due to build breakage · 92336855
      Anthony Liguori 提交于
      The Buildbot has detected a new failure on builder default_i386_rhel61 while
      building qemu.
      
      Full details are available at:
       http://buildbot.b1-systems.de/qemu/builders/default_i386_rhel61/builds/304
      
      The proper fix is non-trivial so let's disable the build by default until it's
      fixed properly.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      92336855
    • A
      Merge remote-tracking branch 'mjt/mjt-iov2' into staging · 23797df3
      Anthony Liguori 提交于
      * mjt/mjt-iov2:
        rewrite iov_send_recv() and move it to iov.c
        cleanup qemu_co_sendv(), qemu_co_recvv() and friends
        export iov_send_recv() and use it in iov_send() and iov_recv()
        rename qemu_sendv to iov_send, change proto and move declarations to iov.h
        change qemu_iovec_to_buf() to match other to,from_buf functions
        consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
        allow qemu_iovec_from_buffer() to specify offset from which to start copying
        consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset()
        rewrite iov_* functions
        change iov_* function prototypes to be more appropriate
        virtio-serial-bus: use correct lengths in control_out() message
      
      Conflicts:
      	tests/Makefile
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      23797df3
    • A
      Merge remote-tracking branch 'quintela/migration-anthony-v2' into staging · 3f6e9a5f
      Anthony Liguori 提交于
      * quintela/migration-anthony-v2:
        Maintain the number of dirty pages
        dirty bitmap: abstract its use
        Exit loop if we have been there too long
        Only calculate expected_time for stage 2
        Only TCG needs TLB handling
        No need to iterate if we already are over the limit
        Add tracepoints for savevm section start/end
        Add spent time for migration
        Add migration_end function
        Add debugging infrastructure
        Add save_block_hdr function
        Add MigrationParams structure
        Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_PAGE
      3f6e9a5f
    • A
      Merge remote-tracking branch 'kiszka/queues/slirp' into staging · 537cf409
      Anthony Liguori 提交于
      * kiszka/queues/slirp:
        slirp: Improve error reporting of inaccessible smb directories
        slirp: Ensure smbd and shared directory exist when enable smb
        slirp: add 'cmd:' target for guestfwd
        slirp: Enforce host-side user of smb share
      537cf409
  5. 09 7月, 2012 16 次提交