From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752846AbdJTSkk (ORCPT ); Fri, 20 Oct 2017 14:40:40 -0400 Received: from www.llwyncelyn.cymru ([82.70.14.225]:54828 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752473AbdJTSkj (ORCPT ); Fri, 20 Oct 2017 14:40:39 -0400 Date: Fri, 20 Oct 2017 19:39:53 +0100 From: Alan Cox To: Brijesh Singh Cc: x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Borislav Petkov , Tom Lendacky , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Borislav Petkov , Andy Shevchenko , David Laight , Arnd Bergmann Subject: Re: [Part1 PATCH v7 13/17] x86/io: Unroll string I/O when SEV is active Message-ID: <20171020193953.7814f013@alans-desktop> In-Reply-To: <20171020143059.3291-14-brijesh.singh@amd.com> References: <20171020143059.3291-1-brijesh.singh@amd.com> <20171020143059.3291-14-brijesh.singh@amd.com> Organization: Intel Corporation X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Oct 2017 09:30:55 -0500 Brijesh Singh wrote: > From: Tom Lendacky > > Secure Encrypted Virtualization (SEV) does not support string I/O, so > unroll the string I/O operation into a loop operating on one element at > a time. Does this also mean that any firmware running in the virtual machine (EFI, BIOS, VGA etc) has to be patched and if so shouldn't that be documented somewhere ? Alan