From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUvU2-0008CR-13 for qemu-devel@nongnu.org; Wed, 03 Aug 2016 08:41:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUvU0-0002TS-4c for qemu-devel@nongnu.org; Wed, 03 Aug 2016 08:41:12 -0400 Received: from mail-ua0-x235.google.com ([2607:f8b0:400c:c08::235]:32803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUvTz-0002TD-8B for qemu-devel@nongnu.org; Wed, 03 Aug 2016 08:41:12 -0400 Received: by mail-ua0-x235.google.com with SMTP id k90so151340217uak.0 for ; Wed, 03 Aug 2016 05:41:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1470201951-19288-1-git-send-email-david@gibson.dropbear.id.au> References: <1470201951-19288-1-git-send-email-david@gibson.dropbear.id.au> From: Peter Maydell Date: Wed, 3 Aug 2016 13:40:50 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] ppc-for-2.7 queue 20160803 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Alexander Graf , Paolo Bonzini , "qemu-ppc@nongnu.org" , QEMU Developers On 3 August 2016 at 06:25, David Gibson wrote: > The following changes since commit 8b54a6a6c63dc84f2744f6b125c1a6c5a16ee10b: > > Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging (2016-08-02 12:55:12 +0100) > > are available in the git repository at: > > git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160803 > > for you to fetch changes up to 7005f7f81cef31bda895d3274c13854c143d3d8d: > > kvm-irqchip: only commit route when irqchip is used (2016-08-03 13:25:44 +1000) > > ---------------------------------------------------------------- > qemu-2.7: ppc patch queue 2016-08-03 > > Here's the current set of patches (only 2) for spapr, ppc and related > things. These are important bugfixes for the stabilizing 2.7 tree. > > One is for a regression where confusion between x86 only and generic > KVM irq handling resulted in breakage on KVM/Power. The other is > fixing (yet another) problem in the vcpu hotplug code: older pseries > machine types which don't support vcpu hotplug weren't correctly > advertising that, potentially leading to crashes or other problems. > > ---------------------------------------------------------------- > Bharata B Rao (1): > spapr: Error out when CPU hotplug is attempted on older pseries machines > > Peter Xu (1): > kvm-irqchip: only commit route when irqchip is used Applied, thanks. -- PMM