1. 29 5月, 2012 1 次提交
    • A
      Merge remote-tracking branch 'bonzini/scsi-next' into staging · d501f847
      Anthony Liguori 提交于
      * bonzini/scsi-next:
        ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN
        ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC
        ISCSI: get device type at connection time
        ISCSI: change num_blocks to 64-bit
        ISCSI: redo how we set up the events
        scsi: declare vmstate_info_scsi_requests to be static
      d501f847
  2. 28 5月, 2012 6 次提交
  3. 25 5月, 2012 1 次提交
  4. 24 5月, 2012 2 次提交
    • J
      audio: Always call fini on exit · aeb29b64
      Jan Kiszka 提交于
      Not only clean up enabled voices but any registered one. Backends like
      pulsaudio rely on unconditional fini handler invocations.
      
      This fixes "Memory pool destroyed but not all memory blocks freed!"
      warnings on VM shutdowns when pa is used and lockups of QEMU on shutdown
      as it got stuck on some pa-internal synchronization point.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      aeb29b64
    • S
      es1370: Fix debug code · f8687bab
      Stefan Weil 提交于
      When DEBUG_ES1370 is defined, the compiler shows these warnings:
      
      hw/es1370.c: In function ?es1370_update_voices?:
      hw/es1370.c:414: warning: format ?%d? expects type ?int?, but argument 3 has type ?size_t?
      hw/es1370.c: In function ?es1370_writel?:
      hw/es1370.c:582: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int?
      hw/es1370.c:592: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int?
      hw/es1370.c:609: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int?
      hw/es1370.c: In function ?es1370_readl?:
      hw/es1370.c:751: warning: suggest braces around empty body in an ?if? statement
      
      Fix the format strings and add the missing braces.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      f8687bab
  5. 22 5月, 2012 11 次提交
  6. 19 5月, 2012 5 次提交
  7. 18 5月, 2012 2 次提交
  8. 15 5月, 2012 12 次提交