Age | Commit message (Expand) | Author |
2019-04-29 | hw/devices: Move LAN9118 declarations into a new header | Philippe Mathieu-Daudé |
2019-03-11 | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2} | Markus Armbruster |
2019-03-11 | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 | Markus Armbruster |
2018-08-24 | hw/arm/vexpress: Add "virtualization" property controlling presence of EL2 | Peter Maydell |
2018-08-24 | hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3 | Peter Maydell |
2018-08-24 | hw/arm/vexpress: Connect VIRQ and VFIQ | Peter Maydell |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell |
2018-03-01 | arm/vexpress: Add proper display connector emulation | Linus Walleij |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2017-09-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2017-09-19 | General warn report fixups | Alistair Francis |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis |
2017-09-19 | arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly | Igor Mammedov |
2017-09-07 | hw/arm: Set ignore_memory_transaction_failures for most ARM boards | Peter Maydell |
2017-09-04 | hw/arm: use defined type name instead of hard-coded string | Philippe Mathieu-Daudé |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-02-21 | hw: Default -drive to if=none instead of scsi when scsi cannot work | Markus Armbruster |
2017-02-10 | target-arm: Declare virtio-mmio as dma-coherent in dt | Alexander Graf |
2016-06-06 | hw/char: QOM'ify pl011 model | xiaoqiang zhao |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-16 | machine: Use type_init() to register machine classes | Eduardo Habkost |
2016-02-19 | device_tree: qemu_fdt_getprop_cell converted to use the error API | Eric Auger |
2016-01-18 | hw/arm: Clean up includes | Peter Maydell |
2016-01-13 | Use error_fatal to simplify obvious fatal errors | Markus Armbruster |
2015-09-19 | machine: Set MachineClass::name automatically | Eduardo Habkost |
2015-09-19 | vexpress: Rename machine classes to use MACHINE_TYPE_NAME | Eduardo Habkost |
2015-09-19 | vexpress: Don't set name on abstract class | Eduardo Habkost |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-11 | maint: remove double semicolons in many files | Daniel P. Berrange |
2015-06-05 | pflash_cfi01: change big-endian property to BIT type | Paolo Bonzini |
2015-05-12 | hw/arm/vexpress.c: Wire FIQ between CPU <> GIC | Fabian Aggeler |
2015-04-08 | arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste... | Dirk Müller |
2015-04-02 | hw/arm/vexpress: Don't double-free flash filename | Peter Maydell |
2015-04-01 | hw/arm/vexpress: Fix memory leak reported by Coverity | Stefan Weil |
2015-03-19 | arm: fix memory leak | Gonglei |
2015-03-10 | hw: Propagate errors through qdev_prop_set_drive() | Markus Armbruster |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster |
2014-12-22 | target-arm: Enable CPU has_el3 prop during VE init | Greg Bellows |
2014-12-22 | target-arm: Change vexpress daughterboard init arg | Greg Bellows |
2014-12-22 | target-arm: Add vexpress machine secure property | Greg Bellows |
2014-12-22 | target-arm: Switch to common vexpress machine init | Greg Bellows |
2014-12-22 | target-arm: Add vexpress a9 & a15 machine objects | Greg Bellows |
2014-12-22 | target-arm: Add vexpress class and machine types | Greg Bellows |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-07-08 | hw/arm/vexpress: Alias NOR flash at 0 for vexpress-a9 | Peter Maydell |