qemu-devel@nongnu.org
[Top] [All Lists]

Re: [Qemu-devel] [patch 04/10] qemu: introduce main_loop_break

Subject: Re: [Qemu-devel] [patch 04/10] qemu: introduce main_loop_break
From: Glauber Costa
Date: Wed, 25 Mar 2009 22:24:43 -0300
> +static void setup_iothread_fd(void)
> +{
> + Â Âint fds[2];
> +
> + Â Âif (pipe(fds) == -1) {
> + Â Â Â Âfprintf(stderr, "failed to create iothread pipe");
qemu_log() ?

in general, looks good



-- 
Glauber  Costa.
"Free as in Freedom"
http://glommer.net

"The less confident you are, the more serious you have to act."


<Prev in Thread] Current Thread [Next in Thread>