From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGODa-0006Az-Qt for qemu-devel@nongnu.org; Mon, 02 Sep 2013 03:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGODS-0006cF-De for qemu-devel@nongnu.org; Mon, 02 Sep 2013 03:06:34 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:34495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGODS-0006cA-9R for qemu-devel@nongnu.org; Mon, 02 Sep 2013 03:06:26 -0400 Received: by mail-ob0-f180.google.com with SMTP id v19so4185815obq.11 for ; Mon, 02 Sep 2013 00:06:25 -0700 (PDT) From: Liu Ping Fan Date: Mon, 2 Sep 2013 15:06:08 +0800 Message-Id: <1378105571-20570-1-git-send-email-pingfank@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v4 0/3] bugs fix for hpet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Stefan Hajnoczi , Jan Kiszka note: I rebase it onto Stefan's net-next tree, since pc-1.7 has already been defined there. v4: use standard compat property to set hpet's interrupt compatibility v3: change hpet interrupt capablity on board's demand Liu Ping Fan (3): hpet: inverse polarity when pin above ISA_NUM_IRQS hpet: entitle more irq pins for hpet pc-1.6: add compatibility for hpet intcap on pc-*-1.6 hw/timer/hpet.c | 27 +++++++++++++++++++++++---- include/hw/i386/pc.h | 5 +++++ 2 files changed, 28 insertions(+), 4 deletions(-) -- 1.8.1.4