1. 28 7月, 2012 1 次提交
  2. 20 7月, 2012 2 次提交
  3. 17 7月, 2012 1 次提交
  4. 14 7月, 2012 1 次提交
    • A
      configure: add -Werror to QEMU_CFLAGS early · 417c9d72
      Alexander Graf 提交于
      We want all configure tests pass with -Werror if it is enabled. So we
      need to update QEMU_CFLAGS early on to make sure we also pass it in to
      all the compile test jobs.
      
      This fixes a warning-became-error bug in nss for me with the default
      configuration:
      
      In file included from /usr/include/nss3/pkcs11t.h:1780,
                       from /usr/include/nss3/keythi.h:41,
                       from /usr/include/nss3/keyt.h:41,
                       from /usr/include/nss3/pk11pub.h:43,
                       from libcacard/vcard_emul_nss.c:21:
      /usr/include/nss3/pkcs11n.h:365:26: error: "__GNUC_MINOR" is not defined
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Acked-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      417c9d72
  5. 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
  6. 02 7月, 2012 1 次提交
  7. 28 6月, 2012 2 次提交
  8. 24 6月, 2012 1 次提交
  9. 22 6月, 2012 2 次提交
  10. 21 6月, 2012 1 次提交
  11. 20 6月, 2012 1 次提交
  12. 12 6月, 2012 1 次提交
  13. 11 6月, 2012 1 次提交
  14. 08 6月, 2012 1 次提交
  15. 07 6月, 2012 9 次提交
  16. 05 6月, 2012 2 次提交
  17. 25 5月, 2012 1 次提交
  18. 14 5月, 2012 1 次提交
  19. 09 5月, 2012 2 次提交
  20. 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
  21. 03 5月, 2012 1 次提交
  22. 02 5月, 2012 1 次提交
  23. 01 5月, 2012 4 次提交
  24. 28 4月, 2012 1 次提交