From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] KVM: Add Kconfig option to signal cross-endian guests Date: Thu, 9 Jul 2015 12:02:56 +0200 Message-ID: <20150709100256.GG13530@cbox> References: <20150707195012-mutt-send-email-mst@redhat.com> <1436428145-29823-1-git-send-email-thuth@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" , Gleb Natapov , linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, virtualization@lists.linux-foundation.org, Marc Zyngier , Paul Mackerras , netdev@vger.kernel.org, Paolo Bonzini , Linus Torvalds , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Thomas Huth Return-path: Content-Disposition: inline In-Reply-To: <1436428145-29823-1-git-send-email-thuth@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org On Thu, Jul 09, 2015 at 09:49:05AM +0200, Thomas Huth wrote: > The option for supporting cross-endianness legacy guests in > the vhost and tun code should only be available on systems > that support cross-endian guests. > > Signed-off-by: Thomas Huth Acked-by: Christoffer Dall