summaryrefslogtreecommitdiffstats
path: root/hw/intel-hda.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori2013-01-111-7/+34
|\
| * q35: add ich9 intel hda controllerGerd Hoffmann2013-01-111-7/+34
* | Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
|/
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-13/+13
* Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-041-7/+1
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-2/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-2/+1
* | Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-181-15/+22
|\ \ | |/ |/|
| * qbus: Make child devices linksAnthony Liguori2012-06-181-6/+9
| * qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-5/+7
| * qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-1/+1
| * qdev: Move bus properties to a separate globalPaolo Bonzini2012-06-181-4/+6
* | msi: Invoke msi/msix_write_config from PCI coreJan Kiszka2012-06-071-12/+0
* | msi: Invoke msi/msix_reset from PCI coreJan Kiszka2012-06-071-3/+0
* | intel-hda: Fix reset of MSI functionJan Kiszka2012-06-071-0/+3
|/
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-17/+20
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-19/+37
* hda-codec: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+18
* qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori2012-01-271-3/+1
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-3/+3
* intel-hda: fix stream searchGerd Hoffmann2011-11-021-1/+1
* intel-hda: Use PCI DMA stub functionsDavid Gibson2011-11-011-7/+7
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-3/+3
* hda: do not mix output and input stream states, RHBZ #740493Marc-André Lureau2011-10-251-4/+5
* hda: do not mix output and input streams, RHBZ #740493Marc-André Lureau2011-10-251-4/+5
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-1/+1
* intel-hda: convert to memory APIAvi Kivity2011-08-081-16/+19
* intel-hda: use specific endian ld/st_physAlexander Graf2011-07-121-17/+4
* hw/intel-hda.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
* MSI: Robust resource releaseJan Kiszka2011-05-051-3/+1
* hda-intel: convert to pci_register_bar_simple()Avi Kivity2011-04-071-10/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* intel-hda: fix codec addressing.Gerd Hoffmann2010-11-091-4/+5
* Revert "intel-hda: fix codec addressing."malc2010-11-091-4/+4
* intel-hda: fix codec addressing.Gerd Hoffmann2010-11-091-4/+4
* intel-hda: add msi supportGerd Hoffmann2010-11-091-2/+31
* intel-hda: update irq status on WAKEEN changes.Gerd Hoffmann2010-11-091-0/+6
* intel-hda: Honor WAKEEN bits.François Revol2010-11-091-1/+2
* intel-hda: exit cleanupGerd Hoffmann2010-11-091-0/+20
* Add Intel HD Audio support to qemu.Gerd Hoffmann2010-11-011-0/+1250
OpenPOWER on IntegriCloud