summary refs log tree commit diff stats
path: root/hw/arm/versatilepb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé2024-02-261-0/+2
* hw/arm: Inline sysbus_create_simple(PL110 / PL111)Philippe Mathieu-Daudé2024-02-261-1/+5
* hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse2024-02-021-11/+4
* hw/arm: Build various units only oncePhilippe Mathieu-Daudé2024-01-261-1/+0
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/arm: Support machine-default audiodev with fallbackMartin Kletzander2023-10-031-0/+8
* hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé2023-01-231-1/+1
* hw/arm: Remove unreachable code calling pflash_cfi01_register()Philippe Mathieu-Daudé2023-01-121-4/+2
* hw/arm/versatilepb hw/arm/vexpress: Replace drive_get_next() by drive_get()Markus Armbruster2021-12-151-2/+2
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-2/+24
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé2020-06-231-1/+2
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-8/+8
* arm/versatilepb: use memdev for RAMIgor Mammedov2020-02-191-4/+3
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-4/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-1/+0
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland2018-09-251-1/+2
* hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-201-1/+8
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-4/+4
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-12/+3
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+2
* hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-211-1/+1
* versatilepb: do not run if user asks for more than 256MB RAMJean-Christophe Dubois2016-10-281-0/+9
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+1
* hw/char: QOM'ify pl011 modelxiaoqiang zhao2016-06-061-4/+5
* hw/arm: QOM'ify versatilepb.cxiaoqiang.zhao2016-05-121-7/+6
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2016-01-131-11/+2
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-4/+24
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-16/+12
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-3/+2