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
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
2013-12-17
arm/highbank: Use object_new() rather than cpu_arm_init()
Peter Crosthwaite
1
-3
/
+9
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
1
-2
/
+0
2013-08-20
hw/arm/highbank: Don't use arm_pic_init_cpu()
Peter Maydell
1
-3
/
+1
2013-07-29
highbank: QOM cast cleanup for HighbankRegsState
Andreas Färber
1
-5
/
+11
2013-07-15
ARM/highbank: add support for Calxeda ECX-2000 / Midway
Andre Przywara
1
-5
/
+27
2013-07-15
ARM/highbank: prepare for adding similar machines
Andre Przywara
1
-6
/
+23
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-1
/
+1
2013-07-04
hw/a*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-2
/
+2
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-3
/
+3
2013-05-18
remove some double-includes
Michael Tokarev
1
-1
/
+0
2013-04-15
arm: fix location of some include files
Peter Maydell
1
-2
/
+2
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini
1
-0
/
+342