qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/7] tests: Move fake yield_until_fd_readable


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v2 1/7] tests: Move fake yield_until_fd_readable() to coroutine-stub.c
Date: Wed, 1 Oct 2014 13:14:55 -0300
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Oct 01, 2014 at 12:17:50AM +0200, Paolo Bonzini wrote:
> Il 30/09/2014 20:26, Eduardo Habkost ha scritto:
> > Other test code will use the function.
> > 
> > Signed-off-by: Eduardo Habkost <address@hidden>
> > ---
> >  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?

Splitting qemu-file.c won't avoid the need for a fake
yield_until_fd_readable() for test-vmstate.c, but will probably help
reduce cpu.c dependencies. I will give it a try.

-- 
Eduardo



reply via email to

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