1. 21 10月, 2008 2 次提交
  2. 18 10月, 2008 2 次提交
  3. 17 10月, 2008 2 次提交
    • A
      scsi-generic: correct error management · 89c0f643
      aurel32 提交于
      this patch allows to fully use a tape device connected to qemu through
      the scsi-generic interface.
      
      Previous patch introduced tape SCSI commands management, this one
      improve error case management:
      
      - the SCSI controller command completion must be called with the status
      value, not the sense value. In the case of scsi-generic, the SCSI status
      is given by the field status of sg_io_hdr_t (the value is left shifted
      by one regarding status codes defined in /usr/include/scsi/scsi.h)
      
      - when a read is aborted due to a mark/EOF/EOD/EOM, the len reported to
      controller can be 0. LSI controller emulation doesn't know how to manage
      this. A workaround found is to call the completion routine with
      SCSI_REASON_DONE just after calling it with SCSI_REASON_DATA with len=0.
      
      This patch also manages correctly the block size of the tape device.
      
      This patch has been tested with a real tape device "HP C5683A", linux
      guest (debian etch) and tools like "mt", "tar" and "btape".
      
      Windows guest is not better supported than before...
      Signed-off-by: NLaurent Vivier <Laurent.Vivier@bull.net>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5497 c046a42c-6fe2-441c-8c8c-71466251a162
      89c0f643
    • A
      i386/SVM: return amount of ASIDs · e65bdffa
      aurel32 提交于
      With SVM the TLB supports tagging to distinguish TLB entries from
      different virtual CPUs. This tag is called an ASID. The amount of ASIDs is
      given in EBX of the SVM-CPUID-leaf. Currently we return 0, which might
      break hypervisors. Let's better return something >0 here, say 0x10.
      Since we're flushing the complete TLB on every VM entry and exit we're not
      making use of the ASID information anyways.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5496 c046a42c-6fe2-441c-8c8c-71466251a162
      e65bdffa
  4. 16 10月, 2008 5 次提交
  5. 15 10月, 2008 5 次提交
  6. 14 10月, 2008 7 次提交
  7. 13 10月, 2008 12 次提交
  8. 12 10月, 2008 5 次提交