1. 29 6月, 2014 6 次提交
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · 2d40fa69
      Peter Maydell 提交于
      Block patches for 2.1.0-rc0
      
      # gpg: Signature made Fri 27 Jun 2014 19:50:32 BST using RSA key ID C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      
      * remotes/kevin/tags/for-upstream: (47 commits)
        iotests: Fix 083 for out-of-tree builds
        iotests: Drop Python version from 065's Shebang
        iotests: Use $PYTHON for Python scripts
        iotests: Source common.env
        configure: Enable out-of-tree iotests
        iotests: Allow out-of-tree run
        block.c: Don't return success for bdrv_append_temp_snapshot() failure
        qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.
        block: Add replaces argument to drive-mirror
        blockjob: Fix recent BLOCK_JOB_ERROR regression
        blockjob: Fix recent BLOCK_JOB_READY regression
        virtio-blk: Rename complete_request_early to complete_request_vring
        virtio-blk: Unify {non-,}dataplane's request handlings
        virtio-blk: Schedule BH in the right context
        virtio-blk: Export request handling functions to dataplane
        virtio-blk: Make request completion function virtual
        block: acquire AioContext in qmp_query_blockstats()
        block: make bdrv_query_stats() static
        virtio-blk: Fix and clean up the in_sg and out_sg check
        virtio-blk: Fill in VirtIOBlockReq.out in dataplane code
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2d40fa69
    • P
      Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging · ac8076ac
      Peter Maydell 提交于
      * remotes/qmp-unstable/queue/qmp:
        docs/qmp: Fix documentation of BLOCK_JOB_READY to match code
        char: report frontend open/closed state in 'query-chardev'
        virtio-serial: report frontend connection state via monitor
        qmp: add qmp-events.txt back
        qapi event: clean up in callers
        qapi script: clean up in scripts
        qapi: ignore generated event files
        qapi: move event defines
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ac8076ac
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging · 76fbbec9
      Peter Maydell 提交于
      Net patches
      
      # gpg: Signature made Fri 27 Jun 2014 14:10:57 BST using RSA key ID 81AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
      
      * remotes/stefanha/tags/net-pull-request:
        hw/net/eepro100: Implement read-only bits in MDI registers
        net: move queue number into NICPeers
        net: L2TPv3 transport
        qemu-bridge-helper: Fix fd leak in main()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      76fbbec9
    • P
      Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging · 2d80e0ab
      Peter Maydell 提交于
      Patch queue for ppc - 2014-06-27
      
      Changes include:
      
        - instruction emulation fixes
        - linux-user fixes
        - mac99: layout fixes
        - pseries: Initial VFIO support
        - pseries: support for UUID
        - pseries: support for -boot m
      
      # gpg: Signature made Fri 27 Jun 2014 12:51:01 BST using RSA key ID 03FEDC60
      # gpg: Can't check signature: public key not found
      
      * remotes/agraf/tags/signed-ppc-for-upstream: (32 commits)
        PPC: e500: Only create dt entries for existing serial ports
        spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHB
        vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)
        xics: Implement xics_ics_free()
        spapr: Remove @next_irq
        spapr: Move interrupt allocator to xics
        xics: Disable flags reset on xics reset
        xics: Add xics_find_source()
        xics: Add flags for interrupts
        spapr: Add RTAS sysparm SPLPAR Characteristics
        spapr: Add RTAS sysparm UUID
        spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE
        spapr: Add rtas_st_buffer utility function
        spapr: Define a 2.1 pseries machine
        spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)
        target-ppc: Add support for POWER8 pvr 0x4D0000
        uninorth: Fix PCI hole size
        mac99: Add motherboard devices before PCI cards
        target-ppc: Remove unused gen_qemu_ld8s()
        target-ppc: Remove unused IMM and d extract helpers
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2d80e0ab
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140627' into staging · de6793e8
      Peter Maydell 提交于
      A series of patches to the s390-ccw bios:
      - code cleanup
      - improved error reporting
      - most important, support to ipl (boot) from ECKD DASD (CDL, LDL or CMS
        formatted)
      
      # gpg: Signature made Fri 27 Jun 2014 12:03:30 BST using RSA key ID C6F02FAF
      # gpg: Can't check signature: public key not found
      
      * remotes/cohuck/tags/s390x-20140627:
        pc-bios/s390-ccw: update binary
        pc-bios/s390-ccw: IPL from LDL/CMS-formatted ECKD DASD
        pc-bios/s390-ccw: IPL from CDL-formatted ECKD DASD
        pc-bios/s390-ccw: factor out ipl code
        pc-bios/s390-ccw: Add fill_hex_val func to provide better msgs
        pc-bios/s390-ccw: Unify error handling
        pc-bios/s390-ccw: add some utility code
        pc-bios/s390-ccw: handle different sector sizes
        pc-bios/s390-ccw: cleanup and enhance bootmap defintions
        pc-bios/s390-ccw: make checkpatch happy
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      de6793e8
    • P
      tcg/ppc: Fix support for 64-bit PPC MacOSX hosts · 1045fc04
      Peter Maydell 提交于
      Add back in the support for 64-bit PPC MacOSX hosts that was
      broken in the recent merge of the 32-bit and 64-bit TCG backends.
      Reported-by: NAndreas Färber <andreas.faerber@web.de>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NRichard Henderson <rth@twiddle.net>
      Tested-by: NAndreas Färber <andreas.faerber@web.de>
      1045fc04
  2. 28 6月, 2014 28 次提交
  3. 27 6月, 2014 6 次提交