From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [GIT/PATCH v2 0/3] pvhvm emul unplug fixes Date: Fri, 20 Aug 2010 09:41:21 -0700 Message-ID: <4C6EB031.8050203@goop.org> References: <1282211932.3170.2341.camel@zakaz.uk.xensource.com> <1282211946-8629-1-git-send-email-ian.campbell@citrix.com> <1282215007.3170.2449.camel@zakaz.uk.xensource.com> <1282215140.3170.2454.camel@zakaz.uk.xensource.com> <4C6D577F.6020607@goop.org> <1282235659.3731.37.camel@qabil.uk.xensource.com> <4C6D5F6B.2060402@goop.org> <1282236751.3170.3366.camel@zakaz.uk.xensource.com> <1282292035.3170.5238.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1282292035.3170.5238.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , "Gianni Tedesco (3P)" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 08/20/2010 01:13 AM, Ian Campbell wrote: > On Thu, 2010-08-19 at 17:52 +0100, Ian Campbell wrote: >> I'll add an explicit XEN_UNPLUG_NEVER instead. > Here we go. > > Assuming everyone is happy with this round I'll send the first two to > upstream (see the for-upstream/pvhvm branch at the same location). Or > maybe I should just send all three to Linus? since the third really is > rather trivial. Yep. All Acked-by: Jeremy Fitzhardinge J > The following changes since commit da5cabf80e2433131bf0ed8993abc0f7ea618c73: > Linus Torvalds (1): > Linux 2.6.36-rc1 > > are available in the git repository at: > > git://xenbits.xensource.com/people/ianc/linux-2.6.git for-jeremy/pvhvm > > Ian Campbell (3): > xen: pvhvm: allow user to request no emulated device unplug > xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary > xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield > > Documentation/kernel-parameters.txt | 6 ++++-- > arch/x86/xen/platform-pci-unplug.c | 18 ++++++++++++------ > drivers/block/xen-blkfront.c | 2 +- > include/xen/platform_pci.h | 14 +++++++++----- > 4 files changed, 26 insertions(+), 14 deletions(-) > >