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
/
hw
/
9pfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-01-04
1
-2
/
+5
|
\
|
*
configure, meson: rename targetos to host_os
Paolo Bonzini
2023-12-31
1
-2
/
+2
|
*
meson: remove OS definitions from config_targetos
Paolo Bonzini
2023-12-31
1
-2
/
+5
*
|
hw/9pfs: Constify VMState
Richard Henderson
2023-12-29
1
-1
/
+1
|
/
*
migration: simplify blockers
Steve Sistare
2023-10-20
1
-8
/
+2
*
fsdev: Use ThrottleDirection instread of bool is_write
zhenwei pi
2023-08-29
1
-2
/
+2
*
hw/9pfs: spelling fixes
Michael Tokarev
2023-07-25
6
-10
/
+10
*
9pfs: deprecate 'proxy' backend
Christian Schoenebeck
2023-07-06
2
-0
/
+10
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
9pfs: prevent opening special files (CVE-2023-2861)
Christian Schoenebeck
2023-06-08
1
-0
/
+39
*
hw/9pfs: use qemu_xxhash4
Alex Bennée
2023-06-01
1
-3
/
+2
*
9pfs/xen: Fix segfault on shutdown
Jason Andryuk
2023-05-16
2
-13
/
+28
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-1
/
+4
*
9pfs: mark more coroutine_fns
Paolo Bonzini
2023-04-25
2
-5
/
+5
*
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
2023-04-25
1
-2
/
+1
*
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
2023-03-07
1
-1
/
+1
*
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
2023-03-07
1
-0
/
+1
*
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
2023-03-07
1
-3
/
+4
*
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
2023-03-07
1
-12
/
+12
*
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
1
-2
/
+0
*
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2023-01-20
1
-1
/
+1
*
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
2023-01-19
4
-4
/
+0
*
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
1
-6
/
+2
*
hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
Bin Meng
2022-12-23
2
-20
/
+27
*
hw/9pfs: Drop unnecessary *xattr wrapper API declarations
Bin Meng
2022-12-23
1
-11
/
+0
*
9pfs: Fix some return statements in the synth backend
Greg Kurz
2022-12-23
1
-6
/
+6
*
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
1
-10
/
+4
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-25
1
-1
/
+1
|
\
|
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
*
|
9pfs: use GHashTable for fid table
Linus Heckemann
2022-10-24
2
-84
/
+112
|
/
*
9p: add missing coroutine_fn annotations
Marc-André Lureau
2022-10-07
1
-3
/
+6
*
trivial typos: namesapce
Dr. David Alan Gilbert
2022-06-28
1
-4
/
+4
*
9pfs: fix 'Twalk' to only send error if no component walked
Christian Schoenebeck
2022-06-16
1
-16
/
+33
*
9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
Christian Schoenebeck
2022-06-16
1
-8
/
+8
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-1
/
+1
*
9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
Christian Schoenebeck
2022-05-01
1
-1
/
+2
*
9pfs: fix removing non-existent POSIX ACL xattr on macOS host
Christian Schoenebeck
2022-05-01
1
-2
/
+10
*
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
2022-05-01
2
-0
/
+32
*
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
2022-05-01
2
-1
/
+40
*
9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
Christian Schoenebeck
2022-05-01
1
-1
/
+41
*
9pfs: fix qemu_mknodat(S_IFREG) on macOS
Christian Schoenebeck
2022-04-30
1
-0
/
+9
*
9pfs: fix inode sequencing in 'synth' driver
Christian Schoenebeck
2022-04-30
1
-2
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
Will Cohen
2022-04-01
2
-23
/
+23
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
9pfs: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
4
-10
/
+10
*
9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker()
Christian Schoenebeck
2022-03-07
1
-2
/
+2
*
9pfs/9p-util.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
2022-03-07
1
-5
/
+5
*
9pfs/9p.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
2022-03-07
1
-27
/
+35
*
9pfs/codir.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
2022-03-07
1
-15
/
+15
[next]