1. 16 8月, 2012 1 次提交
    • J
      audio: Make pcspk card selectable again · 5a4d701a
      Jan Kiszka 提交于
          [ The following text is in the "ISO-8859-1" character set. ]
          [ Your display is set for the "KOI8-R" character set.  ]
          [ Some special characters may be displayed incorrectly. ]
      
      Since we moved pcspk into hwlib, CONFIG_PCSPK is no longer defined per
      target. Therefore, statically built soundhw array in arch_init.c stopped
      including this card.
      
      Work around this by re-adding this define to config-target.mak.
      Long-term, a dynamic creation of this soundhw list will be necessary.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      5a4d701a
  2. 15 8月, 2012 1 次提交
  3. 14 8月, 2012 1 次提交
  4. 11 8月, 2012 3 次提交
  5. 09 8月, 2012 1 次提交
  6. 04 8月, 2012 2 次提交
  7. 01 8月, 2012 13 次提交
  8. 28 7月, 2012 2 次提交
  9. 20 7月, 2012 2 次提交
  10. 17 7月, 2012 1 次提交
  11. 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
  12. 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
  13. 02 7月, 2012 1 次提交
  14. 28 6月, 2012 2 次提交
  15. 24 6月, 2012 1 次提交
  16. 22 6月, 2012 2 次提交
  17. 21 6月, 2012 1 次提交
  18. 20 6月, 2012 1 次提交
  19. 12 6月, 2012 1 次提交
  20. 11 6月, 2012 1 次提交
  21. 08 6月, 2012 1 次提交