public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] kvmtool: ARM: fixing initrd, serial IRQs and bzImage message
@ 2014-12-17 11:14 Andre Przywara
  2014-12-17 11:14 ` [PATCH v2 1/5] kvmtool: ARM: fix initrd functionality Andre Przywara
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Andre Przywara @ 2014-12-17 11:14 UTC (permalink / raw)
  To: will.deacon, penberg; +Cc: kvmarm, kvm

This is the fixed version of a part of my kvmtool patch queue.

Patch 1 (fixing initrd for ARM) was already on the list, but hasn't
been merged yet.
Patch 2-4 let kvmtool describe the 8250 serial IRQs as level
triggered and fix a stability problem.
Patch 5 is an easy fix for a message that annoys me every time ;-)

Compared to the last post I inserted a new patch 2/5 to move from the
GIC specific IRQ type defines to generic ones. That should address
Will's comment on the last series.

Cheers,
Andre.


Andre Przywara (5):
  kvmtool: ARM: fix initrd functionality
  kvmtool: replace GIC specific IRQ type #defines
  kvmtool: ARM: allow level interrupts in device tree
  kvmtool: ARM: advertise 8250 IRQs as level-triggered
  kvmtool: remove warning about bzImage on non-x86 architectures

 tools/kvm/arm/fdt.c                    |   10 +++++-----
 tools/kvm/arm/include/arm-common/gic.h |    5 -----
 tools/kvm/arm/pci.c                    |    2 +-
 tools/kvm/arm/timer.c                  |    8 ++++----
 tools/kvm/hw/serial.c                  |    5 +++--
 tools/kvm/include/kvm/fdt.h            |    9 +++++++++
 tools/kvm/include/kvm/ioport.h         |    4 +++-
 tools/kvm/ioport.c                     |    6 ++++--
 tools/kvm/kvm.c                        |    5 ++++-
 tools/kvm/virtio/mmio.c                |    5 +++--
 10 files changed, 36 insertions(+), 23 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-12-17 11:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 11:14 [PATCH v2 0/5] kvmtool: ARM: fixing initrd, serial IRQs and bzImage message Andre Przywara
2014-12-17 11:14 ` [PATCH v2 1/5] kvmtool: ARM: fix initrd functionality Andre Przywara
2014-12-17 11:14 ` [PATCH v2 2/5] kvmtool: replace GIC specific IRQ type #defines Andre Przywara
2014-12-17 11:42   ` Will Deacon
2014-12-17 11:14 ` [PATCH v2 3/5] kvmtool: ARM: allow level interrupts in device tree Andre Przywara
2014-12-17 11:14 ` [PATCH v2 4/5] kvmtool: ARM: advertise 8250 IRQs as level-triggered Andre Przywara
2014-12-17 11:14 ` [PATCH v2 5/5] kvmtool: remove warning about bzImage on non-x86 architectures Andre Przywara
2014-12-17 11:43   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox