summaryrefslogtreecommitdiff
path: root/hw/audio/gus.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-08portio: keep references on portioMarc-André Lureau1-3/+6
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-03gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-7/+13
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde1-7/+2
2015-04-27gus: clean up MemoryRegionPortioPaolo Bonzini1-19/+1
2014-08-15audio: don't use 'Yoda conditions'Gonglei1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-9/+9
2013-06-06gus: QOM'ify some moreAndreas Färber1-3/+6
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-1/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+332