summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2013-10-05hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange1-3/+3
2013-08-01virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil1-0/+2
2013-07-09hw/9pfs: Fix memory leak in error pathM. Mohan Kumar1-9/+17
2013-05-28hw/9pfs: Be robust against paths without FS_IOC_GETVERSIONGabriel de Perthuis1-0/+4
2013-05-28hw/9pfs: Use O_NOFOLLOW when opening files on serverAneesh Kumar K.V1-7/+41
2013-05-28hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V1-1/+1
2013-05-28hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V1-1/+1
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-2/+0
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic3-10/+5
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic1-52/+23
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic1-1/+0
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic2-7/+75
2013-04-09virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini11-36/+12
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini4-55/+26
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2013-02-06qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V1-5/+7
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2-5/+5
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-5/+1
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster1-5/+1
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini13-13/+13
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini7-7/+7
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+4
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-5/+0
2012-10-05Remove libhwStefan Weil1-7/+7
2012-10-05cleanup useless return sentenceAmos Kong1-5/+0
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering3-4/+8
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering1-2/+2
2012-07-31hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V1-5/+10
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-4/+4
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev1-4/+4
2012-06-07build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini1-0/+2
2012-06-07build: convert libhw to nested Makefile.objsPaolo Bonzini1-0/+7
2012-02-24hw/9pfs: Endian fixes for virtfsBenjamin Herrenschmidt1-3/+5
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori5-20/+367
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-30hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange1-1/+0
2012-01-30hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V1-1/+1
2012-01-30hw/9pfs: Preserve S_ISGIDM. Mohan Kumar2-5/+6
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-17/+26