migration: Replace migration's JSON writer by the general one
commit3ddba9a9e9bedd20a0b60dcdbe86f16223555555
authorMarkus Armbruster <armbru@redhat.com>
Fri, 11 Dec 2020 17:11:48 +0000 (11 18:11 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 19 Dec 2020 09:39:16 +0000 (19 10:39 +0100)
treee3cd42f824ee34ca81533a4c83026038048f27d3
parent998da0b1581bfda6d6d0e82b9e42edfa1bf5cfe5
migration: Replace migration's JSON writer by the general one

Commit 8118f0950f "migration: Append JSON description of migration
stream" needs a JSON writer.  The existing qobject_to_json() wasn't a
good fit, because it requires building a QObject to convert.  Instead,
migration got its very own JSON writer, in commit 190c882ce2 "QJSON:
Add JSON writer".  It tacitly limits numbers to int64_t, and strings
contents to characters that don't need escaping, unlike
qobject_to_json().

The previous commit factored the JSON writer out of qobject_to_json().
Replace migration's JSON writer by it.

Cc: Juan Quintela <quintela@redhat.com>
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-17-armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
29 files changed:
hw/display/virtio-gpu.c
hw/intc/s390_flic_kvm.c
hw/nvram/eeprom93xx.c
hw/nvram/fw_cfg.c
hw/pci/msix.c
hw/pci/pci.c
hw/pci/shpc.c
hw/rtc/twl92230.c
hw/scsi/scsi-bus.c
hw/usb/redirect.c
hw/virtio/virtio.c
include/migration/vmstate.h
include/qapi/qmp/json-writer.h
include/qemu/typedefs.h
migration/meson.build
migration/qjson.c [deleted file]
migration/qjson.h [deleted file]
migration/savevm.c
migration/vmstate-types.c
migration/vmstate.c
target/alpha/machine.c
target/arm/machine.c
target/avr/machine.c
target/hppa/machine.c
target/microblaze/machine.c
target/mips/machine.c
target/openrisc/machine.c
target/ppc/machine.c
target/sparc/machine.c