From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK9mj-0002oi-E6 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 12:30:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK9me-0006u7-E9 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 12:30:25 -0400 Sender: Paolo Bonzini Message-ID: <5231EC20.9040606@redhat.com> Date: Thu, 12 Sep 2013 18:30:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [uq/master][PATCH 0/3] Fix initialization bugs in kvmvapic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "Huangweidong (C)" , kvm@vger.kernel.org, Gleb Natapov , "Michael S. Tsirkin" , "Zhanghaoyu (A)" , Luonengjun , qemu-devel , qemu-stable@nongnu.org Il 03/09/2013 18:08, Jan Kiszka ha scritto: > Addresses the issue Daniel reported in > http://thread.gmane.org/gmane.comp.emulators.qemu/231577 > > > CC: qemu-stable@nongnu.org > > Jan Kiszka (3): > kvmvapic: Catch invalid ROM size > kvmvapic: Enter inactive state on hardware reset > kvmvapic: Clear also physical ROM address when entering INACTIVE state > > hw/i386/kvmvapic.c | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) > Applied to uq/master, thanks. Paolo