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-09-24
docs/code-provenance: clarify scope very early
Paolo Bonzini
1
-6
/
+6
2025-09-24
hw/xen: Do not unparent in instance_finalize()
Akihiko Odaki
1
-10
/
+1
2025-09-24
vfio: Do not unparent in instance_finalize()
Akihiko Odaki
2
-11
/
+1
2025-09-24
hw/sd/sdhci: Do not unparent in instance_finalize()
Akihiko Odaki
1
-4
/
+0
2025-09-24
hv-balloon: hw/core/register: Do not unparent in instance_finalize()
Akihiko Odaki
1
-11
/
+1
2025-09-24
hw/core/register: Do not unparent in instance_finalize()
Akihiko Odaki
1
-1
/
+0
2025-09-24
vfio/pci: Do not unparent in instance_finalize()
Akihiko Odaki
1
-4
/
+0
2025-09-24
docs/devel: Do not unparent in instance_finalize()
Akihiko Odaki
1
-11
/
+6
2025-09-23
linux-user: avoid -Werror=int-in-bool-context
Paolo Bonzini
1
-1
/
+1
2025-09-22
rust/qdev: Drop declare_properties & define_property macros
Zhao Liu
1
-53
/
+0
2025-09-22
rust/hpet: Convert qdev properties to #property macro
Zhao Liu
1
-48
/
+7
2025-09-22
rust/hpet: Clean up type mismatch for num_timers property
Zhao Liu
1
-1
/
+1
2025-09-22
rust/qdev: Test bit property for #property
Zhao Liu
1
-0
/
+99
2025-09-22
rust/qdev: Support bit property in #property macro
Zhao Liu
3
-13
/
+32
2025-09-22
rust/qdev: Support property info for more common types
Zhao Liu
1
-12
/
+16
2025-09-22
rust/qdev: Refine the documentation for QDevProp trait
Manos Pitsidianakis
1
-4
/
+11
2025-09-22
rust/qdev: use addr_of! in QDevProp
Manos Pitsidianakis
1
-4
/
+4
2025-09-22
rust/common/uninit: Fix Clippy's complaints about lifetime
Zhao Liu
1
-2
/
+2
2025-09-22
rust/qemu-macros: Fix Clippy's complaints about lambda parameter naming
Zhao Liu
1
-2
/
+2
2025-09-22
subprojects: Ignore .wraplock file generated by meson v1.9.0
Zhao Liu
1
-0
/
+3
2025-09-22
subprojects: Update .gitignore for proc-macro2 and syn
Zhao Liu
1
-1
/
+1
2025-09-22
rust: qemu-macros: switch #[property] parsing to use combinators
Paolo Bonzini
3
-56
/
+49
2025-09-22
subprojects: add attrs crate
Paolo Bonzini
8
-2
/
+47
2025-09-22
rust: build: remove "protocol: rust: from doctests
Paolo Bonzini
5
-5
/
+0
2025-09-22
rust: vmstate: use "cast()" instead of "as"
Paolo Bonzini
1
-1
/
+1
2025-09-22
rust: build: add back common and util tests
Paolo Bonzini
2
-0
/
+7
2025-09-22
docs: use the pyvenv version of Meson
Paolo Bonzini
3
-3
/
+3
2025-09-19
util/vhost-user-server: vu_message_read(): improve error handling
Vladimir Sementsov-Ogievskiy
1
-6
/
+11
2025-09-19
chardev: close an fd on failure path
Vladimir Sementsov-Ogievskiy
2
-0
/
+2
2025-09-19
chardev: qemu_chr_open_fd(): add errp
Vladimir Sementsov-Ogievskiy
6
-10
/
+31
2025-09-19
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Vladimir Sementsov-Ogievskiy
21
-55
/
+67
2025-09-19
util: drop qemu_socket_set_block()
Vladimir Sementsov-Ogievskiy
3
-14
/
+0
2025-09-19
io/channel-socket: rework qio_channel_socket_copy_fds()
Vladimir Sementsov-Ogievskiy
2
-20
/
+55
2025-09-19
util: drop qemu_socket_try_set_nonblock()
Vladimir Sementsov-Ogievskiy
7
-40
/
+12
2025-09-19
util: drop qemu_socket_set_nonblock()
Vladimir Sementsov-Ogievskiy
14
-37
/
+67
2025-09-19
migration: qemu_file_set_blocking(): add errp parameter
Vladimir Sementsov-Ogievskiy
6
-10
/
+15
2025-09-19
treewide: handle result of qio_channel_set_blocking()
Vladimir Sementsov-Ogievskiy
16
-30
/
+69
2025-09-19
util: add qemu_set_blocking() function
Vladimir Sementsov-Ogievskiy
3
-0
/
+34
2025-09-19
char-socket: tcp_chr_recv(): add comment
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2025-09-19
char-socket: tcp_chr_recv(): drop extra _set_(block,cloexec)
Vladimir Sementsov-Ogievskiy
1
-14
/
+0
2025-09-19
io/channel: document how qio_channel_readv_full() handles fds
Vladimir Sementsov-Ogievskiy
1
-0
/
+17
2025-09-19
migration/qemu-file: don't make incoming fds blocking again
Vladimir Sementsov-Ogievskiy
3
-5
/
+12
2025-09-19
MAINTAINERS: list qemu-security@nongnu.org as security contact
Daniel P. Berrangé
1
-1
/
+1
2025-09-18
9pfs: Stop including gstrfuncs.h
Peter Foley
1
-1
/
+0
2025-09-18
9pfs: Add FreeBSD support
Mark Johnston
9
-15
/
+179
2025-09-18
hw/loongarch/virt: Register reset interface with cpu plug callback
Bibo Mao
2
-13
/
+2
2025-09-18
hw/loongarch/virt: Remove unnecessay pre-boot setting with BSP
Bibo Mao
2
-26
/
+0
2025-09-18
hw/loongarch/virt: Add BSP support with aux boot code
Bibo Mao
1
-2
/
+34
2025-09-17
accel/kvm: Set guest_memfd_offset to non-zero value only when guest_memfd is ...
Xiaoyao Li
1
-1
/
+2
2025-09-17
accel/kvm: Zero out mem explicitly in kvm_set_user_memory_region()
Xiaoyao Li
1
-1
/
+1
[next]