From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX1Ev-0005pM-O2 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 00:00:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX1Em-0003sw-Up for qemu-devel@nongnu.org; Fri, 18 Oct 2013 00:00:41 -0400 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:38883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX1Em-0003sj-K7 for qemu-devel@nongnu.org; Fri, 18 Oct 2013 00:00:32 -0400 Received: by mail-ob0-f173.google.com with SMTP id vb8so2753327obc.4 for ; Thu, 17 Oct 2013 21:00:31 -0700 (PDT) From: Liu Ping Fan Date: Fri, 18 Oct 2013 12:00:47 +0800 Message-Id: <1382068849-25628-1-git-send-email-pingfank@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v8 0/2] bugs fix for hpet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Anthony Liguori , "Michael S. Tsirkin" v8: make piix/q35 compat diverge simplify the code, use hpet_irqs to pass "intcap" value v7: use macro to define "intcap" in pc.h (as to 3/4 and 4/4, I am not sure about whether to merge them or not, so keep them separate") v6: move the setting of intcap to board, and keep the init value as zero. (thanks for the discussion from Paolo and Michael) introduce an extra hpet property "compat" to tell PC version 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 (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