[Qemu-devel] [PATCH 1/3] two new file wrappers

2013-02-26 Thread jschopp
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

[Qemu-devel] [PATCH 3/3] asn1 visitor tests

2013-02-26 Thread jschopp
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

[Qemu-devel] [PATCH 0/3] Implement and test asn1 ber visitors

2013-02-26 Thread jschopp
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