This patch series morphs the code in qemu-kvm's eventfd so that it looks like the code in upstream qemu. Patch 4 is not yet in upstream QEMU, I'm submitting it first to qemu-kvm to avoid conflicts. Paolo Bonzini (4): morph qemu_kvm_notify_work into qemu.git's qemu_event_increment morph io_thread_wakeup into qemu.git's qemu_event_read fix placement of config-host.h inclusion move qemu_eventfd to osdep.c compatfd.c | 26 -------------------------- compatfd.h | 2 -- osdep.c | 37 +++++++++++++++++++++++++++++++++++-- qemu-common.h | 1 + qemu-kvm.c | 50 +++++++++++++++++--------------------------------- 5 files changed, 53 insertions(+), 63 deletions(-) -- 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