index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
highbank.c
Age
Commit message (
Expand
)
Author
2021-01-08
hw/arm/highbank: Drop dead KVM support code
Peter Maydell
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
arm: remove bios_name
Paolo Bonzini
2020-10-27
hw/arm/highbank: Silence warnings about missing fallthrough statements
Thomas Huth
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-02-19
arm/highbank: use memdev for RAM
Igor Mammedov
2019-10-25
hw/arm/highbank: Use AddressSpace when using write_secondary_boot()
Philippe Mathieu-Daudé
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2018-08-24
hw/arm/highbank: Connect VIRQ and VFIQ
Peter Maydell
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
hw/arm/highbank: don't make sysram 'nomigrate'
Peter Maydell
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2017-11-13
highbank: validate register offset before access
Prasad J Pandit
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
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-02-21
hw/arm/highbank: Default -drive to if=ide instead of if=scsi
Markus Armbruster
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
2016-05-12
hw/arm: QOM'ify highbank.c
xiaoqiang.zhao
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-03
arm/boot: move highbank secure board setup code to common routine
Andrew Baumann
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2015-11-10
arm: highbank: Implement PSCI and dummy monitor
Peter Crosthwaite
2015-11-10
arm: highbank: Defeature CPU override
Peter Crosthwaite
2015-09-19
Revert use of DEFINE_MACHINE() for registrations of multiple machines
Andreas Färber
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-05-12
hw/arm/highbank.c: Wire FIQ between CPU <> GIC
Peter Maydell
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-04-08
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
2015-04-01
hw/arm/highbank: Fix resource leak and wrong image loading
Stefan Weil
[next]