Age | Commit message (Expand) | Author |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2017-09-21 | hw/arm/omap2.c: Don't use old_mmio | Peter Maydell |
2017-09-19 | arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly | Igor Mammedov |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov |
2017-09-01 | arm: replace cpu_arm_init() with cpu_generic_init() | Igor Mammedov |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau |
2016-10-24 | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau |
2016-10-24 | char: remaining switch to CharBackend in frontend | Marc-André Lureau |
2016-10-24 | char: remove init callback | Marc-André Lureau |
2016-09-13 | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all | Daniel P. Berrange |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-18 | hw/arm: Clean up includes | Peter Maydell |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-07 | arm: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-04-08 | arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste... | Dirk Müller |
2015-03-19 | omap: Fix warnings from Sparse | Stefan Weil |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-06-30 | hw: Fix qemu_allocate_irqs() leaks | Andreas Färber |
2013-08-20 | hw/arm/omap*: Don't use arm_pic_init_cpu() | Peter Maydell |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-04-15 | arm: fix location of some include files | Peter Maydell |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-01 | arm: move files referencing CPU to hw/arm/ | Paolo Bonzini |