Age | Commit message (Expand) | Author | Files | Lines |
2021-07-26 | hw/audio/adlib: Remove unused variable in adlib_callback | Richard Henderson | 1 | -2/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-07-06 | audio: deprecate -soundhw adlib | Gerd Hoffmann | 1 | -7/+1 |
2020-05-04 | Compress lines for immediate return | Simran Singhal | 1 | -4/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 1 | -2/+2 |
2019-08-21 | audio: add audiodev properties to frontends | Kővágó, Zoltán | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -1/+1 |
2017-07-17 | audio/adlib: remove limitation of one adlib card | Hervé Poussineau | 1 | -10/+2 |
2017-07-17 | audio/fmopl: modify timer callback to give opaque and channel parameters in t... | Hervé Poussineau | 1 | -1/+1 |
2017-05-19 | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost | 1 | -1/+1 |
2017-05-04 | audio: Remove type field | Juan Quintela | 1 | -1/+1 |
2017-05-04 | adlib: Remove support for YMF262 | Juan Quintela | 1 | -44/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-19 | Remove macros IO_READ_PROTO and IO_WRITE_PROTO | Nutan Shinde | 1 | -7/+2 |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster | 1 | -3/+1 |
2014-05-05 | PortioList: Store PortioList in device state | Kirill Batuzov | 1 | -3/+3 |
2014-02-14 | qdev: Remove hex8/32/64 property types | Paolo Bonzini | 1 | -1/+1 |
2013-12-09 | adlib: fix patching of port I/O addresses | Paolo Bonzini | 1 | -2/+2 |
2013-09-01 | adlib: sort offsets in portio registration | Hervé Poussineau | 1 | -1/+1 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -1/+1 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+1 |
2013-07-04 | piolist: add owner argument to initialization functions and pass devices | Paolo Bonzini | 1 | -1/+1 |
2013-07-04 | adlib: replace register_ioport* | Jan Kiszka | 1 | -8/+12 |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber | 1 | -12/+11 |
2013-04-29 | audio: remove the need for audio card CONFIG_* symbols | Paolo Bonzini | 1 | -1/+2 |
2013-04-29 | adlib: qdev-ify | Paolo Bonzini | 1 | -17/+66 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini | 1 | -0/+337 |