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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-02
softmmu/memory_mapping: optimize for RamDiscardManager sections
David Hildenbrand
1
-0
/
+20
2021-10-02
softmmu/memory_mapping: factor out adding physical memory ranges
David Hildenbrand
1
-21
/
+20
2021-10-02
softmmu/memory_mapping: never merge ranges accross memory regions
David Hildenbrand
1
-1
/
+2
2021-10-02
tpm: mark correct memory region range dirty when clearing RAM
David Hildenbrand
1
-1
/
+4
2021-10-02
monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
David Hildenbrand
1
-0
/
+9
2021-10-02
qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi events
David Hildenbrand
2
-2
/
+8
2021-10-02
virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE event
David Hildenbrand
1
-6
/
+1
2021-10-02
configure: Loosen GCC requirement from 7.5.0 to 7.4.0
nia
1
-3
/
+3
2021-10-02
qapi/parser: enable pylint checks
John Snow
1
-2
/
+1
2021-10-02
qapi/parser: Silence too-few-public-methods warning
John Snow
1
-0
/
+3
2021-10-02
qapi/parser: enable mypy checks
John Snow
1
-5
/
+0
2021-10-02
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
1
-0
/
+4
2021-10-02
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
1
-28
/
+39
2021-10-02
qapi/parser: add import cycle workaround
John Snow
1
-4
/
+11
2021-10-02
qapi/parser: Introduce NullSection
John Snow
1
-11
/
+16
2021-10-02
qapi/parser: clarify _end_section() logic
John Snow
1
-7
/
+15
2021-10-02
qapi/parser: remove FIXME comment from _append_body_line
John Snow
2
-3
/
+5
2021-10-02
qapi: Add spaces after symbol declaration for consistency
John Snow
3
-0
/
+12
2021-10-02
qapi/parser: fix unused check_args_section arguments
John Snow
2
-9
/
+11
2021-10-02
qapi/gen: use dict.items() to iterate over _modules
John Snow
1
-2
/
+1
2021-10-02
qapi/pylintrc: ignore 'consider-using-f-string' warning
John Snow
1
-0
/
+1
2021-10-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
26
-388
/
+547
2021-10-01
i386: Change the default Hyper-V version to match WS2016
Vitaly Kuznetsov
3
-5
/
+9
2021-10-01
docs: reorganize testing.rst
Paolo Bonzini
1
-70
/
+76
2021-10-01
i386: Make Hyper-V version id configurable
Vitaly Kuznetsov
4
-15
/
+47
2021-10-01
docs: move gcov section at the end of testing.rst
Paolo Bonzini
1
-19
/
+19
2021-10-01
i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
Vitaly Kuznetsov
5
-2
/
+24
2021-10-01
docs: reorganize tcg-plugins.rst
Paolo Bonzini
1
-47
/
+46
2021-10-01
i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()
Vitaly Kuznetsov
1
-3
/
+6
2021-10-01
docs: reorganize qgraph.rst
Paolo Bonzini
1
-65
/
+67
2021-10-01
i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
4
-3
/
+25
2021-10-01
docs: put "make" information together in build-system.rst
Paolo Bonzini
1
-11
/
+10
2021-10-01
i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
Vitaly Kuznetsov
3
-0
/
+15
2021-10-01
docs: move notes inside the body of the document
Paolo Bonzini
1
-9
/
+11
2021-10-01
docs: name included files ".rst.inc"
Paolo Bonzini
4
-3
/
+3
2021-10-01
machine: Put all sanity-check in the generic SMP parser
Yanan Wang
1
-32
/
+30
2021-10-01
machine: Use g_autoptr in machine_set_smp
Paolo Bonzini
1
-5
/
+2
2021-10-01
machine: Move smp_prefer_sockets to struct SMPCompatProps
Yanan Wang
7
-7
/
+8
2021-10-01
machine: Remove smp_parse callback from MachineClass
Yanan Wang
2
-7
/
+1
2021-10-01
machine: Make smp_parse generic enough for all arches
Yanan Wang
3
-103
/
+81
2021-10-01
machine: Tweak the order of topology members in struct CpuTopology
Yanan Wang
2
-7
/
+8
2021-10-01
machine: Use ms instead of global current_machine in sanity-check
Yanan Wang
1
-1
/
+1
2021-10-01
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
9
-19
/
+60
2021-10-01
qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
Yanan Wang
1
-1
/
+2
2021-10-01
qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
Yanan Wang
1
-1
/
+2
2021-10-01
machine: Improve the error reporting of smp parsing
Yanan Wang
2
-27
/
+19
2021-10-01
machine: Set the value of cpus to match maxcpus if it's omitted
Yanan Wang
3
-29
/
+40
2021-10-01
machine: Uniformly use maxcpus to calculate the omitted parameters
Yanan Wang
2
-30
/
+30
2021-10-01
machine: Minor refactor/fix for the smp parsers
Yanan Wang
2
-17
/
+24
2021-10-01
machine: Deprecate "parameter=0" SMP configurations
Yanan Wang
3
-5
/
+36
[prev]
[next]