summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * accel/tcg: Improve buffer overflow in tb_gen_codeRichard Henderson2025-09-241-0/+4
| * accel/tcg: Create queue_tb_flush from tb_flushRichard Henderson2025-09-243-20/+10
| * linux-user: Split out begin_parallel_contextRichard Henderson2025-09-243-17/+19
| * plugins: Use tb_flush__exclusive_or_serialRichard Henderson2025-09-243-8/+5
| * accel/tcg: Move post-load tb_flush to vm_change_state hookRichard Henderson2025-09-242-9/+21
| * accel/tcg: Split out tb_flush__exclusive_or_serialRichard Henderson2025-09-242-14/+40
| * hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_initRichard Henderson2025-09-241-2/+2
| * target/riscv: Record misa_ext in TCGTBCPUState.cs_baseRichard Henderson2025-09-242-4/+2
| * target/alpha: Simplify call_pal implementationRichard Henderson2025-09-244-27/+6
| * gdbstub: Remove tb_flush usesRichard Henderson2025-09-242-8/+0
| * tests/tcg/multiarch: Add tb-link testRichard Henderson2025-09-242-0/+69
| * accel/tcg: Properly unlink a TB linked to itselfRichard Henderson2025-09-241-0/+8
| * target/hppa: Adjust mmu indexes to begin with 0Richard Henderson2025-09-231-15/+15
| * include/hw/core/cpu: Invert the indexing into CPUTLBDescFastRichard Henderson2025-09-232-2/+12
| * include/hw/core/cpu: Introduce cpu_tlb_fastRichard Henderson2025-09-234-10/+17
| * include/hw/core/cpu: Introduce MMUIdxMapRichard Henderson2025-09-233-34/+34
| * tcg/optimize: Fix folding of vector bitselWANG Rui2025-09-231-1/+2
| * hw/pci-host/astro: Don't call pci_regsiter_root_bus() in initPeter Maydell2025-09-231-13/+14
| * hw/pci-host/dino: Don't call pci_register_root_bus() in initPeter Maydell2025-09-231-41/+33
| * target/sparc: Relax decode of rs2_or_imm for v7Richard Henderson2025-09-231-19/+37
| * target/sparc: Loosen decode of RDTBR for v7Richard Henderson2025-09-231-1/+1
| * target/sparc: Loosen decode of RDWIM for v7Richard Henderson2025-09-231-19/+21
| * target/sparc: Loosen decode of RDPSR for v7Richard Henderson2025-09-231-7/+9
| * target/sparc: Loosen decode of RDY for v7Richard Henderson2025-09-232-14/+12
| * target/sparc: Loosen decode of STBAR for v8Richard Henderson2025-09-232-2/+16
| * target/sparc: Allow TRANS macro with no extra argumentsRichard Henderson2025-09-231-1/+1
| * linux-user: Add syscall dispatch supportArusekk2025-09-235-1/+93
| * linux-user: Populate vdso_sigreturn_region_{start,end} from sigtramp pageRichard Henderson2025-09-231-0/+2
| * linux-user: Populate sigreturn_region_{start,end} in all vdso.SRichard Henderson2025-09-2322-0/+16
| * linux-user: Create vdso_sigreturn_region_{start,end}Richard Henderson2025-09-236-2/+22
|/
* Merge tag 'pull-9p-20250918' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2025-09-1910-16/+179
|\
| * 9pfs: Stop including gstrfuncs.hPeter Foley2025-09-181-1/+0
| * 9pfs: Add FreeBSD supportMark Johnston2025-09-189-15/+179
* | Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...Richard Henderson2025-09-1963-213/+369
|\ \ | |/ |/|
| * util/vhost-user-server: vu_message_read(): improve error handlingVladimir Sementsov-Ogievskiy2025-09-191-6/+11
| * chardev: close an fd on failure pathVladimir Sementsov-Ogievskiy2025-09-192-0/+2
| * chardev: qemu_chr_open_fd(): add errpVladimir Sementsov-Ogievskiy2025-09-196-10/+31
| * treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblockingVladimir Sementsov-Ogievskiy2025-09-1921-55/+67
| * util: drop qemu_socket_set_block()Vladimir Sementsov-Ogievskiy2025-09-193-14/+0
| * io/channel-socket: rework qio_channel_socket_copy_fds()Vladimir Sementsov-Ogievskiy2025-09-192-20/+55
| * util: drop qemu_socket_try_set_nonblock()Vladimir Sementsov-Ogievskiy2025-09-197-40/+12
| * util: drop qemu_socket_set_nonblock()Vladimir Sementsov-Ogievskiy2025-09-1914-37/+67
| * migration: qemu_file_set_blocking(): add errp parameterVladimir Sementsov-Ogievskiy2025-09-196-10/+15
| * treewide: handle result of qio_channel_set_blocking()Vladimir Sementsov-Ogievskiy2025-09-1916-30/+69
| * util: add qemu_set_blocking() functionVladimir Sementsov-Ogievskiy2025-09-193-0/+34
| * char-socket: tcp_chr_recv(): add commentVladimir Sementsov-Ogievskiy2025-09-191-1/+6
| * char-socket: tcp_chr_recv(): drop extra _set_(block,cloexec)Vladimir Sementsov-Ogievskiy2025-09-191-14/+0
| * io/channel: document how qio_channel_readv_full() handles fdsVladimir Sementsov-Ogievskiy2025-09-191-0/+17
| * migration/qemu-file: don't make incoming fds blocking againVladimir Sementsov-Ogievskiy2025-09-193-5/+12
| * MAINTAINERS: list qemu-security@nongnu.org as security contactDaniel P. Berrangé2025-09-191-1/+1
|/