On Tue, Sep 27, 2011 at 3:26 PM, Avi Kivity <a...@redhat.com> wrote: > Has no business in hw/. > > Signed-off-by: Avi Kivity <a...@redhat.com> > --- > hw/event_notifier.c => event_notifier.c | 1 - > hw/event_notifier.h => event_notifier.h | 0 > 2 files changed, 0 insertions(+), 1 deletions(-) > rename hw/event_notifier.c => event_notifier.c (98%) > rename hw/event_notifier.h => event_notifier.h (100%)
Yay. Now perhaps we can kill qemu_eventfd(), whose users are typically poking around with write(2) and read(2) when really they could use the high-level event_notifier.h API. Stefan