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

2013-02-27 Thread Andreas Färber
Am 27.02.2013 00:03, schrieb jsch...@linux.vnet.ibm.com: > 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

[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