From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqK4Z-0001uc-Pp for qemu-devel@nongnu.org; Tue, 10 Dec 2013 04:57:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqK4T-0001W3-0H for qemu-devel@nongnu.org; Tue, 10 Dec 2013 04:57:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqK4S-0001Vs-Oh for qemu-devel@nongnu.org; Tue, 10 Dec 2013 04:57:40 -0500 Date: Tue, 10 Dec 2013 12:01:18 +0200 From: "Michael S. Tsirkin" Message-ID: <20131210100118.GA18791@redhat.com> References: <1386495497-17782-1-git-send-email-pingfank@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386495497-17782-1-git-send-email-pingfank@linux.vnet.ibm.com> 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: Paolo Bonzini , qemu-devel@nongnu.org On Sun, Dec 08, 2013 at 05:38:15PM +0800, Liu Ping Fan wrote: > 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 > Applied, thanks. > 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(-) > > -- > 1.8.1.4