1. 04 8月, 2012 10 次提交
    • A
      fips: fix build on !Linux · 70678b82
      Anthony Liguori 提交于
      Commit 0f66998f makes -enable-fips conditional on Linux hosts but then uses it
      unconditionally in vl.c.
      
      Fix this by moving the fips handling to os-posix.c and adding a condition.
      
      Cc: Paul Moore <pmoore@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      70678b82
    • A
      Merge remote-tracking branch 'bonzini/scsi-next' into staging · b34bd5e5
      Anthony Liguori 提交于
      * bonzini/scsi-next:
        scsi: add support for ATA_PASSTHROUGH_xx scsi command
        esp: add missing const on TypeInfo structures
        esp: enable for all PCI machines
        Revert "megasas: disable due to build breakage"
        megasas: static SAS addresses
        scsi-disk: fix compilation with DEBUG_SCSI
        megasas: Update function megasys_scsi_uninit
        SCSI: STARTSTOPUNIT only eject/load media if powercondition is 0
        SCSI: Update the sense code for PREVENT REMOVAL errors
      b34bd5e5
    • C
      scsi: add support for ATA_PASSTHROUGH_xx scsi command · e4b65262
      Cong Meng 提交于
      Correct the command names of opcode 0x85 and 0xa1, and calculate
      their xfer size from CDB.
      Signed-off-by: NCong Meng <mc@linux.vnet.ibm.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      e4b65262
    • P
      vnc: disable VNC password authentication (security type 2) when in FIPS mode · 0f66998f
      Paul Moore 提交于
      FIPS 140-2 requires disabling certain ciphers, including DES, which is used
      by VNC to obscure passwords when they are sent over the network.  The
      solution for FIPS users is to disable the use of VNC password auth when the
      host system is operating in FIPS compliance mode and the user has specified
      '-enable-fips' on the QEMU command line.
      
      This patch causes QEMU to emit a message to stderr when the host system is
      running in FIPS mode and a VNC password was specified on the commend line.
      If the system is not running in FIPS mode, or is running in FIPS mode but
      VNC password authentication was not requested, QEMU operates normally.
      Signed-off-by: NPaul Moore <pmoore@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      0f66998f
    • A
      Merge remote-tracking branch 'qmp/queue/qmp' into staging · 2ad728bd
      Anthony Liguori 提交于
      * qmp/queue/qmp:
        hmp: show the backing file depth
        block: Use bdrv_get_backing_file_depth()
        block: create bdrv_get_backing_file_depth()
        qapi: qapi.py: allow the "'" character to be escaped
      2ad728bd
    • A
      Merge remote-tracking branch 'afaerber-or/qom-cpu-4' into staging · 9c936c86
      Anthony Liguori 提交于
      * afaerber-or/qom-cpu-4:
        cpu: Move thread_kicked to CPUState
        cpu: Move thread field into CPUState
        cpu: Move CPU_COMMON_THREAD into CPUState
        qemu-thread: Let qemu_thread_is_self() return bool
      9c936c86
    • A
      Merge remote-tracking branch 'sstabellini/xen-fixes-20120801' into staging · ca9ba23a
      Anthony Liguori 提交于
      * sstabellini/xen-fixes-20120801:
        fix Xen compilation
        configure: Fix xen probe with Xen 4.2 and later
      ca9ba23a
    • A
      Merge remote-tracking branch 'stefanha/net' into staging · f57fb884
      Anthony Liguori 提交于
      * stefanha/net:
        net: add the support for -netdev socket, listen
        net: fix the coding style
        hub: add the support for hub own flow control
        net: determine if packets can be sent before net queue deliver packets
        net: cleanup deliver/deliver_iov func pointers
        net: Make "info network" output more readable info
        net: Rename qemu_del_vlan_client() to qemu_del_net_client()
        net: Rename vc local variables to nc
        net: Rename VLANClientState to NetClientState
        net: Rename non_vlan_clients to net_clients
        net: Remove VLANState
        net: Remove vlan code from net.c
        net: Convert qdev_prop_vlan to peer with hub
        net: Drop vlan argument to qemu_new_net_client()
        hub: Check that hubs are configured correctly
        net: Look up 'vlan' net clients using hubs
        net: Use hubs for the vlan feature
        net: Add a hub net client
        net: Add interface to bridge when SIOCBRADDIF isn't available
      f57fb884
    • A
      Merge remote-tracking branch 'stefanha/trivial-patches' into staging · 3d0b7b52
      Anthony Liguori 提交于
      * stefanha/trivial-patches:
        exec.c: Remove out of date comment
        exec.c: Use subpages for large unaligned mappings
        exec.c: Fix off-by-one error in register_subpage
        socket: clean up redundant assignment
        qom: Clean libuser object and dependency files
        usb: Clean common object and dependency files
      3d0b7b52
    • A
      Merge remote-tracking branch 'aneesh/for-upstream' into staging · aeb01d5f
      Anthony Liguori 提交于
      * aneesh/for-upstream:
        hw/9pfs: Fix assert when disabling migration
        configure: Fix build with capabilities
      aeb01d5f
  2. 03 8月, 2012 22 次提交
  3. 02 8月, 2012 1 次提交
  4. 01 8月, 2012 7 次提交