]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools/kvm/9p: Add encode/decode routines for protocol data
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 28 Jun 2011 06:56:49 +0000 (12:26 +0530)
committerPekka Enberg <penberg@kernel.org>
Thu, 30 Jun 2011 07:45:41 +0000 (10:45 +0300)
commitb88c9c19aa1bed33c893d7f9168cbc467846c758
treedf1d703474437a1d5f30a628fb02b4eeae7990bd
parent4a6d057f79d3d3f4c214b0c70f0fdff03a47d730
tools/kvm/9p: Add encode/decode routines for protocol data

The protocol data is in little-endian format.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/virtio-9p.h
tools/kvm/virtio/9p-pdu.c [new file with mode: 0644]
tools/kvm/virtio/9p.c