aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2014-05-07hw/9pfs: Add include file for exported symbolStefan Weil
2014-05-07hw/9pfs: Add missing 'static' attributesStefan Weil
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang
2014-03-03hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()Chen Gang
2014-03-03hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"Chen Gang
2014-02-02hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov
2014-02-02hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov
2014-02-02hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()Kirill A. Shutemov
2014-02-02hw/9pfs: fix error handing in local_ioc_getversion()Kirill A. Shutemov
2013-12-09virtio-9p: Convert to QOM realizeAndreas Färber
2013-12-09virtio-9p: QOM realize preparationsAndreas Färber
2013-10-05hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange
2013-08-01virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil
2013-07-09hw/9pfs: Fix memory leak in error pathM. Mohan Kumar
2013-05-28hw/9pfs: Be robust against paths without FS_IOC_GETVERSIONGabriel de Perthuis
2013-05-28hw/9pfs: Use O_NOFOLLOW when opening files on serverAneesh Kumar K.V
2013-05-28hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V
2013-05-28hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V
2013-05-12remove double semicolonsDong Xu Wang
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic
2013-04-09virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-06qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05Remove libhwStefan Weil
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering
2012-07-31hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V