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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
4
-4
/
+0
2018-03-09
hw/arm/virt: Support -machine gic-version=max
Peter Maydell
1
-10
/
+19
2018-03-09
hw/arm/virt: Add "max" to the list of CPU types "virt" supports
Peter Maydell
1
-0
/
+1
2018-03-09
arm: avoid heap-buffer-overflow in load_aarch64_image
Marc-André Lureau
1
-1
/
+2
2018-03-09
arm: fix load ELF error leak
Marc-André Lureau
1
-0
/
+1
2018-03-09
hw/arm: Use more CONFIG switches for the object files
Thomas Huth
1
-9
/
+21
2018-03-09
Implement support for i.MX7 Sabre board
Andrey Smirnov
2
-1
/
+91
2018-03-09
i.MX: Add i.MX7 SOC implementation.
Andrey Smirnov
2
-0
/
+583
2018-03-09
hw/arm: Set the core count for Xilinx's ZynqMP
Alistair Francis
1
-0
/
+2
2018-03-02
mps2-an505: New board model: MPS2 with AN505 Cortex-M33 FPGA image
Peter Maydell
2
-0
/
+504
2018-03-02
hw/arm/iotkit: Model Arm IOT Kit
Peter Maydell
2
-0
/
+599
2018-03-02
armv7m: Forward init-svtor property to CPU object
Peter Maydell
1
-0
/
+9
2018-03-02
armv7m: Forward idau property to CPU object
Peter Maydell
1
-0
/
+9
2018-03-02
hw/arm/armv7m: Honour CPU's address space for image loads
Peter Maydell
1
-3
/
+14
2018-03-02
hw/arm/boot: Honour CPU's address space for image loads
Peter Maydell
1
-43
/
+76
2018-03-02
xlnx-zynqmp: Connect the RTC device
Alistair Francis
1
-0
/
+14
2018-03-01
arm/vexpress: Add proper display connector emulation
Linus Walleij
1
-1
/
+5
2018-02-22
raspi: Add "raspi3" machine type
Pekka Enberg
1
-0
/
+23
2018-02-15
raspi: Raspberry Pi 3 support
Pekka Enberg
1
-10
/
+21
2018-02-15
bcm2836: Make CPU type configurable
Pekka Enberg
2
-8
/
+12
2018-02-15
hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.io
Philippe Mathieu-Daudé
1
-29
/
+3
2018-02-15
hw/arm/aspeed: directly map the serial device to the system address space
Philippe Mathieu-Daudé
1
-1
/
+2
2018-02-13
hw/arm/xilinx_zynqmp: enable the UHS-I mode
Philippe Mathieu-Daudé
1
-0
/
+1
2018-02-13
hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheet
Philippe Mathieu-Daudé
1
-11
/
+18
2018-02-13
hw/arm/fsl-imx6: implement SDHCI Spec. v3
Philippe Mathieu-Daudé
1
-0
/
+7
2018-02-13
hw/arm/bcm2835_peripherals: change maximum block size to 1kB
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-13
hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
Philippe Mathieu-Daudé
1
-8
/
+13
2018-02-13
hw/arm/xilinx_zynq: fix the capabilities register to match the datasheet
Philippe Mathieu-Daudé
1
-24
/
+29
2018-02-13
hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)
Philippe Mathieu-Daudé
1
-0
/
+12
2018-02-13
hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
1
-0
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
hw/arm: Move virt's PSCI DT fixup code to arm/boot.c
Andrey Smirnov
2
-61
/
+65
2018-02-09
hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHC
Andrey Smirnov
1
-1
/
+1
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
11
-33
/
+38
2018-02-02
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
3
-3
/
+6
2018-01-26
xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC
Alistair Francis
1
-0
/
+14
2018-01-26
aarch64-softmmu.mak: Use an ARM specific config
Alistair Francis
1
-1
/
+1
2018-01-25
hw/arm/virt: Check that the CPU realize method succeeded
Peter Maydell
1
-1
/
+1
2018-01-22
Fixes after renaming __FUNCTION__ to __func__
Alistair Francis
1
-5
/
+3
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
8
-68
/
+68
2018-01-19
possible_cpus: add CPUArchId::type field
Igor Mammedov
1
-1
/
+2
2018-01-19
hw/arm/virt: Allow only supported dynamic sysbus devices
Eduardo Habkost
1
-2
/
+4
2018-01-19
machine: Replace has_dynamic_sysbus with list of allowed devices
Eduardo Habkost
1
-1
/
+2
2018-01-16
hw/arm/virt: Add virt-2.12 machine type
Peter Maydell
1
-2
/
+17
2018-01-11
imx_fec: Do not link to netdev
Andrey Smirnov
1
-0
/
+1
2018-01-11
Virt: ACPI: fix qemu assert due to re-assigned table data address
Zhaoshenglong
1
-7
/
+11
2017-12-18
misc: remove duplicated includes
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-13
xlnx-zcu102: Add support for the ZynqMP QSPI
Francisco Iglesias
2
-0
/
+49
2017-11-24
hw/arm/virt: Add 2.11 machine type
Eric Auger
1
-2
/
+17
[next]