1. 26 9月, 2012 3 次提交
    • A
      Merge remote-tracking branch 'afaerber/qom-cpu' into staging · 97fe81d3
      Anthony Liguori 提交于
      * afaerber/qom-cpu:
        target-alpha: Initialize env->cpu_model_str
        target-i386: Drop unused setscalar() macro
        target-i386: Kill cpudef config section support
        target-i386: x86_cpudef_setup() coding style change
        Eliminate cpus-x86_64.conf file
        target-i386: Move CPU models from cpus-x86_64.conf to C
        target-i386: Add missing CPUID_* constants
        Drop cpu_list_id macro
        target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump
        MAINTAINERS: Add entry for QOM CPU
      97fe81d3
    • A
      Merge remote-tracking branch 'bonzini/scsi-next' into staging · d352210a
      Anthony Liguori 提交于
      * bonzini/scsi-next:
        SCSI: Standard INQUIRY data should report HiSup flag as set.
        scsi-disk: use scsi_data_cdb_length
        scsi: introduce scsi_cdb_length and scsi_data_cdb_length
        scsi-disk: fix check for out-of-range LBA
        scsi-disk: introduce check_lba_range
        iSCSI: We dont need to explicitely call qemu_notify_event() any more
        iSCSI: We need to support SG_IO also from iscsi_ioctl()
      d352210a
    • A
      Merge remote-tracking branch 'bonzini/nbd-next' into staging · 09d0726c
      Anthony Liguori 提交于
      * bonzini/nbd-next:
        nbd: add nbd_export_get_blockdev
        nbd: negotiate with named exports
        nbd: register named exports
        qemu-nbd: rewrite termination conditions to use a state machine
        nbd: add notification for closing an NBDExport
        nbd: track clients into NBDExport
        nbd: add reference counting to NBDExport
        nbd: do not leak nbd_trip coroutines when a connection is torn down
        nbd: make refcount interface public
        nbd: do not close BlockDriverState in nbd_export_close
        nbd: pass NBDClient to nbd_send_negotiate
        nbd: add more constants
      09d0726c
  2. 24 9月, 2012 1 次提交
    • S
      w32: Add implementation of gmtime_r, localtime_r · d3e8f957
      Stefan Weil 提交于
      Those functions are missing in MinGW.
      
      Some versions of MinGW-w64 include defines for gmtime_r and localtime_r.
      Older versions of these macros are buggy (they return a pointer to a
      static variable), therefore we don't want them. Newer versions are
      similar to the code used here, but without the memset.
      
      The implementation which is used here is not strictly reentrant,
      but sufficiently good for QEMU on w32 or w64.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      [blauwirbel@gmail.com: added comment about locking]
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      d3e8f957
  3. 23 9月, 2012 13 次提交
  4. 22 9月, 2012 23 次提交