[v3.0.y 2/2] KVM: x86: fix missing checks in syscall emulation

2012-03-22 Thread Stefan Bader
>From 30870b1a5d29c07b75843c0b667fa29a63d818a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=A4rwolf?= Date: Thu, 12 Jan 2012 16:43:04 +0100 Subject: [PATCH 8/8] KVM: x86: fix missing checks in syscall emulation On hosts without this patch, 32bit guests will crash (and 64bit guests may

Re: [v3.0.y 2/2] KVM: x86: fix missing checks in syscall emulation

2012-03-23 Thread Marcelo Tosatti
On Thu, Mar 22, 2012 at 09:50:44AM +0100, Stefan Bader wrote: > >From 30870b1a5d29c07b75843c0b667fa29a63d818a4 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Stephan=20B=C3=A4rwolf?= > Date: Thu, 12 Jan 2012 16:43:04 +0100 > Subject: [PATCH 8/8] KVM: x86: fix missing checks in syscall emulation > > O