Age | Commit message (Expand) | Author |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |
2016-07-05 | intel-hda: change msi property type | Cao jin |
2016-06-30 | pcspk: fix KVM | Paolo Bonzini |
2016-06-29 | pcspk: convert "pit" property type from ptr to link | Efimov Vasily |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-06-20 | Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into s... | Peter Maydell |
2016-06-20 | trace: split out trace events for hw/audio/ directory | Daniel P. Berrange |
2016-06-20 | milkymist: update specification URLs | Michael Walle |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-07 | audio: Use DIV_ROUND_UP | Laurent Vivier |
2016-06-07 | replace muldiv64(a, b, c) by (uint64_t)a * b / c | Laurent Vivier |
2016-06-03 | hw/audio: QOM'ify milkymist-ac97.c | xiaoqiang zhao |
2016-06-03 | hw/audio: QOM'ify intel-hda | xiaoqiang zhao |
2016-06-03 | hw/audio: QOM cleanup for intel-hda | xiaoqiang zhao |
2016-06-03 | hw/audio: QOM'ify cs4231.c | xiaoqiang zhao |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-11 | ES1370: QOMify | Cao jin |
2016-02-03 | sb16: use IsaDma interface instead of global DMA_* functions | Hervé Poussineau |
2016-02-03 | gus: use IsaDma interface instead of global DMA_* functions | Hervé Poussineau |
2016-02-03 | cs4231a: 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-09-11 | typofixes - v4 | Veres Lajos |
2015-04-27 | gus: clean up MemoryRegionPortio | Paolo Bonzini |
2015-04-27 | sb16: remove useless mixer_write_indexw | Paolo Bonzini |
2015-04-04 | pcspk: Fix I/O port name | Jan Kiszka |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2015-01-22 | sb16: fix interrupt acknowledgement | Paolo Bonzini |
2014-09-29 | ac97: register reset via qom | Gerd Hoffmann |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-15 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in... | Peter Maydell |
2014-08-15 | audio: don't use 'Yoda conditions' | Gonglei |
2014-08-14 | hw/audio/intel-hda: Fix MSI capability address | Jan Kiszka |
2014-06-23 | audio: fmopl: drop INLINE macro | Luiz Capitulino |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-05-20 | hw/audio/intel-hda: Avoid shift into sign bit | Peter Maydell |
2014-05-20 | audio/intel-hda: support FIFORDY | Stanislav Vorobiov |
2014-05-15 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i... | Peter Maydell |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2014-05-13 | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela |
2014-05-05 | PortioList: Store PortioList in device state | Kirill Batuzov |
2014-04-29 | hda-audio: fix non-mixer codecs | Gerd Hoffmann |
2014-03-15 | audio: Add 'static' attributes to several variables | Stefan Weil |
2014-02-24 | hda-audio: qom cleanups | Gerd Hoffmann |