All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] qemu-kvm: Prepare kvm PIT for upstream merge
@ 2012-03-19 15:29 Jan Kiszka
  2012-03-19 15:29 ` [PATCH 1/5] qemu-kvm: i8254/pcspk: Remove unused bits to make PC speaker kvm-aware Jan Kiszka
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jan Kiszka @ 2012-03-19 15:29 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm

Some preparation patches to arrange qemu-kvm for merging in latest qemu
with its own in-kernel PIT support. Later on, we can switch to that
version without losing features on the way, even just temporarily.

Jan Kiszka (5):
  qemu-kvm: i8254/pcspk: Remove unused bits to make PC speaker
    kvm-aware
  qemu-kvm: i8254: Reset broken pit_load_old to upstream version
  qemu-kvm: i8254: Revert pit_load_count to upstream version
  qemu-kvm: i8254: Drop bogus irq_disabled clearing in pit_reset
  qemu-kvm: i8254: Reorganize i8254-kvm code

 Makefile.objs   |    2 +-
 Makefile.target |    5 +-
 hw/i8254-kvm.c  |   12 ++----
 hw/i8254.c      |  112 ++++++++++++++++++++++++-------------------------------
 hw/i8254.h      |   49 +-----------------------
 hw/pcspk.c      |    6 ---
 6 files changed, 58 insertions(+), 128 deletions(-)

-- 
1.7.3.4


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

end of thread, other threads:[~2012-03-21 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 15:29 [PATCH 0/5] qemu-kvm: Prepare kvm PIT for upstream merge Jan Kiszka
2012-03-19 15:29 ` [PATCH 1/5] qemu-kvm: i8254/pcspk: Remove unused bits to make PC speaker kvm-aware Jan Kiszka
2012-03-19 15:29 ` [PATCH 2/5] qemu-kvm: i8254: Reset broken pit_load_old to upstream version Jan Kiszka
2012-03-19 15:29 ` [PATCH 3/5] qemu-kvm: i8254: Revert pit_load_count " Jan Kiszka
2012-03-19 15:29 ` [PATCH 4/5] qemu-kvm: i8254: Drop bogus irq_disabled clearing in pit_reset Jan Kiszka
2012-03-19 15:29 ` [PATCH 5/5] qemu-kvm: i8254: Reorganize i8254-kvm code Jan Kiszka
2012-03-21 13:12 ` [PATCH 0/5] qemu-kvm: Prepare kvm PIT for upstream merge Avi Kivity

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.