index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
vexpress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm/vexpress: Add "virtualization" property controlling presence of EL2
Peter Maydell
2018-08-24
1
-3
/
+53
*
hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3
Peter Maydell
2018-08-24
1
-2
/
+2
*
hw/arm/vexpress: Connect VIRQ and VFIQ
Peter Maydell
2018-08-24
1
-0
/
+4
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-4
/
+4
*
arm/vexpress: Add proper display connector emulation
Linus Walleij
2018-03-01
1
-1
/
+5
*
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-20
1
-22
/
+10
|
\
|
*
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-19
1
-22
/
+10
*
|
General warn report fixups
Alistair Francis
2017-09-19
1
-1
/
+1
*
|
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-2
/
+2
|
/
*
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2017-09-07
1
-0
/
+1
*
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
2017-09-04
1
-2
/
+4
*
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
1
-6
/
+3
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-3
/
+3
*
hw: Default -drive to if=none instead of scsi when scsi cannot work
Markus Armbruster
2017-02-21
1
-1
/
+0
*
target-arm: Declare virtio-mmio as dma-coherent in dt
Alexander Graf
2017-02-10
1
-0
/
+1
*
hw/char: QOM'ify pl011 model
xiaoqiang zhao
2016-06-06
1
-4
/
+5
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
machine: Use type_init() to register machine classes
Eduardo Habkost
2016-03-16
1
-1
/
+1
*
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2016-02-19
1
-2
/
+4
*
hw/arm: Clean up includes
Peter Maydell
2016-01-18
1
-0
/
+1
*
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2016-01-13
1
-6
/
+1
*
machine: Set MachineClass::name automatically
Eduardo Habkost
2015-09-19
1
-6
/
+2
*
vexpress: Rename machine classes to use MACHINE_TYPE_NAME
Eduardo Habkost
2015-09-19
1
-4
/
+6
*
vexpress: Don't set name on abstract class
Eduardo Habkost
2015-09-19
1
-1
/
+0
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
1
-3
/
+3
*
maint: remove double semicolons in many files
Daniel P. Berrange
2015-09-11
1
-2
/
+2
*
pflash_cfi01: change big-endian property to BIT type
Paolo Bonzini
2015-06-05
1
-1
/
+1
*
hw/arm/vexpress.c: Wire FIQ between CPU <> GIC
Fabian Aggeler
2015-05-12
1
-0
/
+2
*
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
2015-04-08
1
-6
/
+4
*
hw/arm/vexpress: Don't double-free flash filename
Peter Maydell
2015-04-02
1
-1
/
+0
*
hw/arm/vexpress: Fix memory leak reported by Coverity
Stefan Weil
2015-04-01
1
-2
/
+9
*
arm: fix memory leak
Gonglei
2015-03-19
1
-1
/
+2
*
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
2015-03-10
1
-3
/
+3
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-1
/
+1
*
target-arm: Enable CPU has_el3 prop during VE init
Greg Bellows
2014-12-23
1
-3
/
+9
*
target-arm: Change vexpress daughterboard init arg
Greg Bellows
2014-12-23
1
-5
/
+5
*
target-arm: Add vexpress machine secure property
Greg Bellows
2014-12-23
1
-0
/
+30
*
target-arm: Switch to common vexpress machine init
Greg Bellows
2014-12-23
1
-22
/
+4
*
target-arm: Add vexpress a9 & a15 machine objects
Greg Bellows
2014-12-23
1
-14
/
+36
*
target-arm: Add vexpress class and machine types
Greg Bellows
2014-12-23
1
-0
/
+45
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-2
/
+1
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
1
-1
/
+3
*
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
1
-5
/
+10
*
hw/arm/vexpress: Alias NOR flash at 0 for vexpress-a9
Peter Maydell
2014-07-08
1
-1
/
+1
*
hw/arm/vexpress: Forbid specifying flash contents in two ways at once
Peter Maydell
2014-06-19
1
-1
/
+9
*
vexpress: Add support for the -bios flag to provide firmware
Grant Likely
2014-06-09
1
-0
/
+13
*
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-05-28
1
-10
/
+11
[next]