All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: aliguori@us.ibm.com, xen-devel@lists.xensource.com,
	qemu-devel@nongnu.org, qemu-stable@nongnu.org,
	Anthony Perard <anthony.perard@citrix.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH v2 0/3] Xen related fixes
Date: Fri, 31 May 2013 11:57:47 +0100	[thread overview]
Message-ID: <alpine.DEB.2.02.1305311154590.4799@kaball.uk.xensource.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1305291205540.4799@kaball.uk.xensource.com>

On Wed, 29 May 2013, Stefano Stabellini wrote:
> Hi all,
> I have few simple fixes for Xen for the development tree as well as QEMU
> 1.5 and older releases:
> 
> 
> - the first patch is just a cleanup (that is needed to simplify
>   preprocessor dependencies);
> - the second patch avoids setting nonblocking on Xen (as is already done
>   for KVM);
>   These two patches should be backported to QEMU 1.5 and older stable
>   branches.
> 
> - the last patch fixes the "Invalid icc-bridge value" error that
>   prevents the Xen PV machine from starting.
>   This patch should be backported to QEMU 1.5.
> 
> 
> 
> Stefano Stabellini (3):
>       xen: simplify xen_enabled
>       main_loop: do not set nonblocking if xen_enabled()
>       xen_machine_pv: do not create a dummy CPU in machine->init

I received a "Reviewed-by" on the third patch (thanks Andreas) that is
in the only non-trivial one, the other two are obvious and fairly xen
specific even if they touch generic code.

I'll assume that you are all happy with them and I am going to go ahead
with a PULL request unless you shout in the next couple of days :)

WARNING: multiple messages have this Message-ID (diff)
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: aliguori@us.ibm.com, xen-devel@lists.xensource.com,
	qemu-devel@nongnu.org, qemu-stable@nongnu.org,
	Anthony Perard <anthony.perard@citrix.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	afaerber@suse.de
Subject: Re: [PATCH v2 0/3] Xen related fixes
Date: Fri, 31 May 2013 11:57:47 +0100	[thread overview]
Message-ID: <alpine.DEB.2.02.1305311154590.4799@kaball.uk.xensource.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1305291205540.4799@kaball.uk.xensource.com>

On Wed, 29 May 2013, Stefano Stabellini wrote:
> Hi all,
> I have few simple fixes for Xen for the development tree as well as QEMU
> 1.5 and older releases:
> 
> 
> - the first patch is just a cleanup (that is needed to simplify
>   preprocessor dependencies);
> - the second patch avoids setting nonblocking on Xen (as is already done
>   for KVM);
>   These two patches should be backported to QEMU 1.5 and older stable
>   branches.
> 
> - the last patch fixes the "Invalid icc-bridge value" error that
>   prevents the Xen PV machine from starting.
>   This patch should be backported to QEMU 1.5.
> 
> 
> 
> Stefano Stabellini (3):
>       xen: simplify xen_enabled
>       main_loop: do not set nonblocking if xen_enabled()
>       xen_machine_pv: do not create a dummy CPU in machine->init

I received a "Reviewed-by" on the third patch (thanks Andreas) that is
in the only non-trivial one, the other two are obvious and fairly xen
specific even if they touch generic code.

I'll assume that you are all happy with them and I am going to go ahead
with a PULL request unless you shout in the next couple of days :)

  parent reply	other threads:[~2013-05-31 11:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 11:18 [Qemu-devel] [PATCH v2 0/3] Xen related fixes Stefano Stabellini
2013-05-29 11:18 ` Stefano Stabellini
2013-05-29 11:34 ` [Qemu-devel] [PATCH v2 1/3] xen: simplify xen_enabled Stefano Stabellini
2013-05-29 11:34   ` Stefano Stabellini
2013-05-29 11:34 ` [Qemu-devel] [PATCH v2 2/3] main_loop: do not set nonblocking if xen_enabled() Stefano Stabellini
2013-05-29 11:34   ` Stefano Stabellini
2013-05-29 11:34 ` [Qemu-devel] [PATCH v2 3/3] xen_machine_pv: do not create a dummy CPU in machine->init Stefano Stabellini
2013-05-29 11:34   ` Stefano Stabellini
2013-05-29 12:11   ` [Qemu-devel] " Andreas Färber
2013-05-29 12:11     ` Andreas Färber
2013-05-29 12:29     ` [Qemu-devel] " Paolo Bonzini
2013-05-29 12:29       ` Paolo Bonzini
2013-05-29 13:09       ` [Qemu-devel] " Stefano Stabellini
2013-05-29 13:09         ` Stefano Stabellini
2013-05-29 14:35       ` [Qemu-devel] " Igor Mammedov
2013-05-29 14:35         ` Igor Mammedov
2013-05-31 10:57 ` Stefano Stabellini [this message]
2013-05-31 10:57   ` [PATCH v2 0/3] Xen related fixes Stefano Stabellini

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=alpine.DEB.2.02.1305311154590.4799@kaball.uk.xensource.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=afaerber@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=anthony.perard@citrix.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    --cc=xen-devel@lists.xensource.com \
    /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.