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
/
vexpress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
1
-4
/
+5
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
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-19
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
1
-2
/
+4
2016-01-18
hw/arm: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
1
-6
/
+1
2015-09-19
machine: Set MachineClass::name automatically
Eduardo Habkost
1
-6
/
+2
2015-09-19
vexpress: Rename machine classes to use MACHINE_TYPE_NAME
Eduardo Habkost
1
-4
/
+6
2015-09-19
vexpress: Don't set name on abstract class
Eduardo Habkost
1
-1
/
+0
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-3
/
+3
2015-09-11
maint: remove double semicolons in many files
Daniel P. Berrange
1
-2
/
+2
2015-06-05
pflash_cfi01: change big-endian property to BIT type
Paolo Bonzini
1
-1
/
+1
2015-05-12
hw/arm/vexpress.c: Wire FIQ between CPU <> GIC
Fabian Aggeler
1
-0
/
+2
2015-04-08
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
1
-6
/
+4
2015-04-02
hw/arm/vexpress: Don't double-free flash filename
Peter Maydell
1
-1
/
+0
2015-04-01
hw/arm/vexpress: Fix memory leak reported by Coverity
Stefan Weil
1
-2
/
+9
2015-03-19
arm: fix memory leak
Gonglei
1
-1
/
+2
2015-03-10
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
1
-3
/
+3
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-1
/
+1
2014-12-22
target-arm: Enable CPU has_el3 prop during VE init
Greg Bellows
1
-3
/
+9
2014-12-22
target-arm: Change vexpress daughterboard init arg
Greg Bellows
1
-5
/
+5
2014-12-22
target-arm: Add vexpress machine secure property
Greg Bellows
1
-0
/
+30
2014-12-22
target-arm: Switch to common vexpress machine init
Greg Bellows
1
-22
/
+4
2014-12-22
target-arm: Add vexpress a9 & a15 machine objects
Greg Bellows
1
-14
/
+36
2014-12-22
target-arm: Add vexpress class and machine types
Greg Bellows
1
-0
/
+45
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-2
/
+1
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+3
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-5
/
+10
2014-07-08
hw/arm/vexpress: Alias NOR flash at 0 for vexpress-a9
Peter Maydell
1
-1
/
+1
2014-06-19
hw/arm/vexpress: Forbid specifying flash contents in two ways at once
Peter Maydell
1
-1
/
+9
2014-06-09
vexpress: Add support for the -bios flag to provide firmware
Grant Likely
1
-0
/
+13
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
1
-10
/
+11
2014-04-04
hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar property
Peter Maydell
1
-4
/
+3
2014-03-17
vexpress: Set reset-cbar property for CPUs
Peter Maydell
1
-62
/
+61
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
1
-9
/
+9
2013-12-17
Fix NOR flash device ID reading
Roy Franz
1
-3
/
+3
2013-12-17
Set proper device-width for vexpress flash
Roy Franz
1
-10
/
+34
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
1
-2
/
+0
2013-08-20
hw/arm/vexpress: Don't use arm_pic_init_cpu()
Peter Maydell
1
-6
/
+2
2013-07-19
vexpress: Add virtio-mmio transports
Peter Maydell
1
-0
/
+99
2013-07-19
vexpress: Make VEDBoardInfo extend arm_boot_info
Peter Maydell
1
-16
/
+15
2013-07-15
hw/arm/vexpress: Add alias for flash at address 0 on A15 board
Peter Maydell
1
-2
/
+17
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-1
/
+1
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-6
/
+6
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
-4
/
+4
2013-03-15
hw/vexpress: Set reset values for daughterboard oscillators
Peter Maydell
1
-0
/
+32
2013-03-15
hw/vexpress: Pass voltage sensor properties to sysctl device
Peter Maydell
1
-0
/
+30
2013-03-15
hw/vexpress: Pass proc_id via VEDBoardInfo
Peter Maydell
1
-11
/
+8
[next]