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
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-30
hw/net/e1000: Remove unused E1000_FLAG_MAC flag
Philippe Mathieu-Daudé
1
-54
/
+41
2025-05-30
hw/core/machine: Remove hw_compat_2_4[] array
Philippe Mathieu-Daudé
2
-12
/
+0
2025-05-30
hw/i386/pc: Remove pc_compat_2_4[] array
Philippe Mathieu-Daudé
2
-22
/
+0
2025-05-30
hw/i386/pc: Remove PCMachineClass::broken_reserved_end field
Philippe Mathieu-Daudé
2
-9
/
+5
2025-05-30
hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines
Philippe Mathieu-Daudé
3
-40
/
+0
2025-05-30
docs: Deprecate the qemu-system-microblazeel binary
Thomas Huth
1
-0
/
+13
2025-05-30
hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
Thomas Huth
4
-23
/
+14
2025-05-30
tests/functional: Test both microblaze s3adsp1800 endianness variants
Thomas Huth
2
-6
/
+18
2025-05-30
hw/microblaze: Add endianness property to the petalogix_s3adsp1800 machine
Thomas Huth
1
-5
/
+37
2025-05-30
tests/functional/test_mem_addr_space: Use set_machine() to select the machine
Thomas Huth
1
-31
/
+32
2025-05-30
tests/functional/test_mips_malta: Re-enable the check for the PCI host bridge
Thomas Huth
1
-4
/
+2
2025-05-30
tests/functional/test_sparc64_tuxrun: Explicitly set the 'sun4u' machine
Thomas Huth
1
-0
/
+1
2025-05-28
qapi: use imperative style in documentation
Pierrick Bouvier
12
-26
/
+26
2025-05-28
qapi: make all generated files common
Pierrick Bouvier
1
-19
/
+4
2025-05-28
qapi: remove qapi_specific_outputs from meson.build
Pierrick Bouvier
1
-8
/
+3
2025-05-28
qapi: make s390x specific CPU commands unconditionally available
Daniel P. Berrangé
8
-15
/
+35
2025-05-28
qapi: make most CPU commands unconditionally available
Daniel P. Berrangé
14
-406
/
+437
2025-05-28
qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
Philippe Mathieu-Daudé
1
-4
/
+3
2025-05-28
qapi: remove the misc-target.json file
Daniel P. Berrangé
5
-7
/
+0
2025-05-28
qapi: make Xen event commands unconditionally available
Daniel P. Berrangé
6
-125
/
+125
2025-05-28
qapi: make SGX commands unconditionally available
Daniel P. Berrangé
6
-81
/
+97
2025-05-28
qapi: expose query-gic-capability command unconditionally
Daniel P. Berrangé
7
-45
/
+65
2025-05-28
qapi: make SEV commands unconditionally available
Daniel P. Berrangé
6
-324
/
+316
2025-05-28
qapi: expand docs for SEV commands
Daniel P. Berrangé
1
-7
/
+43
2025-05-28
qapi: expose rtc-reset-reinjection command unconditionally
Daniel P. Berrangé
7
-18
/
+40
2025-05-28
accel/tcg: Assert TCGCPUOps.pointer_wrap is set
Richard Henderson
2
-5
/
+3
2025-05-28
target/sparc: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+13
2025-05-28
target/s390x: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+9
2025-05-28
target/riscv: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+26
2025-05-28
target/ppc: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+7
2025-05-28
target/mips: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+9
2025-05-28
target/loongarch: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+7
2025-05-28
target/i386: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
1
-0
/
+7
2025-05-28
target/arm: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
2
-0
/
+25
2025-05-28
target: Use cpu_pointer_wrap_uint32 for 32-bit targets
Richard Henderson
9
-0
/
+19
2025-05-28
target: Use cpu_pointer_wrap_notreached for strict align targets
Richard Henderson
5
-0
/
+21
2025-05-28
accel/tcg: Add TCGCPUOps.pointer_wrap
Richard Henderson
2
-0
/
+13
2025-05-28
target/sh4: Use MO_ALIGN for system UNALIGN()
Richard Henderson
1
-1
/
+1
2025-05-28
tcg: Drop TCGContext.page_{mask,bits}
Richard Henderson
14
-36
/
+31
2025-05-28
tcg: Drop TCGContext.tlb_dyn_max_bits
Richard Henderson
4
-12
/
+3
2025-05-28
target/microblaze: Simplify compute_ldst_addr_type{a,b}
Richard Henderson
1
-13
/
+13
2025-05-28
target/microblaze: Drop DisasContext.r0
Richard Henderson
1
-22
/
+2
2025-05-28
target/microblaze: Use TARGET_LONG_BITS == 32 for system mode
Richard Henderson
2
-6
/
+2
2025-05-28
target/microblaze: Fix printf format in mmu_translate
Richard Henderson
1
-1
/
+2
2025-05-28
target/microblaze: Use TCGv_i64 for compute_ldst_addr_ea
Richard Henderson
1
-12
/
+12
2025-05-28
target/microblaze: Use uint64_t for CPUMBState.ear
Richard Henderson
2
-2
/
+2
2025-05-28
target/microblaze: Implement extended address load/store out of line
Richard Henderson
3
-12
/
+90
2025-05-28
target/microblaze: Split out mb_transaction_failed_internal
Richard Henderson
1
-28
/
+42
2025-05-28
target/microblaze: Introduce helper_unaligned_access
Richard Henderson
2
-6
/
+13
2025-05-28
target/microblaze: Split out mb_unaligned_access_internal
Richard Henderson
1
-28
/
+36
[next]