From: Michael Tokarev <mjt@tls.msk.ru>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: migration fails with virtio-blk
Date: Mon, 10 May 2010 22:57:57 +0400 [thread overview]
Message-ID: <4BE85735.4000006@msgid.tls.msk.ru> (raw)
In-Reply-To: <4BE8529B.90705@codemonkey.ws>
10.05.2010 22:38, Anthony Liguori wrote:
> On 05/10/2010 01:34 PM, Michael Tokarev wrote:
>>> In short: 2.6.26 (guest) + 0.12.3 + virtio-blk fails.
>>> 2.6.32 guest works, 0.11 works, non-virtio-blk works.
>>
>> It looks like a problem reported on qemu-devel
>> list should fix the issue here:
>> http://marc.info/?l=qemu-devel&m=127350821419989
>
> Can't be, that's a vhost patch and 0.12.3 doesn't support vhost.
Well, that was really close. qemu-kvm-0.12 has the
following code in that place:
vdev->features = features;
the patch mentioned has this:
+ if (vdev->set_features)
+ vdev->set_features(vdev, features);
so basically kvm had the same code here,
just not wrapped into a function ;)
And sure thing you're right, it does not help any. :)
Thanks!
/mjt
prev parent reply other threads:[~2010-05-10 18:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-10 9:49 migration fails with virtio-blk Michael Tokarev
2010-05-10 18:34 ` Michael Tokarev
2010-05-10 18:38 ` Anthony Liguori
2010-05-10 18:57 ` Michael Tokarev [this message]
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=4BE85735.4000006@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=anthony@codemonkey.ws \
--cc=kvm@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.