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
/
docs
/
sphinx
/
qapidoc.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
qga-win: Fix guest-get-fsinfo multi-disks collection
Peng Ji
1
-0
/
+2
2024-01-30
tests/unit/test-qga: do not qualify executable paths
Samuel Tardieu
1
-3
/
+3
2024-01-30
guest-agent: improve help for --allow-rpcs and --block-rpcs
Angel M. Villegas
2
-6
/
+6
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
4
-12
/
+15
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
2
-0
/
+7
2024-01-29
accel/tcg: Inline need_replay_interrupt
Richard Henderson
1
-15
/
+2
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
4
-4
/
+12
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
2
-3
/
+10
2024-01-29
accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
Richard Henderson
1
-49
/
+52
2024-01-29
target/loongarch: Constify loongarch_tcg_ops
Richard Henderson
1
-1
/
+1
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
26
-31
/
+29
2024-01-29
accel/tcg: Un-inline icount_exit_request() for clarity
Philippe Mathieu-Daudé
1
-4
/
+12
2024-01-29
accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-01-29
accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-01-29
accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
Philippe Mathieu-Daudé
1
-6
/
+6
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
13
-21
/
+20
2024-01-29
accel/tcg: Remove #ifdef TARGET_I386 from perf.c
Ilya Leoshkevich
1
-4
/
+0
2024-01-29
tcg: Make tb_cflags() usable from target-agnostic code
Ilya Leoshkevich
2
-6
/
+6
2024-01-29
accel/tcg: Make use of qemu_target_page_mask() in perf.c
Ilya Leoshkevich
1
-1
/
+2
2024-01-29
target: Make qemu_target_page_mask() available for *-user
Ilya Leoshkevich
3
-5
/
+12
2024-01-29
accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
Philippe Mathieu-Daudé
1
-3
/
+1
2024-01-29
tests/tcg: Add the PROT_NONE gdbstub test
Ilya Leoshkevich
3
-1
/
+84
2024-01-29
tests/tcg: Factor out gdbstub test functions
Ilya Leoshkevich
13
-397
/
+100
2024-01-29
linux-user: Allow gdbstub to ignore page protection
Ilya Leoshkevich
1
-15
/
+63
2024-01-29
vfio/pci: Clear MSI-X IRQ index always
Cédric Le Goater
1
-3
/
+5
2024-01-29
vfio: use matching sizeof type
Paolo Bonzini
1
-1
/
+1
2024-01-29
Make 'uri' optional for migrate QAPI
Het Gala
1
-1
/
+1
2024-01-29
migration: Centralize BH creation and dispatch
Fabiano Rosas
3
-37
/
+40
2024-01-29
migration: Add a wrapper to qemu_bh_schedule
Fabiano Rosas
1
-17
/
+14
2024-01-29
migration: Reference migration state around loadvm_postcopy_handle_run_bh
Fabiano Rosas
1
-0
/
+2
2024-01-29
migration: Take reference to migration state around bg_migration_vm_start_bh
Fabiano Rosas
1
-0
/
+2
2024-01-29
migration: Fix use-after-free of migration state object
Fabiano Rosas
1
-0
/
+2
2024-01-29
migration/yank: Use channel features
Fabiano Rosas
1
-5
/
+1
2024-01-29
ci: Disable migration compatibility tests for aarch64
Fabiano Rosas
1
-0
/
+4
2024-01-29
ci: Add a migration compatibility test job
Fabiano Rosas
1
-0
/
+60
2024-01-29
analyze-migration.py: Remove trick on parsing ramblocks
Peter Xu
1
-8
/
+3
2024-01-29
migration: Drop unnecessary check in ram's pending_exact()
Peter Xu
1
-5
/
+4
2024-01-29
migration: Make threshold_size an uint64_t
Peter Xu
1
-1
/
+1
2024-01-29
migration: Plug memory leak on HMP migrate error path
Markus Armbruster
1
-3
/
+1
2024-01-29
userfaultfd: use 1ULL to build ioctl masks
Paolo Bonzini
3
-12
/
+10
2024-01-29
include/hw/core: Remove i386 conditional on fake_user_interrupt
Anton Johansson
1
-3
/
+2
2024-01-29
include/hw/core: Move do_interrupt in TCGCPUOps
Anton Johansson
1
-5
/
+2
2024-01-29
include/exec: Move cpu_*()/cpu_env() to common header
Anton Johansson
2
-25
/
+26
2024-01-29
include/exec: Move PAGE_* macros to common header
Anton Johansson
2
-24
/
+30
2024-01-29
include/exec: typedef abi_ptr to vaddr
Anton Johansson
1
-2
/
+2
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
5
-12
/
+14
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
22
-22
/
+22
2024-01-29
hw/core: Include vaddr.h from cpu.h
Anton Johansson
1
-1
/
+1
2024-01-29
include/exec: Move vaddr defines to separate file
Anton Johansson
2
-12
/
+19
2024-01-29
cpu-exec: simplify jump cache management
Paolo Bonzini
2
-46
/
+28
[next]