aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/z2.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé1-7/+7
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-2/+2
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell1-4/+7
2020-03-05hw/arm/z2: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-7/+1
2020-02-21z2: Make providing flash images non-mandatoryGuenter Roeck1-6/+0
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-7/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-2/+1
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+3
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé1-1/+2
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-6/+3
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-1/+3
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva1-7/+0
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater1-4/+2
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-3/+4
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-5/+5
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-2/+0
2014-02-14z2: QOM'ify AER915Andreas Färber1-7/+13
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil1-1/+1
2013-11-05z2: Don't enforce use of -pflash for qtestAndreas Färber1-2/+3
2013-10-31hw/arm: Tidy up conditional calls to arm_load_kernelPeter Maydell1-7/+5
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-04-15arm: fix location of some include filesPeter Maydell1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-5/+5
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+384