On 11 April 2015 at 21:25, Andreas Färber wrote:
> Similar in spirit to some of those tests, I had been thinking about
> testing linux-user by running host binaries, comparing native and
> emulated output. make check only covers the softmmus today.
Yeah. I run the linux-user-test binaries from ht
Am 11.04.2015 um 17:52 schrieb Peter Maydell:
> On 11 April 2015 at 16:46, Andreas Färber wrote:
>> On Mac OS X, executing qemu-i386 (as opposed to qemu-system-i386) won't
>> work though, as darwin-user is no longer available.
>>
>> Also, the Makefile seems to assume that it's running on x86.
>
>
On 11 April 2015 at 16:46, Andreas Färber wrote:
> On Mac OS X, executing qemu-i386 (as opposed to qemu-system-i386) won't
> work though, as darwin-user is no longer available.
>
> Also, the Makefile seems to assume that it's running on x86.
Yes, it has all sorts of problems. We should probably
s
Am 10.04.2015 um 19:56 schrieb Programmingkid:
> The 'make test' command fails to build on Mac OS X. This is because of a
> missing header file. Here is the error:
>
> include/glib-compat.h:19:18: fatal error: glib.h: No such file or directory
> #include
On Linux, this gets me past that point,
On 10 April 2015 at 18:56, Programmingkid wrote:
> The 'make test' command fails to build on Mac OS X. This is because of a
> missing header file. Here is the error:
>
> include/glib-compat.h:19:18: fatal error: glib.h: No such file or directory
> #include
"make test" builds a bunch of unmaint