aboutsummaryrefslogtreecommitdiffstats
path: root/hw/intel-hda.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-17/+20
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-19/+37
2012-01-27hda-codec: convert to QEMU Object ModelAnthony Liguori1-13/+18
2012-01-27qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori1-3/+1
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-3/+3
2011-11-02intel-hda: fix stream searchGerd Hoffmann1-1/+1
2011-11-01intel-hda: Use PCI DMA stub functionsDavid Gibson1-7/+7
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini1-3/+3
2011-10-25hda: do not mix output and input stream states, RHBZ #740493Marc-André Lureau1-4/+5
2011-10-25hda: do not mix output and input streams, RHBZ #740493Marc-André Lureau1-4/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-1/+1
2011-08-08intel-hda: convert to memory APIAvi Kivity1-16/+19
2011-07-12intel-hda: use specific endian ld/st_physAlexander Graf1-17/+4
2011-06-12hw/intel-hda.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-05-05MSI: Robust resource releaseJan Kiszka1-3/+1
2011-04-07hda-intel: convert to pci_register_bar_simple()Avi Kivity1-10/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+5
2010-11-09Revert "intel-hda: fix codec addressing."malc1-4/+4
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+4
2010-11-09intel-hda: add msi supportGerd Hoffmann1-2/+31
2010-11-09intel-hda: update irq status on WAKEEN changes.Gerd Hoffmann1-0/+6
2010-11-09intel-hda: Honor WAKEEN bits.François Revol1-1/+2
2010-11-09intel-hda: exit cleanupGerd Hoffmann1-0/+20
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann1-0/+1250