1. 02 2月, 2012 3 次提交
    • S
      MAINTAINERS: Add a section for the host OS and a W32 maintainer · 1bdd6874
      Stefan Weil 提交于
      Up to now, there was no special section for the different
      host operating systems used with QEMU.
      
      scripts/get_maintainer.pl did not show a maintainer for
      OS specific files and patches.
      
      Therefore I added three hosts systems:
      
      * POSIX for the majority of host systems which are supported.
        This includes BSD and Linux host systems.
      
      * LINUX is a special case of POSIX needed for some Linux specific
        files and directories.
      
      * W32, W64 for a well known family of closed source operating systems.
      
      I also added myself as a maintainer for W32, W64.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      1bdd6874
    • S
      ./configure: add link check for nss-smartcard · 5f01e06f
      Sergei Trofimovich 提交于
      Current './configure --static && make' fails for me:
      
          LINK  qemu-nbd
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lssl3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsmime3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lnssutil3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lnss3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lplds4
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lplc4
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lnspr4
      
      My system does not provide static libraries for nss, so
      fix autoconfiguration by link checking.
      Signed-off-by: NSergei Trofimovich <slyfox@gentoo.org>
      CC: qemu-trivial <qemu-trivial@nongnu.org>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      5f01e06f
    • S
      ./configure: request pkg-config to provide private libs when static linking · 17884d7b
      Sergei Trofimovich 提交于
      Added wrapper around pkg-config to allow:
      - safe options injection via ${QEMU_PKG_CONFIG_FLAGS}
      - spaces in path to pkg-config
      Signed-off-by: NSergei Trofimovich <slyfox@gentoo.org>
      CC: Peter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      17884d7b
  2. 31 1月, 2012 2 次提交
  3. 29 1月, 2012 1 次提交
  4. 28 1月, 2012 31 次提交
  5. 27 1月, 2012 3 次提交
    • A
      Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging · 31841e46
      Anthony Liguori 提交于
      * pmaydell/arm-devs.for-upstream:
        arm: SoC model for Calxeda Highbank
        arm_boot: support board IDs more than 16 bits wide
        arm: add secondary cpu boot callbacks to arm_boot.c
        ahci: add support for non-PCI based controllers
        Add xgmac ethernet model
      31841e46
    • A
      Merge remote-tracking branch 'kwolf/for-anthony' into staging · 21fe5bc6
      Anthony Liguori 提交于
      * kwolf/for-anthony: (22 commits)
        scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command
        qcow: Use bdrv functions to replace file operation
        qcow: Return real error code in qcow_open
        block/vdi: Zero unused parts when allocating a new block (fix #919242)
        virtio-blk: add virtio_blk_handle_read trace event
        docs: describe live block operations
        block: add support for partial streaming
        add QERR_BASE_NOT_FOUND
        block: add bdrv_find_backing_image
        blockdev: make image streaming safe across hotplug
        qmp: add query-block-jobs
        qmp: add block_job_cancel command
        qmp: add block_job_set_speed command
        qmp: add block_stream command
        block: rate-limit streaming operations
        block: add image streaming block job
        block: add BlockJob interface for long-running operations
        block: make copy-on-read a per-request flag
        block: check bdrv_in_use() before blockdev operations
        coroutine: add co_sleep_ns() coroutine sleep function
        ...
      21fe5bc6
    • L
      96bab41d