Since there were no comments on the last series for almost 4 hours, I thought it was about time for v3 (also that Will can go home with another bullet point in his weekly) ;-) This is 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 ;-) Changes v2 .. v3: - use enum irq_type instead of #define - kept bzImage warning message text the same Changes v1 .. v2: - use generic Linux #defines for IRQ types 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 | 10 ++++++---- tools/kvm/include/kvm/fdt.h | 14 ++++++++++++++ tools/kvm/include/kvm/ioport.h | 5 ++++- tools/kvm/ioport.c | 6 ++++-- tools/kvm/kvm.c | 2 ++ tools/kvm/virtio/mmio.c | 12 +++++++----- 10 files changed, 47 insertions(+), 27 deletions(-) -- 1.7.9.5 _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm