qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Fixes around qemu_vfree()
@ 2013-01-15 14:29 Markus Armbruster
  2013-01-15 14:29 ` [Qemu-devel] [PATCH v2 1/4] w32: Make qemu_vfree() accept NULL like the POSIX implementation Markus Armbruster
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Markus Armbruster @ 2013-01-15 14:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, stefanha

v2: Fix silly mistake in 4/4; the other three patches are unchanged

Markus Armbruster (4):
  w32: Make qemu_vfree() accept NULL like the POSIX implementation
  scsi-disk: qemu_vfree(NULL) is fine, simplify
  win32-aio: Fix how win32_aio_process_completion() frees buffer
  block: Fix how mirror_run() frees its buffer

 block/mirror.c     | 2 +-
 block/win32-aio.c  | 2 +-
 hw/scsi-disk.c     | 4 +---
 util/oslib-win32.c | 4 +++-
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2013-01-15 16:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 14:29 [Qemu-devel] [PATCH v2 0/4] Fixes around qemu_vfree() Markus Armbruster
2013-01-15 14:29 ` [Qemu-devel] [PATCH v2 1/4] w32: Make qemu_vfree() accept NULL like the POSIX implementation Markus Armbruster
2013-01-15 14:29 ` [Qemu-devel] [PATCH v2 2/4] scsi-disk: qemu_vfree(NULL) is fine, simplify Markus Armbruster
2013-01-15 14:29 ` [Qemu-devel] [PATCH v2 3/4] win32-aio: Fix how win32_aio_process_completion() frees buffer Markus Armbruster
2013-01-15 14:29 ` [Qemu-devel] [PATCH v2 4/4] block: Fix how mirror_run() frees its buffer Markus Armbruster
2013-01-15 14:35 ` [Qemu-devel] [PATCH v2 0/4] Fixes around qemu_vfree() Kevin Wolf
2013-01-15 16:29   ` Stefan Hajnoczi

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).