1. 07 9月, 2016 3 次提交
    • C
      hw/ppc: include fdt helper routine in a common file · 7804c353
      Cédric Le Goater 提交于
      spapr_pci would also be a good candidate but the macro _FDT is
      slightly different. It returns and does not exit.
      Signed-off-by: NCédric Le Goater <clg@kaod.org>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      7804c353
    • G
      xics_kvm: drop extra checking of kernel_xics_fd · 1b1746a4
      Greg Kurz 提交于
      We abort a few lines above if kernel_xics_fd == -1.
      
      This is only code cleanup.
      Signed-off-by: NGreg Kurz <groug@kaod.org>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      1b1746a4
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · 2926375c
      Peter Maydell 提交于
      Block layer patches
      
      # gpg: Signature made Tue 06 Sep 2016 11:38:01 BST
      # gpg:                using RSA key 0x7F09B272C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      # Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6
      
      * remotes/kevin/tags/for-upstream: (36 commits)
        block: Allow node name for 'qemu-io' HMP command
        qemu-iotests: Log QMP traffic in debug mode
        block jobs: Improve error message for missing job ID
        coroutine: Assert that no locks are held on termination
        coroutine: Let CoMutex remember who holds it
        qcow2: fix iovec size at qcow2_co_pwritev_compressed
        test-coroutine: Fix coroutine pool corruption
        qemu-iotests: add vmdk for test backup compression in 055
        qemu-iotests: test backup compression in 055
        blockdev-backup: added support for data compression
        drive-backup: added support for data compression
        block: simplify blockdev-backup
        block: simplify drive-backup
        block/io: turn on dirty_bitmaps for the compressed writes
        block: remove BlockDriver.bdrv_write_compressed
        qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion
        qcow: add qcow_co_pwritev_compressed
        vmdk: add vmdk_co_pwritev_compressed
        qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
        qcow2: add qcow2_co_pwritev_compressed
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2926375c
  2. 06 9月, 2016 37 次提交