index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
hw/core: Introduce module-id as the topology subindex
Zhao Liu
2
-0
/
+8
2024-04-25
hw/core/machine: Support modules in -smp
Zhao Liu
4
-6
/
+40
2024-04-25
hw/core/machine: Introduce the module as a CPU topology level
Zhao Liu
3
-1
/
+6
2024-04-25
hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()
Bernhard Beschow
1
-3
/
+2
2024-04-25
hw/misc : Correct 5 spaces indents in stm32l4x5_exti
Inès Varhol
1
-4
/
+4
2024-04-25
hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
Philippe Mathieu-Daudé
1
-0
/
+2
2024-04-25
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
4
-4
/
+4
2024-04-25
hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
Zhao Liu
4
-8
/
+6
2024-04-25
hw/cxl/cxl-cdat: Make ct3_build_cdat() return boolean
Zhao Liu
1
-4
/
+5
2024-04-25
hw/cxl/cxl-cdat: Make ct3_load_cdat() return boolean
Zhao Liu
1
-6
/
+7
2024-04-25
hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device
Thomas Huth
4
-1
/
+10
2024-04-25
hw: Fix problem with the A*MPCORE switches in the Kconfig files
Thomas Huth
3
-18
/
+10
2024-04-25
hw/riscv/virt: Replace sprintf by g_strdup_printf
Philippe Mathieu-Daudé
1
-8
/
+9
2024-04-25
hw/misc/imx: Replace sprintf() by snprintf()
Philippe Mathieu-Daudé
8
-10
/
+10
2024-04-25
hw/misc/applesmc: Simplify DeviceReset handler
Philippe Mathieu-Daudé
1
-15
/
+21
2024-04-25
target/i386: Move APIC related code to cpu-apic.c
Philippe Mathieu-Daudé
4
-102
/
+113
2024-04-25
hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
Philippe Mathieu-Daudé
1
-3
/
+0
2024-04-25
scripts: add script to compare compatibility properties
Maksim Davydov
2
-0
/
+491
2024-04-25
python/qemu/machine: add method to retrieve QEMUMachine::binary field
Maksim Davydov
1
-0
/
+5
2024-04-25
qmp: add dump machine type compatibility properties
Maksim Davydov
3
-4
/
+88
2024-04-25
qom: add default value
Maksim Davydov
1
-0
/
+1
2024-04-24
block/gluster: Remove deprecated RDMA protocol handling
Philippe Mathieu-Daudé
3
-42
/
+2
2024-04-24
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
51
-7977
/
+5
2024-04-24
hw/timer: Remove the ALTERA_TIMER model
Philippe Mathieu-Daudé
3
-249
/
+0
2024-04-24
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
85
-8949
/
+31
2024-04-24
MAINTAINERS: Update Sriram Yagnaraman mail address
Sriram Yagnaraman
2
-1
/
+2
2024-04-24
qapi: Dumb down QAPISchema.lookup_entity()
Markus Armbruster
1
-12
/
+6
2024-04-24
qapi: Tighten check whether implicit object type already exists
Markus Armbruster
1
-1
/
+2
2024-04-24
qapi/schema: remove unnecessary asserts
John Snow
1
-25
/
+0
2024-04-24
qapi/schema: turn on mypy strictness
John Snow
1
-5
/
+0
2024-04-24
qapi/schema: add type hints
John Snow
1
-173
/
+397
2024-04-24
qapi/parser.py: assert member.info is present in connect_member
John Snow
1
-0
/
+1
2024-04-24
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
1
-1
/
+2
2024-04-24
qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
John Snow
1
-1
/
+4
2024-04-24
qapi/schema: fix typing for QAPISchemaVariants.tag_member
John Snow
1
-3
/
+19
2024-04-24
qapi/schema: Don't initialize "members" with `None`
John Snow
1
-5
/
+7
2024-04-24
qapi/schema: add _check_complete flag
John Snow
1
-3
/
+5
2024-04-24
qapi/schema: assert info is present when necessary
John Snow
1
-0
/
+2
2024-04-24
qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
John Snow
1
-1
/
+1
2024-04-24
qapi: Assert built-in types exist
Markus Armbruster
1
-2
/
+6
2024-04-24
qapi/schema: assert resolve_type has 'info' and 'what' args on error
John Snow
1
-0
/
+1
2024-04-24
qapi/schema: add type narrowing to lookup_type()
John Snow
1
-1
/
+3
2024-04-24
qapi/schema: adjust type narrowing for mypy's benefit
John Snow
1
-7
/
+9
2024-04-24
qapi/schema: make c_type() and json_type() abstract methods
John Snow
1
-1
/
+4
2024-04-24
qapi/schema: declare type for QAPISchemaArrayType.element_type
John Snow
1
-1
/
+1
2024-04-24
qapi/schema: declare type for QAPISchemaObjectTypeMember.type
John Snow
1
-1
/
+1
2024-04-24
qapi: create QAPISchemaDefinition
John Snow
1
-58
/
+78
2024-04-24
qapi/schema: add pylint suppressions
John Snow
2
-5
/
+5
2024-04-24
qapi: sort pylint suppressions
John Snow
1
-3
/
+3
2024-04-24
qapi/parser: shush up pylint
John Snow
1
-0
/
+1
[next]