qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] How to split vl.h


From: Fabrice Bellard
Subject: Re: [Qemu-devel] How to split vl.h
Date: Thu, 01 Nov 2007 12:16:34 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070212)

Blue Swirl wrote:
> Hi,
> 
> With the automatic dependency rule installed, modifying vl.h causes
> all files to be recompiled. This is of course the correct action, but
> it's a major slowdown for development too.

There must be an option in the Makefile to disable the automatic
dependency check.

> How should we split vl.h into smaller pieces? Give each device a
> header file, like m48t59? What about other stuff exported from vl.c?

The net result is that you will have dozens of header files with only
one line in them as most devices only export one function.

Regards,

Fabrice.




reply via email to

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