index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
9pfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: remove the function pointer.
KONRAD Frederic
2013-04-24
1
-2
/
+0
*
virtio-9p: cleanup: QOM casts.
KONRAD Frederic
2013-04-23
3
-10
/
+5
*
virtio-9p: cleanup: init function.
KONRAD Frederic
2013-04-23
1
-52
/
+23
*
virtio-9p-pci: switch to the new API.
KONRAD Frederic
2013-04-23
1
-1
/
+0
*
virtio-9p: add the virtio-9p device.
KONRAD Frederic
2013-04-23
2
-7
/
+75
*
virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge
Hans de Goede
2013-04-09
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
11
-36
/
+12
*
virtio-9p: remove PCI dependencies from hw/9pfs/
Paolo Bonzini
2013-03-01
4
-55
/
+26
*
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
2013-03-01
1
-0
/
+1
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-11
1
-1
/
+1
*
qemu/9p: Don't ignore error in fid clunk
Aneesh Kumar K.V
2013-02-06
1
-5
/
+7
*
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
2013-01-30
2
-5
/
+5
*
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
2013-01-30
1
-5
/
+1
*
g_malloc(0) and g_malloc0(0) return NULL; simplify
Markus Armbruster
2013-01-30
1
-5
/
+1
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-01-14
1
-1
/
+1
|
\
|
*
virtio-9p: use symbolic constant, add to pci-ids.txt
Paolo Bonzini
2013-01-08
1
-1
/
+1
*
|
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
|
/
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
13
-13
/
+13
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
7
-7
/
+7
*
janitor: add guards to headers
Paolo Bonzini
2012-12-19
1
-0
/
+4
*
janitor: do not include qemu-char everywhere
Paolo Bonzini
2012-12-19
1
-1
/
+0
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
1
-5
/
+0
|
\
|
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-5
/
+0
*
|
Remove libhw
Stefan Weil
2012-10-05
1
-7
/
+7
*
|
virtio-9p: avoid unwarranted uses of strncpy
Jim Meyering
2012-10-05
3
-4
/
+8
*
|
hw/9pfs: avoid buffer overrun
Jim Meyering
2012-10-05
1
-2
/
+2
|
/
*
hw/9pfs: Fix assert when disabling migration
Aneesh Kumar K.V
2012-07-31
1
-5
/
+10
*
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-07-09
1
-4
/
+4
|
\
|
*
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
Michael Tokarev
2012-06-11
1
-4
/
+4
*
|
build: move per-target hw/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
1
-0
/
+2
*
|
build: convert libhw to nested Makefile.objs
Paolo Bonzini
2012-06-07
1
-0
/
+7
|
/
*
hw/9pfs: Endian fixes for virtfs
Benjamin Herrenschmidt
2012-02-24
1
-3
/
+5
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
2012-02-08
5
-20
/
+367
|
\
|
*
hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode
Daniel P. Berrange
2012-01-30
1
-1
/
+0
|
*
hw/9pfs: Fix crash when mounting with synthfs
Aneesh Kumar K.V
2012-01-30
1
-1
/
+1
|
*
hw/9pfs: Preserve S_ISGID
M. Mohan Kumar
2012-01-30
2
-5
/
+6
|
*
hw/9pfs: Add new security model mapped-file.
Aneesh Kumar K.V
2012-01-19
3
-13
/
+360
*
|
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-7
/
+9
*
|
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-17
/
+26
*
|
qdev: prepare source tree for code conversion
Anthony Liguori
2012-01-27
1
-2
/
+1
|
/
*
virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts
Peter Maydell
2012-01-06
1
-2
/
+2
*
hw/9pfs: Add support to use named socket for proxy FS
M. Mohan Kumar
2012-01-04
1
-7
/
+45
*
hw/9pfs: Proxy getversion
M. Mohan Kumar
2012-01-04
2
-0
/
+33
*
hw/9pfs: xattr interfaces in proxy filesystem driver
M. Mohan Kumar
2012-01-04
2
-8
/
+120
*
hw/9pfs: File ownership and others
M. Mohan Kumar
2012-01-04
2
-12
/
+130
*
hw/9pfs: Add stat/readlink/statfs for proxy FS
M. Mohan Kumar
2012-01-04
2
-8
/
+232
*
hw/9pfs: Create other filesystem objects
M. Mohan Kumar
2012-01-04
2
-17
/
+190
*
hw/9pfs: Open and create files
M. Mohan Kumar
2012-01-04
2
-6
/
+192
[next]