On Fri, May 27, 2011 at 1:36 PM, Sasha Levin <[email protected]> wrote:
> +void ioeventfd__start(void)
> +{
> + pthread_t thread;
> +
> + pthread_create(&thread, NULL, ioeventfd__thread, NULL);
Please be more careful with error handling. If an API call can fail,
there's almost never any reason to silently ignore it.
Pekka
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html