-
qemu-kvm-6.0.0-29.module+el8.5.0+12386+43574bacfb0c1681 · ·
Update to qemu-kvm-6.0.0-29.module+el8.5.0+12386+43574bac
-
qemu-kvm-5.2.0-16.module+el8.4.0+12368+54110afb.7e5587922 · ·
Update to qemu-kvm-5.2.0-16.module+el8.4.0+12368+54110afb.7
-
-
qemu-kvm-6.0.0-28.module+el8.5.0+12271+fffa967b6d2af312 · ·
Update to qemu-kvm-6.0.0-28.module+el8.5.0+12271+fffa967b
-
qemu-kvm-4.2.0-58.module+el8.5.0+12272+74ace54730994c9d · ·
Update to qemu-kvm-4.2.0-58.module+el8.5.0+12272+74ace547
-
qemu-kvm-5.2.0-16.module+el8.4.0+12191+622ad3bb.5f2c416f7 · ·
Update to qemu-kvm-5.2.0-16.module+el8.4.0+12191+622ad3bb.5
-
-
clip-v3802a97d7 · ·
Clipboard fixes (for 6.1?) Hi, Here is a few fixes I have collected while working on clipboard-related code. There are some obvious code improvements/fixes, and better handling of release & unregister to avoid dangling pointers and improve user experience. v3: - add a migration blocker - improve the code by using a few helpers v2: - replaced "ui/vdagent: unregister clipboard peer on finalize" with "ui/vdagent: disconnect handlers and reset state on finalize" patch. - added "ui/vdagent: reset outbuf on disconnect" - commit message tweaks
-
chr-fix-pull-requesta68403b0 · ·
Chardev-related fixes Hi Here are some bug fixes worthy for 6.1. thanks
-
-
chardev-v2a1c5366e · ·
chardev related fixes Hi, Those patches have been sent earlier. I compiled them here, as I intend to send a pull request for 6.1. We may want to drop the last 2/3 patches since we are in freeze though.
-
qemu-kvm-6.0.0-27.module+el8.5.0+12121+c40c8708eb1eb9c3 · ·
Update to qemu-kvm-6.0.0-27.module+el8.5.0+12121+c40c8708
-
qemu-kvm-4.2.0-57.module+el8.5.0+12118+4998563de71c8e95 · ·
Update to qemu-kvm-4.2.0-57.module+el8.5.0+12118+4998563d
-
qapi-if-v747037ffe · ·
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 v7: after Markus review - use is_present() in introspect too - drop now needless "qapi: _make_enum_members() to work with pre-built QAPISchemaIfCond" - add tests to cover more error cases - indentation updates - commit message updates - rebased v6: after Markus review - drop the predicate tree, QAPISchemaIfCond simply holds the original object - introduce the dict operations ('all', 'any', 'not') in multiple patches - split QAPISchemaIfCond introduction in multiple patches - replace __bool__ usage with is_present() - removed __eq__ - move cgen/docgen implementation to common.py - doc & commit message updates - rebased v5: - drop the [ COND, ... ] sugar form - move documentation update as first patch - documentation and commit message tweaks 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
-
libslirp-pull-request43f547b7 · ·
Update libslirp Hi, v4: - drop subproject patch - fix OSX linking issue v3: - rebased - (checked compilation with P. Maydell extra-cflags reported failure & gitlab CI) v2: - fix unused variables on macos - fork_exec_child_setup: improve signal handling