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
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
2015-03-19
arm: fix memory leak
Gonglei
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2014-12-22
target-arm: Disable EL3 on unsupported machines
Greg Bellows
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-04-04
hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar property
Peter Maydell
2014-04-04
hw/arm/highbank: Don't segfault on unknown CPU names
Peter Maydell
2014-02-11
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
2013-12-23
hw/arm/highbank: Simplify code (memory region in device state)
Stefan Weil
2013-12-17
arm/highbank.c: Fix MPCore periphbase name
Peter Crosthwaite
2013-12-17
arm/highbank: Fix CBAR initialisation
Peter Crosthwaite
2013-12-17
arm/highbank: Use object_new() rather than cpu_arm_init()
Peter Crosthwaite
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-08-20
hw/arm/highbank: Don't use arm_pic_init_cpu()
Peter Maydell
2013-07-29
highbank: QOM cast cleanup for HighbankRegsState
Andreas Färber
2013-07-15
ARM/highbank: add support for Calxeda ECX-2000 / Midway
Andre Przywara
2013-07-15
ARM/highbank: prepare for adding similar machines
Andre Przywara
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-04
hw/a*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-05-18
remove some double-includes
Michael Tokarev
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini