| Commit message (Expand) | Author | Age | Files | Lines |
* | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé | 2020-09-22 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -6/+6 |
* | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -6/+6 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 1 | -13/+13 |
* | arm/highbank: use memdev for RAM | Igor Mammedov | 2020-02-19 | 1 | -6/+4 |
* | hw/arm/highbank: Use AddressSpace when using write_secondary_boot() | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -1/+2 |
* | hw/arm: simplify arm_load_dtb | Tao Xu | 2019-09-03 | 1 | -7/+1 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | hw/arm: Replace global smp variables with machine smp properties | Like Xu | 2019-07-05 | 1 | -0/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | arm: Rename hw/arm/arm.h to hw/arm/boot.h | Peter Maydell | 2019-05-23 | 1 | -1/+1 |
* | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé | 2019-03-07 | 1 | -1/+0 |
* | hw/arm/highbank: Connect VIRQ and VFIQ | Peter Maydell | 2018-08-24 | 1 | -0/+6 |
* | Change references to serial_hds[] to serial_hd() | Peter Maydell | 2018-04-26 | 1 | -1/+1 |
* | hw/arm/highbank: don't make sysram 'nomigrate' | Peter Maydell | 2018-04-26 | 1 | -1/+1 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 2018-03-12 | 1 | -1/+0 |
* | highbank: validate register offset before access | Prasad J Pandit | 2017-11-13 | 1 | -2/+15 |
* | arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly | Igor Mammedov | 2017-09-19 | 1 | -5/+5 |
* | hw/arm: Set ignore_memory_transaction_failures for most ARM boards | Peter Maydell | 2017-09-07 | 1 | -0/+2 |
* | hw/arm: use defined type name instead of hard-coded string | Philippe Mathieu-Daudé | 2017-09-04 | 1 | -4/+7 |
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 2017-07-14 | 1 | -1/+1 |
* | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -3/+3 |
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -2/+2 |
* | hw/arm/highbank: Default -drive to if=ide instead of if=scsi | Markus Armbruster | 2017-02-21 | 1 | -2/+6 |
* | hw/char: QOM'ify pl011 model | xiaoqiang zhao | 2016-06-06 | 1 | -1/+2 |
* | hw/arm: QOM'ify highbank.c | xiaoqiang.zhao | 2016-05-12 | 1 | -7/+5 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | machine: Use type_init() to register machine classes | Eduardo Habkost | 2016-03-16 | 1 | -1/+1 |
* | arm/boot: move highbank secure board setup code to common routine | Andrew Baumann | 2016-02-03 | 1 | -35/+2 |
* | hw/arm: Clean up includes | Peter Maydell | 2016-01-18 | 1 | -0/+1 |
* | hw: Don't use hw_error() for machine initialization errors | Markus Armbruster | 2016-01-13 | 1 | -2/+4 |
* | Use error_fatal to simplify obvious fatal errors | Markus Armbruster | 2016-01-13 | 1 | -6/+1 |
* | arm: highbank: Implement PSCI and dummy monitor | Peter Crosthwaite | 2015-11-10 | 1 | -10/+60 |
* | arm: highbank: Defeature CPU override | Peter Crosthwaite | 2015-11-10 | 1 | -14/+7 |
* | Revert use of DEFINE_MACHINE() for registrations of multiple machines | Andreas Färber | 2015-09-19 | 1 | -4/+24 |
* | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 2015-09-19 | 1 | -18/+14 |
* | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2015-09-18 | 1 | -1/+1 |
* | hw/arm/highbank.c: Wire FIQ between CPU <> GIC | Peter Maydell | 2015-05-12 | 1 | -0/+3 |
* | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 2015-04-26 | 1 | -3/+9 |
* | arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste... | Dirk Müller | 2015-04-08 | 1 | -1/+1 |
* | hw/arm/highbank: Fix resource leak and wrong image loading | Stefan Weil | 2015-04-01 | 1 | -2/+1 |
* | arm: fix memory leak | Gonglei | 2015-03-19 | 1 | -0/+1 |
* | error: Use error_report_err() where appropriate | Markus Armbruster | 2015-02-18 | 1 | -2/+2 |
* | target-arm: Disable EL3 on unsupported machines | Greg Bellows | 2014-12-23 | 1 | -0/+12 |
* | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |