On Fri, Jan 25, 2013 at 05:07:26PM +0100, Kevin Wolf wrote: > Kevin Wolf (6): > bochs: Fix bdrv_open() error handling > cloop: Fix bdrv_open() error handling > vpc: Fix bdrv_open() error handling > dmg: Fix bdrv_open() error handling > dmg: Use g_free instead of free > parallels: Fix bdrv_open() error handling > > block/bochs.c | 22 +++++--- > block/cloop.c | 29 +++++++---- > block/dmg.c | 153 ++++++++++++++++++++++++++++++++++++---------------- > block/parallels.c | 23 +++++--- > block/vpc.c | 42 ++++++++++---- > 5 files changed, 185 insertions(+), 84 deletions(-) > > -- > 1.7.6.5 > >
Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Ignoring coding style violations in block/dmg.c from existing code. Stefan