qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/7] pit, hpet, pcspk: fixes & preparation fo


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v4 0/7] pit, hpet, pcspk: fixes & preparation for KVM
Date: Fri, 17 Feb 2012 12:15:00 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 02/01/2012 01:31 PM, Jan Kiszka wrote:
Changes in V4:
  - rebased over qom-upstream.13
  - comment on rtc_irq_level clearing on reset
  - fix call to isa_register_ioport by passing the pcspk device

Not changed:
  - PIT pointer property of pcspk
    (Paolo will port it together with other PROP_PTR users)

CC: Paolo Bonzini<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori


Jan Kiszka (7):
   i8254: Do not raise IRQ level on reset
   hpet: Save/restore cached RTC IRQ level
   i8254: Factor out interface header
   i8254: Pass alternative IRQ output object on initialization
   i8254: Rework&  fix interaction with HPET in legacy mode
   pcspk: Convert to qdev
   i8254: Factor out pit_get_channel_info

  arch_init.c        |    1 +
  hw/alpha_dp264.c   |    3 +-
  hw/hpet.c          |   68 ++++++++++++++++++++++++++++----------
  hw/hpet_emul.h     |    3 ++
  hw/i82378.c        |    6 ++-
  hw/i8254.c         |   92 ++++++++++++++++++++++-----------------------------
  hw/i8254.h         |   57 ++++++++++++++++++++++++++++++++
  hw/mips_fulong2e.c |    3 +-
  hw/mips_jazz.c     |    6 ++-
  hw/mips_malta.c    |    3 +-
  hw/mips_r4k.c      |    3 +-
  hw/pc.c            |   19 ++++++++--
  hw/pc.h            |   29 ----------------
  hw/pcspk.c         |   84 +++++++++++++++++++++++++++++++++++++++--------
  hw/pcspk.h         |   45 +++++++++++++++++++++++++
  15 files changed, 296 insertions(+), 126 deletions(-)
  create mode 100644 hw/i8254.h
  create mode 100644 hw/pcspk.h





reply via email to

[Prev in Thread] Current Thread [Next in Thread]