From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R78Kl-0006C6-Ey for qemu-devel@nongnu.org; Fri, 23 Sep 2011 12:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R78Kk-0004Lp-Bc for qemu-devel@nongnu.org; Fri, 23 Sep 2011 12:10:39 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:38763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R78Kk-0004Lj-49 for qemu-devel@nongnu.org; Fri, 23 Sep 2011 12:10:38 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Fri, 23 Sep 2011 12:08:11 -0400 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8NG6vua091030 for ; Fri, 23 Sep 2011 12:07:00 -0400 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8NG6iQB014150 for ; Fri, 23 Sep 2011 10:06:44 -0600 Message-ID: <4E7CAE7B.7080406@us.ibm.com> Date: Fri, 23 Sep 2011 11:06:19 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] ISA PC fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , qemu-devel@nongnu.org, Avi Kivity On 09/21/2011 01:49 PM, Jan Kiszka wrote: > This plus [1] reanimates -M isapc for me again. Applied all. Thanks. What's [1] BTW? Regards, Anthony Liguori > > 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(-) >