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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
hw
/
boards.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
vl: clean up -boot variables
Paolo Bonzini
1
-0
/
+1
2020-12-10
vl: extract validation of -smp to machine.c
Paolo Bonzini
1
-0
/
+1
2020-12-08
hw: add compat machines for 6.0
Cornelia Huck
1
-0
/
+3
2020-10-26
machine: remove deprecated -machine enforce-config-section option
Paolo Bonzini
1
-1
/
+0
2020-09-30
numa: drop support for '-numa node' (without memory specified)
Igor Mammedov
1
-2
/
+0
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
1
-1
/
+0
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-2
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-08-19
hw: add compat machines for 5.2
Cornelia Huck
1
-0
/
+3
2020-07-03
numa: Auto-enable NUMA when any memory devices are possible
David Hildenbrand
1
-0
/
+1
2020-05-06
hw: add compat machines for 5.1
Cornelia Huck
1
-0
/
+3
2020-04-02
vl/s390x: fixup ram sizes for compat machines
Christian Borntraeger
1
-0
/
+7
2020-03-17
machine: Add SMP Sockets in CpuTopology
Babu Moger
1
-0
/
+2
2020-03-16
misc: Replace zero-length arrays with flexible array member (manual)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
1
-1
/
+3
2020-02-19
remove no longer used memory_region_allocate_system_memory()
Igor Mammedov
1
-32
/
+0
2020-02-19
machine: introduce convenience MachineState::ram
Igor Mammedov
1
-1
/
+11
2020-02-19
machine: alias -mem-path and -mem-prealloc into memory-foo backend
Igor Mammedov
1
-0
/
+8
2020-02-19
machine: introduce memory-backend property
Igor Mammedov
1
-0
/
+2
2020-01-07
accel/kvm: Make "kernel_irqchip" default on
Xiaoyao Li
1
-3
/
+0
2019-12-17
kvm: convert "-machine kernel_irqchip" to an accelerator property
Paolo Bonzini
1
-3
/
+0
2019-12-17
kvm: convert "-machine kvm_shadow_mem" to an accelerator property
Paolo Bonzini
1
-2
/
+0
2019-12-17
xen: convert "-machine igd-passthru" to an accelerator property
Paolo Bonzini
1
-1
/
+0
2019-12-17
vl: configure accelerators from -accel options
Paolo Bonzini
1
-1
/
+0
2019-12-13
virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
Evgeny Yakovlev
1
-0
/
+3
2019-10-15
numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node
Tao Xu
1
-0
/
+1
2019-09-16
qdev/machine: Introduce hotplug_allowed hook
Peter Xu
1
-0
/
+9
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
1
-0
/
+1
2019-08-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...
Peter Maydell
1
-1
/
+1
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-21
machine: Add wakeup method to MachineClass
Nicholas Piggin
1
-0
/
+1
2019-08-21
hw: add compat machines for 4.2
Cornelia Huck
1
-0
/
+3
2019-08-16
numa: Don't include hw/boards.h into sysemu/numa.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
1
-0
/
+1
2019-07-05
machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
Like Xu
1
-0
/
+5
2019-07-05
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
1
-0
/
+3
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
1
-2
/
+2
2019-07-05
hw/boards: Add struct CpuTopology to MachineState
Like Xu
1
-0
/
+15
2019-07-02
qapi: Split machine.json off misc.json
Markus Armbruster
1
-0
/
+1
2019-06-21
hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1
Greg Kurz
1
-3
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-03
q35: Revert to kernel irqchip
Alex Williamson
1
-0
/
+3
2019-04-25
vl.c: make find_default_machine() local
Wei Yang
1
-1
/
+0
2019-04-25
hw: add compat machines for 4.1
Cornelia Huck
1
-0
/
+3
2019-03-11
machine: Move nvdimms state into struct MachineState
Eric Auger
1
-0
/
+2
2019-03-05
hw/boards: Add a MachineState parameter to kvm_type callback
Eric Auger
1
-1
/
+4
2019-02-27
boards.h: Ignore migration for SMBus devices on older machines
Corey Minyard
1
-0
/
+1
2019-02-05
qemu-options: Remove deprecated "-virtioconsole" option
Paolo Bonzini
1
-1
/
+0
2019-01-07
compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macros
Marc-André Lureau
1
-0
/
+3
[next]