1. 04 11月, 2010 8 次提交
  2. 02 11月, 2010 3 次提交
  3. 01 11月, 2010 5 次提交
    • A
      Merge remote branch 'mst/for_anthony' into staging · 4f25ac5f
      Anthony Liguori 提交于
      4f25ac5f
    • M
      hda-audio: Zap tabs · 9fe5497c
      malc 提交于
      Signed-off-by: Nmalc <av1474@comtv.ru>
      9fe5497c
    • G
      Add Intel HD Audio support to qemu. · d61a4ce8
      Gerd Hoffmann 提交于
      This patch adds three devices to qemu:
      
      intel-hda
      	Intel HD Audio Controller, the PCI device.  Provides a HDA bus.
      	Emulates ICH6 at the moment.  Adding a ICH9 PCIE
      	variant shouldn't be hard.
      
      hda-duplex
      	HDA Codec.  Attaches to the HDA bus.  Supports 16bit stereo,
      	rates 16k -> 96k, playback, recording and volume control
      	(with CONFIG_MIXEMU=y).
      
      hda-output
      	HDA Codec without recording support.  Subset of the hda-duplex
      	codec.  Use this if you don't want your guests access your mic.
      
      Usage: add '-device intel-hda -device hda-duplex' to your command line.
      
      Tested guests:
       * Linux works.
       * Win7 works.
       * DOS (mpxplay) works.
       * WinXP doesn't work.
      
      [ v2 changes ]
       * Fixed endianess, big endian hosts work now.
       * Fixed some emulation bugs.
       * Added immediate command emulation.
       * Added vmstate support.
       * Make it behave like all other sound card drivers:
         - can be configured via '--audio-card-list=hda'
         - can be added to a VM using '-soundhw hda'
       * Code style fixups.
       * Zapped guest-triggerable asserts.
       * Handle partial reads/writes of audio data correctly.
      
      Cc: malc <av1474@comtv.ru>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      d61a4ce8
    • G
      add VMSTATE_BOOL · cdae5cfb
      Gerd Hoffmann 提交于
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      cdae5cfb
    • M
      Remove trailing whitespace · 12b6278f
      malc 提交于
      Signed-off-by: Nmalc <av1474@comtv.ru>
      12b6278f
  4. 31 10月, 2010 1 次提交
  5. 30 10月, 2010 14 次提交
  6. 28 10月, 2010 9 次提交