All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Anthony Liguori <aliguori@us.ibm.com>,
	qemu-devel <qemu-devel@nongnu.org>
Cc: Blue Swirl <blauwirbel@gmail.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Avi Kivity <avi@redhat.com>, kvm <kvm@vger.kernel.org>
Subject: [PATCH 0/2] pit/hpet: Fix legacy mode switching
Date: Sat, 10 Dec 2011 13:28:37 +0100	[thread overview]
Message-ID: <cover.1323520118.git.jan.kiszka@web.de> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@web.de>
To: Anthony Liguori <aliguori@us.ibm.com>,
	qemu-devel <qemu-devel@nongnu.org>
Cc: Blue Swirl <blauwirbel@gmail.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Avi Kivity <avi@redhat.com>, kvm <kvm@vger.kernel.org>
Subject: [Qemu-devel] [PATCH 0/2] pit/hpet: Fix legacy mode switching
Date: Sat, 10 Dec 2011 13:28:37 +0100	[thread overview]
Message-ID: <cover.1323520118.git.jan.kiszka@web.de> (raw)

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

             reply	other threads:[~2011-12-10 12:28 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10 12:28 Jan Kiszka [this message]
2011-12-10 12:28 ` [Qemu-devel] [PATCH 0/2] pit/hpet: Fix legacy mode switching Jan Kiszka
2011-12-10 12:28 ` [PATCH 1/2] hpet: Save/restore cached RTC IRQ level Jan Kiszka
2011-12-10 12:28   ` [Qemu-devel] " Jan Kiszka
2011-12-10 12:28 ` [PATCH 2/2] i8254: Rework & fix interaction with HPET in legacy mode Jan Kiszka
2011-12-10 12:28   ` [Qemu-devel] " Jan Kiszka
2011-12-10 15:49   ` Blue Swirl
2011-12-10 15:49     ` [Qemu-devel] " Blue Swirl
2011-12-10 15:51     ` Jan Kiszka
2011-12-10 15:51       ` [Qemu-devel] " Jan Kiszka
2011-12-10 15:54       ` Blue Swirl
2011-12-10 15:54         ` [Qemu-devel] " Blue Swirl
2011-12-10 16:03         ` Jan Kiszka
2011-12-10 16:03           ` [Qemu-devel] " Jan Kiszka
2011-12-10 16:26           ` Blue Swirl
2011-12-10 16:26             ` [Qemu-devel] " Blue Swirl
2011-12-10 16:29             ` Jan Kiszka
2011-12-10 16:29               ` [Qemu-devel] " Jan Kiszka
2011-12-10 16:49               ` Blue Swirl
2011-12-10 16:49                 ` [Qemu-devel] " Blue Swirl
2011-12-10 15:52 ` [PATCH 0/2] pit/hpet: Fix legacy mode switching Blue Swirl
2011-12-10 15:52   ` [Qemu-devel] " Blue Swirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1323520118.git.jan.kiszka@web.de \
    --to=jan.kiszka@web.de \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=blauwirbel@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.