aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ac97.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-07Restore consistent formattingmalc1-28/+28
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-8/+10
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-15/+24
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann1-5/+11
2011-11-01ac97: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-3/+4
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin1-1/+0
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-3/+2
2011-08-08ac97: convert to memory APIAvi Kivity1-37/+52
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-5/+1
2011-06-12hw/ac97.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-5/+4
2011-05-08ac97: Remove unused local variablesStefan Weil1-5/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2009-12-23ac97: symbolic names for pci registersMichael S. Tsirkin1-26/+31
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-12-03ac97: port to vmstateJuan Quintela1-57/+44
2009-12-03ac97: up savevm version and remove active from stateJuan Quintela1-9/+4
2009-12-03ac97: recalculate active after loadvmJuan Quintela1-0/+3
2009-12-03ac97: sizeof needs %zdJuan Quintela1-2/+2
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+3
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-22Remove unneded ac97 indirection accessing its stateJuan Quintela1-43/+24
2009-07-16qdev: es1370+ac97 descriptionGerd Hoffmann1-0/+1
2009-07-10Indent ac97 and es1370 according to audio formattingAnthony Liguori1-7/+7
2009-07-09qdev: convert ac97.Gerd Hoffmann1-20/+22
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-20Restore consistent formatting of audio devicesmalc1-5/+5
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-2/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-6/+2
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-5/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2008-06-21Add calls to pci_device_save/loadmalc1-2/+9
2008-06-08Do not scare users with ominous error messages from AUD_open*malc1-31/+60
2008-01-14PCI AC97 emulation by malc.balrog1-0/+1349