Gerd Hoffmann d61a4ce8f0 Add Intel HD Audio support to qemu.
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: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
2010-11-01 17:57:22 +03:00
2010-07-13 18:18:23 +02:00
2010-11-01 17:57:22 +03:00
2010-10-13 18:41:29 +00:00
2010-10-25 16:43:41 -05:00
2010-10-22 10:08:37 -02:00
2010-10-25 16:43:41 -05:00
2010-10-03 06:34:51 +00:00
2010-10-23 14:47:13 +00:00
2010-10-09 08:19:38 +00:00
2010-06-16 13:03:51 +01:00
2010-10-22 14:49:35 +02:00
2010-10-22 14:49:35 +02:00
2010-10-22 14:49:35 +02:00
2010-05-31 20:55:23 +02:00
2010-11-01 00:54:06 +03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-09-10 18:47:31 +00:00
2010-10-20 16:15:04 -05:00
2010-10-20 16:15:04 -05:00
2010-11-01 17:57:22 +03:00
2010-10-20 16:15:04 -05:00
2010-05-24 15:18:23 -05:00
2010-10-03 06:34:51 +00:00
2010-10-20 16:15:04 -05:00
2010-05-22 08:02:12 +00:00
2010-09-09 16:22:45 -05:00
2010-05-10 11:36:03 -05:00
2010-05-10 11:36:03 -05:00
2010-06-11 15:25:14 -03:00
2010-10-20 16:15:04 -05:00
2010-10-20 16:15:04 -05:00
2010-09-07 13:46:17 +02:00
2010-05-22 08:24:49 +00:00
2010-10-06 18:24:37 +02:00
2010-10-06 18:24:37 +02:00
2010-10-30 08:02:40 +00:00
2010-05-19 12:45:54 -03:00
2010-07-01 14:27:13 -03:00
2010-07-01 14:27:13 -03:00
2010-09-22 20:05:23 +00:00
2010-10-03 06:34:51 +00:00
2010-09-21 18:36:42 +02:00
2010-10-22 14:49:35 +02:00
2010-10-22 14:49:35 +02:00
2010-09-21 15:39:42 +02:00
2010-05-19 12:45:54 -03:00
2010-09-21 18:36:42 +02:00
2010-10-03 06:34:51 +00:00
2010-10-03 06:34:51 +00:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-10-01 10:12:43 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-09-18 05:53:14 +00:00
2010-10-23 14:47:13 +00:00
2010-11-01 17:57:12 +03:00
2010-06-30 22:51:17 +02:00
2010-07-28 07:58:15 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Readme 531 MiB
Languages
C 82.5%
C++ 7%
Python 3.3%
Dylan 2.8%
Shell 1.5%
Other 2.6%