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
>
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
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
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
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