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-10.0
stable-10.1
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-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
/
hw
/
9pfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
hw/9pfs: move G_GNUC_PRINTF to header
Sean Wei
2
-3
/
+3
2025-05-05
9pfs: fix 'total_open_fd' decrementation
Christian Schoenebeck
3
-3
/
+21
2025-05-05
9pfs: Introduce futimens file op
Greg Kurz
6
-1
/
+44
2025-05-05
9pfs: Introduce ftruncate file op
Greg Kurz
5
-1
/
+42
2025-05-05
9pfs: Don't use file descriptors in core code
Greg Kurz
3
-3
/
+20
2025-05-05
9pfs: local : Introduce local_fid_fd() helper
Greg Kurz
1
-13
/
+10
2025-05-05
9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
Christian Schoenebeck
1
-9
/
+20
2025-05-05
9pfs: fix concurrent v9fs_reclaim_fd() calls
Christian Schoenebeck
2
-0
/
+11
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-02-06
9pfs: improve v9fs_open() tracing
Christian Schoenebeck
5
-2
/
+66
2025-02-06
9pfs: make multidevs=remap default
Christian Schoenebeck
1
-0
/
+3
2025-02-06
9pfs: improve v9fs_walk() tracing
Christian Schoenebeck
2
-6
/
+32
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2
-2
/
+2
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2
-2
/
+2
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
1
-1
/
+0
2024-12-15
hw/9pfs: Constify all Property
Richard Henderson
1
-1
/
+1
2024-12-10
9pfs: fix regression regarding CVE-2023-2861
Christian Schoenebeck
1
-10
/
+17
2024-11-28
9pfs: fix 'Tgetattr' after unlink
Christian Schoenebeck
1
-1
/
+7
2024-11-28
9pfs: remove obsolete comment in v9fs_getattr()
Christian Schoenebeck
1
-4
/
+0
2024-11-28
9pfs: cleanup V9fsFidState
Christian Schoenebeck
1
-1
/
+0
2024-11-08
9pfs: fix crash on 'Treaddir' request
Christian Schoenebeck
1
-0
/
+5
2024-10-03
9p: remove 'proxy' filesystem backend driver
Paolo Bonzini
3
-1381
/
+0
2024-06-04
hw/xen: Make XenDevOps structures const
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-10
xen: register legacy backends via xen_backend_init
Paolo Bonzini
1
-1
/
+7
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-2
/
+5
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
1
-2
/
+2
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
1
-2
/
+5
2023-12-29
hw/9pfs: Constify VMState
Richard Henderson
1
-1
/
+1
2023-10-20
migration: simplify blockers
Steve Sistare
1
-8
/
+2
2023-08-29
fsdev: Use ThrottleDirection instread of bool is_write
zhenwei pi
1
-2
/
+2
2023-07-25
hw/9pfs: spelling fixes
Michael Tokarev
6
-10
/
+10
2023-07-06
9pfs: deprecate 'proxy' backend
Christian Schoenebeck
2
-0
/
+10
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-08
9pfs: prevent opening special files (CVE-2023-2861)
Christian Schoenebeck
1
-0
/
+39
2023-06-01
hw/9pfs: use qemu_xxhash4
Alex Bennée
1
-3
/
+2
2023-05-16
9pfs/xen: Fix segfault on shutdown
Jason Andryuk
2
-13
/
+28
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+4
2023-04-25
9pfs: mark more coroutine_fns
Paolo Bonzini
2
-5
/
+5
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
1
-2
/
+1
2023-03-07
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
1
-1
/
+1
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
1
-0
/
+1
2023-03-07
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
1
-3
/
+4
2023-03-07
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
1
-12
/
+12
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-2
/
+0
2023-01-20
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
1
-1
/
+1
2023-01-19
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
4
-4
/
+0
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-6
/
+2
2022-12-23
hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
Bin Meng
2
-20
/
+27
2022-12-23
hw/9pfs: Drop unnecessary *xattr wrapper API declarations
Bin Meng
1
-11
/
+0
2022-12-23
9pfs: Fix some return statements in the synth backend
Greg Kurz
1
-6
/
+6
[next]