Sign in
qemu
/
qemu
/
5ee53d1593dfc071275b13b1228c70bb88f4aaee
/
hw
/
audio
/
es1370.c
8a824e4
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
by Eduardo Habkost
· 8 years ago
11f547e
es1370: wire up reset via DeviceClass
by Gerd Hoffmann
· 8 years ago
069eb7b
audio: es1370: add exit function
by Li Qiang
· 8 years ago
0d76904
ES1370: QOMify
by Cao jin
· 9 years ago
6086a56
audio: Clean up includes
by Peter Maydell
· 9 years ago
8307c29
Remove macros IO_READ_PROTO and IO_WRITE_PROTO
by Nutan Shinde
· 9 years ago
9af21db
pci: Trivial device model conversions to realize
by Markus Armbruster
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
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/es1370.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
f3726fd
es1370: 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
f8687ba
es1370: Fix debug code
by Stefan Weil
· 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
e855761
qdev: prepare source tree for code conversion
by Anthony Liguori
· 13 years ago
a1b6abe
hw: Fix spelling in comments and code
by Stefan Weil
· 13 years ago
3204db9
es1370: Use PCI DMA stub functions
by Eduard - Gabriel Munteanu
· 13 years ago
817e0b6
pci: interrupt pin documentation update
by Michael S. Tsirkin
· 13 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 14 years ago
e1a99db
es1370: convert to memory API
by Avi Kivity
· 14 years ago
0b8c537
hw/es1370.c: convert to PCIDeviceInfo to initialize ids
by Isaku Yamahata
· 14 years ago
d3e2f13
es1370: 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
3a14c2d
es1370: port to vmstate
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
b6f6d0e
Restore consistent formatting
by malc
· 16 years ago
e594464
es1370: Remove unused indirection of PCIES1370State and ES1370State
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
6806e59
qdev: convert es1370.
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
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
1ea879e
Make audio violate POSIX less
by malc
· 16 years ago
279a654
Add calls to pci_device_save/load
by malc
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
d929eba
audio endianness API changes (malc)
by bellard
· 19 years ago
8ead62c
audio fixes + initial audio capture support (malc)
by bellard
· 19 years ago
546754d
pcm endianness is now explicit (malc)
by bellard
· 19 years ago
946fc94
ES1370 word sized read fix (aka Win9x bug) (malc)
by bellard
· 19 years ago
c0fe382
audio merge (malc)
by bellard
· 19 years ago
1d14ffa
merged 15a_aqemu.patch audio patch (malc)
by bellard
· 19 years ago