From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: flush the dirty log when unregistering a slot Date: Tue, 17 Jan 2012 09:25:31 -0200 Message-ID: <20120117112531.GC6150@amt.cnet> References: <1326637051-23920-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kiszka , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1197 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753056Ab2AQLg7 (ORCPT ); Tue, 17 Jan 2012 06:36:59 -0500 Content-Disposition: inline In-Reply-To: <1326637051-23920-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Jan 15, 2012 at 04:17:31PM +0200, Avi Kivity wrote: > Otherwise, the dirty log information is lost in the kernel forever. > > Fixes opensuse-12.1 boot screen, which changes the vga windows rapidly. > > Signed-off-by: Avi Kivity > --- > > This patch gives me a deja vu - I'm sure I've fixed exactly the same issue > before. > > Please test. > > kvm-all.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) Applied to uq/master, thanks.