qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Did we lose monitor commands pci_add, pci_del?


From: Michael Tokarev
Subject: Re: [Qemu-devel] Did we lose monitor commands pci_add, pci_del?
Date: Mon, 16 Feb 2015 13:06:54 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0

16.02.2015 10:57, Markus Armbruster wrote:
[]
> Back to serious: patching configure to make sure all the CONFIG_ make
> variables make it into header files sounds good to me.
> 
> With #ifdef tests, forgetting to include the header switches things off.
> A single header makes guarding against that mistake easier: every .c
> needs to include it first, check with grep.

Single header means that any change in config options results in
recompilation of everything.  Linux kernel solves this but the
mechanism is a bit heavy...

Thanks,

/mjt




reply via email to

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