1. 12 11月, 2012 2 次提交
  2. 23 10月, 2012 1 次提交
    • A
      Rename target_phys_addr_t to hwaddr · a8170e5e
      Avi Kivity 提交于
      target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
      reserved) and its purpose doesn't match the name (most target_phys_addr_t
      addresses are not target specific).  Replace it with a finger-friendly,
      standards conformant hwaddr.
      
      Outstanding patchsets can be fixed up with the command
      
        git rebase -i --exec 'find -name "*.[ch]"
                              | xargs s/target_phys_addr_t/hwaddr/g' origin
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      a8170e5e
  3. 05 10月, 2012 1 次提交
  4. 28 8月, 2012 1 次提交
  5. 03 8月, 2012 2 次提交
    • H
      megasas: static SAS addresses · 76b523db
      Hannes Reinecke 提交于
      This patch introduces a new property 'sas_address' which
      allows the user to specify the SAS address for the HBA.
      The default address is following the NAA locally assigned
      identifier format with the locally assigned address
      0x525400 as used eg for the MAC addresses.
      The lower bytes are set to the pci address which
      will ensure uniqueness for the local machine.
      
      The port addresses are now calculated based on the magic
      number 0x1221 (which is found in real hardware, too) plus
      the device number.
      Signed-off-by: NHannes Reinecke <hare@suse.de>
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Andreas Faerber <afaerber@suse.de>
      Cc: Anthony Liguori <anthony@codemonkey.ws>
      Cc: Alexander Graf <agraf@suse.de>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      76b523db
    • S
      megasas: Update function megasys_scsi_uninit · 18fc611b
      Stefan Weil 提交于
      Commit f90c2bcd changed
      PCIUnregisterFunc, therefore the function prototype
      needs an update.
      
      megasas.o is currently not linked, so this bug was not
      detected by the buildbots.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      18fc611b
  6. 26 7月, 2012 2 次提交
  7. 13 7月, 2012 1 次提交
  8. 02 7月, 2012 1 次提交