On 10/06/21 07:42, Markus Armbruster wrote:
----------------------------------------------------------------
Paolo Bonzini (12):
qom: export more functions for use with non-UserCreatable objects
keyval: introduce keyval_merge
keyval: introduce keyval_parse_into
vl: switch -M parsing to keyval
qemu-option: remove now-dead code
machine: move dies from X86MachineState to CpuTopology
machine: move common smp_parse code to caller
machine: add error propagation to mc->smp_parse
machine: pass QAPI struct to mc->smp_parse
machine: reject -smp dies!=1 for non-PC machines
machine: add smp compound property
vnc: avoid deprecation warnings for SASL on OS X
None of these changes have any reviewed-by tags.
All of them however have been on the list for one to six months; the
most recent post is
https://patchew.org/QEMU/20210513162901.1310239-1-pbonz...@redhat.com/,
but indeed I haven't posted a new version after rebasing on top of the
recent -object bugfixes.
PATCH 03 looks unfamiliar, so I checked: it hasn't been posted before.
The code was posted for the first time 6 months ago
(https://patchew.org/QEMU/20201202090305.4129317-1-pbonz...@redhat.com/20201202090305.4129317-18-pbonz...@redhat.com/),
though parts of it have been progressively separated and merged. But
indeed, the part that's left and that is included in this pull request
hasn't been posted separately. I'll do so now.
Seems likely; I very much doubt Paolo would be trying to pull a fast one
on us ;)
Not voluntarily, at least! Sorry about that, I mis-remembered the order
of the two series (which is now getting a bit more urgent, because Yang
Zhong would like to use array properties in -M for SGX).
Thanks,
Paolo