From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ5kC-0004zU-CD for qemu-devel@nongnu.org; Tue, 30 Sep 2014 18:18:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZ5k3-0000a2-C6 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 18:18:04 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:55750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ5k3-0000Z5-4o for qemu-devel@nongnu.org; Tue, 30 Sep 2014 18:17:55 -0400 Received: by mail-wg0-f50.google.com with SMTP id l18so15845393wgh.9 for ; Tue, 30 Sep 2014 15:17:53 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542B2C0E.60708@redhat.com> Date: Wed, 01 Oct 2014 00:17:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412101566-23669-1-git-send-email-ehabkost@redhat.com> <1412101566-23669-2-git-send-email-ehabkost@redhat.com> In-Reply-To: <1412101566-23669-2-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/7] tests: Move fake yield_until_fd_readable() to coroutine-stub.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Igor Mammedov , =?windows-1252?Q?Andreas_F=E4rber?= Il 30/09/2014 20:26, Eduardo Habkost ha scritto: > Other test code will use the function. > > Signed-off-by: Eduardo Habkost > --- > tests/Makefile | 1 + > tests/coroutine-stub.c | 13 +++++++++++++ > tests/test-vmstate.c | 11 ----------- > 3 files changed, 14 insertions(+), 11 deletions(-) > create mode 100644 tests/coroutine-stub.c Should we split qemu-file.c instead? Paolo