Re: [Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states

2010-07-01 Thread Markus Armbruster
Looks good to me.

[Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states

2010-07-01 Thread Kevin Wolf
Turns out that using more than one state doesn't really work well. I'm trying to reproduce a bug for which I need states, so now is the time to fix it. v2: - Use Markus' qemu_opts_reset for freeing QemuOpts. Makes the code reusable and fixes a use-after-free bug. Kevin Wolf (3): blkdebug: Fix