* [Qemu-devel] [PULL-stable] virtio, vhost, migration
@ 2010-10-26 15:22 Michael S. Tsirkin
2010-10-27 16:51 ` [Qemu-devel] " Michael S. Tsirkin
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2010-10-26 15:22 UTC (permalink / raw)
To: Anthony Liguori, qemu-devel
The following changes since commit 6ed912999d6ef636a5be5ccb266d7d3c0f0310b4:
Update for 0.13.0 release (2010-10-14 10:00:59 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git stable-0.13
Michael S. Tsirkin (3):
vhost: enable log before starting vq
migration: don't segfault on invalid input
virtio: sanity-check available index
arch_init.c | 3 +++
hw/vhost.c | 20 ++++++++++----------
hw/virtio.c | 11 +++++++++++
3 files changed, 24 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: [PULL-stable] virtio, vhost, migration
2010-10-27 16:51 ` [Qemu-devel] " Michael S. Tsirkin
@ 2010-10-27 14:59 ` Anthony Liguori
2010-10-27 17:08 ` Michael S. Tsirkin
0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2010-10-27 14:59 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: qemu-devel
On 10/27/2010 11:51 AM, Michael S. Tsirkin wrote:
> On Tue, Oct 26, 2010 at 05:22:55PM +0200, Michael S. Tsirkin wrote:
>
>> The following changes since commit 6ed912999d6ef636a5be5ccb266d7d3c0f0310b4:
>>
>> Update for 0.13.0 release (2010-10-14 10:00:59 -0500)
>>
>> are available in the git repository at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git stable-0.13
>>
>> Michael S. Tsirkin (3):
>> vhost: enable log before starting vq
>> migration: don't segfault on invalid input
>> virtio: sanity-check available index
>>
> Ugh, the vhost patch is broken. Please don't merge yet, I will
> send another request separately.
>
Just broken for stable or for master too?
Regards,
Anthony Liguori
>> arch_init.c | 3 +++
>> hw/vhost.c | 20 ++++++++++----------
>> hw/virtio.c | 11 +++++++++++
>> 3 files changed, 24 insertions(+), 10 deletions(-)
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: [PULL-stable] virtio, vhost, migration
2010-10-26 15:22 [Qemu-devel] [PULL-stable] virtio, vhost, migration Michael S. Tsirkin
@ 2010-10-27 16:51 ` Michael S. Tsirkin
2010-10-27 14:59 ` Anthony Liguori
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2010-10-27 16:51 UTC (permalink / raw)
To: Anthony Liguori, qemu-devel
On Tue, Oct 26, 2010 at 05:22:55PM +0200, Michael S. Tsirkin wrote:
>
> The following changes since commit 6ed912999d6ef636a5be5ccb266d7d3c0f0310b4:
>
> Update for 0.13.0 release (2010-10-14 10:00:59 -0500)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git stable-0.13
>
> Michael S. Tsirkin (3):
> vhost: enable log before starting vq
> migration: don't segfault on invalid input
> virtio: sanity-check available index
Ugh, the vhost patch is broken. Please don't merge yet, I will
send another request separately.
> arch_init.c | 3 +++
> hw/vhost.c | 20 ++++++++++----------
> hw/virtio.c | 11 +++++++++++
> 3 files changed, 24 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: [PULL-stable] virtio, vhost, migration
2010-10-27 14:59 ` Anthony Liguori
@ 2010-10-27 17:08 ` Michael S. Tsirkin
0 siblings, 0 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2010-10-27 17:08 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
On Wed, Oct 27, 2010 at 09:59:33AM -0500, Anthony Liguori wrote:
> On 10/27/2010 11:51 AM, Michael S. Tsirkin wrote:
> >On Tue, Oct 26, 2010 at 05:22:55PM +0200, Michael S. Tsirkin wrote:
> >>The following changes since commit 6ed912999d6ef636a5be5ccb266d7d3c0f0310b4:
> >>
> >> Update for 0.13.0 release (2010-10-14 10:00:59 -0500)
> >>
> >>are available in the git repository at:
> >> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git stable-0.13
> >>
> >>Michael S. Tsirkin (3):
> >> vhost: enable log before starting vq
> >> migration: don't segfault on invalid input
> >> virtio: sanity-check available index
> >Ugh, the vhost patch is broken. Please don't merge yet, I will
> >send another request separately.
>
> Just broken for stable or for master too?
>
> Regards,
>
> Anthony Liguori
Both :).
> >> arch_init.c | 3 +++
> >> hw/vhost.c | 20 ++++++++++----------
> >> hw/virtio.c | 11 +++++++++++
> >> 3 files changed, 24 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-27 15:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26 15:22 [Qemu-devel] [PULL-stable] virtio, vhost, migration Michael S. Tsirkin
2010-10-27 16:51 ` [Qemu-devel] " Michael S. Tsirkin
2010-10-27 14:59 ` Anthony Liguori
2010-10-27 17:08 ` Michael S. Tsirkin
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).