qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states
@ 2010-07-01 11:11 Kevin Wolf
  2010-07-01 11:11 ` [Qemu-devel] [PATCH v2 1/4] qemu-option: New qemu_opts_reset() Kevin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kevin Wolf @ 2010-07-01 11:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

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 set_state_opts definition
  blkdebug: Free QemuOpts after having read the config
  blkdebug: Initialize state as 1

Markus Armbruster (1):
  qemu-option: New qemu_opts_reset()

 block/blkdebug.c |    7 ++++++-
 qemu-option.c    |    9 +++++++++
 qemu-option.h    |    1 +
 3 files changed, 16 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-01 12:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 11:11 [Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states Kevin Wolf
2010-07-01 11:11 ` [Qemu-devel] [PATCH v2 1/4] qemu-option: New qemu_opts_reset() Kevin Wolf
2010-07-01 11:11 ` [Qemu-devel] [PATCH v2 2/4] blkdebug: Fix set_state_opts definition Kevin Wolf
2010-07-01 11:11 ` [Qemu-devel] [PATCH v2 3/4] blkdebug: Free QemuOpts after having read the config Kevin Wolf
2010-07-01 11:11 ` [Qemu-devel] [PATCH v2 4/4] blkdebug: Initialize state as 1 Kevin Wolf
2010-07-01 12:08 ` [Qemu-devel] [PATCH v2 0/4] blkdebug: Fix config with multiple states Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).