Sign in
qemu
/
qemu
/
715c3f60efa9801a777a71cd06eaf8efa7eaa2a8
/
hw
/
audio
/
ac97.c
9e64f8a
hw: set interrupts using pci irq wrappers
by Marcel Apfelbaum
· 11 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
64bde0f
hw/a*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
36cd6f6
audio: remove the need for audio card CONFIG_* symbols
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/ac97.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
d6a6d36
ac97: convert PIO to new memory api read/write
by Alexander Graf
· 12 years ago
f90c2bc
pci: convert PCIUnregisterFunc to void
by Alex Williamson
· 13 years ago
847c25d
hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes
by Hans de Goede
· 13 years ago
7873bfb
hw/ac97: Mask out unused bits of volume controls
by Hans de Goede
· 13 years ago
f94e9b9
hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_Mute
by Hans de Goede
· 13 years ago
d044be3
hw/ac97: Make a bunch of mixer registers read only
by Hans de Goede
· 13 years ago
a4e652e
hw/ac97: Fix log message in mixer_load
by Hans de Goede
· 13 years ago
19677a3
hw/ac97: add support for volume control
by Marc-André Lureau
· 13 years ago
5b72392
hw/ac97: the volume mask is not only 0x1f
by Marc-André Lureau
· 13 years ago
ed2997c
hw/ac97: remove USE_MIXER code
by Marc-André Lureau
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
cf4dc46
Restore consistent formatting
by malc
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
40021f0
pci: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
25a21c9
ac97: don't override the pci subsystem id
by Gerd Hoffmann
· 13 years ago
93f43c4
ac97: Use PCI DMA stub functions
by Eduard - Gabriel Munteanu
· 13 years ago
817e0b6
pci: interrupt pin documentation update
by Michael S. Tsirkin
· 14 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 14 years ago
83c406d
ac97: convert to memory API
by Avi Kivity
· 14 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
0647b94
hw/ac97.c: convert to PCIDeviceInfo to initialize ids
by Isaku Yamahata
· 14 years ago
7ba4cbb
ac97: Remove unused local variables
by Stefan Weil
· 14 years ago
b80d4a9
pci: don't overwrite multi functio bit in pci header type.
by Isaku Yamahata
· 15 years ago
4468fb6
ac97: symbolic names for pci registers
by Michael S. Tsirkin
· 15 years ago
be73cfe
savevm: Port to qdev.vmsd all devices that have qdev
by Juan Quintela
· 15 years ago
a90ffa4
ac97: port to vmstate
by Juan Quintela
· 15 years ago
3b6b212
ac97: up savevm version and remove active from state
by Juan Quintela
· 15 years ago
7626f39
ac97: recalculate active after loadvm
by Juan Quintela
· 15 years ago
0148d17
ac97: sizeof needs %zd
by Juan Quintela
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
10ee2aa
Remove unneded ac97 indirection accessing its state
by Juan Quintela
· 16 years ago
f3519986
qdev: es1370+ac97 description
by Gerd Hoffmann
· 16 years ago
0c3271c
Indent ac97 and es1370 according to audio formatting
by Anthony Liguori
· 16 years ago
d88a76d
qdev: convert ac97.
by Gerd Hoffmann
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
d999f7e
Restore consistent formatting of audio devices
by malc
· 16 years ago
28c2c26
Rename pci_register_io_region() to pci_register_bar()
by Avi Kivity
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
1a7dafc
Remove any pretense that there can be more than one AudioState
by malc
· 16 years ago
22d83b1
Push AUD_init down to devices
by Paul Brook
· 16 years ago
6407f37
use PCI_HEADER_TYPE.
by Isaku Yamahata
· 16 years ago
173a543
Add and use #defines for PCI device classes
by blueswir1
· 16 years ago
deb5439
Define PCI vendor and device IDs in pci.h (Stuart Brady)
by aliguori
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
1ea879e
Make audio violate POSIX less
by malc
· 16 years ago
279a654
Add calls to pci_device_save/load
by malc
· 17 years ago
2c44375
Do not scare users with ominous error messages from AUD_open*
by malc
· 17 years ago
e5c9a13
PCI AC97 emulation by malc.
by balrog
· 17 years ago