- fa293f8 hw/audio/sb16: Do not migrate qdev properties by Philippe Mathieu-Daudé · 1 year, 4 months ago
- 856a6fe hw/audio: Constify VMState by Richard Henderson · 1 year, 3 months ago
- cb94ff5 audio: propagate Error * out of audio_init by Martin Kletzander · 1 year, 5 months ago
- 8e7db8a hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available by Philippe Mathieu-Daudé · 2 years, 1 month ago
- dc8d6cf hw/isa: Rename isa_get_dma() -> isa_bus_get_dma() by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 215caca hw/isa: Inline and remove one-line isa_init_irq() by Bernhard Beschow · 3 years ago
- 60e543f hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h by Qiang Liu · 3 years, 9 months ago
- a2cd86a hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 4b96159 audio: deprecate -soundhw sb16 by Gerd Hoffmann · 4 years, 8 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 6 years ago
- 88e47b9 audio: add audiodev properties to frontends by Kővágó, Zoltán · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
- edd7541 fix "Missing break in switch" coverity reports by Paolo Bonzini · 7 years ago
- c907323 hw/audio: Fix crashes when devices are used on ISA bus without DMA by Thomas Huth · 7 years ago
- 8ec660b hw/audio/sb16.c: change dolog() to qemu_log_mask() by John Arbuckle · 7 years ago
- 8a824e4 audio: Rename hw/audio/audio.h to hw/audio/soundhw.h by Eduardo Habkost · 8 years ago
- e305a16 portio: keep references on portio by Marc-André Lureau · 9 years ago
- 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
- f203c16 sb16: use IsaDma interface instead of global DMA_* functions by Hervé Poussineau · 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
- 3337d0b sb16: remove useless mixer_write_indexw by Paolo Bonzini · 10 years ago
- 9939375 sb16: fix interrupt acknowledgement by Paolo Bonzini · 10 years ago
- 2ab5bf6 audio: don't use 'Yoda conditions' by Gonglei · 11 years ago
- d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
- c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
- bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
- db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
- 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
- 399f05a sb16: QOM'ify by Andreas Färber · 12 years ago
- 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/sb16.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
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 4d5b97d cleanup useless return sentence by Amos Kong · 12 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
- 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 4a0f031 audio: remove unused parameter isa_pic by Hervé Poussineau · 13 years ago
- 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
- 42c1a22 sb16: Convert to isa_register_portio_list by Richard Henderson · 14 years ago
- 8acbc9b Restore consistent formatting Signed-off-by: malc <av1474@comtv.ru> by malc · 13 years ago
- 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
- dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
- 514d97d dma/sb16: make clang analyzer not complain by malc · 15 years ago
- be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
- ebfd6f4 sb16: port to vmstate by Juan Quintela · 15 years ago
- cd7aafc sb16: remove highspeed reset code by malc · 15 years ago
- 4f4cc0e audio: use muldiv64 where it makes sense by malc · 15 years ago
- 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 15 years ago
- 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
- 3122616 Fix formatting by malc · 16 years ago
- f7b4f61 qdev/isa: convert soundblaster by Gerd Hoffmann · 16 years ago
- f827497 Fix sb16 breakage due to unassigned s->irq by malc · 16 years ago
- 660cfb6 Fix formatting by malc · 16 years ago
- 3a38d43 Add isa_reserve_irq(). by Jes Sorensen · 16 years ago
- d999f7e Restore consistent formatting of audio devices by malc · 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
- 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) 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
- ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
- bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 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
- feea13e sb16 fixes (WfW 3 appears to work with shipped drivers) (malc) by bellard · 19 years ago
- 26a7646 C99 64 bit printf by bellard · 19 years ago
- 546754d pcm endianness is now explicit (malc) by bellard · 19 years ago
- a0d01ed spelling fix (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
- 81eea5e comment by bellard · 20 years ago
- 15b6147 audio fix (malc) by bellard · 20 years ago
- 7372f88 audio fixes (malc) by bellard · 20 years ago
- fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
- 85571bc audio merge (malc) by bellard · 20 years ago
- d75d9f6 SDL Audio support and SB16 fixes (malc) by bellard · 20 years ago
- d329a6f audip fixes (malc) by bellard · 21 years ago
- 202a456 safer sb16 code by bellard · 21 years ago
- 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
- 5e2a644 removed most of global context uses - removed unneeded abort() which cause problems during win95 hardware scan by bellard · 21 years ago
- 7d977de io port API change by bellard · 21 years ago
- f9e92e9 use physical memory access functions for DMA by bellard · 21 years ago
- bc0b1dc sb16 patch (malc) by bellard · 21 years ago
- 7138fcf use CPUState by bellard · 21 years ago
- 2750332 Soundblaster 16 support (malc) by bellard · 21 years ago