aboutsummaryrefslogtreecommitdiff
path: root/lib/libvirtio/p9.h
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08virtio-net: fix gcc warnings (-Wextra)Nikunj A Dadhania1-1/+1
Change rx_size type which originally should have been uint32_t. This also requires a change in the function prototype. Also change the return type of virtio_9p_load() to silence another gcc warning Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2012-01-19Add virtfs supportBenjamin Herrenschmidt1-0/+68
Code originally written by Timothy Rule and reworked & bug fixed by myself Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>