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
2025-05-01
qapi/block-core: deprecate some block-job- APIs
Vladimir Sementsov-Ogievskiy
2
-0
/
+61
2025-05-01
qapi: synchronize jobs and block-jobs documentation
Vladimir Sementsov-Ogievskiy
2
-27
/
+64
2025-05-01
block: add test non-active commit with zeroed data
Vincent Vanlaer
2
-0
/
+150
2025-05-01
block: allow commit to unmap zero blocks
Vincent Vanlaer
1
-9
/
+29
2025-05-01
block: refactor error handling of commit_iteration
Vincent Vanlaer
1
-27
/
+36
2025-04-29
block: move commit_run loop to separate function
Vincent Vanlaer
1
-37
/
+52
2025-04-29
block: get type of block allocation in commit_run
Vincent Vanlaer
1
-3
/
+9
2025-04-25
qemu-img: improve queue depth validation in img_bench
Denis Rastyogin
1
-1
/
+1
2025-04-25
qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
11
-11
/
+70
2025-04-25
accel: Move target-agnostic code from accel-target.c -> accel-common.c
Philippe Mathieu-Daudé
3
-129
/
+143
2025-04-25
accel: Make AccelCPUClass structure target-agnostic
Philippe Mathieu-Daudé
4
-13
/
+25
2025-04-25
accel: Include missing 'qemu/accel.h' header in accel-internal.h
Philippe Mathieu-Daudé
1
-0
/
+2
2025-04-25
accel: Implement accel_init_ops_interfaces() for both system/user mode
Philippe Mathieu-Daudé
5
-15
/
+15
2025-04-25
cpus: Move target-agnostic methods out of cpu-target.c
Philippe Mathieu-Daudé
2
-76
/
+75
2025-04-25
cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
Philippe Mathieu-Daudé
3
-7
/
+11
2025-04-25
qemu: Introduce target_cpu_type()
Philippe Mathieu-Daudé
4
-0
/
+39
2025-04-25
qapi: Rename TargetInfo structure as QemuTargetInfo
Philippe Mathieu-Daudé
2
-7
/
+7
2025-04-25
hw/microblaze: Evaluate TARGET_BIG_ENDIAN at compile time
Philippe Mathieu-Daudé
2
-12
/
+12
2025-04-25
hw/mips: Evaluate TARGET_BIG_ENDIAN at compile time
Philippe Mathieu-Daudé
3
-29
/
+14
2025-04-25
target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile time
Philippe Mathieu-Daudé
1
-5
/
+5
2025-04-25
target/mips: Check CPU endianness at runtime using env_is_bigendian()
Philippe Mathieu-Daudé
1
-18
/
+16
2025-04-25
accel/kvm: Use target_needs_bswap()
Philippe Mathieu-Daudé
1
-14
/
+16
2025-04-25
linux-user/elfload: Use target_needs_bswap()
Philippe Mathieu-Daudé
1
-24
/
+39
2025-04-25
target/hexagon: Include missing 'accel/tcg/getpc.h'
Philippe Mathieu-Daudé
2
-0
/
+2
2025-04-25
accel/tcg: Correct list of included headers in tcg-stub.c
Philippe Mathieu-Daudé
1
-2
/
+1
2025-04-25
system/kvm: make functions accessible from common code
Pierrick Bouvier
1
-4
/
+4
2025-04-25
meson: Use osdep_prefix for strchrnul()
Akihiko Odaki
1
-1
/
+2
2025-04-25
meson: Share common C source prefixes
Akihiko Odaki
1
-36
/
+32
2025-04-25
meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
Akihiko Odaki
1
-10
/
+0
2025-04-25
meson: Use has_header_symbol() to check getcpu()
Akihiko Odaki
1
-1
/
+2
2025-04-25
pc-bios: Move device tree files in their own subdir
BALATON Zoltan
13
-25
/
+29
2025-04-25
system/datadir: Add new type constant for DTB files
BALATON Zoltan
6
-8
/
+14
2025-04-25
system/memory: Remove DEVICE_HOST_ENDIAN definition
Philippe Mathieu-Daudé
3
-10
/
+1
2025-04-25
system/vl: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-2
/
+2
2025-04-25
contrib/plugins: Fix type conflict of GLib function pointers
Kohei Tokunaga
8
-25
/
+25
2025-04-25
hw/net/can: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-2
/
+2
2025-04-25
block: Remove unused callback function *bdrv_aio_pdiscard
Sunny Zhu
2
-23
/
+3
2025-04-25
hw/core/loader: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-2
/
+2
2025-04-25
hw/intc/i8259: Remove unused DEBUG_PIC define
BALATON Zoltan
1
-4
/
+1
2025-04-25
hw/usb/hcd-xhci: Unmap canceled packet
Akihiko Odaki
1
-6
/
+7
2025-04-25
exec: Rename target_words_bigendian() -> target_big_endian()
Philippe Mathieu-Daudé
8
-15
/
+15
2025-04-25
target/mips: Fix MIPS16e translation
Hauke Mehrtens
1
-2
/
+2
2025-04-25
target/arm: Replace target_ulong -> vaddr for CPUWatchpoint
Philippe Mathieu-Daudé
2
-8
/
+9
2025-04-25
target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfo
Philippe Mathieu-Daudé
1
-2
/
+3
2025-04-25
target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPU
Peter Maydell
2
-5
/
+12
2025-04-25
target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU
Peter Maydell
3
-3
/
+15
2025-04-25
target/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_name
Peter Maydell
3
-6
/
+9
2025-04-25
gdbstub: Allow gdb_core_xml_file to be set at runtime
Peter Maydell
2
-4
/
+24
2025-04-25
hw/core/cpu: gdb_arch_name string should not be freed
Peter Maydell
1
-1
/
+2
2025-04-25
hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
Philippe Mathieu-Daudé
2
-3
/
+4
[next]