On Thu, Feb 11, 2010 at 12:09:12AM +0100, Paolo Bonzini wrote: > 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(-)
Looks good to me.