| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/display/pl110: Remove use of BITS from pl110_template.h | Peter Maydell | 2021-03-14 | 1 | -58/+55 |
* | hw/display/pl110: Pull included-once parts of template header into pl110.c | Peter Maydell | 2021-03-14 | 1 | -0/+79 |
* | hw/display/pl110: Remove dead code for non-32-bpp surfaces | Peter Maydell | 2021-03-14 | 1 | -45/+8 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -1/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | pl110: Rename pl110_version enum values | Eduardo Habkost | 2020-08-27 | 1 | -11/+11 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | pl110: Implement vertical compare/next base interrupts | Linus Walleij | 2018-01-25 | 1 | -1/+29 |
* | hw/display: QOM'ify pl110.c | xiaoqiang zhao | 2016-10-24 | 1 | -5/+3 |
* | hw: explicitly include qemu/log.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | arm: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer | Paolo Bonzini | 2015-07-24 | 1 | -2/+11 |
* | console: add head to index to qemu consoles. | Gerd Hoffmann | 2014-03-05 | 1 | -1/+1 |
* | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+0 |
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+1 |
* | pl110: Clarify comment about PL110 ID on VersatilePB | Peter Maydell | 2013-09-10 | 1 | -10/+8 |
* | pl110: QOM'ify pl110, pl110_versatile and pl111 | Andreas Färber | 2013-07-29 | 1 | -45/+38 |
* | pl110: Rename pl110_state to PL110State | Andreas Färber | 2013-07-29 | 1 | -32/+32 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+3 |
* | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -1/+1 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -1/+1 |
* | console: add device link to QemuConsoles | Gerd Hoffmann | 2013-04-25 | 1 | -1/+1 |
* | console: add GraphicHwOps | Gerd Hoffmann | 2013-04-16 | 1 | -3/+6 |
* | console: simplify screendump | Gerd Hoffmann | 2013-04-16 | 1 | -1/+1 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -6/+6 |
* | hw: move target-independent files to subdirectories | Paolo Bonzini | 2013-04-08 | 1 | -0/+533 |