Sign in
qemu-android
/
qemu-android
/
5f3aa1ff4781f39e05b9892d58319a09fedc8918
/
hw
/
9pfs
60653b2
virtio-9p: remove PCI dependencies from hw/9pfs/
by Paolo Bonzini
· 12 years ago
b4a42f8
hw: move qdev-monitor.o to toplevel directory
by Paolo Bonzini
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
a911a18
qemu/9p: Don't ignore error in fid clunk
by Aneesh Kumar K.V
· 12 years ago
d3f8e13
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
by Markus Armbruster
· 12 years ago
c64f50d
g_strdup(NULL) returns NULL; simplify
by Markus Armbruster
· 12 years ago
6528499
g_malloc(0) and g_malloc0(0) return NULL; simplify
by Markus Armbruster
· 12 years ago
8e9a868
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
13744bd
virtio-9p: use symbolic constant, add to pci-ids.txt
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
c9159fe
Remove libhw
by Stefan Weil
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
9238c20
virtio-9p: avoid unwarranted uses of strncpy
by Jim Meyering
· 12 years ago
a79b5f8
hw/9pfs: avoid buffer overrun
by Jim Meyering
· 12 years ago
4cdc078
hw/9pfs: Fix assert when disabling migration
by Aneesh Kumar K.V
· 13 years ago
23797df
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
by Anthony Liguori
· 13 years ago
1b093c4
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
by Michael Tokarev
· 13 years ago
c353f26
build: move per-target hw/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
be1029e
build: convert libhw to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
67d6fa5
hw/9pfs: Endian fixes for virtfs
by Benjamin Herrenschmidt
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
dc717bf
Merge remote-tracking branch 'aneesh/for-upstream' into staging
by Anthony Liguori
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
eed9686
hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode
by Daniel P. Berrange
· 13 years ago
71f86cd
hw/9pfs: Fix crash when mounting with synthfs
by Aneesh Kumar K.V
· 13 years ago
2d40564
hw/9pfs: Preserve S_ISGID
by M. Mohan Kumar
· 13 years ago
40021f0
pci: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
e855761
qdev: prepare source tree for code conversion
by Anthony Liguori
· 13 years ago
2c30dd7
hw/9pfs: Add new security model mapped-file.
by Aneesh Kumar K.V
· 13 years ago
2afee49
virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts
by Peter Maydell
· 13 years ago
84a87cc
hw/9pfs: Add support to use named socket for proxy FS
by M. Mohan Kumar
· 13 years ago
d090e45
hw/9pfs: Proxy getversion
by M. Mohan Kumar
· 13 years ago
d52b09e
hw/9pfs: xattr interfaces in proxy filesystem driver
by M. Mohan Kumar
· 13 years ago
ea75fc4
hw/9pfs: File ownership and others
by M. Mohan Kumar
· 13 years ago
b178adc
hw/9pfs: Add stat/readlink/statfs for proxy FS
by M. Mohan Kumar
· 13 years ago
39f8c32
hw/9pfs: Create other filesystem objects
by M. Mohan Kumar
· 13 years ago
daf0b9a
hw/9pfs: Open and create files
by M. Mohan Kumar
· 13 years ago
17bff52
hw/9pfs: File system helper process for qemu 9p proxy FS
by M. Mohan Kumar
· 13 years ago
4c793dd
hw/9pfs: Add new proxy filesystem driver
by M. Mohan Kumar
· 13 years ago
ddca7f8
hw/9pfs: Add validation to {un}marshal code
by M. Mohan Kumar
· 13 years ago
10925bf
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
by M. Mohan Kumar
· 13 years ago
99519f0
hw/9pfs: Move opt validation to FsDriver callback
by Aneesh Kumar K.V
· 13 years ago
e4027ca
hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.
by Aneesh Kumar K.V
· 13 years ago
2f008a8
hw/9pfs: Use the correct signed type for different variables
by Aneesh Kumar K.V
· 13 years ago
302a0d3
hw/9pfs: replace iovec manipulation with QEMUIOVector
by Stefan Hajnoczi
· 13 years ago
66a0a2c
fix spelling in hw sub directory
by Dong Xu Wang
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
8b88827
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
by Aneesh Kumar K.V
· 13 years ago
8798d6c
hw/9pfs: Add qdev.reset callback for virtio-9p-pci device
by Aneesh Kumar K.V
· 13 years ago
b41e299
hw/9pfs: Reset server state during TVERSION
by Deepak C Shetty
· 13 years ago
e9a0152
hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted
by Aneesh Kumar K.V
· 13 years ago
77eec1b
hw/9pfs: Improve portability to older systems
by Aneesh Kumar K.V
· 13 years ago
2507718
9pfs: improve portability to older systems
by Aneesh Kumar K.V
· 13 years ago
ae0f940
9pfs: improve portability to older systems
by Paolo Bonzini
· 13 years ago
930b588
9p: pass dotl flags to the unlinkat method
by Paolo Bonzini
· 13 years ago
f565403
9p: allow compiling the dummy virtio-9p-handle.c code on Linux
by Paolo Bonzini
· 13 years ago
4f26f2b
configure: fix detection for xattr.h on modern distributions
by Avi Kivity
· 13 years ago
779b5b0
hw/9pfs: use g_vasprintf() instead of rolling our own
by Stefan Hajnoczi
· 13 years ago
2583e44
hw/9pfs: Replace rwlocks with RCU variants of interfaces.
by Harsh Prateek Bora
· 13 years ago
9db221a
hw/9pfs: Add synthetic file system support using 9p
by Aneesh Kumar K.V
· 13 years ago
cc720dd
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
by Aneesh Kumar K.V
· 13 years ago
2c74c2c
hw/9pfs: Read-only support for 9p export
by M. Mohan Kumar
· 13 years ago
17b1971
hw/9pfs: Fix error handling in local_mknod
by Aneesh Kumar K.V
· 13 years ago
7999f7e
hw/9pfs: Make VirtFS tracing work correctly
by Aneesh Kumar K.V
· 13 years ago
b97400c
hw/9pfs: Use export flag for indicating security model
by Aneesh Kumar K.V
· 13 years ago
fbcbf10
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
by Aneesh Kumar K.V
· 13 years ago
c98f1d4
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
by Aneesh Kumar K.V
· 13 years ago
7cca27d
hw/9pfs: Use fs driver specific lstat
by M. Mohan Kumar
· 13 years ago
46604b3
hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.
by Harsh Prateek Bora
· 13 years ago
c572f23
hw/9pfs: Introduce tracing for 9p pdu handlers
by Harsh Prateek Bora
· 13 years ago
edb9eb7
hw/9pfs: Add st_gen support for handle based fs driver
by Harsh Prateek Bora
· 13 years ago
e06a765
hw/9pfs: Add st_gen support in getattr reply
by Harsh Prateek Bora
· 13 years ago
9844081
hw/9pfs: Add open flag mapping
by M. Mohan Kumar
· 13 years ago
a2f507d
hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long
by Daniel P. Berrange
· 13 years ago
ea60f31
virtio-9p: Use 9P specific Lock constants
by M. Mohan Kumar
· 13 years ago
d204237
hw/9pfs: Fix build error on platform that don't support futimens
by Aneesh Kumar K.V
· 13 years ago
d3ab98e
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
by Aneesh Kumar K.V
· 13 years ago
5745e38
hw/9pfs: Use ioeventfd for 9p
by Aneesh Kumar K.V
· 13 years ago
5f54222
hw/9pfs: Add handle based fs driver
by Aneesh Kumar K.V
· 14 years ago
bccacf6
hw/9pfs: Implement TFLUSH operation
by Aneesh Kumar K.V
· 14 years ago
ce421a1
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
by Aneesh Kumar K.V
· 14 years ago
532decb
hw/9pfs: Add fs driver specific details to fscontext
by Aneesh Kumar K.V
· 14 years ago
0174fe7
hw/9pfs: Add init callback to fs driver
by Aneesh Kumar K.V
· 14 years ago
2289be1
hw/9pfs: Move fid pathname tracking to seperate data type.
by Aneesh Kumar K.V
· 14 years ago
02cb7f3
hw/9pfs: Use read-write lock for protecting fid path.
by Aneesh Kumar K.V
· 14 years ago
70c18fc
hw/9pfs: Make v9fs_string* functions non-static
by Aneesh Kumar K.V
· 14 years ago
c7fbbdf
Merge remote-tracking branch 'aneesh/for-upstream-4' into staging
by Anthony Liguori
· 14 years ago
da5391e
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 14 years ago
ad8b818
Don't use g_thread_get_initialized.
by Gerd Hoffmann
· 14 years ago
7834cf7
hw/9pfs: add 9P2000.L unlinkat operation
by Aneesh Kumar K.V
· 14 years ago
89bf659
hw/9pfs: add 9P2000.L renameat operation
by Aneesh Kumar K.V
· 14 years ago
10e7229
hw/9pfs: Fix memleaks in some 9p operation
by Aneesh Kumar K.V
· 14 years ago
25427ec
hw/9pfs: Initialize rest of qid field to zero.
by Aneesh Kumar K.V
· 14 years ago
407fee0
hw/9pfs: Update the fidp path before opendir
by Aneesh Kumar K.V
· 14 years ago
Next »