On Wed, 4 Dec 2019 10:36:07 +0100 Markus Armbruster <arm...@redhat.com> wrote:
> v2: > * Old PATCH 01-03 have been merged for 4.2 > * PATCH 05-15: Commit message rephrased [David], R-bys kept Thanks, queued patches 11-15 to s390-next. Patch 17 depends on patch 16, so I'll leave merging that one to you. > > Cc: "Daniel P. Berrangé" <berra...@redhat.com> > Cc: "Michael S. Tsirkin" <m...@redhat.com> > Cc: Christian Borntraeger <borntrae...@de.ibm.com> > Cc: Corey Minyard <cminy...@mvista.com> > Cc: Cornelia Huck <coh...@redhat.com> > Cc: David Hildenbrand <da...@redhat.com> > Cc: Halil Pasic <pa...@linux.ibm.com> > Cc: Igor Mammedov <imamm...@redhat.com> > Cc: Michael Roth <mdr...@linux.vnet.ibm.com> > > Markus Armbruster (18): > crypto: Fix certificate file error handling crash bug > crypto: Fix typo in QCryptoTLSSession's <example> comment > io: Fix Error usage in a comment <example> > tests: Clean up initialization of Error *err variables > exec: Fix file_ram_alloc() error API violations > hw/acpi: Fix legacy CPU plug error API violations > hw/core: Fix fit_load_fdt() error handling violations > hw/ipmi: Fix realize() error API violations > qga: Fix guest-get-fsinfo error API violations > memory-device: Fix memory pre-plug error API violations > s390x/event-facility: Fix realize() error API violations > s390x/cpumodel: Fix feature property error API violations > s390x/cpumodel: Fix realize() error API violations > s390x/cpumodel: Fix query-cpu-model-FOO error API violations > s390x/cpumodel: Fix query-cpu-definitions error API violations > error: Clean up unusual names of Error * variables > hw/intc/s390: Simplify error handling in kvm_s390_flic_realize() > tests-blockjob: Use error_free_or_abort() > > include/crypto/tlssession.h | 2 +- > include/io/task.h | 2 +- > crypto/tlscredsx509.c | 2 +- > exec.c | 6 +- > hw/acpi/cpu_hotplug.c | 10 +-- > hw/core/loader-fit.c | 15 ++--- > hw/intc/s390_flic_kvm.c | 16 +++-- > hw/ipmi/isa_ipmi_bt.c | 7 ++- > hw/ipmi/isa_ipmi_kcs.c | 7 ++- > hw/ipmi/pci_ipmi_bt.c | 6 +- > hw/ipmi/pci_ipmi_kcs.c | 6 +- > hw/mem/memory-device.c | 6 +- > hw/ppc/spapr_pci.c | 16 ++--- > hw/ppc/spapr_pci_nvlink2.c | 10 +-- > hw/s390x/event-facility.c | 6 +- > qga/commands-posix.c | 6 +- > target/s390x/cpu_models.c | 98 +++++++++++++++++------------ > tests/test-blockjob.c | 15 +++-- > tests/test-qobject-output-visitor.c | 8 +-- > tests/test-string-output-visitor.c | 4 +- > 20 files changed, 139 insertions(+), 109 deletions(-) >