Re: CVS commit: src/doc

2021-01-27 Thread Simon Burge
Hi Reinoud,

Reinoud Zandijk wrote:

> Hi Simon,
>
> On Wed, Jan 27, 2021 at 05:27:01AM +, Simon Burge wrote:
> > Module Name:src
> > Committed By:   simonb
> > Date:   Wed Jan 27 05:27:01 UTC 2021
> > 
> > Modified Files:
> > src/doc: CHANGES
> > 
> > Log Message:
> > Note support for QEMU "mipssim" emulator.
>
> Is this machine also *able* to run big endian? Or/and can it also use virtio
> over either FDT/ACPI or PCI?

It can run either big- or little-endian, but has virtually no IO support
whatsoever - just a UART and an extremely simple eithernet driver.

I couldn't find any MIPS references to virtio with a quick look through
the QEMU 5.0 sources.

Cheers,
Simon.


Re: CVS commit: src/doc

2021-01-27 Thread Reinoud Zandijk
Hi Simon,

On Wed, Jan 27, 2021 at 05:27:01AM +, Simon Burge wrote:
> Module Name:  src
> Committed By: simonb
> Date: Wed Jan 27 05:27:01 UTC 2021
> 
> Modified Files:
>   src/doc: CHANGES
> 
> Log Message:
> Note support for QEMU "mipssim" emulator.

Is this machine also *able* to run big endian? Or/and can it also use virtio
over either FDT/ACPI or PCI?

With regards,
Reinoud



Re: CVS commit: src/usr.bin/make

2021-01-27 Thread Reinoud Zandijk
Hi,

On Tue, Jan 26, 2021 at 11:44:56PM +, Roland Illig wrote:
> Module Name:  src
> Committed By: rillig
> Date: Tue Jan 26 23:44:56 UTC 2021
> 
> Modified Files:
>   src/usr.bin/make: parse.c
>   src/usr.bin/make/unit-tests: include-main.exp include-subsub.mk
> 
> Log Message:
> make(1): in -dp mode, print stack trace with each diagnostic

Maybe related but could you make printing of the 1st failing error message
easier to find in a parallel build? Say recording the command and output of
the offending command and print it at the end ?

Reinoud