From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq2AL-0006kQ-CI for qemu-devel@nongnu.org; Mon, 09 Dec 2013 09:50:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq2AD-0000PX-Nj for qemu-devel@nongnu.org; Mon, 09 Dec 2013 09:50:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq2AD-0000PQ-G0 for qemu-devel@nongnu.org; Mon, 09 Dec 2013 09:50:25 -0500 Message-ID: <52A5D8A9.8050300@redhat.com> Date: Mon, 09 Dec 2013 15:50:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1386495497-17782-1-git-send-email-pingfank@linux.vnet.ibm.com> In-Reply-To: <1386495497-17782-1-git-send-email-pingfank@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v9 0/2] bugs fix for hpet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Ping Fan Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" Il 08/12/2013 10:38, Liu Ping Fan ha scritto: > I see the open of 2.0 development window, and rebase V8 with a small fix > > v9: > use PC_Q35_1_8_MACHINE_OPTIONS in pc_q35_machine_v1_8 > v8: > make piix/q35 compat diverge > simplify the code, use hpet_irqs to pass "intcap" value > > > Liu Ping Fan (2): > hpet: inverse polarity when pin above ISA_NUM_IRQS > hpet: enable to entitle more irq pins for hpet > > hw/i386/pc.c | 19 ++++++++++++++++--- > hw/i386/pc_piix.c | 3 ++- > hw/i386/pc_q35.c | 21 +++++++++++++++++---- > hw/timer/hpet.c | 23 +++++++++++++++++++---- > include/hw/i386/pc.h | 24 +++++++++++++++++++++++- > 5 files changed, 77 insertions(+), 13 deletions(-) > Reviewwed-by: Paolo Bonzini