Re: [PATCH v2 0/7] Common macros for QAPI list growth

2020-12-19 Thread Markus Armbruster
Markus Armbruster writes: > Eric Blake writes: > >> v1, as such, was here: >> https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg08003.html >> (v6 11/11 qapi: Use QAPI_LIST_ADD() where possible) >> >> since then, I've rebased that patch (upstream went with PREPEND >> instead of ADD), split

Re: [PATCH v2 0/7] Common macros for QAPI list growth

2020-11-19 Thread Markus Armbruster
Eric Blake writes: > v1, as such, was here: > https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg08003.html > (v6 11/11 qapi: Use QAPI_LIST_ADD() where possible) > > since then, I've rebased that patch (upstream went with PREPEND > instead of ADD), split things out for easier review, added

[PATCH v2 0/7] Common macros for QAPI list growth

2020-11-12 Thread Eric Blake
v1, as such, was here: https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg08003.html (v6 11/11 qapi: Use QAPI_LIST_ADD() where possible) since then, I've rebased that patch (upstream went with PREPEND instead of ADD), split things out for easier review, added QAPI_LIST_APPEND, caught a lot m