| 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."
|
| Previous by Date: | Re: [Qemu-devel] [patch 03/10] qemu: per-arch cpu_has_work, Glauber Costa |
|---|---|
| Next by Date: | Re: [Qemu-devel] [patch 06/10] qemu: per-cpu thread information, Glauber Costa |
| Previous by Thread: | [Qemu-devel] [patch 04/10] qemu: introduce main_loop_break, Marcelo Tosatti |
| Next by Thread: | Re: [Qemu-devel] [patch 04/10] qemu: introduce main_loop_break, Jamie Lokier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |