Re: [PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests

2023-04-25 Thread Ilya Leoshkevich
On Tue, 2023-04-25 at 09:19 +0200, Thomas Huth wrote: > On 24/04/2023 15.10, Ilya Leoshkevich wrote: > > On Mon, 2023-04-24 at 14:00 +0100, Alex Bennée wrote: > > > > > > Ilya Leoshkevich writes: > > > > > > > The QEMU headers contain macros and functions that are useful > > > > in > > > > the >

Re: [PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests

2023-04-25 Thread Thomas Huth
On 24/04/2023 15.10, Ilya Leoshkevich wrote: On Mon, 2023-04-24 at 14:00 +0100, Alex Bennée wrote: Ilya Leoshkevich writes: The QEMU headers contain macros and functions that are useful in the test context. Add them to tests' include path. Also provide a header similar to "qemu/osdep.h" for

Re: [PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests

2023-04-24 Thread Ilya Leoshkevich
On Mon, 2023-04-24 at 14:00 +0100, Alex Bennée wrote: > > Ilya Leoshkevich writes: > > > The QEMU headers contain macros and functions that are useful in > > the > > test context. Add them to tests' include path. Also provide a > > header > > similar to "qemu/osdep.h" for use in the freestanding

Re: [PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests

2023-04-24 Thread Alex Bennée
Ilya Leoshkevich writes: > The QEMU headers contain macros and functions that are useful in the > test context. Add them to tests' include path. Also provide a header > similar to "qemu/osdep.h" for use in the freestanding environment. > > Tests that include get QEMU's copy of , which does > n

[PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests

2023-04-24 Thread Ilya Leoshkevich
The QEMU headers contain macros and functions that are useful in the test context. Add them to tests' include path. Also provide a header similar to "qemu/osdep.h" for use in the freestanding environment. Tests that include get QEMU's copy of , which does not work without . Make use of the new he