From 405a549a160ce632826661902aebee71c2e196bb Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Thu, 29 Apr 2010 17:44:45 +0530 Subject: virtio-9p: pdu processing support. Add helpers to process the PDUs. [kiran@linux.vnet.ibm.com: malloc to qemu_malloc coversion] Signed-off-by: Anthony Liguori Signed-off-by: Aneesh Kumar K.V Signed-off-by: Anthony Liguori --- hw/virtio-9p-debug.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hw/virtio-9p-debug.h (limited to 'hw/virtio-9p-debug.h') diff --git a/hw/virtio-9p-debug.h b/hw/virtio-9p-debug.h new file mode 100644 index 0000000000..0104be5eb3 --- /dev/null +++ b/hw/virtio-9p-debug.h @@ -0,0 +1,7 @@ +#ifndef _QEMU_VIRTIO_9P_DEBUG_H +#define _QEMU_VIRTIO_9P_DEBUG_H + +extern int dotu; +void pprint_pdu(V9fsPDU *pdu); + +#endif -- cgit v1.2.3