Age | Commit message (Expand) | Author | Files | Lines |
2014-11-02 | virtio-9p-proxy: improve error messages in connect_namedsocket() | Michael Tokarev | 1 | -2/+2 |
2014-11-02 | virtio-9p-proxy: fix error return in proxy_init() | Michael Tokarev | 1 | -2/+4 |
2014-11-02 | virtio-9p-proxy: Fix sockfd leak | Michael Tokarev | 1 | -0/+1 |
2014-09-04 | hw/9pfs: Don't return type from host in readdir on local 9p filesystem | Bastian Blank | 1 | -1/+4 |
2014-09-02 | hw/9pfs: Use little-endian format for xattr values | Aneesh Kumar K.V | 1 | -24/+20 |
2014-06-29 | virtio-9p: use virtio wrappers to access headers | Greg Kurz | 1 | -1/+2 |
2014-06-19 | virtio: Drop superfluous conditionals around g_free() | Markus Armbruster | 1 | -3/+1 |
2014-06-05 | hw: use ld_p/st_p instead of ld_raw/st_raw | Paolo Bonzini | 1 | -1/+1 |
2014-05-07 | hw/9pfs: Add include file for exported symbol | Stefan Weil | 1 | -0/+1 |
2014-05-07 | hw/9pfs: Add missing 'static' attributes | Stefan Weil | 1 | -1/+1 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 1 | -2/+3 |
2014-03-04 | hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation | Chen Gang | 8 | -149/+316 |
2014-03-03 | hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() | Chen Gang | 1 | -3/+4 |
2014-03-03 | hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:" | Chen Gang | 1 | -1/+1 |
2014-02-02 | hw/9pfs: fix P9_STATS_GEN handling | Kirill A. Shutemov | 2 | -6/+10 |
2014-02-02 | hw/9pfs: make get_st_gen() return ENOTTY error on special files | Kirill A. Shutemov | 3 | -3/+6 |
2014-02-02 | hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion() | Kirill A. Shutemov | 1 | -0/+5 |
2014-02-02 | hw/9pfs: fix error handing in local_ioc_getversion() | Kirill A. Shutemov | 1 | -3/+4 |
2013-12-09 | virtio-9p: Convert to QOM realize | Andreas Färber | 1 | -21/+20 |
2013-12-09 | virtio-9p: QOM realize preparations | Andreas Färber | 1 | -1/+1 |
2013-10-05 | hw/9pfs: Fix errno value for xattr functions | Daniel P. Berrange | 1 | -3/+3 |
2013-08-01 | virtio-9p-device: Avoid freeing uninitialized memory | Andreas Färber | 1 | -1/+2 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+1 |
2013-07-27 | hw/9pfs: Fix potential memory leak and avoid reuse of freed memory | Stefan Weil | 1 | -0/+2 |
2013-07-09 | hw/9pfs: Fix memory leak in error path | M. Mohan Kumar | 1 | -9/+17 |
2013-05-28 | hw/9pfs: Be robust against paths without FS_IOC_GETVERSION | Gabriel de Perthuis | 1 | -0/+4 |
2013-05-28 | hw/9pfs: Use O_NOFOLLOW when opening files on server | Aneesh Kumar K.V | 1 | -7/+41 |
2013-05-28 | hw/9pfs: use O_NOFOLLOW for mapped readlink operation | Aneesh Kumar K.V | 1 | -1/+1 |
2013-05-28 | hw/9pfs: Fix segfault with 9p2000.u | Aneesh Kumar K.V | 1 | -1/+1 |
2013-05-12 | remove double semicolons | Dong Xu Wang | 1 | -1/+1 |
2013-04-24 | virtio: remove the function pointer. | KONRAD Frederic | 1 | -2/+0 |
2013-04-23 | virtio-9p: cleanup: QOM casts. | KONRAD Frederic | 3 | -10/+5 |
2013-04-23 | virtio-9p: cleanup: init function. | KONRAD Frederic | 1 | -52/+23 |
2013-04-23 | virtio-9p-pci: switch to the new API. | KONRAD Frederic | 1 | -1/+0 |
2013-04-23 | virtio-9p: add the virtio-9p device. | KONRAD Frederic | 2 | -7/+75 |
2013-04-09 | virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge | Hans de Goede | 1 | -1/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 11 | -36/+12 |
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 |