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
/
virt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-05
hw/arm: Use GED for system_powerdown event
Shameer Kolothum
1
-6
/
+12
2019-10-05
hw/arm: Factor out powerdown notifier from GPIO
Shameer Kolothum
1
-8
/
+4
2019-10-05
hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
Shameer Kolothum
1
-0
/
+2
2019-10-05
hw/arm/virt: Enable device memory cold/hot plug with ACPI boot
Shameer Kolothum
1
-7
/
+52
2019-10-05
hw/arm/virt: Add memory hotplug framework
Eric Auger
1
-1
/
+52
2019-09-03
numa: move numa global variable numa_info into MachineState
Tao Xu
1
-1
/
+2
2019-09-03
numa: move numa global variable have_numa_distance into MachineState
Tao Xu
1
-1
/
+1
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
1
-1
/
+3
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
1
-5
/
+3
2019-08-21
hw: add compat machines for 4.2
Cornelia Huck
1
-1
/
+8
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-15
hw/arm/virt: Fix non-secure flash mode
David Engraf
1
-1
/
+1
2019-07-05
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
1
-0
/
+1
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
1
-1
/
+7
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
1
-1
/
+1
2019-07-01
hw/arm/virt: Add support for Cortex-A7
Jan Kiszka
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-05-07
hw/arm/virt: Support firmware configuration with -blockdev
Markus Armbruster
1
-69
/
+127
2019-04-25
hw: add compat machines for 4.1
Cornelia Huck
1
-1
/
+8
2019-03-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-4
/
+0
2019-03-11
hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}
Markus Armbruster
1
-1
/
+2
2019-03-11
hw/arm/virt: Remove null-check in virt_build_smbios()
Philippe Mathieu-Daudé
1
-4
/
+0
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
1
-1
/
+0
2019-03-05
hw/arm/virt: Bump the 255GB initial RAM limit
Eric Auger
1
-20
/
+1
2019-03-05
hw/arm/virt: Check the VCPU PA range in TCG mode
Eric Auger
1
-0
/
+17
2019-03-05
hw/arm/virt: Implement kvm_type function for 4.0 machine
Eric Auger
1
-1
/
+38
2019-03-05
hw/arm/virt: Dynamic memory map depending on RAM requirements
Eric Auger
1
-6
/
+46
2019-03-05
hw/arm/virt: Split the memory map description
Eric Auger
1
-6
/
+44
2019-03-05
hw/arm/virt: Rename highmem IO regions
Eric Auger
1
-15
/
+18
2019-01-07
include: remove compat.h
Marc-André Lureau
1
-1
/
+0
2019-01-07
compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macros
Marc-André Lureau
1
-4
/
+1
2019-01-07
compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macros
Marc-André Lureau
1
-4
/
+1
2019-01-07
compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macros
Marc-André Lureau
1
-4
/
+1
2019-01-07
compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macros
Marc-André Lureau
1
-5
/
+1
2019-01-07
compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macros
Marc-André Lureau
1
-5
/
+1
2019-01-07
compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macros
Marc-André Lureau
1
-4
/
+1
2019-01-07
compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macros
Marc-André Lureau
1
-4
/
+1
2019-01-07
compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macros
Marc-André Lureau
1
-5
/
+1
2019-01-07
compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macros
Marc-André Lureau
1
-5
/
+1
2019-01-07
machine: move compat properties out of globals
Marc-André Lureau
1
-54
/
+40
2019-01-07
hw: apply machine compat properties without touching globals
Marc-André Lureau
1
-9
/
+18
2019-01-07
machines: replace COMPAT define with a static array
Marc-André Lureau
1
-18
/
+27
2018-12-19
hw/smbios: Move to the hw/firmware/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2018-12-14
virt: Fix broken indentation
Eduardo Habkost
1
-1
/
+1
2018-12-11
virt: Eliminate separate instance_init functions
Eduardo Habkost
1
-66
/
+21
[next]