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

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 (4):
  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: differentiate hpet's interrupt capability on piix and q35

 hw/i386/pc.c         | 23 ++++++++++++++++++++---
 hw/i386/pc_piix.c    |  7 ++++++-
 hw/i386/pc_q35.c     |  6 +++++-
 hw/timer/hpet.c      | 24 ++++++++++++++++++++----
 include/hw/i386/pc.h | 13 ++++++++++++-
 5 files changed, 63 insertions(+), 10 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-10-17 11:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17  3:16 [Qemu-devel] [PATCH v7 0/4] bugs fix for hpet Liu Ping Fan
2013-10-17  3:16 ` [Qemu-devel] [PATCH v7 1/4] hpet: inverse polarity when pin above ISA_NUM_IRQS Liu Ping Fan
2013-10-17  3:16 ` [Qemu-devel] [PATCH v7 2/4] hpet: enable to entitle more irq pins for hpet Liu Ping Fan
2013-10-17  3:16 ` [Qemu-devel] [PATCH v7 3/4] PC: use qdev_xx to create hpet instead of sysbus_create_xx Liu Ping Fan
2013-10-17  3:16 ` [Qemu-devel] [PATCH v7 4/4] PC: differentiate hpet's interrupt capability on piix and q35 Liu Ping Fan
2013-10-17  5:44   ` Michael S. Tsirkin
2013-10-17  6:27     ` liu ping fan
2013-10-17  6:43       ` Michael S. Tsirkin
2013-10-17 11:19   ` Paolo Bonzini
2013-10-17 11:19   ` Paolo Bonzini
2013-10-17  5:45 ` [Qemu-devel] [PATCH v7 0/4] bugs fix for hpet 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).