[PATCH 0/2] pit/hpet: Fix legacy mode switching

2011-12-10 Thread Jan Kiszka
This is a small preparatory series to allow the introduction of the KVM
in-kernel PIT. Of course, it is also a fix for the various bugs in the
related PIT/HPET code. See patches for details.

Jan Kiszka (2):
  hpet: Save/restore cached RTC IRQ level
  i8254: Rework  fix interaction with HPET in legacy mode

 hw/alpha_dp264.c   |2 +-
 hw/hpet.c  |   64 +--
 hw/hpet_emul.h |3 ++
 hw/i8254.c |   60 +++-
 hw/mips_fulong2e.c |2 +-
 hw/mips_jazz.c |2 +-
 hw/mips_malta.c|2 +-
 hw/mips_r4k.c  |2 +-
 hw/pc.c|   13 --
 hw/pc.h|   13 +-
 hw/ppc_prep.c  |2 +-
 11 files changed, 100 insertions(+), 65 deletions(-)

-- 
1.7.3.4

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] pit/hpet: Fix legacy mode switching

2011-12-10 Thread Blue Swirl
On Sat, Dec 10, 2011 at 12:28, Jan Kiszka jan.kis...@web.de wrote:
 This is a small preparatory series to allow the introduction of the KVM
 in-kernel PIT. Of course, it is also a fix for the various bugs in the
 related PIT/HPET code. See patches for details.

 Jan Kiszka (2):
  hpet: Save/restore cached RTC IRQ level
  i8254: Rework  fix interaction with HPET in legacy mode

I had one comment to this patch.

Otherwise nice cleanups, I think this logic matches real PIT/HPET
routing better.

  hw/alpha_dp264.c   |    2 +-
  hw/hpet.c          |   64 +--
  hw/hpet_emul.h     |    3 ++
  hw/i8254.c         |   60 +++-
  hw/mips_fulong2e.c |    2 +-
  hw/mips_jazz.c     |    2 +-
  hw/mips_malta.c    |    2 +-
  hw/mips_r4k.c      |    2 +-
  hw/pc.c            |   13 --
  hw/pc.h            |   13 +-
  hw/ppc_prep.c      |    2 +-
  11 files changed, 100 insertions(+), 65 deletions(-)

 --
 1.7.3.4

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html