Age | Commit message (Expand) | Author |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
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-28 | Convert ffs() != 0 callers to ctz32() | Stefan Hajnoczi |
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 |
2014-05-13 | hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REG | Peter Maydell |
2014-03-10 | hw/arm/omap1.c: Avoid shifting left into sign bit | Peter Maydell |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | aio / timers: Convert rtc_clock to be a QEMUClockType | Alex Bligh |
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-19 | Remove unneeded type casts | Stefan Weil |
2013-04-15 | arm: fix location of some include files | Peter Maydell |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-01 | arm: move files referencing CPU to hw/arm/ | Paolo Bonzini |