index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
highbank.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-25
hw/arm/highbank: Use AddressSpace when using write_secondary_boot()
Philippe Mathieu-Daudé
1
-1
/
+2
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
1
-7
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
1
-1
/
+0
2018-08-24
hw/arm/highbank: Connect VIRQ and VFIQ
Peter Maydell
1
-0
/
+6
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-1
/
+1
2018-04-26
hw/arm/highbank: don't make sysram 'nomigrate'
Peter Maydell
1
-1
/
+1
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
1
-1
/
+0
2017-11-13
highbank: validate register offset before access
Prasad J Pandit
1
-2
/
+15
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-5
/
+5
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
1
-0
/
+2
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
1
-4
/
+7
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-3
/
+3
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-2
/
+2
2017-02-21
hw/arm/highbank: Default -drive to if=ide instead of if=scsi
Markus Armbruster
1
-2
/
+6
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
1
-1
/
+2
2016-05-12
hw/arm: QOM'ify highbank.c
xiaoqiang.zhao
1
-7
/
+5
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
1
-1
/
+1
2016-02-03
arm/boot: move highbank secure board setup code to common routine
Andrew Baumann
1
-35
/
+2
2016-01-18
hw/arm: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
1
-2
/
+4
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
1
-6
/
+1
2015-11-10
arm: highbank: Implement PSCI and dummy monitor
Peter Crosthwaite
1
-10
/
+60
2015-11-10
arm: highbank: Defeature CPU override
Peter Crosthwaite
1
-14
/
+7
2015-09-19
Revert use of DEFINE_MACHINE() for registrations of multiple machines
Andreas Färber
1
-4
/
+24
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
1
-18
/
+14
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+1
2015-05-12
hw/arm/highbank.c: Wire FIQ between CPU <> GIC
Peter Maydell
1
-0
/
+3
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
1
-3
/
+9
2015-04-08
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
1
-1
/
+1
2015-04-01
hw/arm/highbank: Fix resource leak and wrong image loading
Stefan Weil
1
-2
/
+1
2015-03-19
arm: fix memory leak
Gonglei
1
-0
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+2
2014-12-22
target-arm: Disable EL3 on unsupported machines
Greg Bellows
1
-0
/
+12
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-2
/
+3
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
1
-12
/
+12
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
1
-1
/
+0
2014-04-04
hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar property
Peter Maydell
1
-7
/
+7
2014-04-04
hw/arm/highbank: Don't segfault on unknown CPU names
Peter Maydell
1
-0
/
+5
2014-02-11
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2013-12-23
hw/arm/highbank: Simplify code (memory region in device state)
Stefan Weil
1
-4
/
+3
2013-12-17
arm/highbank.c: Fix MPCore periphbase name
Peter Crosthwaite
1
-7
/
+8
2013-12-17
arm/highbank: Fix CBAR initialisation
Peter Crosthwaite
1
-3
/
+5
[next]