Re: [Qemu-devel] [PATCH 06/10] block/dmg: process XML plists

2015-01-05 Thread John Snow
On 12/27/2014 10:01 AM, Peter Wu wrote: The format is simple enough to avoid using a full-blown XML parser. The offsets are based on the description at http://newosxbook.com/DMG.html Signed-off-by: Peter Wu --- block/dmg.c | 69 +

Re: [Qemu-devel] [PATCH 06/10] block/dmg: process XML plists

2015-01-05 Thread John Snow
On 01/03/2015 06:54 AM, Peter Wu wrote: On Friday 02 January 2015 19:04:32 John Snow wrote: On 12/27/2014 10:01 AM, Peter Wu wrote: The format is simple enough to avoid using a full-blown XML parser. The offsets are based on the description at http://newosxbook.com/DMG.html Signed-off-by: Pe

Re: [Qemu-devel] [PATCH 06/10] block/dmg: process XML plists

2015-01-03 Thread Peter Wu
On Friday 02 January 2015 19:04:32 John Snow wrote: > On 12/27/2014 10:01 AM, Peter Wu wrote: > > The format is simple enough to avoid using a full-blown XML parser. > > The offsets are based on the description at > > http://newosxbook.com/DMG.html > > > > Signed-off-by: Peter Wu > > --- > > blo

Re: [Qemu-devel] [PATCH 06/10] block/dmg: process XML plists

2015-01-02 Thread John Snow
On 12/27/2014 10:01 AM, Peter Wu wrote: The format is simple enough to avoid using a full-blown XML parser. The offsets are based on the description at http://newosxbook.com/DMG.html Signed-off-by: Peter Wu --- block/dmg.c | 69 +

[Qemu-devel] [PATCH 06/10] block/dmg: process XML plists

2014-12-27 Thread Peter Wu
The format is simple enough to avoid using a full-blown XML parser. The offsets are based on the description at http://newosxbook.com/DMG.html Signed-off-by: Peter Wu --- block/dmg.c | 69 + 1 file changed, 69 insertions(+) diff --git