These patches implement asn1 ber visitors for encoding and decoding data.
References: <20130226230354.982917...@linux.vnet.ibm.com>
Content-Disposition: inline; filename=qemu_file_bits.diff
Signed-off-by: Stefan Berger
Signed-off-by: Joel Schopp
---
include/migration/qemu-file.h |4
qe
These patches implement asn1 ber visitors for encoding and decoding data.
References: <20130226230354.982917...@linux.vnet.ibm.com>
Content-Disposition: inline; filename=asn1_tests.diff
Signed-off-by: Stefan Berger
Signed-off-by: Joel Schopp
---
tests/Makefile | 12 +
tests/test-ber
These patches implement asn1 ber visitors for encoding and decoding data.
These depend on the previously posted patch
"Move File operations to qemu-file.c". These seem useful on their own so I
thought I'd post them now so others can use them. I plan to post an nvram
implementation shortly that