From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdy2p-0004O6-64 for qemu-devel@nongnu.org; Mon, 11 Jun 2012 02:24:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sdy2n-0005Bc-KL for qemu-devel@nongnu.org; Mon, 11 Jun 2012 02:24:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdy2n-0005BR-C0 for qemu-devel@nongnu.org; Mon, 11 Jun 2012 02:24:05 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5B6O3iR020136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 11 Jun 2012 02:24:03 -0400 From: Alon Levy Date: Mon, 11 Jun 2012 09:23:58 +0300 Message-Id: <1339395841-31413-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qxl fb size and async fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com Hi Gerd, Some additional patches to go on top of "hw/qxl: ignore guest from guestbug until reset". Tree (with previous patchset, without qxl info) available at git://people.freedesktop.org/~alon/qemu to-q/qxl/fb_async_fix.v1 First two add a fb_size_mb property and use that to allow larger framebuffers, second bugs out on too large primary create request, and third resets the current_async to allow recovery from bad state via reset. I'm dropping the qxl info patch for now, lack of time. Alon Alon Levy (3): qxl: add fb_size_mb and fb_size qxl: refuse to create primary larger then fb size qxl: reset current_async on qxl_soft_reset hw/qxl.c | 42 +++++++++++++++++++++++++++++++----------- hw/qxl.h | 2 ++ 2 files changed, 33 insertions(+), 11 deletions(-) -- 1.7.10.1