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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-31
ui & main loop: Redesign of system-specific main thread event handling
Phil Dennis-Jordan
1
-1
/
+13
2024-12-31
hw/usb/uhci: Introduce and use register defines
Guenter Roeck
1
-0
/
+11
2024-12-31
hw/misc/ivshmem-flat: Add ivshmem-flat device
Gustavo Romero
1
-0
/
+85
2024-12-30
hw/pci-host/gpex: Allow more than 4 legacy IRQs
Alexander Graf
1
-4
/
+3
2024-12-28
hw/timer/hpet: Drop the unused macro
Zhao Liu
1
-1
/
+0
2024-12-26
migration: Unexport migration_is_active()
Avihai Horon
1
-1
/
+0
2024-12-26
migration: Drop migration_is_device()
Avihai Horon
1
-1
/
+0
2024-12-26
vfio/migration: Refactor vfio_devices_all_running_and_mig_active() logic
Avihai Horon
1
-2
/
+2
2024-12-26
vfio/migration: Refactor vfio_devices_all_dirty_tracking() logic
Avihai Horon
1
-1
/
+1
2024-12-26
vfio/container: Add dirty tracking started flag
Avihai Horon
1
-0
/
+1
2024-12-24
accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core
Richard Henderson
2
-14
/
+13
2024-12-24
softfloat: Add float_muladd_suppress_add_product_zero
Richard Henderson
1
-0
/
+5
2024-12-24
softfloat: Add float_round_nearest_even_max
Richard Henderson
1
-0
/
+2
2024-12-24
softfloat: Remove float_muladd_halve_result
Richard Henderson
1
-3
/
+0
2024-12-24
softfloat: Add float{16,32,64}_muladd_scalbn
Richard Henderson
1
-0
/
+6
2024-12-22
Merge tag 'mem-2024-12-21' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2
-1
/
+21
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
119
-418
/
+471
2024-12-21
s390x: remember the maximum page size
David Hildenbrand
1
-0
/
+1
2024-12-21
s390x: introduce s390_get_memory_limit()
David Hildenbrand
1
-0
/
+8
2024-12-21
virtio-mem: unplug memory only during system resets, not device resets
David Hildenbrand
1
-1
/
+12
2024-12-21
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
6
-13
/
+48
2024-12-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
4
-11
/
+55
2024-12-20
system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
system/numa: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2024-12-20
hw/xen: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
1
-2
/
+0
2024-12-20
accel/tcg: Un-inline translator_is_same_page()
Philippe Mathieu-Daudé
1
-8
/
+7
2024-12-20
accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
Philippe Mathieu-Daudé
2
-3
/
+3
2024-12-20
accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'
Philippe Mathieu-Daudé
1
-3
/
+0
2024-12-20
qemu/coroutine: Include missing 'qemu/atomic.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
exec/translation-block: Include missing 'qemu/atomic.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
2
-17
/
+18
2024-12-20
exec/cpu-all: Include 'cpu.h' earlier so MMU_USER_IDX is always defined
Philippe Mathieu-Daudé
1
-1
/
+4
2024-12-20
user: Move various declarations out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
2
-54
/
+55
2024-12-20
user: Declare cpu_loop() once in 'user/cpu_loop.h'
Philippe Mathieu-Daudé
1
-0
/
+2
2024-12-20
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
1
-0
/
+34
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
2
-6
/
+2
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)
Philippe Mathieu-Daudé
2
-12
/
+12
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (2/4)
Philippe Mathieu-Daudé
2
-55
/
+57
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
Philippe Mathieu-Daudé
2
-5
/
+8
2024-12-20
accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal.h'
Philippe Mathieu-Daudé
1
-28
/
+0
2024-12-20
accel/tcg: Move page_[un]protect() to 'user/page-protection.h'
Philippe Mathieu-Daudé
2
-5
/
+20
2024-12-20
accel/tcg: Use tb_page_addr_t type in page_unprotect()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Philippe Mathieu-Daudé
2
-17
/
+24
2024-12-20
include: Include missing 'qemu/clang-tsa.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
exec/ram_addr: Include missing 'exec/hwaddr.h' and 'exec/cpu-common.h'
Philippe Mathieu-Daudé
1
-0
/
+3
2024-12-20
user: Introduce 'user/guest-host.h' header
Philippe Mathieu-Daudé
3
-79
/
+89
2024-12-20
exec/translation-block: Include missing 'exec/vaddr.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
exec/cpu-defs: Remove unnecessary headers
Philippe Mathieu-Daudé
1
-8
/
+0
2024-12-20
exec/cpu-all: Include missing 'exec/cpu-defs.h' header
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
accel/tcg: Have tlb_vaddr_to_host() use vaddr type
Philippe Mathieu-Daudé
1
-1
/
+2
[next]