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
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-4
/
+4
2018-03-01
arm/vexpress: Add proper display connector emulation
Linus Walleij
1
-1
/
+5
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-4
/
+4
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-22
/
+10
2017-09-19
General warn report fixups
Alistair Francis
1
-1
/
+1
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-2
/
+2
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-22
/
+10
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
1
-0
/
+1
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
1
-2
/
+4
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
1
-6
/
+3
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-3
/
+3
2017-02-21
hw: Default -drive to if=none instead of scsi when scsi cannot work
Markus Armbruster
1
-1
/
+0
2017-02-10
target-arm: Declare virtio-mmio as dma-coherent in dt
Alexander Graf
1
-0
/
+1
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
[next]