summaryrefslogtreecommitdiffstats
path: root/hw/ac97.c
Commit message (Expand)AuthorAgeFilesLines
* pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-2/+1
* hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writesHans de Goede2012-05-071-1/+1
* hw/ac97: Mask out unused bits of volume controlsHans de Goede2012-05-071-5/+15
* hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_MuteHans de Goede2012-05-071-4/+5
* hw/ac97: Make a bunch of mixer registers read onlyHans de Goede2012-05-071-7/+27
* hw/ac97: Fix log message in mixer_loadHans de Goede2012-05-071-1/+1
* hw/ac97: add support for volume controlMarc-André Lureau2012-04-171-0/+81
* hw/ac97: the volume mask is not only 0x1fMarc-André Lureau2012-04-171-1/+0
* hw/ac97: remove USE_MIXER codeMarc-André Lureau2012-04-171-121/+0
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* Restore consistent formattingmalc2012-02-071-28/+28
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-15/+24
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* ac97: don't override the pci subsystem idGerd Hoffmann2011-11-071-5/+11
* ac97: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-3/+4
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-1/+0
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-3/+2
* ac97: convert to memory APIAvi Kivity2011-08-081-37/+52
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-5/+1
|\
| * ac97: Remove unused local variablesStefan Weil2011-05-081-5/+1
* | hw/ac97.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-5/+4
|/
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* ac97: symbolic names for pci registersMichael S. Tsirkin2009-12-231-26/+31
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* ac97: port to vmstateJuan Quintela2009-12-031-57/+44
* ac97: up savevm version and remove active from stateJuan Quintela2009-12-031-9/+4
* ac97: recalculate active after loadvmJuan Quintela2009-12-031-0/+3
* ac97: sizeof needs %zdJuan Quintela2009-12-031-2/+2
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+3
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Remove unneded ac97 indirection accessing its stateJuan Quintela2009-08-221-43/+24
* qdev: es1370+ac97 descriptionGerd Hoffmann2009-07-161-0/+1
* Indent ac97 and es1370 according to audio formattingAnthony Liguori2009-07-101-7/+7
* qdev: convert ac97.Gerd Hoffmann2009-07-091-20/+22
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Restore consistent formatting of audio devicesmalc2009-06-201-5/+5
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-2/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-6/+2
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-5/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Make audio violate POSIX lessmalc2008-12-031-1/+1
* Add calls to pci_device_save/loadmalc2008-06-211-2/+9
* Do not scare users with ominous error messages from AUD_open*malc2008-06-081-31/+60
* PCI AC97 emulation by malc.balrog2008-01-141-0/+1349
OpenPOWER on IntegriCloud