Provide generic services for binary events. Blocking wait would be
feasible but is not included yet as there are no users.
Signed-off-by: Jan Kiszka
---
Makefile|2 +-
Makefile.objs |5 ++-
qemu-event-posix.c | 110 +++
On 2012-04-05 13:23, Paolo Bonzini wrote:
> Il 05/04/2012 12:59, Jan Kiszka ha scritto:
>> Provide generic services for binary events. Blocking wait would be
>> feasible but is not included yet as there are no users.
>>
>> diff --git a/qemu-event-posix.c b/qemu-event-posix.c
>> new file mode 100644
Il 05/04/2012 12:59, Jan Kiszka ha scritto:
> Provide generic services for binary events. Blocking wait would be
> feasible but is not included yet as there are no users.
>
> diff --git a/qemu-event-posix.c b/qemu-event-posix.c
> new file mode 100644
> index 000..6138168
> --- /dev/null
> +++