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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2013-03-01
virtio-9p: remove PCI dependencies from hw/9pfs/
Paolo Bonzini
4
-55
/
+26
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
1
-0
/
+1
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2013-02-06
qemu/9p: Don't ignore error in fid clunk
Aneesh Kumar K.V
1
-5
/
+7
2013-01-30
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
2
-5
/
+5
2013-01-30
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
1
-5
/
+1
2013-01-30
g_malloc(0) and g_malloc0(0) return NULL; simplify
Markus Armbruster
1
-5
/
+1
2013-01-14
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2013-01-08
virtio-9p: use symbolic constant, add to pci-ids.txt
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
13
-13
/
+13
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
7
-7
/
+7
2012-12-19
janitor: add guards to headers
Paolo Bonzini
1
-0
/
+4
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
1
-1
/
+0
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
1
-5
/
+0
2012-10-05
Remove libhw
Stefan Weil
1
-7
/
+7
2012-10-05
cleanup useless return sentence
Amos Kong
1
-5
/
+0
2012-10-05
virtio-9p: avoid unwarranted uses of strncpy
Jim Meyering
3
-4
/
+8
2012-10-05
hw/9pfs: avoid buffer overrun
Jim Meyering
1
-2
/
+2
2012-07-31
hw/9pfs: Fix assert when disabling migration
Aneesh Kumar K.V
1
-5
/
+10
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-4
/
+4
2012-06-11
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
Michael Tokarev
1
-4
/
+4
2012-06-07
build: move per-target hw/ objects to nested Makefile.objs
Paolo Bonzini
1
-0
/
+2
2012-06-07
build: convert libhw to nested Makefile.objs
Paolo Bonzini
1
-0
/
+7
2012-02-24
hw/9pfs: Endian fixes for virtfs
Benjamin Herrenschmidt
1
-3
/
+5
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-08
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
5
-20
/
+367
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-7
/
+9
2012-01-30
hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode
Daniel P. Berrange
1
-1
/
+0
2012-01-30
hw/9pfs: Fix crash when mounting with synthfs
Aneesh Kumar K.V
1
-1
/
+1
2012-01-30
hw/9pfs: Preserve S_ISGID
M. Mohan Kumar
2
-5
/
+6
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-17
/
+26
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-2
/
+1
2012-01-19
hw/9pfs: Add new security model mapped-file.
Aneesh Kumar K.V
3
-13
/
+360
2012-01-06
virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts
Peter Maydell
1
-2
/
+2
2012-01-04
hw/9pfs: Add support to use named socket for proxy FS
M. Mohan Kumar
1
-7
/
+45
2012-01-04
hw/9pfs: Proxy getversion
M. Mohan Kumar
2
-0
/
+33
2012-01-04
hw/9pfs: xattr interfaces in proxy filesystem driver
M. Mohan Kumar
2
-8
/
+120
2012-01-04
hw/9pfs: File ownership and others
M. Mohan Kumar
2
-12
/
+130
2012-01-04
hw/9pfs: Add stat/readlink/statfs for proxy FS
M. Mohan Kumar
2
-8
/
+232
2012-01-04
hw/9pfs: Create other filesystem objects
M. Mohan Kumar
2
-17
/
+190
2012-01-04
hw/9pfs: Open and create files
M. Mohan Kumar
2
-6
/
+192
2012-01-04
hw/9pfs: File system helper process for qemu 9p proxy FS
M. Mohan Kumar
1
-0
/
+9
2012-01-04
hw/9pfs: Add new proxy filesystem driver
M. Mohan Kumar
2
-0
/
+412
2012-01-04
hw/9pfs: Add validation to {un}marshal code
M. Mohan Kumar
1
-123
/
+338
2012-01-04
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
M. Mohan Kumar
2
-322
/
+12
2012-01-04
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V
3
-5
/
+62
2011-12-21
hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.
Aneesh Kumar K.V
1
-23
/
+24
2011-12-21
hw/9pfs: Use the correct signed type for different variables
Aneesh Kumar K.V
2
-11
/
+12
[next]