Re: [Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states
Looks good to me.
[Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states
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