On Tue, Sep 27, 2011 at 5:02 PM, Stefan Berger <[email protected]> wrote: > Move the parsing of a filedescriptor into a common function qemu_parse_fd(). > Have the code in net.c call this function. > > Signed-off-by: Stefan Berger <[email protected]> > > --- > net.c | 8 ++------ > qemu-char.c | 12 ++++++++++++ > qemu-char.h | 2 ++ > 3 files changed, 16 insertions(+), 6 deletions(-)
Seems fine but what does this have to do with qemu-char.h? Can this be a much more generic function, maybe even cutils.c? Stefan
