[libvirt] [PATCH 2/2] tests: Document procedure to build QEMU for *.replies generation

Pavel Hrdina phrdina at redhat.com
Thu Feb 7 08:28:57 UTC 2019


On Wed, Feb 06, 2019 at 03:38:03PM -0500, Cole Robinson wrote:
> On 1/23/19 3:59 PM, John Ferlan wrote:
> > Add some comments to describe how to set up the QEMU environment
> > prior to running the qemucapsprobe in order to allow for the
> > creation of consistent results.
> > 
> > Signed-off-by: John Ferlan <jferlan at redhat.com>
> > ---
> >  tests/qemucapabilitiestest.c | 34 ++++++++++++++++++++++++++++++++--
> >  1 file changed, 32 insertions(+), 2 deletions(-)
> > 
> > diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c
> > index 00137bb415..2b6291e99e 100644
> > --- a/tests/qemucapabilitiestest.c
> > +++ b/tests/qemucapabilitiestest.c
> > @@ -200,11 +200,41 @@ mymain(void)
> >      DO_TEST("riscv64", "caps_3.0.0");
> >  
> >      /*
> > +     * Create a QEMU build environment using a checked out version
> > +     * of the release tag, such as:
> > +     *
> > +     *    git checkout -b v3.0.0 v3.0.0
> > +     *
> > +     * Be sure the build dependencies are up to date, such as via yum:
> > +     *
> > +     *    yum builddep qemu
> > +     *
> > +     * Configure the environment, such as for x86_64:
> > +     *
> > +     *   ./configure --target-list=x86_64-softmmu \
> > +     *      --disable-xen --disable-strip --disable-fdt \
> > +     *      --disable-werror --enable-debug \
> > +     *      --enable-system --enable-user --enable-linux-user \
> > +     *      --with-pkgversion=v3.0.0
> > +     *
> 
> AFAICT --enable-system/--enable-user/--enable-linux-user are all
> redundant if a manual --target-list is specified. I don't know why
> --disable-fdt matters, nor --enable-debug or --disable-strip. I figure
> less options the better, defaults should be fine

I agree that this looks weird.  I was trying to figure out how to make
sure that QEMU is compiled with the same configuration and relying on
defaults with installing distribution build dependencies is not the
answer.  Sure, it helps a lot to install most of the dependencies but
for example, if someone is using CentOS or older version of Fedora
"yum/dnf builddep qemu" would not result in the same configuration.

I was playing with an idea to create some script that would run
'./configure --help' to get all options, the script would have a list
of options that should be ignored, enabled or disabled and all the other
options would be automatically enabled.  This would make sure that
everything is explicitly enabled and ./configure would complain if there
is any missing dependency and also it would cover all new dependencies.

The rest of the documentation looks good.

Pavel

> > +     * Build the QEMU emulator binary.
> > +     *
> > +     * Then from a clean libvirt build:
> > +     *
> >       * Run "tests/qemucapsprobe /path/to/qemu/binary >foo.replies"
> > -     * to generate updated or new *.replies data files.
> > +     * to generate updated or new *.replies data files, such as:
> > +     *
> > +     *    tests/qemucapsprobe /path/to/qemu/binary > \
> > +     *          tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies
> >       *
> > -     * If you manually edit replies files you can run
> > +     * If you needed to manually edit replies files you can run
> >       * "tests/qemucapsfixreplies foo.replies" to fix the replies ids.
> > +     *
> > +     * Run "VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiestest" to
> > +     * update the corresponding tests/qemucapabilitiesdata/caps_*.xml file.
> > +     *
> > +     * May also need to run "VIR_TEST_REGENERATE_OUTPUT=1 tests/domaincapstest"
> > +     * depending on what changed.
> >       */
> >  
> 
> If we are getting this detailed, maybe also mention extending
> qemucaps2xmltest.c and qemucapabilitiestest.c for newly added
> capabilities files. Up to you
> 
> Reviewed-by: Cole Robinson <crobinso at redhat.com>
> 
> - Cole
> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190207/ec943eb3/attachment-0001.sig>


More information about the libvir-list mailing list