On 4/30/19 9:52 AM, Alex Bennée wrote: > I've also moved the existing system memory test and made it multiarch > and added the bootstrapping for aarch64 system tests. I would like to > add support for Big Endian as well but I didn't want to delay the > posting of the series. It would also be nice to exercise the > ioread/write paths and other handling but I leave this as an exercise > for later.
Somewhere in there you're adding -chardev file,path=hello.out,id=output but there's no corresponding use of the chardev. Which, somehow doesn't seem to matter to your aarch64 testcase, but when I try this for alpha I truly get no output at all. I needed -serial chardev:output to populate the file. r~