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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
accel/tcg: Improve buffer overflow in tb_gen_code
Richard Henderson
2025-09-24
1
-0
/
+4
|
*
accel/tcg: Create queue_tb_flush from tb_flush
Richard Henderson
2025-09-24
3
-20
/
+10
|
*
linux-user: Split out begin_parallel_context
Richard Henderson
2025-09-24
3
-17
/
+19
|
*
plugins: Use tb_flush__exclusive_or_serial
Richard Henderson
2025-09-24
3
-8
/
+5
|
*
accel/tcg: Move post-load tb_flush to vm_change_state hook
Richard Henderson
2025-09-24
2
-9
/
+21
|
*
accel/tcg: Split out tb_flush__exclusive_or_serial
Richard Henderson
2025-09-24
2
-14
/
+40
|
*
hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_init
Richard Henderson
2025-09-24
1
-2
/
+2
|
*
target/riscv: Record misa_ext in TCGTBCPUState.cs_base
Richard Henderson
2025-09-24
2
-4
/
+2
|
*
target/alpha: Simplify call_pal implementation
Richard Henderson
2025-09-24
4
-27
/
+6
|
*
gdbstub: Remove tb_flush uses
Richard Henderson
2025-09-24
2
-8
/
+0
|
*
tests/tcg/multiarch: Add tb-link test
Richard Henderson
2025-09-24
2
-0
/
+69
|
*
accel/tcg: Properly unlink a TB linked to itself
Richard Henderson
2025-09-24
1
-0
/
+8
|
*
target/hppa: Adjust mmu indexes to begin with 0
Richard Henderson
2025-09-23
1
-15
/
+15
|
*
include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
Richard Henderson
2025-09-23
2
-2
/
+12
|
*
include/hw/core/cpu: Introduce cpu_tlb_fast
Richard Henderson
2025-09-23
4
-10
/
+17
|
*
include/hw/core/cpu: Introduce MMUIdxMap
Richard Henderson
2025-09-23
3
-34
/
+34
|
*
tcg/optimize: Fix folding of vector bitsel
WANG Rui
2025-09-23
1
-1
/
+2
|
*
hw/pci-host/astro: Don't call pci_regsiter_root_bus() in init
Peter Maydell
2025-09-23
1
-13
/
+14
|
*
hw/pci-host/dino: Don't call pci_register_root_bus() in init
Peter Maydell
2025-09-23
1
-41
/
+33
|
*
target/sparc: Relax decode of rs2_or_imm for v7
Richard Henderson
2025-09-23
1
-19
/
+37
|
*
target/sparc: Loosen decode of RDTBR for v7
Richard Henderson
2025-09-23
1
-1
/
+1
|
*
target/sparc: Loosen decode of RDWIM for v7
Richard Henderson
2025-09-23
1
-19
/
+21
|
*
target/sparc: Loosen decode of RDPSR for v7
Richard Henderson
2025-09-23
1
-7
/
+9
|
*
target/sparc: Loosen decode of RDY for v7
Richard Henderson
2025-09-23
2
-14
/
+12
|
*
target/sparc: Loosen decode of STBAR for v8
Richard Henderson
2025-09-23
2
-2
/
+16
|
*
target/sparc: Allow TRANS macro with no extra arguments
Richard Henderson
2025-09-23
1
-1
/
+1
|
*
linux-user: Add syscall dispatch support
Arusekk
2025-09-23
5
-1
/
+93
|
*
linux-user: Populate vdso_sigreturn_region_{start,end} from sigtramp page
Richard Henderson
2025-09-23
1
-0
/
+2
|
*
linux-user: Populate sigreturn_region_{start,end} in all vdso.S
Richard Henderson
2025-09-23
22
-0
/
+16
|
*
linux-user: Create vdso_sigreturn_region_{start,end}
Richard Henderson
2025-09-23
6
-2
/
+22
|
/
*
Merge tag 'pull-9p-20250918' of https://github.com/cschoenebeck/qemu into sta...
Richard Henderson
2025-09-19
10
-16
/
+179
|
\
|
*
9pfs: Stop including gstrfuncs.h
Peter Foley
2025-09-18
1
-1
/
+0
|
*
9pfs: Add FreeBSD support
Mark Johnston
2025-09-18
9
-15
/
+179
*
|
Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...
Richard Henderson
2025-09-19
63
-213
/
+369
|
\
\
|
|
/
|
/
|
|
*
util/vhost-user-server: vu_message_read(): improve error handling
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-6
/
+11
|
*
chardev: close an fd on failure path
Vladimir Sementsov-Ogievskiy
2025-09-19
2
-0
/
+2
|
*
chardev: qemu_chr_open_fd(): add errp
Vladimir Sementsov-Ogievskiy
2025-09-19
6
-10
/
+31
|
*
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Vladimir Sementsov-Ogievskiy
2025-09-19
21
-55
/
+67
|
*
util: drop qemu_socket_set_block()
Vladimir Sementsov-Ogievskiy
2025-09-19
3
-14
/
+0
|
*
io/channel-socket: rework qio_channel_socket_copy_fds()
Vladimir Sementsov-Ogievskiy
2025-09-19
2
-20
/
+55
|
*
util: drop qemu_socket_try_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025-09-19
7
-40
/
+12
|
*
util: drop qemu_socket_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025-09-19
14
-37
/
+67
|
*
migration: qemu_file_set_blocking(): add errp parameter
Vladimir Sementsov-Ogievskiy
2025-09-19
6
-10
/
+15
|
*
treewide: handle result of qio_channel_set_blocking()
Vladimir Sementsov-Ogievskiy
2025-09-19
16
-30
/
+69
|
*
util: add qemu_set_blocking() function
Vladimir Sementsov-Ogievskiy
2025-09-19
3
-0
/
+34
|
*
char-socket: tcp_chr_recv(): add comment
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-1
/
+6
|
*
char-socket: tcp_chr_recv(): drop extra _set_(block,cloexec)
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-14
/
+0
|
*
io/channel: document how qio_channel_readv_full() handles fds
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-0
/
+17
|
*
migration/qemu-file: don't make incoming fds blocking again
Vladimir Sementsov-Ogievskiy
2025-09-19
3
-5
/
+12
|
*
MAINTAINERS: list qemu-security@nongnu.org as security contact
Daniel P. Berrangé
2025-09-19
1
-1
/
+1
|
/
[prev]
[next]