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
*
vexpress-a15: Register "virtualization" as class property
Eduardo Habkost
2020-12-14
1
-6
/
+8
*
vexpress: Register "secure" as class property
Eduardo Habkost
2020-12-14
1
-5
/
+6
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
arm: remove bios_name
Paolo Bonzini
2020-12-10
1
-4
/
+4
*
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-22
1
-2
/
+2
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-4
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
hw/sd/pl181: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
1
-0
/
+11
*
hw/sd/pl181: Use named GPIOs
Philippe Mathieu-Daudé
2020-08-21
1
-2
/
+2
*
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...
Peter Maydell
2020-06-25
1
-2
/
+1
|
\
|
*
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-23
1
-2
/
+1
*
|
hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded string
Philippe Mathieu-Daudé
2020-06-23
1
-1
/
+2
|
/
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-4
/
+4
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-8
/
+8
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-2
/
+2
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
1
-4
/
+2
*
arm/vexpress: use memdev for RAM
Igor Mammedov
2020-02-19
1
-9
/
+5
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
1
-4
/
+1
*
hw/arm: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
1
-6
/
+10
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
hw/devices: Move LAN9118 declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-1
/
+1
*
hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}
Markus Armbruster
2019-03-11
1
-2
/
+2
*
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
2019-03-11
1
-4
/
+4
*
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
[next]