aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/gus.c
AgeCommit message (Expand)Author
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-04audio: GUSsample is int16_tJuan Quintela
2016-09-08portio: keep references on portioMarc-André Lureau
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-03gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-02audio: Clean up includesPeter Maydell
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde
2015-04-27gus: clean up MemoryRegionPortioPaolo Bonzini
2014-08-15audio: don't use 'Yoda conditions'Gonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-06gus: QOM'ify some moreAndreas Färber
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini