qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/5] bugs fix for hpet
@ 2013-10-10  7:56 Liu Ping Fan
  2013-10-10  7:56 ` [Qemu-devel] [PATCH v6 1/5] hpet: inverse polarity when pin above ISA_NUM_IRQS Liu Ping Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Liu Ping Fan @ 2013-10-10  7:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Anthony Liguori, Michael S. Tsirkin

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 (5):
  hpet: inverse polarity when pin above ISA_NUM_IRQS
  hpet: enable to entitle more irq pins for hpet
  PC: use qdev_xx to create hpet instead of sysbus_create_xx
  PC: add hpet compat to trace compatability version
  PC: differentiate hpet's interrupt capability on piix and q35

 hw/i386/pc.c         | 24 +++++++++++++++++++++---
 hw/i386/pc_piix.c    |  7 ++++++-
 hw/i386/pc_q35.c     |  2 +-
 hw/timer/hpet.c      | 24 ++++++++++++++++++++----
 include/hw/i386/pc.h | 11 ++++++++++-
 5 files changed, 58 insertions(+), 10 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2013-10-15  5:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  7:56 [Qemu-devel] [PATCH v6 0/5] bugs fix for hpet Liu Ping Fan
2013-10-10  7:56 ` [Qemu-devel] [PATCH v6 1/5] hpet: inverse polarity when pin above ISA_NUM_IRQS Liu Ping Fan
2013-10-10  7:56 ` [Qemu-devel] [PATCH v6 2/5] hpet: enable to entitle more irq pins for hpet Liu Ping Fan
2013-10-10  9:11   ` Paolo Bonzini
2013-10-11  2:59     ` liu ping fan
2013-10-10  9:16   ` Michael S. Tsirkin
2013-10-10  9:33     ` Paolo Bonzini
2013-10-10  9:41       ` Michael S. Tsirkin
2013-10-10  9:46         ` Paolo Bonzini
2013-10-10 11:41           ` Michael S. Tsirkin
2013-10-11  2:59             ` liu ping fan
2013-10-11  8:38               ` Paolo Bonzini
2013-10-11  9:18                 ` liu ping fan
2013-10-11 11:28                   ` Paolo Bonzini
2013-10-14 14:17                   ` Michael S. Tsirkin
2013-10-14 14:18               ` Michael S. Tsirkin
2013-10-15  5:24                 ` liu ping fan
2013-10-10  7:56 ` [Qemu-devel] [PATCH v6 3/5] PC: use qdev_xx to create hpet instead of sysbus_create_xx Liu Ping Fan
2013-10-10  9:10   ` Paolo Bonzini
2013-10-10  9:24   ` Michael S. Tsirkin
2013-10-10  7:56 ` [Qemu-devel] [PATCH v6 4/5] PC: add hpet compat to trace compatability version Liu Ping Fan
2013-10-10  9:09   ` Paolo Bonzini
2013-10-10  7:56 ` [Qemu-devel] [PATCH v6 5/5] PC: differentiate hpet's interrupt capability on piix and q35 Liu Ping Fan
2013-10-10  9:23   ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).