-
qemu-kvm-4.2.0-48.module+el8.4.0+11279+b1e899a7.14a825db8 · ·
Update to qemu-kvm-4.2.0-48.module+el8.4.0+11279+b1e899a7.1
-
qemu-kvm-4.2.0-29.module+el8.2.1+11280+70ae3d73.8f9643c84 · ·
Update to qemu-kvm-4.2.0-29.module+el8.2.1+11280+70ae3d73.8
-
qemu-kvm-6.0.0-18.module+el8.5.0+11243+5269aaa1d374dc59 · ·
Update to qemu-kvm-6.0.0-18.module+el8.5.0+11243+5269aaa1
-
-
qemu-kvm-6.0.0-17.module+el8.5.0+11173+c9fce0bb6d5d1701 · ·
Update to qemu-kvm-6.0.0-17.module+el8.5.0+11173+c9fce0bb
-
qemu-kvm-4.2.0-51.module+el8.5.0+11141+9dff516f1c0a6a1b · ·
Update to qemu-kvm-4.2.0-51.module+el8.5.0+11141+9dff516f
-
-
-
qapi-if-v46aaa342a · ·
qapi: untie 'if' conditions from C preprocessor Hi, This series makes the 'if' conditions less liberal, by formalizing a simple expression tree based on bare boolean logic of configure option identifiers. (this allows to express conditions in Rust in my QAPI-Rust PoC series) thanks v4: - keep gen_if/gen_endif in common.py, reducing C codegen in schema.py - raise NotImplemented instead of False for unhandled __eq__ - change check_if() to keep the json/raw form, add _make_if() to build a QAPISchemaIfCond - improve __repr__ usage - drop ABC usage - tweaks here and there - add various commit tags v3: - rebasing on queued pt4 (after waiting for it to land) - improve documentation generation, to be more human-friendly - drop typing annotations from schema.py (not yet queued) - commit message tweaks v2: - fix the normalization step to handle recursive expr - replace IfCond by QAPISchemaIf (JohnS) - commit message and documentation tweaks - mypy/flake8/isort
-
qapi-if-pull-request6aaa342a · ·
qapi: untie 'if' conditions from C preprocessor Hi, This series makes the 'if' conditions less liberal, by formalizing a simple expression tree based on bare boolean logic of configure option identifiers. (this will allow to express conditions in Rust in my QAPI-Rust PoC series, but it is worth a standalone post) This is based on John Snow QAPI cleanup branch: https://gitlab.com/jsnow/qemu/-/tree/python-qapi-cleanup-pt6 thanks v4: - keep gen_if/gen_endif in common.py, reducing C codegen in schema.py - raise NotImplemented instead of False for unhandled __eq__ - change check_if() to keep the json/raw form, add _make_if() to build a QAPISchemaIfCond - improve __repr__ usage - drop ABC usage - tweaks here and there - add various commit tags v3: - rebasing on queued pt4 (after waiting for it to land) - improve documentation generation, to be more human-friendly - drop typing annotations from schema.py (not yet queued) - commit message tweaks v2: - fix the normalization step to handle recursive expr - replace IfCond by QAPISchemaIf (JohnS) - commit message and documentation tweaks - mypy/flake8/isort
-
-
-
qemu-kvm-4.2.0-50.module+el8.5.0+10875+d90dbc7e06c29130 · ·
Update to qemu-kvm-4.2.0-50.module+el8.5.0+10875+d90dbc7e
-
-
qapi-if2-v317941ef7 · ·
qapi: untie 'if' conditions from C preprocessor Hi, This series makes the 'if' conditions less liberal, by formalizing a simple expression tree based on bare boolean logic of configure option identifiers. (this allows to express conditions in Rust in my QAPI-Rust PoC series) This is based on John Snow QAPI pt4: https://patchew.org/QEMU/20210421192233.3542904-1-jsnow@redhat.com/ Based-on: <20210421192233.3542904-2-jsnow@redhat.com> thanks v3: - rebasing (after ~6 months) - improve documentation generation - drop typing annotations from schema.py - commit message tweaks v2: - fix the normalization step to handle recursive expr - replace IfCond by QAPISchemaIf (JohnS) - commit message and documentation tweaks - mypy/flake8/isort