qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Glauber Costa
Subject: Re: [Qemu-devel] [patch 04/10] qemu: introduce main_loop_break
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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]