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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html