From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJxXK-000534-A2 for qemu-devel@nongnu.org; Wed, 11 Sep 2013 23:25:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJxX8-00038K-P5 for qemu-devel@nongnu.org; Wed, 11 Sep 2013 23:25:42 -0400 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:62307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJxX8-00038E-Gi for qemu-devel@nongnu.org; Wed, 11 Sep 2013 23:25:30 -0400 Received: by mail-ob0-f171.google.com with SMTP id wm4so14407obc.30 for ; Wed, 11 Sep 2013 20:25:30 -0700 (PDT) From: Liu Ping Fan Date: Thu, 12 Sep 2013 11:25:13 +0800 Message-Id: <1378956318-23395-1-git-send-email-pingfank@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori , Jan Kiszka , Stefan Hajnoczi , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= 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