1. 12 7月, 2012 1 次提交
    • P
      ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bits · 3cc0cd61
      Peter Maydell 提交于
      Make target_phys_addr_t 64 bits for ARM targets, and set
      TARGET_PHYS_ADDR_SPACE_BITS to 40.  This should have no effect for ARM
      boards where physical addresses really are 32 bits (except perhaps a
      slight performance hit on 32 bit hosts for system emulation) but allows
      us to implement the Large Physical Address Extensions for Cortex-A15,
      which mean 40 bit physical addresses.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3cc0cd61
  2. 02 7月, 2012 1 次提交
  3. 28 6月, 2012 2 次提交
  4. 24 6月, 2012 1 次提交
  5. 22 6月, 2012 2 次提交
  6. 21 6月, 2012 1 次提交
  7. 20 6月, 2012 1 次提交
  8. 12 6月, 2012 1 次提交
  9. 11 6月, 2012 1 次提交
  10. 08 6月, 2012 1 次提交
  11. 07 6月, 2012 9 次提交
  12. 05 6月, 2012 2 次提交
  13. 25 5月, 2012 1 次提交
  14. 14 5月, 2012 1 次提交
  15. 09 5月, 2012 2 次提交
  16. 04 5月, 2012 1 次提交
    • R
      ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNs · fa6acb0c
      Ronnie Sahlberg 提交于
      Update the configure test for libiscsi support to detect version 1.3
      or later.  Version 1.3 of libiscsi provides both READCAPACITY16 as well
      as UNMAP commands.
      
      Update the iscsi block layer to use READCAPACITY16 to detect the size of
      the LUN instead of READCAPACITY10. This allows support for LUNs larger
      than 2TB.
      
      Update to implement bdrv_aio_discard() using the UNMAP command.
      This allows us to use thin-provisioned LUNs from TGTD and other iSCSI
      targets that support thin-provisioning.
      Signed-off-by: NRonnie Sahlberg <ronniesahlberg@gmail.com>
      [squashed in subsequent patch from Ronnie to fix off-by-one in LBA count]
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      fa6acb0c
  17. 03 5月, 2012 1 次提交
  18. 02 5月, 2012 1 次提交
  19. 01 5月, 2012 4 次提交
  20. 28 4月, 2012 1 次提交
  21. 27 4月, 2012 1 次提交
  22. 24 4月, 2012 4 次提交