On Thu, 21 Mar 2019 at 16:55, Laszlo Ersek <ler...@redhat.com> wrote: > On 03/21/19 12:52, Peter Maydell wrote: > > Thanks. Could you check that this works in the OpenBSD VM test? > > It should just be a matter of > > make -C build vm-build-openbsd > > Actually I tried to do that before posting v3, following the > instructions in "docs/devel/testing.rst": > > cd $QEMU_SRC/tests/vm > ./openbsd --build-image --image /mnt/data/tmp/openbsd.img > ./openbsd --debug --image /mnt/data/tmp/openbsd.img \ > --build-qemu $QEMU_SRC
This is in the "manual invocation" subsection of the docs. You want the "quickstart" subsection which has the same 'make vm-build-whatever' command I suggest. > Aha! So first I guess I should run at least configure, for setting up an > out-of-tree build, and then try the "make" command. You need to configure, yes. I think it should work on an in-tree build, but I've never tried it as I never use in-tree builds. (We're probably going to get rid of in-tree build support in 4.1.) thanks -- PMM