aboutsummaryrefslogtreecommitdiff
path: root/hw/ac97.c
AgeCommit message (Expand)Author
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-05-07hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writesHans de Goede
2012-05-07hw/ac97: Mask out unused bits of volume controlsHans de Goede
2012-05-07hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_MuteHans de Goede
2012-05-07hw/ac97: Make a bunch of mixer registers read onlyHans de Goede
2012-05-07hw/ac97: Fix log message in mixer_loadHans de Goede
2012-04-17hw/ac97: add support for volume controlMarc-André Lureau
2012-04-17hw/ac97: the volume mask is not only 0x1fMarc-André Lureau
2012-04-17hw/ac97: remove USE_MIXER codeMarc-André Lureau
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-07Restore consistent formattingmalc
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann
2011-11-01ac97: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08ac97: convert to memory APIAvi Kivity
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/ac97.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-08ac97: Remove unused local variablesStefan Weil
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2009-12-23ac97: symbolic names for pci registersMichael S. Tsirkin
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-03ac97: port to vmstateJuan Quintela
2009-12-03ac97: up savevm version and remove active from stateJuan Quintela
2009-12-03ac97: recalculate active after loadvmJuan Quintela
2009-12-03ac97: sizeof needs %zdJuan Quintela
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-22Remove unneded ac97 indirection accessing its stateJuan Quintela
2009-07-16qdev: es1370+ac97 descriptionGerd Hoffmann
2009-07-10Indent ac97 and es1370 according to audio formattingAnthony Liguori
2009-07-09qdev: convert ac97.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-20Restore consistent formatting of audio devicesmalc
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-03Make audio violate POSIX lessmalc
2008-06-21Add calls to pci_device_save/loadmalc
2008-06-08Do not scare users with ominous error messages from AUD_open*malc
2008-01-14PCI AC97 emulation by malc.balrog