From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8OP1-00022h-9j for qemu-devel@nongnu.org; Tue, 17 Apr 2018 07:04:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8OP0-0003mu-Cr for qemu-devel@nongnu.org; Tue, 17 Apr 2018 07:03:59 -0400 Received: from mail-ot0-x233.google.com ([2607:f8b0:4003:c0f::233]:35156) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8OP0-0003mh-6P for qemu-devel@nongnu.org; Tue, 17 Apr 2018 07:03:58 -0400 Received: by mail-ot0-x233.google.com with SMTP id f47-v6so20892943oth.2 for ; Tue, 17 Apr 2018 04:03:58 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180416163953.31188-1-ehabkost@redhat.com> References: <20180416163953.31188-1-ehabkost@redhat.com> From: Peter Maydell Date: Tue, 17 Apr 2018 12:03:37 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 0/1] i386: Don't automatically enable FEAT_KVM_HINTS bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Paolo Bonzini , QEMU Developers , Richard Henderson On 16 April 2018 at 17:39, Eduardo Habkost wrote: > Last remaining fix for -rc4. > > The following changes since commit 042f6a31af3d38eefc6ec995cce1d762c41d4515: > > Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-04-16' into staging (2018-04-16 15:30:54 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/x86-next-pull-request > > for you to fetch changes up to 0d914f39a77954bf5472b16130aeefe573a068f5: > > i386: Don't automatically enable FEAT_KVM_HINTS bits (2018-04-16 13:36:52 -0300) > > ---------------------------------------------------------------- > i386: Don't automatically enable FEAT_KVM_HINTS bits > > Bug fix for "-cpu host" with newer kernels. > > ---------------------------------------------------------------- > > Eduardo Habkost (1): > i386: Don't automatically enable FEAT_KVM_HINTS bits > Applied, thanks. -- PMM