| Commit message (Expand) | Author | Age | Files | Lines |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include exec/memory.h slightly less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+2 |
* | hw/devices: Move TC6393XB declarations into a new header | Philippe Mathieu-Daudé | 2019-04-29 | 1 | -1/+1 |
* | hw/display/tc6393xb: Remove unused functions | Philippe Mathieu-Daudé | 2019-04-29 | 1 | -16/+0 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -3/+3 |
* | use dpy_gfx_update_full | Gerd Hoffmann | 2018-08-30 | 1 | -2/+2 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2018-01-22 | 1 | -1/+1 |
* | hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS | Prasad J Pandit | 2017-12-13 | 1 | -0/+1 |
* | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 2017-07-14 | 1 | -2/+1 |
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 2017-07-14 | 1 | -1/+1 |
* | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | hw/display: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2015-09-18 | 1 | -1/+1 |
* | hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao | 2015-06-03 | 1 | -1/+1 |
* | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 2015-04-28 | 1 | -1/+1 |
* | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |
* | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster | 2014-10-20 | 1 | -1/+3 |
* | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -1/+2 |
* | console: add head to index to qemu consoles. | Gerd Hoffmann | 2014-03-05 | 1 | -1/+1 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -2/+2 |
* | console: add device link to QemuConsoles | Gerd Hoffmann | 2013-04-25 | 1 | -1/+1 |
* | console: add GraphicHwOps | Gerd Hoffmann | 2013-04-16 | 1 | -4/+5 |
* | console: simplify screendump | Gerd Hoffmann | 2013-04-16 | 1 | -1/+0 |
* | arm: fix location of some include files | Peter Maydell | 2013-04-15 | 1 | -1/+1 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -5/+5 |
* | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+593 |