From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Rrb-0000Ex-5m for qemu-devel@nongnu.org; Wed, 21 Sep 2011 14:49:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Rra-0005cN-DL for qemu-devel@nongnu.org; Wed, 21 Sep 2011 14:49:43 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:52897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Rra-0005c7-7N for qemu-devel@nongnu.org; Wed, 21 Sep 2011 14:49:42 -0400 From: Jan Kiszka Date: Wed, 21 Sep 2011 20:49:28 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: jan.kiszka@web.de Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/4] ISA PC fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Avi Kivity This plus [1] reanimates -M isapc for me again. Jan Kiszka (4): pc: Unbreak ROM mapping for ISA machine pc: Disable HPET for ISA machine vga: Unbreak ISA support cirrus: Unbreak ISA support hw/cirrus_vga.c | 4 ++-- hw/pc.c | 8 ++++---- hw/pc.h | 2 +- hw/pc_piix.c | 14 +++++++++++--- hw/vga-isa.c | 1 + 5 files changed, 19 insertions(+), 10 deletions(-) --=20 1.7.3.4