On 19 January 2016 at 07:27, Markus Armbruster wrote:
> Peter Maydell writes:
>
>> On 11 January 2016 at 15:19, Daniel P. Berrange wrote:
>>> I think even guest-agent code & tests could include it in order to
>>> get clean includes, even if they don't use any of the QEMU functions
>>> defined in
Peter Maydell writes:
> On 11 January 2016 at 15:19, Daniel P. Berrange wrote:
>> On Mon, Dec 07, 2015 at 04:23:42PM +, Peter Maydell wrote:
>>> We've had some discussion previously (on list and IRC) about adding an
>>> include of "qemu/osdep.h" to everything. The basic idea is that every
>>
On 18 January 2016 at 16:33, Peter Maydell wrote:
> On 11 January 2016 at 15:19, Daniel P. Berrange wrote:
>> On Mon, Dec 07, 2015 at 04:23:42PM +, Peter Maydell wrote:
>>> We've had some discussion previously (on list and IRC) about adding an
>>> include of "qemu/osdep.h" to everything. The
On 11 January 2016 at 15:19, Daniel P. Berrange wrote:
> On Mon, Dec 07, 2015 at 04:23:42PM +, Peter Maydell wrote:
>> We've had some discussion previously (on list and IRC) about adding an
>> include of "qemu/osdep.h" to everything. The basic idea is that every
>> .c file should include "qemu
On Mon, Dec 07, 2015 at 04:23:42PM +, Peter Maydell wrote:
> We've had some discussion previously (on list and IRC) about adding an
> include of "qemu/osdep.h" to everything. The basic idea is that every
> .c file should include "qemu/osdep.h" as its first include; then every
> other header (an
Ping for review, please?
thanks
-- PMM
On 7 December 2015 at 16:23, Peter Maydell wrote:
> We've had some discussion previously (on list and IRC) about adding an
> include of "qemu/osdep.h" to everything. The basic idea is that every
> .c file should include "qemu/osdep.h" as its first include;
We've had some discussion previously (on list and IRC) about adding an
include of "qemu/osdep.h" to everything. The basic idea is that every
.c file should include "qemu/osdep.h" as its first include; then every
other header (and the .c file itself) can rely on the facilities that
osdep.h provides.