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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
1
-1
/
+1
*
hw/arm/digic4: Inline digic4_board_setup_ram() function
Philippe Mathieu-Daudé
2019-10-22
1
-7
/
+2
*
hw/arm/omap1: Create the RAM in the board
Philippe Mathieu-Daudé
2019-10-22
3
-11
/
+17
*
hw/arm/omap2: Create the RAM in the board
Philippe Mathieu-Daudé
2019-10-22
2
-11
/
+12
*
hw/arm/collie: Create the RAM in the board
Philippe Mathieu-Daudé
2019-10-22
3
-11
/
+8
*
hw/arm/mps2: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-10-22
2
-2
/
+4
*
hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-10-22
1
-1
/
+2
*
hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
Philippe Mathieu-Daudé
2019-10-22
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-10-17
3
-15
/
+148
|
\
|
*
hw/arm: Use GED for system_powerdown event
Shameer Kolothum
2019-10-05
2
-9
/
+15
|
*
hw/arm: Factor out powerdown notifier from GPIO
Shameer Kolothum
2019-10-05
1
-8
/
+4
|
*
hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
Shameer Kolothum
2019-10-05
2
-0
/
+10
|
*
hw/arm/virt: Enable device memory cold/hot plug with ACPI boot
Shameer Kolothum
2019-10-05
3
-7
/
+75
|
*
hw/arm/virt: Add memory hotplug framework
Eric Auger
2019-10-05
2
-1
/
+54
*
|
hw/arm/bcm2835: Add various unimplemented peripherals
Philippe Mathieu-Daudé
2019-10-15
1
-0
/
+31
*
|
hw/arm/bcm2835: Rename some definitions
Philippe Mathieu-Daudé
2019-10-15
2
-4
/
+5
*
|
hw/arm/raspi: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-10-15
1
-2
/
+2
*
|
aspeed/soc: Add ASPEED Video stub
Joel Stanley
2019-10-15
2
-0
/
+11
*
|
aspeed: add support for the Aspeed MII controller of the AST2600
Cédric Le Goater
2019-10-15
1
-0
/
+20
*
|
aspeed: Parameterise number of MACs
Joel Stanley
2019-10-15
2
-4
/
+12
*
|
aspeed/soc: Add AST2600 support
Cédric Le Goater
2019-10-15
2
-1
/
+493
*
|
aspeed: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
2
-71
/
+81
*
|
aspeed/i2c: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
1
-1
/
+2
*
|
watchdog/aspeed: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
1
-4
/
+5
*
|
aspeed/sdmc: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
1
-3
/
+2
*
|
aspeed/timer: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
1
-1
/
+2
*
|
hw/sd/aspeed_sdhci: New device
Eddie James
2019-10-15
2
-1
/
+37
*
|
hw/arm/musicpal.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-6
/
+10
*
|
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-10-15
1
-1
/
+1
*
|
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-10-04
1
-8
/
+10
|
/
*
hw/arm/boot: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-09-27
1
-5
/
+5
*
hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
Peter Maydell
2019-09-27
1
-0
/
+2
*
aspeed/scu: Introduce per-SoC SCU types
Cédric Le Goater
2019-09-13
1
-1
/
+2
*
aspeed/smc: Add support for DMAs
Cédric Le Goater
2019-09-13
2
-0
/
+4
*
aspeed: Use consistent typenames
Cédric Le Goater
2019-09-13
1
-13
/
+12
*
aspeed: Remove unused SoC definitions
Cédric Le Goater
2019-09-13
1
-26
/
+0
*
aspeed: add a GPIO controller to the SoC
Rashmica Gupta
2019-09-13
1
-0
/
+17
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2019-09-04
30
-162
/
+68
|
\
|
*
numa: move numa global variable numa_info into MachineState
Tao Xu
2019-09-03
4
-6
/
+9
|
*
numa: move numa global variable have_numa_distance into MachineState
Tao Xu
2019-09-03
3
-3
/
+3
|
*
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
2019-09-03
4
-8
/
+14
|
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
29
-145
/
+42
*
|
hw/arm/fsl-imx: Add the cpu as child of the SoC object
Philippe Mathieu-Daudé
2019-09-03
2
-2
/
+6
*
|
hw/arm: Use sysbus_init_child_obj for correct reference counting
Philippe Mathieu-Daudé
2019-09-03
1
-2
/
+2
*
|
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-09-03
3
-17
/
+16
*
|
hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate
Philippe Mathieu-Daudé
2019-09-03
8
-11
/
+15
*
|
hw/arm/smmuv3: Remove spurious error messages on IOVA invalidations
Eric Auger
2019-09-03
2
-8
/
+12
*
|
hw/arm/smmuv3: Log a guest error when decoding an invalid STE
Eric Auger
2019-09-03
1
-0
/
+1
|
/
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...
Peter Maydell
2019-08-22
2
-2
/
+2
|
\
|
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
2
-2
/
+2
[next]