qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Patch] [Resend] Fix sigsegv on Windows host
Date: Mon, 02 Mar 2009 15:20:51 -0600	[thread overview]
Message-ID: <49AC4DB3.4030807@codemonkey.ws> (raw)
In-Reply-To: <49AC4399.70902@bttr-software.de>

Robert Riebisch wrote:
> Consul wrote:
>
>   
>> Is there a reason this patch has not been applied? I'm still getting sigsegv early in the boot of Windows images without it.
>> s->bounce has been VirtualAlloc'ed and should be VirtualFree'ed.
>>
>> signed-off-by Alex Ivanov <void@aleksoft.net>
>>
>> --- block.c	(revision 6653)
>> +++ block.c	(working copy)
>> @@ -1263,7 +1263,7 @@
>>       if (!s->is_write) {
>>           qemu_iovec_from_buffer(s->iov, s->bounce, s->iov->size);
>>       }
>> -    qemu_free(s->bounce);
>> +    qemu_vfree(s->bounce);
>>       s->this_aiocb->cb(s->this_aiocb->opaque, ret);
>>       qemu_aio_release(s->this_aiocb);
>>   }
>>     
>
> Could someone please apply this to SVN?! Thanks!
>   

It's in my queue to be applied before the release so it'll be there soon.

Regards,

Anthony Liguori

> Robert Riebisch
>   

  reply	other threads:[~2009-03-02 21:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-27 22:55 [Qemu-devel] [Patch] [Resend] Fix sigsegv on Windows host Consul
2009-03-02 20:37 ` Robert Riebisch
2009-03-02 21:20   ` Anthony Liguori [this message]
2009-03-03 19:35     ` Robert Riebisch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49AC4DB3.4030807@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).