Re: [libvirt PATCH 04/28] cpu_map: Add script to sync from QEMU i386 cpu features

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 19, 2022 at 18:56:04 +0200, Tim Wiederhake wrote:
> This script is intended to help in synchronizing i386 QEMU cpu
> feature definitions with libvirt.
> 
> QEMU's attribute list for the "max-x86_64-cpu" contains non-cpu-feature
> items and needs to be filtered before being useful.
> 
> Signed-off-by: Tim Wiederhake <twiederh@xxxxxxxxxx>
> ---
>  src/cpu_map/sync_qemu_features_i386.py | 278 +++++++++++++++++++++++++
>  1 file changed, 278 insertions(+)
>  create mode 100755 src/cpu_map/sync_qemu_features_i386.py
> 
> diff --git a/src/cpu_map/sync_qemu_features_i386.py b/src/cpu_map/sync_qemu_features_i386.py
> new file mode 100755
> index 0000000000..fba7d35609
> --- /dev/null
> +++ b/src/cpu_map/sync_qemu_features_i386.py
> @@ -0,0 +1,278 @@
...
> +def main():
> +    parser = argparse.ArgumentParser(
> +        description="Synchronize x86 cpu features from QEMU i386 target.")
> +    parser.add_argument(
> +        "--qemu",
> +        help="TODO",

Looks like there's some more work to do here :-)

Jirka




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux