index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
audio
/
gus.c
Age
Commit message (
Expand
)
Author
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2017-05-04
audio: GUSsample is int16_t
Juan Quintela
2016-09-08
portio: keep references on portio
Marc-André Lureau
2016-06-07
replace muldiv64(a, b, c) by (uint64_t)a * b / c
Laurent Vivier
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-03
gus: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2016-02-02
audio: Clean up includes
Peter Maydell
2015-10-19
Remove macros IO_READ_PROTO and IO_WRITE_PROTO
Nutan Shinde
2015-04-27
gus: clean up MemoryRegionPortio
Paolo Bonzini
2014-08-15
audio: don't use 'Yoda conditions'
Gonglei
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-06-06
gus: QOM'ify some more
Andreas Färber
2013-04-29
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini