summary refs log tree commit diff stats
path: root/hw/pcmcia/pxa2xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()Philippe Mathieu-Daudé2023-10-271-10/+0
* hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé2023-10-271-3/+1
* hw/pcmcia/pxa2xx: Realize sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-271-5/+2
* pxa2xx: Move QOM macros to headerEduardo Habkost2020-08-271-4/+0
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-091-3/+3
* hmp: Remove "info pcmcia"Markus Armbruster2014-10-241-21/+0
* hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-1/+1
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-1/+3
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+1
* pcmcia/pxa2xx: QOM'ify PXA2xxPCMCIAStateAndreas Färber2013-11-051-12/+66
* pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber2013-11-051-0/+229