From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOrVF-00046b-Ib for qemu-devel@nongnu.org; Wed, 25 Sep 2013 11:59:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOrV9-0000NT-K0 for qemu-devel@nongnu.org; Wed, 25 Sep 2013 11:59:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOrV9-0000NM-CP for qemu-devel@nongnu.org; Wed, 25 Sep 2013 11:59:43 -0400 Message-ID: <52430879.2070505@redhat.com> Date: Wed, 25 Sep 2013 17:59:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378956318-23395-1-git-send-email-pingfank@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liu ping fan Cc: Peter Maydell , Anthony Liguori , "Michael S. Tsirkin" , Jan Kiszka , qemu-devel@nongnu.org, Stefan Hajnoczi , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 25/09/2013 08:27, liu ping fan ha scritto: > Hi, is hpet orphan? Or who can help me to merge this patch-set if my > patch is fine. Anthony, Michael? Paolo > Thanks. > > On Thu, Sep 12, 2013 at 11:25 AM, Liu Ping Fan wrote: >> v5: >> use stand compat property to fix hpet intcap on pc-q35, while on pc-piix, hard code intcap as IRQ2 >> >> v4: >> use stand compat property to fix hpet intcap >> >> v3: >> change hpet interrupt capablity on board's demand >> >> Liu Ping Fan (5): >> hpet: inverse polarity when pin above ISA_NUM_IRQS >> hpet: entitle more irq pins for hpet >> PC: use qdev_xx to create hpet instead of sysbus_create_xx >> PC: differentiate hpet's interrupt capability on piix and q35 >> PC-1.6: add compatibility for hpet intcap on pc-q35-1.6 >> >> hw/i386/pc.c | 17 ++++++++++++++--- >> hw/i386/pc_piix.c | 3 ++- >> hw/i386/pc_q35.c | 2 +- >> hw/timer/hpet.c | 24 ++++++++++++++++++++---- >> include/hw/i386/pc.h | 7 ++++++- >> 5 files changed, 43 insertions(+), 10 deletions(-) >> >> -- >> 1.8.1.4 >>