mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 20:07:23 +00:00

Add helpers to process the PDUs. [kiran@linux.vnet.ibm.com: malloc to qemu_malloc coversion] Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
8 lines
121 B
C
8 lines
121 B
C
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
|
|
#define _QEMU_VIRTIO_9P_DEBUG_H
|
|
|
|
extern int dotu;
|
|
void pprint_pdu(V9fsPDU *pdu);
|
|
|
|
#endif
|