Skip to content
  • Paolo Bonzini's avatar
    61d63097
    configure: prepare for auto-generated option parsing · 61d63097
    Paolo Bonzini authored
    
    
    Prepare the configure script and Makefile for automatically generated
    help and parsing.
    
    Because we need to run the script to generate the full help, we
    cannot rely on the user supplying the path to a Python interpreter
    with --python; therefore, the introspection output is parsed into
    shell functions and stored in scripts/.  The converter is written
    in Python as standard for QEMU, and this commit contains a stub.
    
    Tested-by: default avatarThomas Huth <thuth@redhat.com>
    Message-Id: <20211007130829.632254-18-pbonzini@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    61d63097
    configure: prepare for auto-generated option parsing
    Paolo Bonzini authored
    
    
    Prepare the configure script and Makefile for automatically generated
    help and parsing.
    
    Because we need to run the script to generate the full help, we
    cannot rely on the user supplying the path to a Python interpreter
    with --python; therefore, the introspection output is parsed into
    shell functions and stored in scripts/.  The converter is written
    in Python as standard for QEMU, and this commit contains a stub.
    
    Tested-by: default avatarThomas Huth <thuth@redhat.com>
    Message-Id: <20211007130829.632254-18-pbonzini@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Loading