[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [qemu-xen master] Merge tag 'v3.0.0' into 'staging'



=== This changeset includes merge from high-traffic branch ===
Commits on that branch are not reported individually.

commit af9dd3c32ede406d6fc5d7ec4a222fbb90db1998
Merge: 38441756b70eec5807b5f60dad11a93a91199866 
43139135a8938de44f66333831d3a8655d07663a
Author:     Anthony PERARD <anthony.perard@xxxxxxxxxx>
AuthorDate: Wed Aug 15 12:00:11 2018 +0100
Commit:     Anthony PERARD <anthony.perard@xxxxxxxxxx>
CommitDate: Wed Aug 15 12:00:11 2018 +0100

    Merge tag 'v3.0.0' into 'staging'
 .gitignore                                         |    88 +-
 .gitmodules                                        |    11 +-
 .gitpublish                                        |    51 +
 .mailmap                                           |    20 +-
 .shippable.yml                                     |    10 -
 .travis.yml                                        |   137 +-
 CODING_STYLE                                       |    17 +
 COPYING.PYTHON                                     |   270 -
 HACKING                                            |     9 +
 MAINTAINERS                                        |   270 +-
 Makefile                                           |   349 +-
 Makefile.objs                                      |   168 +-
 Makefile.target                                    |    16 +-
 README                                             |    35 +-
 VERSION                                            |     2 +-
 accel/Makefile.objs                                |     2 +-
 accel/accel.c                                      |    27 +-
 accel/kvm/Makefile.objs                            |     3 +-
 accel/kvm/kvm-all.c                                |    62 +-
 accel/kvm/sev-stub.c                               |    26 +
 accel/kvm/trace-events                             |     1 +
 accel/stubs/Makefile.objs                          |     8 +-
 accel/stubs/hvf-stub.c                             |    31 +
 accel/stubs/kvm-stub.c                             |    10 +
 accel/stubs/tcg-stub.c                             |     4 -
 accel/stubs/whpx-stub.c                            |    48 +
 accel/tcg/Makefile.objs                            |     2 +-
 accel/tcg/atomic_template.h                        |   199 +-
 accel/tcg/cpu-exec-common.c                        |    11 +-
 accel/tcg/cpu-exec.c                               |   130 +-
 accel/tcg/cputlb.c                                 |   279 +-
 accel/tcg/softmmu_template.h                       |    54 +-
 accel/tcg/tcg-runtime-gvec.c                       |   997 ++
 accel/tcg/tcg-runtime.c                            |     5 +-
 accel/tcg/tcg-runtime.h                            |   126 +
 accel/tcg/translate-all.c                          |  1205 +-
 accel/tcg/translate-all.h                          |     7 +-
 accel/tcg/translator.c                             |    21 +-
 accel/tcg/user-exec-stub.c                         |     3 +
 accel/tcg/user-exec.c                              |    87 +-
 arch_init.c                                        |    22 +-
 audio/Makefile.objs                                |    34 +-
 audio/alsaaudio.c                                  |    12 +-
 audio/audio.c                                      |   154 +-
 audio/audio_int.h                                  |    22 +-
 audio/audio_pt_int.c                               |    28 +-
 audio/audio_template.h                             |    26 +-
 audio/coreaudio.c                                  |     8 +-
 audio/dsoundaudio.c                                |    10 +-
 audio/mixeng.c                                     |     2 +-
 audio/noaudio.c                                    |     8 +-
 audio/ossaudio.c                                   |    18 +-
 audio/paaudio.c                                    |    68 +-
 audio/sdlaudio.c                                   |    10 +-
 audio/spiceaudio.c                                 |     8 +-
 audio/trace-events                                 |     5 +
 audio/wavaudio.c                                   |    10 +-
 audio/wavcapture.c                                 |     1 +
 backends/Makefile.objs                             |     8 +
 backends/cryptodev-builtin.c                       |     1 +
 backends/cryptodev-vhost-user.c                    |   390 +
 backends/cryptodev-vhost.c                         |   347 +
 backends/cryptodev.c                               |     2 -
 backends/hostmem-file.c                            |    56 +-
 backends/hostmem-memfd.c                           |   170 +
 backends/hostmem-ram.c                             |     4 +-
 backends/hostmem.c                                 |    46 +-
 backends/tpm.c                                     |   142 +-
 balloon.c                                          |     4 +-
 block.c                                            |   535 +-
 block/Makefile.objs                                |     8 +-
 block/accounting.c                                 |    91 +
 block/backup.c                                     |   376 +-
 block/blkdebug.c                                   |    42 +-
 block/blklogwrites.c                               |   550 +
 block/blkreplay.c                                  |     8 +-
 block/blkverify.c                                  |    14 +-
 block/block-backend.c                              |   227 +-
 block/commit.c                                     |    89 +-
 block/copy-on-read.c                               |   173 +
 block/create.c                                     |   101 +
 block/crypto.c                                     |   282 +-
 block/crypto.h                                     |     8 +-
 block/curl.c                                       |    51 +-
 block/dirty-bitmap.c                               |   242 +-
 block/dmg.h                                        |     1 -
 block/file-posix.c                                 |   965 +-
 block/file-win32.c                                 |   106 +-
 block/gluster.c                                    |   361 +-
 block/io.c                                         |  1060 +-
 block/iscsi-opts.c                                 |     1 +
 block/iscsi.c                                      |   584 +-
 block/linux-aio.c                                  |    12 +-
 block/mirror.c                                     |   776 +-
 block/nbd-client.c                                 |   164 +-
 block/nbd-client.h                                 |     7 +
 block/nbd.c                                        |    41 +-
 block/nfs.c                                        |   264 +-
 block/null.c                                       |    75 +-
 block/nvme.c                                       |  1190 ++
 block/parallels.c                                  |   363 +-
 block/parallels.h                                  |    87 +
 block/qapi.c                                       |    82 +-
 block/qcow.c                                       |   384 +-
 block/qcow2-bitmap.c                               |    55 +-
 block/qcow2-cache.c                                |    80 +-
 block/qcow2-cluster.c                              |   555 +-
 block/qcow2-refcount.c                             |   382 +-
 block/qcow2-snapshot.c                             |    36 +-
 block/qcow2.c                                      |  1446 +-
 block/qcow2.h                                      |   104 +-
 block/qed-check.c                                  |     1 +
 block/qed-table.c                                  |    26 +-
 block/qed.c                                        |   363 +-
 block/quorum.c                                     |    39 +-
 block/raw-format.c                                 |   144 +-
 block/rbd.c                                        |   506 +-
 block/replication.c                                |    37 +-
 block/sheepdog.c                                   |   602 +-
 block/snapshot.c                                   |     7 +-
 block/ssh.c                                        |   363 +-
 block/stream.c                                     |    72 +-
 block/throttle-groups.c                            |     6 +-
 block/throttle.c                                   |    68 +-
 block/trace-events                                 |    36 +-
 block/vdi.c                                        |   256 +-
 block/vhdx-endian.c                                |     2 +-
 block/vhdx-log.c                                   |     2 +-
 block/vhdx.c                                       |   254 +-
 block/vmdk.c                                       |    81 +-
 block/vpc.c                                        |   287 +-
 block/vvfat.c                                      |    30 +-
 block/vxhs.c                                       |    46 +-
 block/win32-aio.c                                  |     5 +-
 block/write-threshold.c                            |     6 +-
 blockdev-nbd.c                                     |   115 +-
 blockdev.c                                         |   696 +-
 blockjob.c                                         |   883 +-
 bsd-user/main.c                                    |    19 +-
 bsd-user/mmap.c                                    |     1 +
 bsd-user/qemu.h                                    |     1 -
 chardev/baum.c                                     |     8 +-
 chardev/char-fe.c                                  |    26 +-
 chardev/char-file.c                                |     3 +-
 chardev/char-mux.c                                 |    47 +-
 chardev/char-parallel.c                            |     2 +
 chardev/char-pipe.c                                |     2 +
 chardev/char-pty.c                                 |    70 +-
 chardev/char-ringbuf.c                             |     5 +-
 chardev/char-serial.c                              |    82 +-
 chardev/char-socket.c                              |   321 +-
 chardev/char-stdio.c                               |     9 +-
 chardev/char-udp.c                                 |     2 +
 chardev/char.c                                     |    89 +-
 chardev/spice.c                                    |     2 +
 chardev/wctablet.c                                 |     4 -
 configure                                          |   896 +-
 contrib/ivshmem-server/main.c                      |     2 +-
 contrib/libvhost-user/libvhost-user.c              |   584 +-
 contrib/libvhost-user/libvhost-user.h              |    80 +-
 contrib/systemd/qemu-guest-agent.service           |    11 +
 contrib/systemd/qemu-pr-helper.service             |    15 +
 contrib/systemd/qemu-pr-helper.socket              |     9 +
 contrib/vhost-user-blk/Makefile.objs               |     1 +
 contrib/vhost-user-blk/vhost-user-blk.c            |   574 +
 contrib/vhost-user-scsi/vhost-user-scsi.c          |     4 +-
 cpus.c                                             |   558 +-
 crypto/Makefile.objs                               |     1 +
 crypto/block-luks.c                                |     2 +-
 crypto/block-luks.h                                |     2 +-
 crypto/block-qcow.c                                |     2 +-
 crypto/block-qcow.h                                |     2 +-
 crypto/block.c                                     |     6 +-
 crypto/cipher.c                                    |     6 +-
 crypto/cipherpriv.h                                |     2 +-
 crypto/hash-glib.c                                 |     4 -
 crypto/hash.c                                      |     1 -
 crypto/hmac-glib.c                                 |    36 -
 crypto/hmac.c                                      |     1 -
 crypto/ivgen-essiv.c                               |     5 +-
 crypto/ivgen-essiv.h                               |     2 +-
 crypto/ivgen-plain.c                               |     3 +-
 crypto/ivgen-plain.h                               |     2 +-
 crypto/ivgen-plain64.c                             |     3 +-
 crypto/ivgen-plain64.h                             |     2 +-
 crypto/ivgen.c                                     |     8 +-
 crypto/random-gnutls.c                             |     1 +
 crypto/random-platform.c                           |     1 +
 crypto/tlscreds.c                                  |     2 +-
 crypto/tlscredsanon.c                              |     2 +-
 crypto/tlscredspsk.c                               |   308 +
 crypto/tlscredsx509.c                              |     2 +-
 crypto/tlssession.c                                |    56 +-
 crypto/trace-events                                |     3 +
 default-configs/aarch64-softmmu.mak                |     2 +
 default-configs/aarch64_be-linux-user.mak          |     1 +
 default-configs/alpha-softmmu.mak                  |     5 +
 default-configs/arm-softmmu.mak                    |    22 +-
 default-configs/hppa-softmmu.mak                   |    12 +
 default-configs/i386-softmmu.mak                   |     5 +
 default-configs/microblaze-softmmu.mak             |     1 +
 default-configs/mips-softmmu-common.mak            |     2 +
 default-configs/pci.mak                            |     7 +-
 default-configs/ppc-softmmu.mak                    |    70 +-
 default-configs/ppc64-softmmu.mak                  |    61 +-
 default-configs/ppcemb-softmmu.mak                 |     5 +
 default-configs/riscv32-linux-user.mak             |     1 +
 default-configs/riscv32-softmmu.mak                |     7 +
 default-configs/riscv64-linux-user.mak             |     1 +
 default-configs/riscv64-softmmu.mak                |     7 +
 default-configs/s390x-softmmu.mak                  |     3 +-
 default-configs/sh4-softmmu.mak                    |     2 +
 default-configs/sh4eb-softmmu.mak                  |     2 +
 default-configs/sparc-softmmu.mak                  |     1 +
 default-configs/sparc64-softmmu.mak                |     3 +-
 default-configs/usb.mak                            |     1 +
 default-configs/virtio.mak                         |    14 +
 default-configs/x86_64-softmmu.mak                 |     5 +
 default-configs/xtensa-linux-user.mak              |     1 +
 default-configs/xtensaeb-linux-user.mak            |     1 +
 device-hotplug.c                                   |     2 +
 device_tree.c                                      |    82 +-
 disas.c                                            |     2 +
 disas/Makefile.objs                                |     2 +
 disas/arm.c                                        |     2 +-
 disas/m68k.c                                       |    14 +
 disas/nios2.c                                      |     3 -
 disas/riscv.c                                      |  3050 ++++
 disas/s390.c                                       |    16 +-
 disas/xtensa.c                                     |   133 +
 docs/COLO-FT.txt                                   |     8 +-
 docs/amd-memory-encryption.txt                     |   109 +
 docs/can.txt                                       |   107 +
 docs/colo-proxy.txt                                |     2 +-
 docs/config/mach-virt-graphical.cfg                |     2 +-
 docs/config/mach-virt-serial.cfg                   |     2 +-
 docs/config/q35-emulated.cfg                       |     2 +-
 docs/config/q35-virtio-graphical.cfg               |     2 +-
 docs/config/q35-virtio-serial.cfg                  |     2 +-
 docs/devel/atomics.txt                             |    57 +-
 docs/devel/build-system.txt                        |    13 +
 docs/devel/loads-stores.rst                        |    15 +
 docs/devel/memory.txt                              |     5 +-
 docs/devel/migration.rst                           |   854 ++
 docs/devel/migration.txt                           |   555 -
 docs/devel/multi-thread-tcg.txt                    |    26 +-
 docs/devel/multiple-iothreads.txt                  |     7 +-
 docs/devel/qapi-code-gen.txt                       |   263 +-
 docs/devel/stable-process.rst                      |    69 +
 docs/devel/testing.rst                             |   698 +
 docs/devel/tracing.txt                             |    11 +-
 docs/devel/writing-qmp-commands.txt                |    39 +-
 docs/interop/firmware.json                         |   540 +
 docs/interop/nbd.txt                               |    38 +
 docs/interop/prl-xml.txt                           |   158 +
 docs/interop/qcow2.txt                             |    30 +-
 docs/interop/qmp-intro.txt                         |    16 +-
 docs/interop/qmp-spec.txt                          |    73 +-
 docs/interop/vhost-user.txt                        |   219 +-
 docs/memory-hotplug.txt                            |     2 +-
 docs/multi-thread-compression.txt                  |     2 +-
 docs/multiseat.txt                                 |     4 +-
 docs/nvdimm.txt                                    |    51 +
 docs/pcie.txt                                      |     9 +-
 docs/pcie_pci_bridge.txt                           |     2 +-
 docs/pvrdma.txt                                    |   255 +
 docs/qcow2-cache.txt                               |    79 +-
 docs/qdev-device-use.txt                           |     3 -
 docs/qemu-block-drivers.texi                       |    49 +-
 docs/qemupciserial.inf                             |     2 +-
 docs/replay.txt                                    |   163 +-
 docs/specs/acpi_nvdimm.txt                         |     3 +-
 docs/specs/pci-ids.txt                             |     1 +
 docs/specs/ppc-spapr-hcalls.txt                    |     2 +-
 docs/specs/ppc-spapr-hotplug.txt                   |    19 +
 docs/specs/tpm.txt                                 |   110 +-
 docs/specs/vmcoreinfo.txt                          |     4 +
 docs/usb2.txt                                      |   101 +-
 docs/virtio-balloon-stats.txt                      |     4 +
 docs/xen-save-devices-state.txt                    |     3 +-
 dtc                                                |     2 +-
 dump.c                                             |    73 +-
 exec.c                                             |  1025 +-
 fpu/softfloat-macros.h                             |   793 -
 fpu/softfloat-specialize.h                         |   804 +-
 fpu/softfloat.c                                    |  7432 ++++-----
 fsdev/file-op-9p.h                                 |    36 +-
 fsdev/qemu-fsdev-throttle.c                        |     5 +-
 fsdev/qemu-fsdev-throttle.h                        |     1 -
 fsdev/qemu-fsdev.c                                 |     9 +-
 fsdev/qemu-fsdev.h                                 |     1 -
 fsdev/virtfs-proxy-helper.c                        |    15 +-
 gdbstub.c                                          |   164 +-
 hmp-commands-info.hx                               |    39 +-
 hmp-commands.hx                                    |   179 +-
 hmp.c                                              |   216 +-
 hmp.h                                              |    10 +-
 hw/9pfs/9p-handle.c                                |    63 +-
 hw/9pfs/9p-local.c                                 |    81 +-
 hw/9pfs/9p-proxy.c                                 |    38 +-
 hw/9pfs/9p-synth.c                                 |    55 +-
 hw/9pfs/9p-synth.h                                 |    13 +
 hw/9pfs/9p-util.c                                  |    33 +
 hw/9pfs/9p-util.h                                  |     4 +
 hw/9pfs/9p-xattr.c                                 |    33 -
 hw/9pfs/9p-xattr.h                                 |     5 +-
 hw/9pfs/9p.c                                       |    95 +-
 hw/9pfs/9p.h                                       |    28 +-
 hw/9pfs/Makefile.objs                              |     6 +-
 hw/9pfs/trace-events                               |     3 +
 hw/9pfs/virtio-9p-device.c                         |    58 +-
 hw/9pfs/xen-9p-backend.c                           |    38 +-
 hw/Makefile.objs                                   |     3 +-
 hw/acpi/acpi-stub.c                                |     2 +-
 hw/acpi/aml-build.c                                |   142 +-
 hw/acpi/core.c                                     |     8 +-
 hw/acpi/cpu.c                                      |     2 +-
 hw/acpi/ipmi-stub.c                                |     1 +
 hw/acpi/memory_hotplug.c                           |     3 +-
 hw/acpi/nvdimm.c                                   |    52 +-
 hw/acpi/pcihp.c                                    |     5 +-
 hw/acpi/piix4.c                                    |     8 +-
 hw/acpi/vmgenid.c                                  |    33 +-
 hw/adc/stm32f2xx_adc.c                             |     3 +-
 hw/alpha/dp264.c                                   |    17 +-
 hw/alpha/typhoon.c                                 |    28 +-
 hw/arm/Makefile.objs                               |    36 +-
 hw/arm/allwinner-a10.c                             |    35 +-
 hw/arm/armv7m.c                                    |    72 +-
 hw/arm/aspeed.c                                    |    91 +-
 hw/arm/aspeed_soc.c                                |    84 +-
 hw/arm/bcm2835_peripherals.c                       |    27 +-
 hw/arm/bcm2836.c                                   |    93 +-
 hw/arm/boot.c                                      |   342 +-
 hw/arm/collie.c                                    |     1 -
 hw/arm/digic.c                                     |     2 +-
 hw/arm/exynos4210.c                                |    20 +-
 hw/arm/fsl-imx25.c                                 |    44 +-
 hw/arm/fsl-imx31.c                                 |    40 +-
 hw/arm/fsl-imx6.c                                  |    95 +-
 hw/arm/fsl-imx7.c                                  |   550 +
 hw/arm/gumstix.c                                   |    14 +-
 hw/arm/highbank.c                                  |     5 +-
 hw/arm/integratorcp.c                              |    27 +-
 hw/arm/iotkit.c                                    |   679 +
 hw/arm/kzm.c                                       |     4 +-
 hw/arm/mainstone.c                                 |     8 +-
 hw/arm/mcimx7d-sabre.c                             |    88 +
 hw/arm/mps2-tz.c                                   |   533 +
 hw/arm/mps2.c                                      |     6 +-
 hw/arm/msf2-soc.c                                  |    26 +-
 hw/arm/msf2-som.c                                  |     8 +-
 hw/arm/musicpal.c                                  |    13 +-
 hw/arm/nseries.c                                   |     3 +-
 hw/arm/omap1.c                                     |    81 +-
 hw/arm/omap2.c                                     |    33 +-
 hw/arm/omap_sx1.c                                  |     3 +-
 hw/arm/palm.c                                      |    14 +-
 hw/arm/pxa2xx.c                                    |    81 +-
 hw/arm/pxa2xx_gpio.c                               |     6 +-
 hw/arm/pxa2xx_pic.c                                |     4 +-
 hw/arm/raspi.c                                     |   122 +-
 hw/arm/realview.c                                  |     9 +-
 hw/arm/smmu-common.c                               |   486 +
 hw/arm/smmu-internal.h                             |    99 +
 hw/arm/smmuv3-internal.h                           |   629 +
 hw/arm/smmuv3.c                                    |  1538 ++
 hw/arm/spitz.c                                     |    20 +-
 hw/arm/stellaris.c                                 |    33 +-
 hw/arm/stm32f205_soc.c                             |    31 +-
 hw/arm/strongarm.c                                 |     2 +-
 hw/arm/sysbus-fdt.c                                |   125 +-
 hw/arm/tosa.c                                      |    11 +-
 hw/arm/trace-events                                |    58 +
 hw/arm/versatilepb.c                               |     9 +-
 hw/arm/vexpress.c                                  |    23 +-
 hw/arm/virt-acpi-build.c                           |   148 +-
 hw/arm/virt.c                                      |   496 +-
 hw/arm/xilinx_zynq.c                               |    58 +-
 hw/arm/xlnx-zcu102.c                               |    88 +-
 hw/arm/xlnx-zynqmp.c                               |   184 +-
 hw/arm/z2.c                                        |    10 +-
 hw/audio/cs4231a.c                                 |     8 +-
 hw/audio/fmopl.c                                   |     1 -
 hw/audio/fmopl.h                                   |     1 -
 hw/audio/gus.c                                     |     7 +-
 hw/audio/hda-codec.c                               |   299 +-
 hw/audio/intel-hda.c                               |    35 +-
 hw/audio/marvell_88w8618.c                         |     1 +
 hw/audio/pcspk.c                                   |     1 -
 hw/audio/sb16.c                                    |    88 +-
 hw/audio/trace-events                              |     6 +
 hw/audio/wm8750.c                                  |    18 +-
 hw/block/Makefile.objs                             |     5 +-
 hw/block/block.c                                   |    16 +-
 hw/block/dataplane/virtio-blk.c                    |    58 +-
 hw/block/dataplane/virtio-blk.h                    |     2 +-
 hw/block/fdc.c                                     |    37 +-
 hw/block/hd-geometry.c                             |     1 +
 hw/block/m25p80.c                                  |    89 +-
 hw/block/nand.c                                    |     4 +-
 hw/block/nvme.c                                    |   421 +-
 hw/block/nvme.h                                    |   700 +-
 hw/block/onenand.c                                 |    10 +-
 hw/block/pflash_cfi01.c                            |    53 +-
 hw/block/pflash_cfi02.c                            |   125 +-
 hw/block/tc58128.c                                 |     3 +-
 hw/block/trace-events                              |   117 +
 hw/block/vhost-user-blk.c                          |   372 +
 hw/block/virtio-blk.c                              |    31 +-
 hw/block/xen_disk.c                                |   664 +-
 hw/bt/core.c                                       |    15 +-
 hw/bt/hci-csr.c                                    |    21 +-
 hw/bt/hci.c                                        |    46 +-
 hw/bt/hid.c                                        |     4 +-
 hw/bt/l2cap.c                                      |    49 +-
 hw/bt/sdp.c                                        |    11 +-
 hw/char/Makefile.objs                              |     3 +-
 hw/char/bcm2835_aux.c                              |     4 +-
 hw/char/cadence_uart.c                             |     2 +-
 hw/char/cmsdk-apb-uart.c                           |     2 +
 hw/char/debugcon.c                                 |     1 -
 hw/char/digic-uart.c                               |     4 +-
 hw/char/escc.c                                     |   335 +-
 hw/char/exynos4210_uart.c                          |    20 -
 hw/char/imx_serial.c                               |    49 +-
 hw/char/mcf_uart.c                                 |     2 -
 hw/char/parallel-isa.c                             |    36 +
 hw/char/parallel.c                                 |    68 +-
 hw/char/sclpconsole-lm.c                           |    10 +-
 hw/char/sclpconsole.c                              |    10 +-
 hw/char/serial-isa.c                               |    14 +-
 hw/char/serial.c                                   |    57 +-
 hw/char/sh_serial.c                                |     1 -
 hw/char/stm32f2xx_usart.c                          |    14 +-
 hw/char/terminal3270.c                             |    28 +-
 hw/char/trace-events                               |     8 +
 hw/char/virtio-console.c                           |     3 +-
 hw/char/virtio-serial-bus.c                        |     7 +-
 hw/char/xen_console.c                              |    12 +-
 hw/core/Makefile.objs                              |     6 +-
 hw/core/generic-loader.c                           |     2 +-
 hw/core/hotplug.c                                  |    10 +
 hw/core/loader-fit.c                               |     4 +-
 hw/core/loader.c                                   |    56 +-
 hw/core/machine.c                                  |    95 +-
 hw/core/null-machine.c                             |     6 +-
 hw/core/or-irq.c                                   |    39 +-
 hw/core/platform-bus.c                             |    30 +-
 hw/core/ptimer.c                                   |    22 +-
 hw/core/qdev-fw.c                                  |    96 +
 hw/core/qdev-properties-system.c                   |    81 +-
 hw/core/qdev-properties.c                          |    75 +-
 hw/core/qdev.c                                     |   172 +-
 hw/core/register.c                                 |    10 +-
 hw/core/split-irq.c                                |    89 +
 hw/core/sysbus.c                                   |    20 +-
 hw/cpu/a15mpcore.c                                 |     8 +-
 hw/cpu/a9mpcore.c                                  |    18 +-
 hw/cpu/arm11mpcore.c                               |    14 +-
 hw/cpu/core.c                                      |     1 +
 hw/cpu/realview_mpcore.c                           |     8 +-
 hw/cris/axis_dev88.c                               |     6 +-
 hw/display/Makefile.objs                           |    13 +-
 hw/display/bcm2835_fb.c                            |     2 +-
 hw/display/blizzard.c                              |    18 +-
 hw/display/bochs-display.c                         |   366 +
 hw/display/cg3.c                                   |     3 +-
 hw/display/cirrus_vga.c                            |    20 +-
 hw/display/dpcd.c                                  |     2 +-
 hw/display/exynos4210_fimd.c                       |     3 +-
 hw/display/framebuffer.c                           |     1 -
 hw/display/g364fb.c                                |    16 +-
 hw/display/milkymist-tmu2.c                        |     1 +
 hw/display/omap_dss.c                              |     6 +-
 hw/display/pl110.c                                 |    30 +-
 hw/display/pxa2xx_lcd.c                            |    14 +-
 hw/display/qxl-render.c                            |     9 +-
 hw/display/qxl.c                                   |    35 +-
 hw/display/qxl.h                                   |     3 +-
 hw/display/ramfb-standalone.c                      |    62 +
 hw/display/ramfb.c                                 |    96 +
 hw/display/sii9022.c                               |   191 +
 hw/display/sm501.c                                 |   302 +-
 hw/display/ssd0303.c                               |     9 +-
 hw/display/tc6393xb.c                              |     4 +-
 hw/display/tcx.c                                   |     2 -
 hw/display/trace-events                            |     5 +
 hw/display/vga-isa-mm.c                            |    12 +-
 hw/display/vga-isa.c                               |     6 +-
 hw/display/vga-pci.c                               |    45 +-
 hw/display/vga.c                                   |    79 +-
 hw/display/vga.h                                   |   159 -
 hw/display/vga_int.h                               |    42 +-
 hw/display/vga_regs.h                              |   159 +
 hw/display/virtio-gpu-3d.c                         |    16 +-
 hw/display/virtio-gpu-pci.c                        |    10 +-
 hw/display/virtio-gpu.c                            |    85 +-
 hw/display/virtio-vga.c                            |    16 +-
 hw/display/vmware_vga.c                            |     8 +-
 hw/display/xenfb.c                                 |   303 +-
 hw/display/xlnx_dp.c                               |    17 +-
 hw/dma/Makefile.objs                               |     3 +-
 hw/dma/i82374.c                                    |    10 +-
 hw/dma/i8257.c                                     |     4 +-
 hw/dma/omap_dma.c                                  |    74 +-
 hw/dma/pl330.c                                     |     2 +-
 hw/dma/pxa2xx_dma.c                                |    14 +-
 hw/dma/rc4030.c                                    |     2 +-
 hw/dma/soc_dma.c                                   |    36 +-
 hw/dma/sparc32_dma.c                               |     2 +-
 hw/dma/sun4m_iommu.c                               |   406 -
 hw/dma/trace-events                                |    10 -
 hw/dma/xilinx_axidma.c                             |     4 +-
 hw/dma/xlnx-zdma.c                                 |   836 +
 hw/dma/xlnx-zynq-devcfg.c                          |     2 +-
 hw/dma/xlnx_dpdma.c                                |     2 +-
 hw/gpio/max7310.c                                  |    17 +-
 hw/gpio/omap_gpio.c                                |     2 +-
 hw/hppa/Makefile.objs                              |     1 +
 hw/hppa/dino.c                                     |   517 +
 hw/hppa/hppa_hardware.h                            |    40 +
 hw/hppa/hppa_sys.h                                 |    23 +
 hw/hppa/machine.c                                  |   282 +
 hw/hppa/pci.c                                      |    90 +
 hw/hppa/trace-events                               |     4 +
 hw/i2c/Makefile.objs                               |     2 +-
 hw/i2c/core.c                                      |    56 +-
 hw/i2c/i2c-ddc.c                                   |     6 +-
 hw/i2c/omap_i2c.c                                  |    20 +-
 hw/i2c/pm_smbus.c                                  |    17 +-
 hw/i2c/ppc4xx_i2c.c                                |   308 +-
 hw/i2c/smbus.c                                     |     9 -
 hw/i2c/smbus_eeprom.c                              |    21 +-
 hw/i2c/smbus_ich9.c                                |     1 -
 hw/i2c/trace-events                                |     7 +
 hw/i386/Makefile.objs                              |     6 +-
 hw/i386/acpi-build.c                               |   374 +-
 hw/i386/amd_iommu.c                                |    20 +-
 hw/i386/amd_iommu.h                                |     9 +-
 hw/i386/intel_iommu.c                              |   529 +-
 hw/i386/intel_iommu_internal.h                     |    43 +-
 hw/i386/kvm/clock.c                                |    16 +-
 hw/i386/kvm/i8254.c                                |     6 +-
 hw/i386/kvm/i8259.c                                |     8 +-
 hw/i386/kvm/ioapic.c                               |    13 +-
 hw/i386/kvmvapic.c                                 |     1 -
 hw/i386/multiboot.c                                |   129 +-
 hw/i386/pc.c                                       |   321 +-
 hw/i386/pc_piix.c                                  |    52 +-
 hw/i386/pc_q35.c                                   |    47 +-
 hw/i386/pc_sysfw.c                                 |    24 +-
 hw/i386/trace-events                               |     9 +-
 hw/i386/vmmouse.c                                  |   304 +
 hw/i386/vmport.c                                   |   180 +
 hw/i386/x86-iommu.c                                |    13 +
 hw/i386/xen/trace-events                           |     3 +
 hw/i386/xen/xen-hvm.c                              |   330 +-
 hw/i386/xen/xen-mapcache.c                         |     8 +-
 hw/i386/xen/xen_platform.c                         |    13 +-
 hw/i386/xen/xen_pvdevice.c                         |    11 +
 hw/ide/Makefile.objs                               |     1 +
 hw/ide/ahci-allwinner.c                            |     6 +-
 hw/ide/ahci.c                                      |   409 +-
 hw/ide/ahci_internal.h                             |    72 +-
 hw/ide/atapi.c                                     |    44 +-
 hw/ide/cmd646.c                                    |     2 -
 hw/ide/core.c                                      |   105 +-
 hw/ide/ich.c                                       |     4 +-
 hw/ide/isa.c                                       |     2 -
 hw/ide/macio.c                                     |     2 +-
 hw/ide/microdrive.c                                |     6 +-
 hw/ide/mmio.c                                      |     1 -
 hw/ide/pci.c                                       |     2 -
 hw/ide/piix.c                                      |     2 +-
 hw/ide/qdev.c                                      |    12 +-
 hw/ide/sii3112.c                                   |   356 +
 hw/ide/trace-events                                |    24 +-
 hw/ide/via.c                                       |     2 -
 hw/input/Makefile.objs                             |     9 +-
 hw/input/adb-internal.h                            |    49 +
 hw/input/adb-kbd.c                                 |   407 +
 hw/input/adb-mouse.c                               |   262 +
 hw/input/adb.c                                     |   629 +-
 hw/input/hid.c                                     |     8 +-
 hw/input/lm832x.c                                  |    15 +-
 hw/input/pckbd.c                                   |    20 +-
 hw/input/ps2.c                                     |   564 +-
 hw/input/pxa2xx_keypad.c                           |     6 +-
 hw/input/trace-events                              |    17 +
 hw/input/tsc2005.c                                 |    20 +-
 hw/input/tsc210x.c                                 |     4 +-
 hw/input/virtio-input-hid.c                        |   144 +-
 hw/input/vmmouse.c                                 |   304 -
 hw/intc/Makefile.objs                              |     4 +-
 hw/intc/apic.c                                     |    12 +
 hw/intc/arm_gic.c                                  |    50 +-
 hw/intc/arm_gic_kvm.c                              |    12 +-
 hw/intc/arm_gicv3.c                                |    15 +-
 hw/intc/arm_gicv3_common.c                         |   127 +-
 hw/intc/arm_gicv3_cpuif.c                          |    30 +-
 hw/intc/arm_gicv3_dist.c                           |     3 +-
 hw/intc/arm_gicv3_its_common.c                     |     2 -
 hw/intc/arm_gicv3_its_kvm.c                        |    54 +-
 hw/intc/arm_gicv3_kvm.c                            |   109 +-
 hw/intc/arm_gicv3_redist.c                         |     3 +-
 hw/intc/armv7m_nvic.c                              |   347 +-
 hw/intc/exynos4210_gic.c                           |     6 +-
 hw/intc/grlib_irqmp.c                              |    17 +-
 hw/intc/heathrow_pic.c                             |   155 +-
 hw/intc/i8259.c                                    |    89 +-
 hw/intc/i8259_common.c                             |    49 +
 hw/intc/imx_gpcv2.c                                |   125 +
 hw/intc/ioapic.c                                   |    17 +-
 hw/intc/ioapic_common.c                            |    47 +-
 hw/intc/lm32_pic.c                                 |     1 -
 hw/intc/omap_intc.c                                |     2 +-
 hw/intc/openpic.c                                  |   259 +-
 hw/intc/openpic_kvm.c                              |     5 +-
 hw/intc/realview_gic.c                             |     7 +-
 hw/intc/s390_flic.c                                |   257 +-
 hw/intc/s390_flic_kvm.c                            |    84 +-
 hw/intc/slavio_intctl.c                            |     1 -
 hw/intc/trace-events                               |    21 +-
 hw/intc/xics.c                                     |   220 +-
 hw/intc/xics_kvm.c                                 |   138 +-
 hw/intc/xics_pnv.c                                 |    16 +-
 hw/intc/xics_spapr.c                               |   117 -
 hw/intc/xlnx-pmu-iomod-intc.c                      |   554 +
 hw/intc/xlnx-zynqmp-ipi.c                          |   377 +
 hw/ipack/tpci200.c                                 |     5 +-
 hw/ipmi/ipmi.c                                     |     5 +-
 hw/ipmi/ipmi_bmc_extern.c                          |    10 +-
 hw/ipmi/ipmi_bmc_sim.c                             |    58 +-
 hw/ipmi/isa_ipmi_bt.c                              |    13 +-
 hw/ipmi/isa_ipmi_kcs.c                             |    82 +-
 hw/isa/Makefile.objs                               |     1 +
 hw/isa/apm.c                                       |     1 -
 hw/isa/i82378.c                                    |     5 +-
 hw/isa/isa-bus.c                                   |    33 +-
 hw/isa/isa-superio.c                               |   213 +
 hw/isa/lpc_ich9.c                                  |    11 +-
 hw/isa/pc87312.c                                   |   178 +-
 hw/isa/smc37c669-superio.c                         |   115 +
 hw/isa/trace-events                                |    10 +-
 hw/isa/vt82c686.c                                  |    25 +-
 hw/lm32/lm32_boards.c                              |    29 +-
 hw/lm32/milkymist.c                                |    22 +-
 hw/m68k/mcf5206.c                                  |    53 +-
 hw/m68k/mcf5208.c                                  |    11 +-
 hw/m68k/mcf_intc.c                                 |     1 -
 hw/mem/Makefile.objs                               |     1 +
 hw/mem/memory-device.c                             |   281 +
 hw/mem/nvdimm.c                                    |    70 +-
 hw/mem/pc-dimm.c                                   |   319 +-
 hw/microblaze/Makefile.objs                        |     1 +
 hw/microblaze/boot.c                               |     2 +-
 hw/microblaze/petalogix_ml605_mmu.c                |    10 +-
 hw/microblaze/petalogix_s3adsp1800_mmu.c           |    10 +-
 hw/microblaze/xlnx-zynqmp-pmu.c                    |   202 +
 hw/mips/boston.c                                   |    55 +-
 hw/mips/gt64xxx_pci.c                              |    14 +-
 hw/mips/mips_fulong2e.c                            |   106 +-
 hw/mips/mips_jazz.c                                |    46 +-
 hw/mips/mips_malta.c                               |    92 +-
 hw/mips/mips_mipssim.c                             |    15 +-
 hw/mips/mips_r4k.c                                 |    38 +-
 hw/misc/Makefile.objs                              |    15 +-
 hw/misc/arm_integrator_debug.c                     |     1 -
 hw/misc/aspeed_scu.c                               |   149 +-
 hw/misc/aspeed_sdmc.c                              |     8 +-
 hw/misc/auxbus.c                                   |    23 +-
 hw/misc/cbus.c                                     |    12 +-
 hw/misc/edu.c                                      |     3 +-
 hw/misc/exynos4210_rng.c                           |     1 +
 hw/misc/hyperv_testdev.c                           |    16 +-
 hw/misc/imx2_wdt.c                                 |    89 +
 hw/misc/imx6_ccm.c                                 |     2 +-
 hw/misc/imx7_ccm.c                                 |   277 +
 hw/misc/imx7_gpr.c                                 |   124 +
 hw/misc/imx7_snvs.c                                |    83 +
 hw/misc/iotkit-secctl.c                            |   738 +
 hw/misc/ivshmem.c                                  |    86 +-
 hw/misc/macio/Makefile.objs                        |     2 +
 hw/misc/macio/cuda.c                               |   659 +-
 hw/misc/macio/gpio.c                               |   231 +
 hw/misc/macio/mac_dbdma.c                          |    25 +-
 hw/misc/macio/macio.c                              |   287 +-
 hw/misc/macio/pmu.c                                |   870 ++
 hw/misc/macio/trace-events                         |    43 +
 hw/misc/mips_cmgcr.c                               |     1 -
 hw/misc/mips_itu.c                                 |    11 +-
 hw/misc/mmio_interface.c                           |     2 +-
 hw/misc/mos6522.c                                  |   488 +
 hw/misc/mps2-fpgaio.c                              |   176 +
 hw/misc/mps2-scc.c                                 |     1 -
 hw/misc/omap_clk.c                                 |     4 +-
 hw/misc/omap_gpmc.c                                |     6 +-
 hw/misc/omap_l4.c                                  |     4 +-
 hw/misc/omap_sdrc.c                                |     2 +-
 hw/misc/omap_tap.c                                 |     6 +-
 hw/misc/pca9552.c                                  |   240 +
 hw/misc/pvpanic.c                                  |    12 +-
 hw/misc/sga.c                                      |     3 +-
 hw/misc/stm32f2xx_syscfg.c                         |     2 +-
 hw/misc/tmp105.c                                   |     9 +-
 hw/misc/tmp421.c                                   |     8 +-
 hw/misc/trace-events                               |    47 +-
 hw/misc/tz-mpc.c                                   |   628 +
 hw/misc/tz-ppc.c                                   |   302 +
 hw/misc/unimp.c                                    |    10 -
 hw/misc/vmcoreinfo.c                               |     3 +
 hw/misc/vmport.c                                   |   181 -
 hw/misc/zynq_slcr.c                                |     2 +-
 hw/moxie/moxiesim.c                                |    30 +-
 hw/net/Makefile.objs                               |     4 +-
 hw/net/cadence_gem.c                               |     2 +-
 hw/net/can/Makefile.objs                           |     4 +
 hw/net/can/can_kvaser_pci.c                        |   319 +
 hw/net/can/can_mioe3680_pci.c                      |   262 +
 hw/net/can/can_pcm3680_pci.c                       |   263 +
 hw/net/can/can_sja1000.c                           |   957 ++
 hw/net/can/can_sja1000.h                           |   146 +
 hw/net/dp8393x.c                                   |     2 +-
 hw/net/e1000.c                                     |   170 +-
 hw/net/e1000e.c                                    |    14 +-
 hw/net/e1000e_core.c                               |    31 +-
 hw/net/e1000e_core.h                               |     4 +
 hw/net/e1000x_common.c                             |     3 +-
 hw/net/e1000x_common.h                             |     2 -
 hw/net/eepro100.c                                  |    35 +-
 hw/net/etraxfs_eth.c                               |     8 +-
 hw/net/fsl_etsec/etsec.c                           |    68 +-
 hw/net/fsl_etsec/etsec.h                           |     2 +
 hw/net/fsl_etsec/registers.h                       |    10 +
 hw/net/fsl_etsec/rings.c                           |    12 +-
 hw/net/ftgmac100.c                                 |    69 +-
 hw/net/imx_fec.c                                   |   238 +-
 hw/net/lan9118.c                                   |     3 +-
 hw/net/lance.c                                     |     5 +-
 hw/net/mcf_fec.c                                   |     1 -
 hw/net/ne2000-isa.c                                |     7 +-
 hw/net/ne2000.c                                    |    31 +-
 hw/net/ne2000.h                                    |     8 +-
 hw/net/net_tx_pkt.c                                |     2 +-
 hw/net/opencores_eth.c                             |     3 +-
 hw/net/pcnet-pci.c                                 |     1 -
 hw/net/pcnet.c                                     |    43 +-
 hw/net/rocker/qmp-norocker.c                       |     3 +-
 hw/net/rocker/rocker.c                             |     3 +-
 hw/net/rocker/rocker_fp.c                          |     3 +-
 hw/net/rocker/rocker_of_dpa.c                      |     5 +-
 hw/net/rtl8139.c                                   |     4 +-
 hw/net/smc91c111.c                                 |    75 +-
 hw/net/stellaris_enet.c                            |    11 +-
 hw/net/sungem.c                                    |     5 +-
 hw/net/sunhme.c                                    |    25 +-
 hw/net/trace-events                                |    11 +
 hw/net/virtio-net.c                                |    98 +-
 hw/net/vmxnet3.c                                   |     6 +-
 hw/net/xen_nic.c                                   |    33 +-
 hw/net/xgmac.c                                     |     1 -
 hw/net/xilinx_axienet.c                            |     4 +-
 hw/nios2/10m50_devboard.c                          |     4 +-
 hw/nios2/boot.c                                    |     7 +-
 hw/nios2/cpu_pic.c                                 |     1 -
 hw/nvram/Makefile.objs                             |     1 +
 hw/nvram/ds1225y.c                                 |     4 +-
 hw/nvram/eeprom_at24c.c                            |   202 +
 hw/nvram/fw_cfg.c                                  |    20 +-
 hw/nvram/spapr_nvram.c                             |    11 +-
 hw/openrisc/openrisc_sim.c                         |     6 +-
 hw/pci-bridge/Makefile.objs                        |     2 +
 hw/pci-bridge/gen_pcie_root_port.c                 |     4 +-
 hw/pci-bridge/i82801b11.c                          |     4 +-
 hw/pci-bridge/ioh3420.c                            |     2 +-
 hw/pci-bridge/pci_bridge_dev.c                     |     1 +
 hw/pci-bridge/pci_expander_bridge.c                |    22 +-
 hw/pci-bridge/pcie_pci_bridge.c                    |     3 +-
 hw/pci-bridge/pcie_root_port.c                     |     1 -
 hw/pci-bridge/simba.c                              |   101 +
 hw/pci-bridge/xio3130_downstream.c                 |     2 +-
 hw/pci-bridge/xio3130_upstream.c                   |     3 +-
 hw/pci-host/Makefile.objs                          |     4 +-
 hw/pci-host/apb.c                                  |   942 --
 hw/pci-host/bonito.c                               |    16 +-
 hw/pci-host/designware.c                           |   754 +
 hw/pci-host/gpex.c                                 |     6 +-
 hw/pci-host/grackle.c                              |   122 +-
 hw/pci-host/piix.c                                 |    59 +-
 hw/pci-host/ppce500.c                              |    11 +-
 hw/pci-host/prep.c                                 |     7 +-
 hw/pci-host/q35.c                                  |    24 +-
 hw/pci-host/sabre.c                                |   529 +
 hw/pci-host/trace-events                           |    22 +
 hw/pci-host/uninorth.c                             |   446 +-
 hw/pci-host/versatile.c                            |     9 +-
 hw/pci-host/xilinx-pcie.c                          |    38 +-
 hw/pci/pci-stub.c                                  |     3 +-
 hw/pci/pci.c                                       |   232 +-
 hw/pci/pci_bridge.c                                |    30 +-
 hw/pci/pcie.c                                      |     5 +-
 hw/pci/pcie_aer.c                                  |     7 +-
 hw/pci/shpc.c                                      |    13 +-
 hw/ppc/Makefile.objs                               |     6 +-
 hw/ppc/e500.c                                      |   346 +-
 hw/ppc/e500.h                                      |    34 +-
 hw/ppc/e500plat.c                                  |    99 +-
 hw/ppc/fdt.c                                       |     8 +-
 hw/ppc/mac.h                                       |   136 +-
 hw/ppc/mac_newworld.c                              |   236 +-
 hw/ppc/mac_oldworld.c                              |    85 +-
 hw/ppc/mpc8544ds.c                                 |    47 +-
 hw/ppc/pnv.c                                       |   523 +-
 hw/ppc/pnv_bmc.c                                   |     3 +-
 hw/ppc/pnv_core.c                                  |   120 +-
 hw/ppc/pnv_lpc.c                                   |    66 +-
 hw/ppc/pnv_psi.c                                   |     4 +-
 hw/ppc/pnv_xscom.c                                 |    19 +-
 hw/ppc/ppc.c                                       |     1 -
 hw/ppc/ppc405_boards.c                             |    39 +-
 hw/ppc/ppc405_uc.c                                 |    23 +-
 hw/ppc/ppc440.h                                    |    27 +
 hw/ppc/ppc440_bamboo.c                             |    38 +-
 hw/ppc/ppc440_pcix.c                               |   526 +
 hw/ppc/ppc440_uc.c                                 |  1383 ++
 hw/ppc/ppc4xx_devs.c                               |    22 +-
 hw/ppc/ppc4xx_pci.c                                |     6 +-
 hw/ppc/ppce500_spin.c                              |     3 +-
 hw/ppc/prep.c                                      |    22 +-
 hw/ppc/rs6000_mc.c                                 |    13 +-
 hw/ppc/sam460ex.c                                  |   615 +
 hw/ppc/spapr.c                                     |  1067 +-
 hw/ppc/spapr_caps.c                                |   354 +-
 hw/ppc/spapr_cpu_core.c                            |   309 +-
 hw/ppc/spapr_drc.c                                 |     6 +-
 hw/ppc/spapr_events.c                              |    36 +-
 hw/ppc/spapr_hcall.c                               |   155 +-
 hw/ppc/spapr_iommu.c                               |    23 +-
 hw/ppc/spapr_ovec.c                                |    12 +-
 hw/ppc/spapr_pci.c                                 |    49 +-
 hw/ppc/spapr_pci_vfio.c                            |    48 -
 hw/ppc/spapr_rtas.c                                |   118 +-
 hw/ppc/spapr_rtas_ddw.c                            |     5 +-
 hw/ppc/spapr_rtc.c                                 |     5 +-
 hw/ppc/spapr_vio.c                                 |    44 +-
 hw/ppc/trace-events                                |    16 +-
 hw/ppc/virtex_ml507.c                              |    24 +-
 hw/rdma/Makefile.objs                              |     5 +
 hw/rdma/rdma_backend.c                             |   831 +
 hw/rdma/rdma_backend.h                             |   100 +
 hw/rdma/rdma_backend_defs.h                        |    62 +
 hw/rdma/rdma_rm.c                                  |   560 +
 hw/rdma/rdma_rm.h                                  |    72 +
 hw/rdma/rdma_rm_defs.h                             |   103 +
 hw/rdma/rdma_utils.c                               |    51 +
 hw/rdma/rdma_utils.h                               |    43 +
 hw/rdma/trace-events                               |     5 +
 hw/rdma/vmw/pvrdma.h                               |   123 +
 hw/rdma/vmw/pvrdma_cmd.c                           |   700 +
 hw/rdma/vmw/pvrdma_dev_ring.c                      |   155 +
 hw/rdma/vmw/pvrdma_dev_ring.h                      |    42 +
 hw/rdma/vmw/pvrdma_main.c                          |   656 +
 hw/rdma/vmw/pvrdma_qp_ops.c                        |   223 +
 hw/rdma/vmw/pvrdma_qp_ops.h                        |    27 +
 hw/rdma/vmw/trace-events                           |     5 +
 hw/riscv/Makefile.objs                             |    11 +
 hw/riscv/riscv_hart.c                              |    82 +
 hw/riscv/riscv_htif.c                              |   261 +
 hw/riscv/sifive_clint.c                            |   251 +
 hw/riscv/sifive_e.c                                |   245 +
 hw/riscv/sifive_plic.c                             |   501 +
 hw/riscv/sifive_prci.c                             |    89 +
 hw/riscv/sifive_test.c                             |    93 +
 hw/riscv/sifive_u.c                                |   409 +
 hw/riscv/sifive_uart.c                             |   176 +
 hw/riscv/spike.c                                   |   364 +
 hw/riscv/virt.c                                    |   397 +
 hw/s390x/3270-ccw.c                                |     2 +-
 hw/s390x/Makefile.objs                             |     3 +
 hw/s390x/ccw-device.c                              |     8 +
 hw/s390x/css-bridge.c                              |    13 +
 hw/s390x/css.c                                     |    65 +-
 hw/s390x/event-facility.c                          |   175 +-
 hw/s390x/ipl.c                                     |   290 +-
 hw/s390x/ipl.h                                     |    47 +-
 hw/s390x/s390-ccw.c                                |     7 +-
 hw/s390x/s390-pci-bus.c                            |   263 +-
 hw/s390x/s390-pci-bus.h                            |    18 +
 hw/s390x/s390-pci-inst.c                           |   449 +-
 hw/s390x/s390-pci-inst.h                           |    22 +-
 hw/s390x/s390-skeys.c                              |     7 +-
 hw/s390x/s390-stattrib-kvm.c                       |     3 +-
 hw/s390x/s390-stattrib.c                           |    41 +-
 hw/s390x/s390-virtio-ccw.c                         |   233 +-
 hw/s390x/sclp.c                                    |   316 +-
 hw/s390x/sclpcpu.c                                 |     4 +-
 hw/s390x/sclpquiesce.c                             |     4 +-
 hw/s390x/tod-kvm.c                                 |    64 +
 hw/s390x/tod-qemu.c                                |    87 +
 hw/s390x/tod.c                                     |   130 +
 hw/s390x/virtio-ccw.c                              |    86 +-
 hw/s390x/virtio-ccw.h                              |     3 +-
 hw/scsi/Makefile.objs                              |     2 +-
 hw/scsi/esp.c                                      |    32 +-
 hw/scsi/lsi53c895a.c                               |     9 +-
 hw/scsi/megasas.c                                  |     6 +-
 hw/scsi/mptendian.c                                |     1 -
 hw/scsi/mptsas.c                                   |     3 +-
 hw/scsi/scsi-bus.c                                 |    79 +-
 hw/scsi/scsi-disk.c                                |   472 +-
 hw/scsi/scsi-generic.c                             |   242 +-
 hw/scsi/spapr_vscsi.c                              |     3 +-
 hw/scsi/vhost-scsi-common.c                        |     2 -
 hw/scsi/vhost-user-scsi.c                          |    21 +-
 hw/scsi/virtio-scsi-dataplane.c                    |    15 +-
 hw/scsi/virtio-scsi.c                              |    11 +-
 hw/scsi/vmw_pvscsi.c                               |     6 +-
 hw/sd/Makefile.objs                                |     2 +-
 hw/sd/bcm2835_sdhost.c                             |    81 +-
 hw/sd/core.c                                       |    62 +-
 hw/sd/milkymist-memcard.c                          |    84 +-
 hw/sd/omap_mmc.c                                   |    47 +-
 hw/sd/pl181.c                                      |    12 +-
 hw/sd/pxa2xx_mmci.c                                |    78 +-
 hw/sd/sd.c                                         |   566 +-
 hw/sd/sdhci-internal.h                             |    93 +-
 hw/sd/sdhci.c                                      |   874 +-
 hw/sd/sdmmc-internal.c                             |    72 +
 hw/sd/sdmmc-internal.h                             |    39 +
 hw/sd/ssi-sd.c                                     |    39 +-
 hw/sd/trace-events                                 |    53 +
 hw/sh4/r2d.c                                       |     6 +-
 hw/sh4/sh7750.c                                    |    49 +-
 hw/sh4/sh_pci.c                                    |    12 +-
 hw/smbios/smbios-stub.c                            |     2 +-
 hw/smbios/smbios.c                                 |    86 +-
 hw/smbios/smbios_build.h                           |    12 +
 hw/smbios/smbios_type_38-stub.c                    |     1 +
 hw/sparc/Makefile.objs                             |     2 +-
 hw/sparc/leon3.c                                   |    26 +-
 hw/sparc/sun4m.c                                   |   134 +-
 hw/sparc/sun4m_iommu.c                             |   408 +
 hw/sparc/trace-events                              |    10 +
 hw/sparc64/Makefile.objs                           |     1 +
 hw/sparc64/niagara.c                               |    12 +-
 hw/sparc64/sparc64.c                               |    87 +-
 hw/sparc64/sun4u.c                                 |   306 +-
 hw/sparc64/sun4u_iommu.c                           |   341 +
 hw/sparc64/trace-events                            |    27 +
 hw/ssi/aspeed_smc.c                                |    51 +-
 hw/ssi/mss-spi.c                                   |     2 +-
 hw/ssi/omap_spi.c                                  |    17 +-
 hw/ssi/stm32f2xx_spi.c                             |     3 +-
 hw/ssi/xilinx_spi.c                                |     2 +-
 hw/ssi/xilinx_spips.c                              |   999 +-
 hw/timer/Makefile.objs                             |     2 +
 hw/timer/a9gtimer.c                                |     2 +-
 hw/timer/aspeed_timer.c                            |    21 +-
 hw/timer/cadence_ttc.c                             |     2 +-
 hw/timer/cmsdk-apb-timer.c                         |    20 +-
 hw/timer/digic-timer.c                             |     4 +-
 hw/timer/hpet.c                                    |    30 +-
 hw/timer/i8254.c                                   |     4 +-
 hw/timer/i8254_common.c                            |     1 -
 hw/timer/imx_gpt.c                                 |    25 +
 hw/timer/m41t80.c                                  |   117 +
 hw/timer/m48t59-internal.h                         |     9 +-
 hw/timer/m48t59.c                                  |     5 +-
 hw/timer/mc146818rtc.c                             |     8 +-
 hw/timer/mss-timer.c                               |     2 +-
 hw/timer/omap_gptimer.c                            |     6 +-
 hw/timer/pxa2xx_timer.c                            |    17 +-
 hw/timer/sh_timer.c                                |     1 -
 hw/timer/slavio_timer.c                            |     1 -
 hw/timer/stm32f2xx_timer.c                         |     2 +-
 hw/timer/trace-events                              |     3 +
 hw/timer/twl92230.c                                |    17 +-
 hw/timer/xlnx-zynqmp-rtc.c                         |   272 +
 hw/tpm/Makefile.objs                               |     6 +-
 hw/tpm/tpm_crb.c                                   |   330 +
 hw/tpm/tpm_emulator.c                              |   521 +-
 hw/tpm/tpm_int.h                                   |    33 +-
 hw/tpm/tpm_ioctl.h                                 |    30 +-
 hw/tpm/tpm_passthrough.c                           |   174 +-
 hw/tpm/tpm_tis.c                                   |   448 +-
 hw/tpm/tpm_util.c                                  |   245 +-
 hw/tpm/tpm_util.h                                  |    51 +-
 hw/tpm/trace-events                                |    53 +
 hw/tricore/tricore_testboard.c                     |    15 +-
 hw/unicore32/puv3.c                                |    16 +-
 hw/usb/Makefile.objs                               |     3 +-
 hw/usb/bus.c                                       |    22 -
 hw/usb/ccid-card-emulated.c                        |    53 +-
 hw/usb/ccid-card-passthru.c                        |    23 +-
 hw/usb/ccid.h                                      |     6 +-
 hw/usb/chipidea.c                                  |   176 +
 hw/usb/combined-packet.c                           |     3 +-
 hw/usb/desc-msos.c                                 |     2 +-
 hw/usb/desc.c                                      |     4 +-
 hw/usb/dev-audio.c                                 |     2 +-
 hw/usb/dev-bluetooth.c                             |     6 +-
 hw/usb/dev-hid.c                                   |     2 +-
 hw/usb/dev-hub.c                                   |     2 +-
 hw/usb/dev-mtp.c                                   |   485 +-
 hw/usb/dev-network.c                               |    28 +-
 hw/usb/dev-serial.c                                |    32 +-
 hw/usb/dev-smartcard-reader.c                      |    88 +-
 hw/usb/dev-storage.c                               |   104 +-
 hw/usb/dev-uas.c                                   |     4 +-
 hw/usb/dev-wacom.c                                 |     2 +-
 hw/usb/hcd-ehci.c                                  |     3 +-
 hw/usb/hcd-musb.c                                  |     4 +-
 hw/usb/hcd-xhci.c                                  |    18 +-
 hw/usb/host-legacy.c                               |   144 -
 hw/usb/host-libusb.c                               |     7 +
 hw/usb/host-stub.c                                 |     6 -
 hw/usb/redirect.c                                  |     9 +-
 hw/usb/tusb6010.c                                  |    54 +-
 hw/usb/xen-usb.c                                   |    45 +-
 hw/vfio/Makefile.objs                              |     2 +-
 hw/vfio/amd-xgbe.c                                 |     4 +-
 hw/vfio/calxeda-xgmac.c                            |     4 +-
 hw/vfio/ccw.c                                      |    96 +-
 hw/vfio/common.c                                   |   136 +-
 hw/vfio/display.c                                  |   358 +
 hw/vfio/pci-quirks.c                               |   286 +-
 hw/vfio/pci.c                                      |   257 +-
 hw/vfio/pci.h                                      |    33 +-
 hw/vfio/platform.c                                 |     5 +-
 hw/vfio/trace-events                               |     7 +
 hw/virtio/Makefile.objs                            |    16 +-
 hw/virtio/trace-events                             |    21 +
 hw/virtio/vhost-stub.c                             |    10 +
 hw/virtio/vhost-user.c                             |  1051 +-
 hw/virtio/vhost-vsock.c                            |     2 +-
 hw/virtio/vhost.c                                  |   658 +-
 hw/virtio/virtio-balloon.c                         |     9 +-
 hw/virtio/virtio-bus.c                             |    14 +-
 hw/virtio/virtio-crypto.c                          |    70 +
 hw/virtio/virtio-pci.c                             |   108 +-
 hw/virtio/virtio-pci.h                             |    18 +
 hw/virtio/virtio-rng.c                             |    14 +
 hw/virtio/virtio.c                                 |    68 +-
 hw/watchdog/watchdog.c                             |     6 +-
 hw/watchdog/wdt_i6300esb.c                         |    48 +-
 hw/watchdog/wdt_ib700.c                            |     1 -
 hw/xen/xen-common.c                                |    27 +-
 hw/xen/xen_backend.c                               |   180 +-
 hw/xen/xen_devconfig.c                             |     2 +-
 hw/xen/xen_pt.c                                    |    20 +-
 hw/xen/xen_pt.h                                    |     2 +-
 hw/xen/xen_pt_config_init.c                        |     2 +
 hw/xen/xen_pt_graphics.c                           |     2 +-
 hw/xen/xen_pt_load_rom.c                           |     6 +-
 hw/xen/xen_pt_msi.c                                |     3 +-
 hw/xenpv/xen_domainbuild.c                         |    29 +-
 hw/xenpv/xen_machine_pv.c                          |     9 +-
 hw/xtensa/Makefile.objs                            |     1 +
 hw/xtensa/sim.c                                    |    42 +-
 hw/xtensa/xtensa_memory.c                          |    55 +
 hw/xtensa/xtensa_memory.h                          |    39 +
 hw/xtensa/xtfpga.c                                 |   430 +-
 include/block/accounting.h                         |    35 +
 include/block/aio-wait.h                           |   127 +
 include/block/aio.h                                |    18 +-
 include/block/block.h                              |   233 +-
 include/block/block_int.h                          |   206 +-
 include/block/blockjob.h                           |   261 +-
 include/block/blockjob_int.h                       |   182 +-
 include/block/dirty-bitmap.h                       |    15 +-
 include/block/nbd.h                                |    77 +-
 include/block/nvme.h                               |   700 +
 include/block/qapi.h                               |     1 -
 include/block/qdict.h                              |    34 +
 include/block/raw-aio.h                            |    16 +-
 include/block/snapshot.h                           |     2 -
 include/chardev/char-mux.h                         |     2 -
 include/chardev/char.h                             |    20 +-
 include/crypto/cipher.h                            |     2 +-
 include/crypto/hash.h                              |     2 +-
 include/crypto/hmac.h                              |     2 +-
 include/crypto/init.h                              |     2 +
 include/crypto/random.h                            |     2 -
 include/crypto/secret.h                            |     1 +
 include/crypto/tlscreds.h                          |     1 +
 include/crypto/tlscredspsk.h                       |   106 +
 include/crypto/xts.h                               |     2 -
 include/disas/bfd.h                                |     3 +
 include/elf.h                                      |    38 +
 include/exec/cpu-all.h                             |   117 +-
 include/exec/cpu-common.h                          |    10 +-
 include/exec/cpu-defs.h                            |     9 +
 include/exec/cpu_ldst.h                            |    19 +-
 include/exec/cpu_ldst_useronly_template.h          |    11 +-
 include/exec/exec-all.h                            |    96 +-
 include/exec/gdbstub.h                             |    17 +
 include/exec/gen-icount.h                          |    11 +-
 include/exec/helper-gen.h                          |    11 +
 include/exec/helper-head.h                         |     5 +
 include/exec/helper-proto.h                        |     5 +
 include/exec/helper-tcg.h                          |     7 +
 include/exec/memory-internal.h                     |    32 +-
 include/exec/memory.h                              |   586 +-
 include/exec/memory_ldst.inc.h                     |    71 +
 include/exec/memory_ldst_cached.inc.h              |   108 +
 include/exec/memory_ldst_phys.inc.h                |   147 +
 include/exec/ram_addr.h                            |    11 +-
 include/exec/ramlist.h                             |     4 +-
 include/exec/tb-context.h                          |     4 -
 include/exec/tb-lookup.h                           |     2 -
 include/exec/translator.h                          |     8 +-
 include/exec/user/abitypes.h                       |     2 +-
 include/exec/user/thunk.h                          |    26 +-
 include/fpu/softfloat-macros.h                     |   841 +
 include/fpu/softfloat-types.h                      |   180 +
 include/fpu/softfloat.h                            |   366 +-
 include/glib-compat.h                              |   373 +-
 include/hw/acpi/acpi-defs.h                        |   158 +-
 include/hw/acpi/acpi.h                             |    12 +-
 include/hw/acpi/acpi_dev_interface.h               |     1 -
 include/hw/acpi/aml-build.h                        |    23 +
 include/hw/acpi/ich9.h                             |     2 +
 include/hw/acpi/ipmi.h                             |     1 -
 include/hw/acpi/tpm.h                              |   159 +-
 include/hw/arm/allwinner-a10.h                     |     1 -
 include/hw/arm/arm.h                               |    53 +-
 include/hw/arm/armv7m.h                            |     5 +
 include/hw/arm/aspeed_soc.h                        |     1 -
 include/hw/arm/bcm2835_peripherals.h               |     1 -
 include/hw/arm/bcm2836.h                           |    32 +-
 include/hw/arm/fsl-imx25.h                         |     1 -
 include/hw/arm/fsl-imx6.h                          |     4 +-
 include/hw/arm/fsl-imx7.h                          |   222 +
 include/hw/arm/iotkit.h                            |   117 +
 include/hw/arm/omap.h                              |    30 +-
 include/hw/arm/sharpsl.h                           |     2 +-
 include/hw/arm/smmu-common.h                       |   170 +
 include/hw/arm/smmuv3.h                            |    88 +
 include/hw/arm/sysbus-fdt.h                        |    37 +-
 include/hw/arm/virt.h                              |    31 +
 include/hw/arm/xlnx-zynqmp.h                       |    14 +
 include/hw/audio/wm8750.h                          |    30 +
 include/hw/block/block.h                           |     5 +-
 include/hw/block/fdc.h                             |     1 +
 include/hw/boards.h                                |    28 +-
 include/hw/char/escc.h                             |    54 +-
 include/hw/char/imx_serial.h                       |     4 +
 include/hw/char/parallel.h                         |    14 +
 include/hw/char/serial.h                           |     3 +
 include/hw/char/stm32f2xx_usart.h                  |     7 +-
 include/hw/compat.h                                |    46 +-
 include/hw/core/split-irq.h                        |    57 +
 include/hw/cpu/core.h                              |     1 -
 include/hw/devices.h                               |     7 +-
 include/hw/display/bcm2835_fb.h                    |     1 -
 include/hw/display/bochs-vbe.h                     |    69 +
 include/hw/display/ramfb.h                         |    12 +
 include/hw/display/vga.h                           |    25 +
 include/hw/display/xlnx_dp.h                       |     5 +-
 include/hw/dma/bcm2835_dma.h                       |     1 -
 include/hw/dma/i8257.h                             |    49 +
 include/hw/dma/xlnx-zdma.h                         |    84 +
 include/hw/elf_ops.h                               |    34 +-
 include/hw/hotplug.h                               |    11 +
 include/hw/i2c/i2c.h                               |    35 +-
 include/hw/i2c/ppc4xx_i2c.h                        |    11 +-
 include/hw/i2c/smbus.h                             |     2 +-
 include/hw/i386/apic.h                             |     1 +
 include/hw/i386/intel_iommu.h                      |    26 +-
 include/hw/i386/ioapic_internal.h                  |     3 +
 include/hw/i386/pc.h                               |   117 +-
 include/hw/i386/x86-iommu.h                        |     1 -
 include/hw/ide/ahci.h                              |     6 -
 include/hw/ide/internal.h                          |     5 +-
 include/hw/input/adb.h                             |     1 +
 include/hw/input/i8042.h                           |    24 +
 include/hw/input/ps2.h                             |     5 +
 include/hw/intc/arm_gicv3_common.h                 |     9 +-
 include/hw/intc/armv7m_nvic.h                      |     4 +-
 include/hw/intc/heathrow_pic.h                     |    49 +
 include/hw/intc/imx_gpcv2.h                        |    22 +
 include/hw/intc/mips_gic.h                         |     3 +-
 include/hw/intc/xlnx-pmu-iomod-intc.h              |    57 +
 include/hw/intc/xlnx-zynqmp-ipi.h                  |    56 +
 include/hw/irq.h                                   |     4 +-
 include/hw/isa/apm.h                               |     3 +
 include/hw/isa/i8257.h                             |    43 -
 include/hw/isa/i8259_internal.h                    |     7 +-
 include/hw/isa/isa.h                               |     2 -
 include/hw/isa/pc87312.h                           |    24 +-
 include/hw/isa/superio.h                           |    62 +
 include/hw/isa/vt82c686.h                          |     4 +-
 include/hw/loader-fit.h                            |     2 +-
 include/hw/loader.h                                |    32 +-
 include/hw/mem/memory-device.h                     |    51 +
 include/hw/mem/nvdimm.h                            |    20 +-
 include/hw/mem/pc-dimm.h                           |    38 +-
 include/hw/mips/bios.h                             |     3 +-
 include/hw/misc/aspeed_scu.h                       |    72 +-
 include/hw/misc/auxbus.h                           |    14 +-
 include/hw/misc/bcm2835_mbox.h                     |     1 -
 include/hw/misc/bcm2835_property.h                 |     1 -
 include/hw/misc/imx2_wdt.h                         |    33 +
 include/hw/misc/imx7_ccm.h                         |   139 +
 include/hw/misc/imx7_gpr.h                         |    28 +
 include/hw/misc/imx7_snvs.h                        |    35 +
 include/hw/misc/iotkit-secctl.h                    |   111 +
 include/hw/misc/macio/cuda.h                       |   104 +
 include/hw/misc/macio/gpio.h                       |    47 +
 include/hw/misc/macio/macio.h                      |    84 +
 include/hw/misc/macio/pmu.h                        |   237 +
 include/hw/misc/mips_itu.h                         |     2 +
 include/hw/misc/mos6522.h                          |   155 +
 include/hw/misc/mps2-fpgaio.h                      |    43 +
 include/hw/misc/pca9552.h                          |    32 +
 include/hw/misc/pca9552_regs.h                     |    32 +
 include/hw/misc/pvpanic.h                          |    21 +
 include/hw/misc/tz-mpc.h                           |    80 +
 include/hw/misc/tz-ppc.h                           |   101 +
 include/hw/misc/unimp.h                            |    10 +
 include/hw/net/allwinner_emac.h                    |     5 +-
 include/hw/net/ftgmac100.h                         |     7 +-
 include/hw/net/imx_fec.h                           |    27 +-
 include/hw/net/ne2000-isa.h                        |    33 +
 include/hw/nvram/fw_cfg.h                          |     1 -
 include/hw/or-irq.h                                |    10 +-
 include/hw/pci-bridge/simba.h                      |    37 +
 include/hw/pci-host/apb.h                          |    10 -
 include/hw/pci-host/designware.h                   |   102 +
 include/hw/pci-host/sabre.h                        |    52 +
 include/hw/pci-host/spapr.h                        |     2 +-
 include/hw/pci-host/uninorth.h                     |    69 +
 include/hw/pci-host/xilinx-pcie.h                  |     2 +-
 include/hw/pci/pci.h                               |    44 +-
 include/hw/pci/pci_bridge.h                        |    52 +-
 include/hw/pci/pci_bus.h                           |    51 +-
 include/hw/pci/pci_ids.h                           |     5 +
 include/hw/pci/pcie_host.h                         |     2 +-
 include/hw/platform-bus.h                          |     4 +-
 include/hw/ppc/fdt.h                               |     2 +-
 include/hw/ppc/openpic.h                           |   160 +-
 include/hw/ppc/openpic_kvm.h                       |     7 +
 include/hw/ppc/pnv.h                               |    47 +-
 include/hw/ppc/pnv_core.h                          |     2 +-
 include/hw/ppc/pnv_lpc.h                           |     4 +-
 include/hw/ppc/pnv_xscom.h                         |    15 +-
 include/hw/ppc/ppc.h                               |     2 +
 include/hw/ppc/ppc4xx.h                            |     2 -
 include/hw/ppc/spapr.h                             |    41 +-
 include/hw/ppc/spapr_cpu_core.h                    |    17 +-
 include/hw/ppc/spapr_drc.h                         |     1 +
 include/hw/ppc/spapr_ovec.h                        |     1 +
 include/hw/ppc/spapr_vio.h                         |     2 +-
 include/hw/ppc/xics.h                              |    17 +-
 include/hw/ptimer.h                                |     9 +
 include/hw/qdev-core.h                             |    66 +-
 include/hw/qdev-properties.h                       |    19 +-
 include/hw/register.h                              |     6 +-
 include/hw/registerfields.h                        |    15 +-
 include/hw/riscv/riscv_hart.h                      |    39 +
 include/hw/riscv/riscv_htif.h                      |    61 +
 include/hw/riscv/sifive_clint.h                    |    54 +
 include/hw/riscv/sifive_e.h                        |    86 +
 include/hw/riscv/sifive_plic.h                     |    84 +
 include/hw/riscv/sifive_prci.h                     |    37 +
 include/hw/riscv/sifive_test.h                     |    42 +
 include/hw/riscv/sifive_u.h                        |    85 +
 include/hw/riscv/sifive_uart.h                     |    71 +
 include/hw/riscv/spike.h                           |    50 +
 include/hw/riscv/virt.h                            |    71 +
 include/hw/s390x/css.h                             |    13 +-
 include/hw/s390x/event-facility.h                  |    25 +-
 include/hw/s390x/s390-virtio-ccw.h                 |     2 -
 include/hw/s390x/s390_flic.h                       |    57 +-
 include/hw/s390x/sclp.h                            |    26 -
 include/hw/s390x/storage-attributes.h              |     2 +-
 include/hw/s390x/tod.h                             |    65 +
 include/hw/scsi/esp.h                              |     5 -
 include/hw/scsi/scsi.h                             |    12 +-
 include/hw/sd/sd.h                                 |    27 +-
 include/hw/sd/sdhci.h                              |    39 +-
 include/hw/sh4/sh_intc.h                           |     1 -
 include/hw/smbios/smbios.h                         |     7 +-
 include/hw/sparc/sparc64.h                         |     2 +
 include/hw/sparc/sun4m.h                           |    35 -
 include/hw/sparc/sun4m_iommu.h                     |    51 +
 include/hw/sparc/sun4u_iommu.h                     |    50 +
 include/hw/ssi/xilinx_spips.h                      |    77 +-
 include/hw/sysbus.h                                |    17 +
 include/hw/timer/aspeed_timer.h                    |     4 +
 include/hw/timer/i8254.h                           |     5 +-
 include/hw/timer/i8254_internal.h                  |     2 +-
 include/hw/timer/imx_gpt.h                         |     1 +
 include/hw/timer/mc146818rtc.h                     |     3 +-
 include/hw/timer/xlnx-zynqmp-rtc.h                 |    86 +
 include/hw/unicore32/puv3.h                        |    10 -
 include/hw/usb.h                                   |     2 -
 include/hw/usb/chipidea.h                          |    16 +
 include/hw/vfio/vfio-common.h                      |    33 +-
 include/hw/virtio/vhost-backend.h                  |    24 +
 include/hw/virtio/vhost-user-blk.h                 |    42 +
 include/hw/virtio/vhost-user-scsi.h                |     2 +
 include/hw/virtio/vhost-user.h                     |    28 +
 include/hw/virtio/vhost.h                          |    20 +-
 include/hw/virtio/virtio-access.h                  |     1 -
 include/hw/virtio/virtio-balloon.h                 |     1 -
 include/hw/virtio/virtio-blk.h                     |     1 +
 include/hw/virtio/virtio-bus.h                     |     4 +
 include/hw/virtio/virtio-crypto.h                  |     1 +
 include/hw/virtio/virtio-gpu.h                     |     5 +-
 include/hw/virtio/virtio-net.h                     |     8 +-
 include/hw/virtio/virtio.h                         |     2 +
 include/hw/xen/io/ring.h                           |     2 +-
 include/hw/xen/xen_backend.h                       |    34 +-
 include/hw/xen/xen_common.h                        |   166 +-
 include/hw/xtensa/xtensa-isa.h                     |   836 +
 include/io/channel-file.h                          |     2 +-
 include/io/channel-socket.h                        |    15 +-
 include/io/channel-tls.h                           |     5 +-
 include/io/channel.h                               |    44 +
 include/io/dns-resolver.h                          |     1 +
 include/io/net-listener.h                          |   192 +
 include/io/task.h                                  |     7 +-
 include/migration/colo.h                           |     1 +
 include/migration/failover.h                       |     2 +-
 include/migration/global_state.h                   |     1 +
 include/migration/misc.h                           |     4 +
 include/migration/register.h                       |    28 +-
 include/migration/vmstate.h                        |    60 +-
 include/monitor/monitor.h                          |     7 +-
 include/net/can_emu.h                              |   123 +
 include/net/can_host.h                             |    55 +
 include/net/eth.h                                  |     4 +-
 include/net/filter.h                               |     1 +
 include/net/net.h                                  |    16 +-
 include/net/slirp.h                                |     6 -
 include/net/tap.h                                  |     1 -
 include/net/vhost_net.h                            |     3 +
 include/qapi/clone-visitor.h                       |     2 -
 include/qapi/error.h                               |    10 +-
 include/qapi/opts-visitor.h                        |     1 -
 include/qapi/qmp-event.h                           |     1 -
 include/qapi/qmp/dispatch.h                        |    15 +-
 include/qapi/qmp/json-parser.h                     |     1 -
 include/qapi/qmp/qbool.h                           |     7 +-
 include/qapi/qmp/qdict.h                           |    35 +-
 include/qapi/qmp/qjson.h                           |     5 +-
 include/qapi/qmp/qlist.h                           |    22 +-
 include/qapi/qmp/qlit.h                            |     5 +-
 include/qapi/qmp/qnull.h                           |     5 +-
 include/qapi/qmp/qnum.h                            |     7 +-
 include/qapi/qmp/qobject.h                         |   104 +-
 include/qapi/qmp/qstring.h                         |    11 +-
 include/qapi/qmp/types.h                           |    24 -
 include/qapi/qobject-input-visitor.h               |     1 -
 include/qapi/qobject-output-visitor.h              |     1 -
 include/qapi/visitor.h                             |     2 +-
 include/qemu-common.h                              |     4 +-
 include/qemu-io.h                                  |     9 +-
 include/qemu/atomic.h                              |     2 +-
 include/qemu/bswap.h                               |    54 +-
 include/qemu/compiler.h                            |    57 +-
 include/qemu/config-file.h                         |     2 -
 include/qemu/coroutine.h                           |    35 +-
 include/qemu/coroutine_int.h                       |     1 -
 include/qemu/cutils.h                              |    19 +-
 include/qemu/hbitmap.h                             |    13 +-
 include/qemu/host-utils.h                          |    10 +
 include/qemu/iova-tree.h                           |   133 +
 include/qemu/job.h                                 |   582 +
 include/qemu/lockable.h                            |    96 +
 include/qemu/log-for-trace.h                       |    35 +
 include/qemu/log.h                                 |    19 +-
 include/qemu/main-loop.h                           |    14 +
 include/qemu/memfd.h                               |     5 +-
 include/qemu/module.h                              |     2 +
 include/qemu/option.h                              |    11 +-
 include/qemu/osdep.h                               |    33 +-
 include/qemu/processor.h                           |     3 -
 include/qemu/qht.h                                 |    38 +-
 include/qemu/queue.h                               |    13 +
 include/qemu/ratelimit.h                           |    11 +-
 include/qemu/rcu.h                                 |    16 +-
 include/qemu/readline.h                            |     1 +
 include/qemu/sockets.h                             |     5 +-
 include/qemu/sys_membarrier.h                      |    27 +
 include/qemu/thread-posix.h                        |     4 +
 include/qemu/thread-win32.h                        |     4 +
 include/qemu/thread.h                              |    44 +-
 include/qemu/throttle.h                            |     1 +
 include/qemu/timer.h                               |    23 +-
 include/qemu/typedefs.h                            |    14 +-
 include/qemu/units.h                               |    20 +
 include/qemu/uuid.h                                |     2 +
 include/qemu/vfio-helpers.h                        |    33 +
 include/qom/cpu.h                                  |    35 +-
 include/qom/object.h                               |    87 +-
 include/qom/object_interfaces.h                    |     1 -
 include/scsi/constants.h                           |     4 +
 include/scsi/pr-manager.h                          |    12 +-
 include/scsi/utils.h                               |     3 +
 include/standard-headers/asm-x86/hyperv.h          |     1 -
 include/standard-headers/asm-x86/kvm_para.h        |   121 +
 .../infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h      |   667 +
 .../drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h |   114 +
 .../infiniband/hw/vmw_pvrdma/pvrdma_verbs.h        |   383 +
 include/standard-headers/drm/drm_fourcc.h          |   411 +
 include/standard-headers/linux/ethtool.h           |  1845 +++
 include/standard-headers/linux/input-event-codes.h |     1 +
 include/standard-headers/linux/input.h             |    11 +
 include/standard-headers/linux/kernel.h            |    15 +
 include/standard-headers/linux/pci_regs.h          |    45 +-
 include/standard-headers/linux/sysinfo.h           |    25 +
 include/standard-headers/linux/virtio_balloon.h    |    20 +-
 include/standard-headers/linux/virtio_gpu.h        |     1 +
 include/standard-headers/linux/virtio_net.h        |    16 +
 include/standard-headers/linux/virtio_ring.h       |     2 +-
 include/standard-headers/rdma/vmw_pvrdma-abi.h     |   297 +
 include/sysemu/accel.h                             |     3 +
 include/sysemu/arch_init.h                         |     5 +-
 include/sysemu/balloon.h                           |     2 +-
 include/sysemu/block-backend.h                     |     8 +
 include/sysemu/cryptodev-vhost-user.h              |    47 +
 include/sysemu/cryptodev-vhost.h                   |   154 +
 include/sysemu/cryptodev.h                         |     8 +
 include/sysemu/device_tree.h                       |    16 +
 include/sysemu/dma.h                               |     6 +-
 include/sysemu/dump.h                              |     3 +-
 include/sysemu/hax.h                               |     3 +-
 include/sysemu/hostmem.h                           |    10 +-
 include/sysemu/hvf.h                               |   105 +
 include/sysemu/hw_accel.h                          |    13 +
 include/sysemu/iothread.h                          |     5 +-
 include/sysemu/kvm.h                               |    20 +-
 include/sysemu/kvm_int.h                           |     1 +
 include/sysemu/numa.h                              |    13 +-
 include/sysemu/replay.h                            |    19 +-
 include/sysemu/seccomp.h                           |     3 +-
 include/sysemu/sev.h                               |    21 +
 include/sysemu/sysemu.h                            |    25 +-
 include/sysemu/tpm.h                               |    51 +-
 include/sysemu/tpm_backend.h                       |    64 +-
 include/sysemu/watchdog.h                          |     2 +-
 include/sysemu/whpx.h                              |    40 +
 include/sysemu/xen-mapcache.h                      |     5 +-
 include/ui/console.h                               |   123 +-
 include/ui/egl-helpers.h                           |     7 +-
 include/ui/gtk.h                                   |    16 +-
 include/ui/input.h                                 |    44 +-
 include/ui/qemu-pixman.h                           |     5 +
 include/ui/qemu-spice.h                            |     1 -
 include/ui/sdl2.h                                  |     2 +
 include/ui/spice-display.h                         |    10 +-
 io/Makefile.objs                                   |     1 +
 io/channel-command.c                               |    12 +-
 io/channel-file.c                                  |    11 +-
 io/channel-socket.c                                |    37 +-
 io/channel-tls.c                                   |    45 +-
 io/channel-util.c                                  |    13 -
 io/channel-websock.c                               |    14 +-
 io/channel.c                                       |    40 +-
 io/dns-resolver.c                                  |     4 +-
 io/net-listener.c                                  |   318 +
 io/task.c                                          |    22 +-
 iothread.c                                         |    83 +-
 job-qmp.c                                          |   183 +
 job.c                                              |  1017 ++
 linux-headers/COPYING                              |   358 +-
 .../LICENSES/exceptions/Linux-syscall-note         |    25 +
 linux-headers/LICENSES/preferred/BSD-2-Clause      |    32 +
 linux-headers/LICENSES/preferred/BSD-3-Clause      |    36 +
 linux-headers/LICENSES/preferred/GPL-2.0           |   359 +
 linux-headers/asm-arm/bitsperlong.h                |     1 +
 linux-headers/asm-arm/kvm.h                        |    16 +
 linux-headers/asm-arm/kvm_para.h                   |     2 -
 linux-headers/asm-arm/unistd-common.h              |     1 +
 linux-headers/asm-arm64/bitsperlong.h              |    24 +
 linux-headers/asm-arm64/kvm.h                      |     7 +
 linux-headers/asm-arm64/kvm_para.h                 |     1 -
 linux-headers/asm-generic/bitsperlong.h            |    16 +
 linux-headers/asm-generic/kvm_para.h               |     4 -
 linux-headers/asm-generic/unistd.h                 |   783 +
 linux-headers/asm-mips/bitsperlong.h               |     9 +
 linux-headers/asm-mips/kvm.h                       |    25 +-
 linux-headers/asm-mips/kvm_para.h                  |     5 -
 linux-headers/asm-mips/sgidefs.h                   |    45 +
 linux-headers/asm-mips/unistd.h                    |    44 +-
 linux-headers/asm-powerpc/bitsperlong.h            |    13 +
 linux-headers/asm-powerpc/epapr_hcalls.h           |    99 -
 linux-headers/asm-powerpc/kvm.h                    |     2 +
 linux-headers/asm-powerpc/kvm_para.h               |    98 -
 linux-headers/asm-powerpc/unistd.h                 |     4 +
 linux-headers/asm-s390/bitsperlong.h               |    14 +
 linux-headers/asm-s390/kvm_para.h                  |     8 -
 linux-headers/asm-s390/unistd.h                    |   401 +-
 linux-headers/asm-s390/unistd_32.h                 |   365 +
 linux-headers/asm-s390/unistd_64.h                 |   332 +
 linux-headers/asm-x86/bitsperlong.h                |    14 +
 linux-headers/asm-x86/hyperv.h                     |     1 -
 linux-headers/asm-x86/kvm.h                        |    19 +-
 linux-headers/asm-x86/kvm_para.h                   |   113 -
 linux-headers/asm-x86/unistd_32.h                  |     2 +
 linux-headers/asm-x86/unistd_64.h                  |     2 +
 linux-headers/asm-x86/unistd_x32.h                 |     2 +
 linux-headers/linux/kvm.h                          |   123 +-
 linux-headers/linux/kvm_para.h                     |    35 -
 linux-headers/linux/psci.h                         |     3 +
 linux-headers/linux/psp-sev.h                      |   154 +
 linux-headers/linux/vfio.h                         |    99 +
 linux-user/Makefile.objs                           |     3 +-
 linux-user/aarch64/cpu_loop.c                      |   182 +
 linux-user/aarch64/signal.c                        |   576 +
 linux-user/aarch64/sockbits.h                      |     1 +
 linux-user/aarch64/target_cpu.h                    |     4 +
 linux-user/aarch64/target_elf.h                    |    14 +
 linux-user/aarch64/target_fcntl.h                  |    16 +
 linux-user/aarch64/target_signal.h                 |     8 +-
 linux-user/aarch64/target_syscall.h                |     7 +
 linux-user/aarch64/termbits.h                      |     2 +
 linux-user/alpha/cpu_loop.c                        |   225 +
 linux-user/alpha/signal.c                          |   274 +
 linux-user/alpha/sockbits.h                        |    83 +
 linux-user/alpha/syscall_nr.h                      |     6 +-
 linux-user/alpha/target_cpu.h                      |     4 +
 linux-user/alpha/target_elf.h                      |    14 +
 linux-user/alpha/target_fcntl.h                    |    40 +
 linux-user/alpha/target_signal.h                   |    52 +-
 linux-user/alpha/termbits.h                        |     1 +
 linux-user/arm/cpu_loop.c                          |   459 +
 linux-user/arm/nwfpe/fpa11.c                       |     9 +
 linux-user/arm/signal.c                            |   835 +
 linux-user/arm/sockbits.h                          |     1 +
 linux-user/arm/target_cpu.h                        |     4 +
 linux-user/arm/target_elf.h                        |    14 +
 linux-user/arm/target_fcntl.h                      |    17 +
 linux-user/arm/target_signal.h                     |     9 +-
 linux-user/arm/target_structs.h                    |     7 +
 linux-user/arm/target_syscall.h                    |     1 +
 linux-user/arm/termbits.h                          |     1 +
 linux-user/cpu_loop-common.h                       |    37 +
 linux-user/cris/cpu_loop.c                         |   115 +
 linux-user/cris/signal.c                           |   188 +
 linux-user/cris/sockbits.h                         |     1 +
 linux-user/cris/target_cpu.h                       |     4 +
 linux-user/cris/target_elf.h                       |    14 +
 linux-user/cris/target_fcntl.h                     |    11 +
 linux-user/cris/target_signal.h                    |     9 +-
 linux-user/cris/termbits.h                         |     1 +
 linux-user/elfload.c                               |   449 +-
 linux-user/exit.c                                  |    35 +
 linux-user/flatload.c                              |    15 +-
 linux-user/generic/fcntl.h                         |   151 +
 linux-user/generic/signal.h                        |    57 +
 linux-user/generic/sockbits.h                      |    58 +
 linux-user/host/aarch64/safe-syscall.inc.S         |     6 +-
 linux-user/host/ppc64/safe-syscall.inc.S           |     8 +-
 linux-user/hppa/cpu_loop.c                         |   211 +
 linux-user/hppa/signal.c                           |   203 +
 linux-user/hppa/sockbits.h                         |    33 +-
 linux-user/hppa/syscall_nr.h                       |     2 +-
 linux-user/hppa/target_cpu.h                       |    10 +-
 linux-user/hppa/target_elf.h                       |    14 +
 linux-user/hppa/target_fcntl.h                     |    42 +
 linux-user/hppa/target_signal.h                    |    51 +-
 linux-user/hppa/termbits.h                         |     2 +
 linux-user/i386/cpu_loop.c                         |   369 +
 linux-user/i386/signal.c                           |   595 +
 linux-user/i386/sockbits.h                         |     1 +
 linux-user/i386/target_cpu.h                       |     4 +
 linux-user/i386/target_elf.h                       |    14 +
 linux-user/i386/target_fcntl.h                     |    11 +
 linux-user/i386/target_signal.h                    |     8 +-
 linux-user/i386/termbits.h                         |     1 +
 linux-user/ioctls.h                                |     3 +
 linux-user/m68k/cpu_loop.c                         |   170 +
 linux-user/m68k/signal.c                           |   418 +
 linux-user/m68k/sockbits.h                         |     1 +
 linux-user/m68k/target_cpu.h                       |     4 +
 linux-user/m68k/target_elf.h                       |    20 +
 linux-user/m68k/target_fcntl.h                     |    17 +
 linux-user/m68k/target_signal.h                    |     9 +-
 linux-user/m68k/termbits.h                         |     1 +
 linux-user/main.c                                  |  4263 +-----
 linux-user/microblaze/cpu_loop.c                   |   176 +
 linux-user/microblaze/signal.c                     |   245 +
 linux-user/microblaze/sockbits.h                   |     1 +
 linux-user/microblaze/syscall_nr.h                 |     2 +-
 linux-user/microblaze/target_cpu.h                 |     4 +
 linux-user/microblaze/target_elf.h                 |    14 +
 linux-user/microblaze/target_fcntl.h               |    11 +
 linux-user/microblaze/target_signal.h              |     9 +-
 linux-user/microblaze/termbits.h                   |     1 +
 linux-user/mips/cpu_loop.c                         |   749 +
 linux-user/mips/signal.c                           |   388 +
 linux-user/mips/sockbits.h                         |   110 +
 linux-user/mips/target_cpu.h                       |     4 +
 linux-user/mips/target_elf.h                       |    17 +
 linux-user/mips/target_fcntl.h                     |    38 +
 linux-user/mips/target_signal.h                    |    60 +-
 linux-user/mips/termbits.h                         |     1 +
 linux-user/mips64/cpu_loop.c                       |    20 +
 linux-user/mips64/signal.c                         |    20 +
 linux-user/mips64/sockbits.h                       |     1 +
 linux-user/mips64/target_elf.h                     |    17 +
 linux-user/mips64/target_fcntl.h                   |     1 +
 linux-user/mips64/target_signal.h                  |    55 +-
 linux-user/mmap.c                                  |    61 +-
 linux-user/nios2/cpu_loop.c                        |   152 +
 linux-user/nios2/signal.c                          |   236 +
 linux-user/nios2/sockbits.h                        |     1 +
 linux-user/nios2/target_cpu.h                      |     4 +
 linux-user/nios2/target_elf.h                      |    14 +
 linux-user/nios2/target_fcntl.h                    |    11 +
 linux-user/nios2/target_signal.h                   |     7 +-
 linux-user/nios2/termbits.h                        |     2 +
 linux-user/openrisc/cpu_loop.c                     |   115 +
 linux-user/openrisc/signal.c                       |   173 +
 linux-user/openrisc/sockbits.h                     |     1 +
 linux-user/openrisc/target_cpu.h                   |     4 +
 linux-user/openrisc/target_elf.h                   |    14 +
 linux-user/openrisc/target_fcntl.h                 |    11 +
 linux-user/openrisc/target_signal.h                |    18 +-
 linux-user/openrisc/target_syscall.h               |    28 +-
 linux-user/openrisc/termbits.h                     |     2 +
 linux-user/ppc/cpu_loop.c                          |   502 +
 linux-user/ppc/signal.c                            |   733 +
 linux-user/ppc/sockbits.h                          |    26 +
 linux-user/ppc/target_cpu.h                        |     5 +-
 linux-user/ppc/target_elf.h                        |    18 +
 linux-user/ppc/target_fcntl.h                      |    17 +
 linux-user/ppc/target_signal.h                     |    11 +-
 linux-user/ppc/termbits.h                          |     1 +
 linux-user/qemu.h                                  |    41 +-
 linux-user/riscv/cpu_loop.c                        |   118 +
 linux-user/riscv/signal.c                          |   207 +
 linux-user/riscv/sockbits.h                        |     1 +
 linux-user/riscv/syscall_nr.h                      |   287 +
 linux-user/riscv/target_cpu.h                      |    22 +
 linux-user/riscv/target_elf.h                      |    14 +
 linux-user/riscv/target_fcntl.h                    |    11 +
 linux-user/riscv/target_signal.h                   |    18 +
 linux-user/riscv/target_structs.h                  |    46 +
 linux-user/riscv/target_syscall.h                  |    56 +
 linux-user/riscv/termbits.h                        |   222 +
 linux-user/s390x/cpu_loop.c                        |   165 +
 linux-user/s390x/signal.c                          |   320 +
 linux-user/s390x/sockbits.h                        |     1 +
 linux-user/s390x/target_cpu.h                      |     4 +
 linux-user/s390x/target_elf.h                      |    14 +
 linux-user/s390x/target_fcntl.h                    |    11 +
 linux-user/s390x/target_signal.h                   |     9 +-
 linux-user/s390x/termbits.h                        |     1 +
 linux-user/sh4/cpu_loop.c                          |   111 +
 linux-user/sh4/signal.c                            |   342 +
 linux-user/sh4/sockbits.h                          |     1 +
 linux-user/sh4/target_cpu.h                        |     4 +
 linux-user/sh4/target_elf.h                        |    14 +
 linux-user/sh4/target_fcntl.h                      |    11 +
 linux-user/sh4/target_signal.h                     |     9 +-
 linux-user/sh4/termbits.h                          |     1 +
 linux-user/signal-common.h                         |    50 +
 linux-user/signal.c                                |  5980 +-------
 linux-user/socket.h                                |   377 +-
 linux-user/sparc/cpu_loop.c                        |   306 +
 linux-user/sparc/signal.c                          |   633 +
 linux-user/sparc/sockbits.h                        |   111 +
 linux-user/sparc/syscall_nr.h                      |    32 +-
 linux-user/sparc/target_cpu.h                      |    11 +
 linux-user/sparc/target_elf.h                      |    18 +
 linux-user/sparc/target_errno.h                    |   207 +
 linux-user/sparc/target_fcntl.h                    |    45 +
 linux-user/sparc/target_signal.h                   |    62 +-
 linux-user/sparc/target_syscall.h                  |     4 +-
 linux-user/sparc/termbits.h                        |     1 +
 linux-user/sparc64/cpu_loop.c                      |    20 +
 linux-user/sparc64/signal.c                        |    19 +
 linux-user/sparc64/sockbits.h                      |     1 +
 linux-user/sparc64/syscall_nr.h                    |    24 +-
 linux-user/sparc64/target_elf.h                    |    14 +
 linux-user/sparc64/target_fcntl.h                  |     1 +
 linux-user/sparc64/target_signal.h                 |    38 +-
 linux-user/sparc64/target_syscall.h                |     5 +-
 linux-user/sparc64/termbits.h                      |     1 +
 linux-user/strace.list                             |    15 +-
 linux-user/syscall.c                               |   626 +-
 linux-user/syscall_defs.h                          |   652 +-
 linux-user/tilegx/cpu_loop.c                       |   286 +
 linux-user/tilegx/signal.c                         |   178 +
 linux-user/tilegx/sockbits.h                       |     1 +
 linux-user/tilegx/target_cpu.h                     |     4 +
 linux-user/tilegx/target_elf.h                     |    14 +
 linux-user/tilegx/target_fcntl.h                   |    11 +
 linux-user/tilegx/target_signal.h                  |     8 +-
 linux-user/tilegx/termbits.h                       |     1 +
 linux-user/unicore32/syscall_nr.h                  |   371 -
 linux-user/unicore32/target_cpu.h                  |    27 -
 linux-user/unicore32/target_signal.h               |    30 -
 linux-user/unicore32/target_structs.h              |    58 -
 linux-user/unicore32/target_syscall.h              |    62 -
 linux-user/unicore32/termbits.h                    |     2 -
 linux-user/x86_64/cpu_loop.c                       |    20 +
 linux-user/x86_64/signal.c                         |    20 +
 linux-user/x86_64/sockbits.h                       |     1 +
 linux-user/x86_64/target_elf.h                     |    14 +
 linux-user/x86_64/target_fcntl.h                   |    11 +
 linux-user/x86_64/target_signal.h                  |     7 +-
 linux-user/x86_64/termbits.h                       |     1 +
 linux-user/xtensa/cpu_loop.c                       |   267 +
 linux-user/xtensa/signal.c                         |   260 +
 linux-user/xtensa/sockbits.h                       |     1 +
 linux-user/xtensa/syscall_nr.h                     |   437 +
 linux-user/xtensa/target_cpu.h                     |    26 +
 linux-user/xtensa/target_elf.h                     |    16 +
 linux-user/xtensa/target_fcntl.h                   |    11 +
 linux-user/xtensa/target_signal.h                  |    23 +
 linux-user/xtensa/target_structs.h                 |    51 +
 linux-user/xtensa/target_syscall.h                 |    49 +
 linux-user/xtensa/termbits.h                       |   328 +
 memory.c                                           |   331 +-
 memory_ldst.inc.c                                  |   191 +-
 memory_mapping.c                                   |     2 +-
 migration/Makefile.objs                            |     1 +
 migration/block-dirty-bitmap.c                     |   750 +
 migration/block.c                                  |    30 +-
 migration/channel.c                                |    42 +-
 migration/channel.h                                |     3 +-
 migration/colo-failover.c                          |     3 +-
 migration/colo.c                                   |     3 +-
 migration/exec.c                                   |    13 +-
 migration/fd.c                                     |    13 +-
 migration/migration.c                              |  1222 +-
 migration/migration.h                              |    97 +-
 migration/page_cache.c                             |     2 +-
 migration/postcopy-ram.c                           |   743 +-
 migration/postcopy-ram.h                           |    77 +-
 migration/qemu-file.c                              |    58 +-
 migration/qemu-file.h                              |     8 +-
 migration/qjson.c                                  |     2 +-
 migration/qjson.h                                  |     2 -
 migration/ram.c                                    |  1678 +-
 migration/ram.h                                    |     8 +
 migration/rdma.c                                   |    40 +-
 migration/savevm.c                                 |   288 +-
 migration/savevm.h                                 |     8 +-
 migration/socket.c                                 |    87 +-
 migration/socket.h                                 |     7 +
 migration/tls.c                                    |     5 +-
 migration/trace-events                             |    68 +-
 migration/vmstate.c                                |    27 +-
 monitor.c                                          |  1140 +-
 nbd/client.c                                       |   186 +-
 nbd/common.c                                       |    13 +-
 nbd/server.c                                       |  1321 +-
 nbd/trace-events                                   |    16 +-
 net/Makefile.objs                                  |     2 +
 net/can/Makefile.objs                              |     2 +
 net/can/can_core.c                                 |   138 +
 net/can/can_host.c                                 |   112 +
 net/can/can_socketcan.c                            |   286 +
 net/clients.h                                      |     1 -
 net/colo-compare.c                                 |   418 +-
 net/colo.c                                         |    11 +-
 net/colo.h                                         |    15 +
 net/dump.c                                         |   102 +-
 net/filter-buffer.c                                |     2 +-
 net/filter-mirror.c                                |     2 -
 net/filter-replay.c                                |     1 -
 net/filter-rewriter.c                              |     5 +-
 net/hub.c                                          |    34 +-
 net/hub.h                                          |     3 +-
 net/net.c                                          |   305 +-
 net/slirp.c                                        |    91 +-
 net/tap.c                                          |    44 +-
 net/tap_int.h                                      |     2 +-
 net/trace-events                                   |     2 +-
 net/vde.c                                          |     7 +-
 net/vhost-user.c                                   |    88 +-
 numa.c                                             |   210 +-
 os-posix.c                                         |    97 +-
 os-win32.c                                         |     4 +-
 pc-bios/README                                     |     2 +-
 pc-bios/acpi-dsdt.aml                              |   Bin 4405 -> 0 bytes
 pc-bios/bios-256k.bin                              |   Bin 262144 -> 262144 
bytes
 pc-bios/bios.bin                                   |   Bin 131072 -> 131072 
bytes
 pc-bios/canyonlands.dtb                            |   Bin 0 -> 9779 bytes
 pc-bios/canyonlands.dts                            |   566 +
 pc-bios/hppa-firmware.img                          |   Bin 0 -> 215936 bytes
 pc-bios/openbios-ppc                               |   Bin 754936 -> 763128 
bytes
 pc-bios/openbios-sparc32                           |   Bin 382048 -> 382048 
bytes
 pc-bios/openbios-sparc64                           |   Bin 1593408 -> 1593408 
bytes
 pc-bios/s390-ccw.img                               |   Bin 26416 -> 34568 bytes
 pc-bios/s390-ccw/Makefile                          |     5 +-
 pc-bios/s390-ccw/bootmap.c                         |   254 +-
 pc-bios/s390-ccw/bootmap.h                         |   110 +-
 pc-bios/s390-ccw/cio.h                             |     2 +-
 pc-bios/s390-ccw/iplb.h                            |    44 +-
 pc-bios/s390-ccw/jump2ipl.c                        |    91 +
 pc-bios/s390-ccw/libc.c                            |    88 +
 pc-bios/s390-ccw/libc.h                            |    39 +-
 pc-bios/s390-ccw/main.c                            |    55 +-
 pc-bios/s390-ccw/menu.c                            |   271 +
 pc-bios/s390-ccw/netboot.mak                       |    16 +-
 pc-bios/s390-ccw/netmain.c                         |   384 +-
 pc-bios/s390-ccw/s390-ccw.h                        |    16 +
 pc-bios/s390-ccw/sclp.c                            |    41 +-
 pc-bios/s390-ccw/sclp.h                            |     2 +-
 pc-bios/s390-ccw/start.S                           |    30 +-
 pc-bios/s390-ccw/virtio.c                          |     4 +-
 pc-bios/s390-netboot.img                           |   Bin 83864 -> 54944 bytes
 pc-bios/skiboot.lid                                |   Bin 983893 -> 1302336 
bytes
 pc-bios/slof.bin                                   |   Bin 905200 -> 924840 
bytes
 pc-bios/u-boot-sam460-20100605.bin                 |   Bin 0 -> 524288 bytes
 pc-bios/vgabios-bochs-display.bin                  |   Bin 0 -> 27648 bytes
 pc-bios/vgabios-cirrus.bin                         |   Bin 38400 -> 38400 bytes
 pc-bios/vgabios-qxl.bin                            |   Bin 38912 -> 38912 bytes
 pc-bios/vgabios-ramfb.bin                          |   Bin 0 -> 28160 bytes
 pc-bios/vgabios-stdvga.bin                         |   Bin 38912 -> 38912 bytes
 pc-bios/vgabios-virtio.bin                         |   Bin 38912 -> 38912 bytes
 pc-bios/vgabios-vmware.bin                         |   Bin 38912 -> 38912 bytes
 pc-bios/vgabios.bin                                |   Bin 38400 -> 38400 bytes
 po/Makefile                                        |     2 +-
 po/bg.po                                           |    23 +-
 po/de_DE.po                                        |    23 +-
 po/fr_FR.po                                        |    23 +-
 po/hu.po                                           |    23 +-
 po/it.po                                           |    23 +-
 po/messages.po                                     |    25 +-
 po/tr.po                                           |    23 +-
 po/zh_CN.po                                        |    23 +-
 qapi-schema.json                                   |  3202 ----
 qapi/block-core.json                               |  1077 +-
 qapi/block.json                                    |   125 +-
 qapi/char.json                                     |    11 +-
 qapi/common.json                                   |    49 +
 qapi/crypto.json                                   |    13 +-
 qapi/introspect.json                               |     6 +-
 qapi/job.json                                      |   256 +
 qapi/migration.json                                |   128 +-
 qapi/misc.json                                     |  3487 +++++
 qapi/net.json                                      |    64 +-
 qapi/qapi-dealloc-visitor.c                        |     6 +-
 qapi/qapi-schema.json                              |    96 +
 qapi/qapi-visit-core.c                             |     1 -
 qapi/qmp-dispatch.c                                |    98 +-
 qapi/qmp-event.c                                   |    11 +-
 qapi/qobject-input-visitor.c                       |    41 +-
 qapi/qobject-output-visitor.c                      |    22 +-
 qapi/run-state.json                                |    72 +-
 qapi/sockets.json                                  |     7 +
 qapi/tpm.json                                      |     5 +-
 qapi/trace-events                                  |     2 +-
 qapi/transaction.json                              |     4 +
 qapi/ui.json                                       |   155 +-
 qdev-monitor.c                                     |    41 +-
 qemu-deprecated.texi                               |   234 +
 qemu-doc.texi                                      |   879 +-
 qemu-img-cmds.hx                                   |    17 +-
 qemu-img.c                                         |   337 +-
 qemu-img.texi                                      |   157 +-
 qemu-io-cmds.c                                     |   280 +-
 qemu-io.c                                          |   106 +-
 qemu-keymap.c                                      |     1 -
 qemu-nbd.c                                         |    74 +-
 qemu-option-trace.texi                             |     5 +-
 qemu-options-wrapper.h                             |     1 -
 qemu-options.hx                                    |   902 +-
 qemu-seccomp.c                                     |   133 +-
 qemu-tech.texi                                     |    37 +
 qga/Makefile.objs                                  |     2 +-
 qga/channel-posix.c                                |     4 +-
 qga/channel-win32.c                                |     4 +-
 qga/commands-posix.c                               |   375 +-
 qga/commands-win32.c                               |    35 +-
 qga/commands.c                                     |    16 +-
 qga/guest-agent-command-state.c                    |     2 +-
 qga/guest-agent-core.h                             |     2 +-
 qga/installer/qemu-ga.wxs                          |     2 +-
 qga/main.c                                         |    84 +-
 qga/qapi-schema.json                               |    11 +-
 qga/vss-win32.c                                    |     7 +-
 qmp.c                                              |   149 +-
 qobject/Makefile.objs                              |     1 +
 qobject/block-qdict.c                              |   733 +
 qobject/json-parser.c                              |    26 +-
 qobject/qbool.c                                    |    16 +-
 qobject/qdict.c                                    |   665 +-
 qobject/qjson.c                                    |    41 +-
 qobject/qlist.c                                    |    46 +-
 qobject/qlit.c                                     |    53 +-
 qobject/qnum.c                                     |    19 +-
 qobject/qobject.c                                  |    28 +-
 qobject/qstring.c                                  |    51 +-
 qom/cpu.c                                          |    61 +-
 qom/object.c                                       |   160 +-
 qom/object_interfaces.c                            |    12 +-
 qtest.c                                            |    39 +-
 replay/replay-audio.c                              |    14 +-
 replay/replay-char.c                               |    21 +-
 replay/replay-events.c                             |    75 +-
 replay/replay-input.c                              |     2 +-
 replay/replay-internal.c                           |    43 +-
 replay/replay-internal.h                           |    17 +-
 replay/replay-snapshot.c                           |    12 +
 replay/replay-time.c                               |    10 +-
 replay/replay.c                                    |    60 +-
 replication.h                                      |     2 +-
 roms/Makefile                                      |    27 +-
 roms/SLOF                                          |     2 +-
 roms/config.seabios-128k                           |     1 +
 roms/config.seabios-256k                           |     1 +
 roms/config.vga-bochs-display                      |     3 +
 roms/config.vga-ramfb                              |     3 +
 roms/openbios                                      |     2 +-
 roms/seabios                                       |     2 +-
 roms/seabios-hppa                                  |     1 +
 roms/skiboot                                       |     2 +-
 roms/u-boot-sam460ex                               |     1 +
 roms/vgabios                                       |     1 -
 rules.mak                                          |     7 +-
 scripts/analyse-9p-simpletrace.py                  |    89 +-
 scripts/analyse-locks-simpletrace.py               |   100 +
 scripts/analyze-migration.py                       |    15 +-
 scripts/argparse.py                                |  2406 ---
 scripts/checkpatch.pl                              |   136 +-
 scripts/coccinelle/cpu_restore_state.cocci         |    19 +
 scripts/coccinelle/qobject.cocci                   |     8 +-
 scripts/coverity-model.c                           |     8 +
 scripts/create_config                              |     2 +-
 scripts/decodetree.py                              |  1062 ++
 scripts/device-crash-test                          |    18 +-
 scripts/dump-guest-memory.py                       |    15 +-
 scripts/get_maintainer.pl                          |     4 +-
 scripts/git-submodule.sh                           |     4 +-
 scripts/kvm/kvm_flightrecorder                     |    21 +-
 scripts/kvm/vmxcap                                 |     1 +
 scripts/make-release                               |     5 +-
 scripts/ordereddict.py                             |   128 -
 scripts/qapi-commands.py                           |   323 -
 scripts/qapi-event.py                              |   235 -
 scripts/qapi-gen.py                                |    57 +
 scripts/qapi-introspect.py                         |   219 -
 scripts/qapi-types.py                              |   305 -
 scripts/qapi-visit.py                              |   392 -
 scripts/qapi.py                                    |  2033 ---
 scripts/qapi/__init__.py                           |     0
 scripts/qapi/commands.py                           |   305 +
 scripts/qapi/common.py                             |  2309 +++
 scripts/qapi/doc.py                                |   275 +
 scripts/qapi/events.py                             |   198 +
 scripts/qapi/introspect.py                         |   202 +
 scripts/qapi/types.py                              |   254 +
 scripts/qapi/visit.py                              |   347 +
 scripts/qapi2texi.py                               |   300 -
 scripts/qemu-binfmt-conf.sh                        |   153 +-
 scripts/qemu-gdb.py                                |     4 +-
 scripts/qemu.py                                    |   199 +-
 scripts/qemugdb/tcg.py                             |    46 +
 scripts/qemugdb/timers.py                          |    55 +
 scripts/qmp/qemu-ga-client                         |     7 +-
 scripts/qmp/qmp                                    |    21 +-
 scripts/qmp/qmp-shell                              |    37 +-
 scripts/qmp/qmp.py                                 |     2 +-
 scripts/qmp/qom-fuse                               |     8 +-
 scripts/qmp/qom-get                                |     9 +-
 scripts/qmp/qom-list                               |    13 +-
 scripts/qmp/qom-set                                |     7 +-
 scripts/qmp/qom-tree                               |    13 +-
 scripts/replay-dump.py                             |   309 +
 scripts/signrom.py                                 |     5 +-
 scripts/simpletrace.py                             |    13 +-
 scripts/tracetool.py                               |     2 +-
 scripts/tracetool/__init__.py                      |    72 +-
 scripts/tracetool/backend/log.py                   |    13 +-
 scripts/tracetool/format/ust_events_h.py           |     3 +-
 scripts/travis/coverage-summary.sh                 |    27 +
 scripts/update-linux-headers.sh                    |    94 +-
 scripts/vmstate-static-checker.py                  |    89 +-
 scsi/Makefile.objs                                 |     1 +
 scsi/pr-helper.h                                   |     2 -
 scsi/pr-manager-helper.c                           |    29 +
 scsi/pr-manager-stub.c                             |    30 +
 scsi/pr-manager.c                                  |    45 +
 scsi/qemu-pr-helper.c                              |   139 +-
 scsi/utils.c                                       |   151 +-
 slirp/arp_table.c                                  |     4 +-
 slirp/bootp.c                                      |     8 +
 slirp/dhcpv6.h                                     |     3 +
 slirp/ip.h                                         |    13 -
 slirp/ip6_icmp.c                                   |     6 +-
 slirp/libslirp.h                                   |     3 +-
 slirp/mbuf.c                                       |    39 +-
 slirp/mbuf.h                                       |     8 +-
 slirp/ncsi.c                                       |    51 +-
 slirp/ndp_table.c                                  |     4 +-
 slirp/slirp.c                                      |    16 +-
 slirp/slirp.h                                      |     2 +-
 slirp/socket.c                                     |    24 +-
 slirp/tcp_subr.c                                   |     2 +
 slirp/udp.c                                        |     4 +-
 slirp/udp6.c                                       |     2 +-
 stubs/Makefile.objs                                |     3 +-
 stubs/arch-query-cpu-def.c                         |     1 +
 stubs/arch-query-cpu-model-baseline.c              |     1 +
 stubs/arch-query-cpu-model-comparison.c            |     1 +
 stubs/arch-query-cpu-model-expansion.c             |     1 +
 stubs/dump.c                                       |     1 -
 stubs/error-printf.c                               |     3 +-
 stubs/fdset.c                                      |     2 +-
 stubs/linux-aio.c                                  |     2 +-
 stubs/machine-init-done.c                          |     2 +
 stubs/monitor.c                                    |     2 +-
 stubs/qmp_memory_device.c                          |    13 +
 stubs/qmp_pc_dimm.c                                |    13 -
 stubs/ram-block.c                                  |    16 +
 stubs/replay.c                                     |     8 +
 stubs/tpm.c                                        |     3 +-
 stubs/uuid.c                                       |     2 +-
 stubs/vmgenid.c                                    |     3 +-
 stubs/xen-hvm.c                                    |     2 +-
 target/alpha/cpu.c                                 |    19 +-
 target/alpha/cpu.h                                 |     7 +-
 target/alpha/helper.c                              |    23 +-
 target/alpha/mem_helper.c                          |    21 +-
 target/alpha/translate.c                           |    40 +-
 target/arm/Makefile.objs                           |    12 +-
 target/arm/arch_dump.c                             |     8 +-
 target/arm/arm-powerctl.c                          |     1 -
 target/arm/arm_ldst.h                              |     1 -
 target/arm/cpu-qom.h                               |     2 +
 target/arm/cpu.c                                   |   313 +-
 target/arm/cpu.h                                   |   553 +-
 target/arm/cpu64.c                                 |   102 +-
 target/arm/crypto_helper.c                         |   462 +-
 target/arm/gdbstub.c                               |    75 +
 target/arm/helper-a64.c                            |   347 +-
 target/arm/helper-a64.h                            |    37 +
 target/arm/helper-sve.h                            |  1403 ++
 target/arm/helper.c                                |  2381 ++-
 target/arm/helper.h                                |   182 +-
 target/arm/idau.h                                  |    61 +
 target/arm/internals.h                             |   248 +-
 target/arm/iwmmxt_helper.c                         |     1 -
 target/arm/kvm.c                                   |   103 +-
 target/arm/kvm32.c                                 |    39 +-
 target/arm/kvm64.c                                 |    39 +-
 target/arm/kvm_arm.h                               |    42 +-
 target/arm/machine.c                               |   175 +-
 target/arm/monitor.c                               |     3 +-
 target/arm/neon_helper.c                           |   164 +-
 target/arm/op_helper.c                             |   169 +-
 target/arm/psci.c                                  |     1 -
 target/arm/sve.decode                              |  1094 ++
 target/arm/sve_helper.c                            |  4677 ++++++
 target/arm/trace-events                            |     3 +
 target/arm/translate-a64.c                         |  4548 ++++--
 target/arm/translate-a64.h                         |   126 +
 target/arm/translate-sve.c                         |  5208 +++++++
 target/arm/translate.c                             |   779 +-
 target/arm/translate.h                             |    28 +-
 target/arm/vec_helper.c                            |   768 +
 target/cris/cpu.c                                  |     5 +-
 target/cris/cpu.h                                  |     5 +-
 target/cris/helper.c                               |     4 +-
 target/cris/op_helper.c                            |    10 +-
 target/cris/translate.c                            |    18 +-
 target/cris/translate_v10.c                        |  1313 --
 target/cris/translate_v10.inc.c                    |  1313 ++
 target/hppa/Makefile.objs                          |     4 +-
 target/hppa/cpu.c                                  |    75 +-
 target/hppa/cpu.h                                  |   290 +-
 target/hppa/gdbstub.c                              |   187 +-
 target/hppa/helper.c                               |   121 +-
 target/hppa/helper.h                               |    43 +-
 target/hppa/int_helper.c                           |   263 +
 target/hppa/machine.c                              |   181 +
 target/hppa/mem_helper.c                           |   348 +
 target/hppa/op_helper.c                            |   156 +-
 target/hppa/translate.c                            |  2152 ++-
 target/i386/Makefile.objs                          |     4 +
 target/i386/arch_dump.c                            |    10 +
 target/i386/cpu-qom.h                              |     4 +-
 target/i386/cpu.c                                  |  1286 +-
 target/i386/cpu.h                                  |   248 +-
 target/i386/excp_helper.c                          |   220 +-
 target/i386/fpu_helper.c                           |     1 +
 target/i386/hax-all.c                              |    59 +-
 target/i386/hax-darwin.c                           |    43 +-
 target/i386/hax-darwin.h                           |     4 +-
 target/i386/hax-i386.h                             |     1 +
 target/i386/hax-interface.h                        |     8 +
 target/i386/hax-mem.c                              |    35 +-
 target/i386/hax-windows.c                          |    39 +-
 target/i386/hax-windows.h                          |     7 +-
 target/i386/helper.c                               |     4 +-
 target/i386/hvf/Makefile.objs                      |     2 +
 target/i386/hvf/README.md                          |     7 +
 target/i386/hvf/hvf-i386.h                         |    48 +
 target/i386/hvf/hvf.c                              |   983 ++
 target/i386/hvf/panic.h                            |    45 +
 target/i386/hvf/vmcs.h                             |   374 +
 target/i386/hvf/vmx.h                              |   224 +
 target/i386/hvf/x86.c                              |   186 +
 target/i386/hvf/x86.h                              |   400 +
 target/i386/hvf/x86_cpuid.c                        |   166 +
 target/i386/hvf/x86_decode.c                       |  2185 +++
 target/i386/hvf/x86_decode.h                       |   323 +
 target/i386/hvf/x86_descr.c                        |   125 +
 target/i386/hvf/x86_descr.h                        |    58 +
 target/i386/hvf/x86_emu.c                          |  1483 ++
 target/i386/hvf/x86_emu.h                          |    49 +
 target/i386/hvf/x86_flags.c                        |   315 +
 target/i386/hvf/x86_flags.h                        |    80 +
 target/i386/hvf/x86_mmu.c                          |   269 +
 target/i386/hvf/x86_mmu.h                          |    43 +
 target/i386/hvf/x86_task.c                         |   187 +
 target/i386/hvf/x86_task.h                         |    18 +
 target/i386/hvf/x86hvf.c                           |   462 +
 target/i386/hvf/x86hvf.h                           |    39 +
 target/i386/hyperv-proto.h                         |    10 +-
 target/i386/hyperv.c                               |    16 +-
 target/i386/hyperv.h                               |     7 +-
 target/i386/kvm-stub.c                             |     5 +
 target/i386/kvm.c                                  |   506 +-
 target/i386/kvm_i386.h                             |     8 +-
 target/i386/machine.c                              |   123 +
 target/i386/mem_helper.c                           |    12 +-
 target/i386/misc_helper.c                          |     3 +
 target/i386/monitor.c                              |   150 +-
 target/i386/seg_helper.c                           |     1 +
 target/i386/sev-stub.c                             |    51 +
 target/i386/sev.c                                  |   815 +
 target/i386/sev_i386.h                             |    88 +
 target/i386/smm_helper.c                           |     1 +
 target/i386/svm.h                                  |    14 +
 target/i386/svm_helper.c                           |    27 +-
 target/i386/trace-events                           |    10 +
 target/i386/translate.c                            |    70 +-
 target/i386/whp-dispatch.h                         |    56 +
 target/i386/whpx-all.c                             |  1543 ++
 target/i386/xsave_helper.c                         |     1 -
 target/lm32/cpu.c                                  |    21 +-
 target/lm32/cpu.h                                  |     5 +-
 target/lm32/helper.c                               |     2 +-
 target/lm32/op_helper.c                            |    17 +-
 target/lm32/translate.c                            |    14 +-
 target/m68k/Makefile.objs                          |     4 +-
 target/m68k/cpu.c                                  |    34 +-
 target/m68k/cpu.h                                  |   253 +-
 target/m68k/fpu_helper.c                           |   145 +
 target/m68k/gdbstub.c                              |     2 +-
 target/m68k/helper.c                               |   706 +-
 target/m68k/helper.h                               |    36 +-
 target/m68k/monitor.c                              |    62 +
 target/m68k/op_helper.c                            |   447 +-
 target/m68k/softfloat.c                            |  2893 ++++
 target/m68k/softfloat.h                            |    48 +
 target/m68k/softfloat_fpsp_tables.h                |   641 +
 target/m68k/translate.c                            |  1270 +-
 target/microblaze/cpu.c                            |    36 +-
 target/microblaze/cpu.h                            |    40 +-
 target/microblaze/helper.c                         |    36 +-
 target/microblaze/helper.h                         |     8 +-
 target/microblaze/mmu.c                            |    91 +-
 target/microblaze/mmu.h                            |    17 +-
 target/microblaze/op_helper.c                      |    44 +-
 target/microblaze/translate.c                      |   963 +-
 target/mips/cpu.c                                  |     5 +-
 target/mips/cpu.h                                  |     3 +-
 target/mips/dsp_helper.c                           |    15 +-
 target/mips/gdbstub.c                              |     3 +-
 target/mips/helper.c                               |     2 +-
 target/mips/internal.h                             |     2 +-
 target/mips/msa_helper.c                           |    38 +-
 target/mips/op_helper.c                            |    15 +-
 target/mips/translate.c                            |   660 +-
 target/mips/translate_init.c                       |   883 --
 target/mips/translate_init.inc.c                   |   883 ++
 target/moxie/cpu.c                                 |     6 +-
 target/moxie/cpu.h                                 |     6 +-
 target/moxie/helper.c                              |    17 +-
 target/moxie/mmu.c                                 |     1 -
 target/moxie/translate.c                           |    14 +-
 target/nios2/cpu.c                                 |     4 +-
 target/nios2/cpu.h                                 |     7 +-
 target/nios2/helper.c                              |    12 +-
 target/nios2/mmu.c                                 |    13 +-
 target/nios2/op_helper.c                           |     2 +
 target/nios2/translate.c                           |    15 +-
 target/openrisc/Makefile.objs                      |    14 +-
 target/openrisc/cpu.c                              |    23 +-
 target/openrisc/cpu.h                              |    67 +-
 target/openrisc/disas.c                            |   170 +
 target/openrisc/exception_helper.c                 |     1 -
 target/openrisc/fpu_helper.c                       |   253 +-
 target/openrisc/helper.h                           |    29 +-
 target/openrisc/insns.decode                       |   189 +
 target/openrisc/interrupt.c                        |    55 +-
 target/openrisc/interrupt_helper.c                 |    35 +-
 target/openrisc/machine.c                          |    44 +-
 target/openrisc/mmu.c                              |   283 +-
 target/openrisc/mmu_helper.c                       |    44 -
 target/openrisc/sys_helper.c                       |    92 +-
 target/openrisc/translate.c                        |  1879 +--
 target/ppc/arch_dump.c                             |    10 +-
 target/ppc/compat.c                                |    52 +-
 target/ppc/cpu-qom.h                               |    28 +-
 target/ppc/cpu.h                                   |   134 +-
 target/ppc/excp_helper.c                           |    72 +-
 target/ppc/fpu_helper.c                            |    38 +-
 target/ppc/gdbstub.c                               |    14 +-
 target/ppc/helper.h                                |    15 +
 target/ppc/helper_regs.h                           |     1 +
 target/ppc/int_helper.c                            |     8 +-
 target/ppc/internal.h                              |     5 +
 target/ppc/kvm-stub.c                              |     2 +-
 target/ppc/kvm.c                                   |   449 +-
 target/ppc/kvm_ppc.h                               |    23 +-
 target/ppc/machine.c                               |    38 +-
 target/ppc/mem_helper.c                            |    72 +-
 target/ppc/mfrom_table.c                           |    79 -
 target/ppc/mfrom_table.inc.c                       |    79 +
 target/ppc/misc_helper.c                           |    21 +
 target/ppc/mmu-book3s-v3.c                         |     1 -
 target/ppc/mmu-book3s-v3.h                         |     6 +
 target/ppc/mmu-hash64.c                            |   224 +-
 target/ppc/mmu-hash64.h                            |    53 +-
 target/ppc/mmu-radix64.c                           |     1 -
 target/ppc/mmu_helper.c                            |    98 +-
 target/ppc/translate.c                             |  1208 +-
 target/ppc/translate/dfp-impl.inc.c                |    16 +-
 target/ppc/translate_init.c                        | 10637 -------------
 target/ppc/translate_init.inc.c                    | 10520 +++++++++++++
 target/ppc/user_only_helper.c                      |     2 +-
 target/riscv/Makefile.objs                         |     1 +
 target/riscv/cpu.c                                 |   449 +
 target/riscv/cpu.h                                 |   295 +
 target/riscv/cpu_bits.h                            |   411 +
 target/riscv/cpu_user.h                            |    13 +
 target/riscv/fpu_helper.c                          |   371 +
 target/riscv/gdbstub.c                             |    62 +
 target/riscv/helper.c                              |   511 +
 target/riscv/helper.h                              |    78 +
 target/riscv/instmap.h                             |   364 +
 target/riscv/op_helper.c                           |   751 +
 target/riscv/pmp.c                                 |   380 +
 target/riscv/pmp.h                                 |    64 +
 target/riscv/translate.c                           |  1932 +++
 target/s390x/Makefile.objs                         |     1 +
 target/s390x/arch_dump.c                           |    20 +-
 target/s390x/cc_helper.c                           |     2 +-
 target/s390x/cpu.c                                 |   152 +-
 target/s390x/cpu.h                                 |   254 +-
 target/s390x/cpu_features.c                        |    13 +-
 target/s390x/cpu_features.h                        |     1 +
 target/s390x/cpu_features_def.h                    |     4 +
 target/s390x/cpu_models.c                          |   124 +-
 target/s390x/cpu_models.h                          |     1 +
 target/s390x/crypto_helper.c                       |     7 +-
 target/s390x/diag.c                                |    82 +-
 target/s390x/excp_helper.c                         |   176 +-
 target/s390x/fpu_helper.c                          |    15 +-
 target/s390x/gen-features.c                        |   111 +-
 target/s390x/helper.c                              |    58 +-
 target/s390x/helper.h                              |    19 +-
 target/s390x/insn-data.def                         |    62 +-
 target/s390x/int_helper.c                          |    14 +-
 target/s390x/internal.h                            |    69 +-
 target/s390x/interrupt.c                           |   109 +-
 target/s390x/ioinst.c                              |   113 +-
 target/s390x/kvm-stub.c                            |    22 +-
 target/s390x/kvm.c                                 |   245 +-
 target/s390x/kvm_s390x.h                           |    17 +-
 target/s390x/machine.c                             |     6 +
 target/s390x/mem_helper.c                          |   129 +-
 target/s390x/misc_helper.c                         |   531 +-
 target/s390x/mmu_helper.c                          |    84 +-
 target/s390x/sigp.c                                |    42 +-
 target/s390x/tcg-stub.c                            |    20 +
 target/s390x/tcg_s390x.h                           |    18 +
 target/s390x/translate.c                           |  1856 ++-
 target/sh4/cpu.c                                   |    21 +-
 target/sh4/cpu.h                                   |    11 +-
 target/sh4/helper.c                                |     5 +-
 target/sh4/op_helper.c                             |     7 +-
 target/sh4/translate.c                             |   463 +-
 target/sparc/cpu.c                                 |    21 +-
 target/sparc/cpu.h                                 |     9 +-
 target/sparc/fop_helper.c                          |     1 +
 target/sparc/helper.c                              |     4 +-
 target/sparc/ldst_helper.c                         |     6 +-
 target/sparc/mmu_helper.c                          |    13 +-
 target/sparc/translate.c                           |   335 +-
 target/tilegx/cpu.c                                |     9 +-
 target/tilegx/cpu.h                                |     2 +-
 target/tilegx/translate.c                          |    18 +-
 target/tricore/cpu.c                               |     4 +-
 target/tricore/cpu.h                               |    11 +-
 target/tricore/csfr.def                            |     1 +
 target/tricore/fpu_helper.c                        |     1 +
 target/tricore/helper.c                            |     3 +-
 target/tricore/op_helper.c                         |    46 +-
 target/tricore/translate.c                         |    51 +-
 target/tricore/tricore-opcodes.h                   |     3 +
 target/unicore32/Makefile.objs                     |     4 +
 target/unicore32/cpu.c                             |     7 +-
 target/unicore32/cpu.h                             |     6 +-
 target/unicore32/helper.c                          |     2 +-
 target/unicore32/op_helper.c                       |    13 +-
 target/unicore32/softmmu.c                         |     2 +-
 target/unicore32/translate.c                       |    20 +-
 target/unicore32/ucf64_helper.c                    |     1 +
 target/xtensa/Makefile.objs                        |     6 +-
 target/xtensa/core-dc232b.c                        |    10 +-
 target/xtensa/core-dc232b/gdb-config.c             |   261 -
 target/xtensa/core-dc232b/gdb-config.inc.c         |   261 +
 target/xtensa/core-dc232b/xtensa-modules.inc.c     | 14078 +++++++++++++++++
 target/xtensa/core-dc233c.c                        |     7 +-
 target/xtensa/core-dc233c/gdb-config.c             |   145 -
 target/xtensa/core-dc233c/gdb-config.inc.c         |   145 +
 target/xtensa/core-dc233c/xtensa-modules.inc.c     | 15205 +++++++++++++++++++
 target/xtensa/core-de212.c                         |    52 +
 target/xtensa/core-de212/core-isa.h                |   622 +
 target/xtensa/core-de212/gdb-config.inc.c          |   198 +
 target/xtensa/core-de212/xtensa-modules.inc.c      | 14543 ++++++++++++++++++
 target/xtensa/core-fsf.c                           |     6 +-
 target/xtensa/core-fsf/xtensa-modules.inc.c        |  9826 ++++++++++++
 target/xtensa/core-sample_controller.c             |    52 +
 target/xtensa/core-sample_controller/core-isa.h    |   644 +
 .../xtensa/core-sample_controller/gdb-config.inc.c |   141 +
 .../core-sample_controller/xtensa-modules.inc.c    | 11366 ++++++++++++++
 target/xtensa/cpu.c                                |    42 +-
 target/xtensa/cpu.h                                |   103 +-
 target/xtensa/gdbstub.c                            |    14 +-
 target/xtensa/helper.c                             |    99 +-
 target/xtensa/helper.h                             |     4 +
 target/xtensa/import_core.sh                       |    21 +-
 target/xtensa/op_helper.c                          |    63 +-
 target/xtensa/overlay_tool.h                       |    20 +-
 target/xtensa/translate.c                          |  6082 +++++---
 target/xtensa/xtensa-isa-internal.h                |   231 +
 target/xtensa/xtensa-isa.c                         |  1743 +++
 target/xtensa/xtensa-isa.h                         |     1 +
 tcg/README                                         |    94 +
 tcg/aarch64/tcg-target.h                           |    25 +-
 tcg/aarch64/tcg-target.inc.c                       |   591 +-
 tcg/aarch64/tcg-target.opc.h                       |     3 +
 tcg/arm/tcg-target.inc.c                           |   122 +-
 tcg/i386/tcg-target.h                              |    41 +-
 tcg/i386/tcg-target.inc.c                          |  1003 +-
 tcg/i386/tcg-target.opc.h                          |    13 +
 tcg/mips/tcg-target.inc.c                          |    13 +-
 tcg/optimize.c                                     |   170 +-
 tcg/ppc/tcg-target.inc.c                           |    88 +-
 tcg/s390/tcg-target.inc.c                          |     2 +-
 tcg/sparc/tcg-target.inc.c                         |     4 +-
 tcg/tcg-gvec-desc.h                                |    49 +
 tcg/tcg-ldst.inc.c                                 |     8 +-
 tcg/tcg-op-gvec.c                                  |  2299 +++
 tcg/tcg-op-gvec.h                                  |   306 +
 tcg/tcg-op-vec.c                                   |   388 +
 tcg/tcg-op.c                                       |   162 +-
 tcg/tcg-op.h                                       |   214 +-
 tcg/tcg-opc.h                                      |    50 +-
 tcg/tcg-pool.inc.c                                 |   113 +-
 tcg/tcg.c                                          |   506 +-
 tcg/tcg.h                                          |   277 +-
 tcg/tci.c                                          |    12 +-
 tcg/tci/tcg-target.inc.c                           |     8 +-
 tests/.gitignore                                   |    98 +-
 tests/Makefile.include                             |   240 +-
 tests/acceptance/README.rst                        |    10 +
 tests/acceptance/avocado_qemu/__init__.py          |    54 +
 tests/acceptance/boot_linux_console.py             |    47 +
 tests/acceptance/version.py                        |    24 +
 tests/acceptance/vnc.py                            |    60 +
 tests/acpi-test-data/pc/APIC.dimmpxm               |   Bin 0 -> 144 bytes
 tests/acpi-test-data/pc/DSDT.dimmpxm               |   Bin 0 -> 6803 bytes
 tests/acpi-test-data/pc/DSDT.numamem               |   Bin 0 -> 5150 bytes
 tests/acpi-test-data/pc/FACP                       |   Bin 116 -> 116 bytes
 tests/acpi-test-data/pc/NFIT.dimmpxm               |   Bin 0 -> 240 bytes
 tests/acpi-test-data/pc/SRAT.dimmpxm               |   Bin 0 -> 472 bytes
 tests/acpi-test-data/pc/SRAT.memhp                 |   Bin 264 -> 264 bytes
 tests/acpi-test-data/pc/SRAT.numamem               |   Bin 0 -> 224 bytes
 tests/acpi-test-data/pc/SSDT.dimmpxm               |   Bin 0 -> 685 bytes
 tests/acpi-test-data/q35/APIC.dimmpxm              |   Bin 0 -> 144 bytes
 tests/acpi-test-data/q35/DSDT.dimmpxm              |   Bin 0 -> 9487 bytes
 tests/acpi-test-data/q35/DSDT.numamem              |   Bin 0 -> 7834 bytes
 tests/acpi-test-data/q35/FACP                      |   Bin 116 -> 244 bytes
 tests/acpi-test-data/q35/NFIT.dimmpxm              |   Bin 0 -> 240 bytes
 tests/acpi-test-data/q35/SRAT.dimmpxm              |   Bin 0 -> 472 bytes
 tests/acpi-test-data/q35/SRAT.memhp                |   Bin 264 -> 264 bytes
 tests/acpi-test-data/q35/SRAT.numamem              |   Bin 0 -> 224 bytes
 tests/acpi-test-data/q35/SSDT.dimmpxm              |   Bin 0 -> 685 bytes
 tests/acpi-utils.h                                 |     8 +-
 tests/ahci-test.c                                  |    27 +-
 tests/atomic_add-bench.c                           |    19 +-
 tests/benchmark-crypto-cipher.c                    |     6 +-
 tests/benchmark-crypto-hash.c                      |     5 +-
 tests/benchmark-crypto-hmac.c                      |     6 +-
 tests/bios-tables-test.c                           |   207 +-
 tests/boot-order-test.c                            |     8 +-
 tests/boot-sector.c                                |    17 +-
 tests/boot-sector.h                                |     6 +-
 tests/boot-serial-test.c                           |   149 +-
 tests/cdrom-test.c                                 |   222 +
 tests/check-block-qdict.c                          |   723 +
 tests/check-qdict.c                                |   554 +-
 tests/check-qjson.c                                |   130 +-
 tests/check-qlist.c                                |    13 +-
 tests/check-qlit.c                                 |    31 +-
 tests/check-qnull.c                                |    10 +-
 tests/check-qnum.c                                 |    33 +-
 tests/check-qobject.c                              |    18 +-
 tests/check-qstring.c                              |    14 +-
 tests/cpu-plug-test.c                              |   267 +
 tests/crypto-tls-psk-helpers.c                     |    50 +
 tests/crypto-tls-psk-helpers.h                     |    29 +
 tests/crypto-tls-x509-helpers.c                    |     3 +-
 tests/decode/check.sh                              |    18 +
 tests/decode/err_argset1.decode                    |     5 +
 tests/decode/err_argset2.decode                    |     5 +
 tests/decode/err_field1.decode                     |     5 +
 tests/decode/err_field2.decode                     |     5 +
 tests/decode/err_field3.decode                     |     5 +
 tests/decode/err_field4.decode                     |     6 +
 tests/decode/err_field5.decode                     |     5 +
 tests/decode/err_init1.decode                      |     6 +
 tests/decode/err_init2.decode                      |     6 +
 tests/decode/err_init3.decode                      |     7 +
 tests/decode/err_init4.decode                      |     7 +
 tests/decode/err_overlap1.decode                   |     6 +
 tests/decode/err_overlap2.decode                   |     6 +
 tests/decode/err_overlap3.decode                   |     6 +
 tests/decode/err_overlap4.decode                   |     6 +
 tests/decode/err_overlap5.decode                   |     5 +
 tests/decode/err_overlap6.decode                   |     6 +
 tests/decode/err_overlap7.decode                   |     6 +
 tests/decode/err_overlap8.decode                   |     5 +
 tests/decode/err_overlap9.decode                   |     6 +
 tests/device-introspect-test.c                     |    40 +-
 tests/docker/Makefile.include                      |   118 +-
 tests/docker/common.rc                             |    28 +-
 tests/docker/docker.py                             |   180 +-
 tests/docker/dockerfiles/centos6.docker            |    30 -
 tests/docker/dockerfiles/debian-alpha-cross.docker |    12 +
 tests/docker/dockerfiles/debian-apt-fake.sh        |    46 -
 tests/docker/dockerfiles/debian-bootstrap.docker   |     3 +-
 tests/docker/dockerfiles/debian-bootstrap.pre      |    24 +-
 tests/docker/dockerfiles/debian-hppa-cross.docker  |    12 +
 tests/docker/dockerfiles/debian-m68k-cross.docker  |    12 +
 .../docker/dockerfiles/debian-mips64-cross.docker  |    12 +
 .../docker/dockerfiles/debian-powerpc-cross.docker |    39 +-
 .../dockerfiles/debian-powerpc-user-cross.docker   |    15 +
 .../docker/dockerfiles/debian-riscv64-cross.docker |    12 +
 tests/docker/dockerfiles/debian-sh4-cross.docker   |    12 +
 tests/docker/dockerfiles/debian-sid.docker         |    32 +
 .../docker/dockerfiles/debian-sparc64-cross.docker |    12 +
 .../docker/dockerfiles/debian-tricore-cross.docker |    23 +
 tests/docker/dockerfiles/debian8-mxe.docker        |     2 +-
 tests/docker/dockerfiles/debian8.docker            |     3 -
 tests/docker/dockerfiles/fedora-i386-cross.docker  |    14 +
 tests/docker/dockerfiles/fedora.docker             |    28 +-
 tests/docker/dockerfiles/min-glib.docker           |     8 -
 tests/docker/dockerfiles/travis.docker             |    11 +-
 tests/docker/dockerfiles/ubuntu.docker             |     8 +-
 tests/docker/run                                   |     2 +-
 tests/docker/test-clang                            |     4 +-
 tests/docker/test-debug                            |    26 +
 tests/docker/test-full                             |    79 +-
 tests/docker/test-mingw                            |     6 +-
 tests/docker/test-quick                            |     2 +-
 tests/docker/test-unit                             |    21 +
 tests/docker/travis.py                             |    15 +-
 tests/drive_del-test.c                             |     5 +-
 tests/ds1338-test.c                                |     6 +-
 tests/e1000e-test.c                                |     8 +-
 tests/fw_cfg-test.c                                |    13 +-
 tests/guest-debug/test-gdbstub.py                  |     1 +
 tests/i440fx-test.c                                |     2 +-
 tests/ide-test.c                                   |    75 +-
 tests/image-fuzzer/qcow2/__init__.py               |     3 +-
 tests/image-fuzzer/qcow2/fuzz.py                   |     1 +
 tests/image-fuzzer/qcow2/layout.py                 |     3 +-
 tests/image-fuzzer/runner.py                       |    42 +-
 tests/io-channel-helpers.c                         |     1 -
 tests/ivshmem-test.c                               |     7 +-
 tests/libqos/ahci.c                                |   119 +-
 tests/libqos/ahci.h                                |     7 +-
 tests/libqos/fw_cfg.c                              |    14 +-
 tests/libqos/fw_cfg.h                              |    10 +-
 tests/libqos/i2c-imx.c                             |    67 +-
 tests/libqos/i2c-omap.c                            |    45 +-
 tests/libqos/i2c.h                                 |     9 +-
 tests/libqos/libqos-pc.c                           |     2 +-
 tests/libqos/libqos.c                              |    49 +-
 tests/libqos/libqos.h                              |     4 +-
 tests/libqos/malloc-pc.c                           |     8 +-
 tests/libqos/malloc-pc.h                           |     4 +-
 tests/libqos/malloc-spapr.c                        |     4 +-
 tests/libqos/malloc-spapr.h                        |     2 +-
 tests/libqos/malloc.h                              |     1 +
 tests/libqos/pci-pc.c                              |    17 +-
 tests/libqos/pci-pc.h                              |     2 +-
 tests/libqos/pci-spapr.c                           |    25 +-
 tests/libqos/pci-spapr.h                           |     2 +-
 tests/libqos/pci.h                                 |     1 +
 tests/libqos/rtas.c                                |    36 +-
 tests/libqos/rtas.h                                |    12 +-
 tests/libqos/virtio-pci.c                          |     4 +-
 tests/libqos/virtio.c                              |    25 +-
 tests/libqos/virtio.h                              |     3 +-
 tests/libqtest.c                                   |    80 +-
 tests/libqtest.h                                   |    18 +-
 tests/m48t59-test.c                                |   127 +-
 tests/machine-none-test.c                          |   103 +
 tests/megasas-test.c                               |     5 +-
 tests/migration-test.c                             |   549 +-
 tests/migration/guestperf/engine.py                |    29 +-
 tests/migration/guestperf/plot.py                  |    17 +-
 tests/migration/guestperf/shell.py                 |    19 +-
 tests/migration/rebuild-x86-bootblock.sh           |    33 +
 tests/migration/stress.c                           |    10 +-
 tests/migration/x86-a-b-bootblock.h                |    51 +
 tests/migration/x86-a-b-bootblock.s                |    92 +
 tests/multiboot/.gitignore                         |     3 +
 tests/multiboot/Makefile                           |    22 +-
 tests/multiboot/aout_kludge.S                      |   138 +
 tests/multiboot/aout_kludge.out                    |    42 +
 tests/multiboot/run_test.sh                        |    34 +-
 tests/numa-test.c                                  |    87 +-
 tests/pc-cpu-test.c                                |   135 -
 tests/pca9552-test.c                               |   116 +
 tests/pnv-xscom-test.c                             |    31 +-
 tests/ptimer-test.c                                |    27 +-
 tests/pvpanic-test.c                               |     3 +-
 tests/pxe-test.c                                   |   101 +-
 tests/q35-test.c                                   |     7 +-
 tests/qapi-schema/allow-preconfig-test.err         |     1 +
 tests/qapi-schema/allow-preconfig-test.exit        |     1 +
 tests/qapi-schema/allow-preconfig-test.json        |     2 +
 tests/qapi-schema/allow-preconfig-test.out         |     0
 tests/qapi-schema/bad-if-empty-list.err            |     1 +
 tests/qapi-schema/bad-if-empty-list.exit           |     1 +
 tests/qapi-schema/bad-if-empty-list.json           |     3 +
 tests/qapi-schema/bad-if-empty-list.out            |     0
 tests/qapi-schema/bad-if-empty.err                 |     1 +
 tests/qapi-schema/bad-if-empty.exit                |     1 +
 tests/qapi-schema/bad-if-empty.json                |     3 +
 tests/qapi-schema/bad-if-empty.out                 |     0
 tests/qapi-schema/bad-if-list.err                  |     1 +
 tests/qapi-schema/bad-if-list.exit                 |     1 +
 tests/qapi-schema/bad-if-list.json                 |     3 +
 tests/qapi-schema/bad-if-list.out                  |     0
 tests/qapi-schema/bad-if.err                       |     1 +
 tests/qapi-schema/bad-if.exit                      |     1 +
 tests/qapi-schema/bad-if.json                      |     3 +
 tests/qapi-schema/bad-if.out                       |     0
 tests/qapi-schema/comments.out                     |     3 +-
 tests/qapi-schema/doc-bad-section.err              |     0
 tests/qapi-schema/doc-bad-section.exit             |     1 +
 tests/qapi-schema/doc-bad-section.json             |    11 +
 tests/qapi-schema/doc-bad-section.out              |    14 +
 tests/qapi-schema/doc-good.json                    |     3 +-
 tests/qapi-schema/doc-good.out                     |    38 +-
 tests/qapi-schema/doc-good.texi                    |    16 +-
 tests/qapi-schema/empty.out                        |     2 +-
 tests/qapi-schema/event-case.out                   |     3 +-
 tests/qapi-schema/flat-union-incomplete-branch.err |     1 -
 .../qapi-schema/flat-union-incomplete-branch.exit  |     1 -
 .../qapi-schema/flat-union-incomplete-branch.json  |     9 -
 tests/qapi-schema/flat-union-incomplete-branch.out |     0
 tests/qapi-schema/ident-with-escape.out            |     7 +-
 tests/qapi-schema/include-no-file.err              |     2 +-
 tests/qapi-schema/include-relpath.out              |     7 +-
 tests/qapi-schema/include-repetition.out           |    12 +-
 tests/qapi-schema/include-simple.out               |     5 +-
 tests/qapi-schema/indented-expr.out                |     7 +-
 tests/qapi-schema/oob-test.err                     |     1 +
 tests/qapi-schema/oob-test.exit                    |     1 +
 tests/qapi-schema/oob-test.json                    |     2 +
 tests/qapi-schema/oob-test.out                     |     0
 tests/qapi-schema/qapi-schema-test.json            |    35 +-
 tests/qapi-schema/qapi-schema-test.out             |   359 +-
 tests/qapi-schema/test-qapi.py                     |    84 +-
 tests/qemu-iotests/020                             |    17 +-
 tests/qemu-iotests/020.out                         |     6 +-
 tests/qemu-iotests/024                             |    82 +-
 tests/qemu-iotests/024.out                         |    30 +
 tests/qemu-iotests/025                             |     9 +-
 tests/qemu-iotests/026                             |    17 +
 tests/qemu-iotests/026.out                         |    14 +-
 tests/qemu-iotests/026.out.nocache                 |    14 +-
 tests/qemu-iotests/029                             |     2 +-
 tests/qemu-iotests/030                             |    75 +-
 tests/qemu-iotests/030.out                         |     4 +-
 tests/qemu-iotests/033                             |    30 +
 tests/qemu-iotests/033.out                         |    13 +
 tests/qemu-iotests/040                             |     2 +
 tests/qemu-iotests/041                             |    23 +-
 tests/qemu-iotests/049.out                         |     8 +-
 tests/qemu-iotests/051                             |    21 +-
 tests/qemu-iotests/051.out                         |    24 +
 tests/qemu-iotests/051.pc.out                      |    44 +-
 tests/qemu-iotests/055                             |    17 +-
 tests/qemu-iotests/056                             |   187 +
 tests/qemu-iotests/056.out                         |     4 +-
 tests/qemu-iotests/059                             |     1 +
 tests/qemu-iotests/060                             |    41 +-
 tests/qemu-iotests/060.out                         |    26 +-
 tests/qemu-iotests/061                             |    16 +
 tests/qemu-iotests/061.out                         |    68 +-
 tests/qemu-iotests/063                             |     9 +
 tests/qemu-iotests/063.out                         |    12 +
 tests/qemu-iotests/067                             |     3 +-
 tests/qemu-iotests/067.out                         |    97 +-
 tests/qemu-iotests/080                             |    29 +-
 tests/qemu-iotests/080.out                         |    58 +-
 tests/qemu-iotests/082                             |    17 +
 tests/qemu-iotests/082.out                         |    64 +-
 tests/qemu-iotests/086                             |     2 +-
 tests/qemu-iotests/089                             |    24 +-
 tests/qemu-iotests/089.out                         |    18 +-
 tests/qemu-iotests/093                             |     8 +-
 tests/qemu-iotests/094.out                         |     7 +
 tests/qemu-iotests/095                             |     2 +-
 tests/qemu-iotests/095.out                         |     6 +
 tests/qemu-iotests/096                             |     4 +-
 tests/qemu-iotests/102                             |     7 +-
 tests/qemu-iotests/102.out                         |     3 +-
 tests/qemu-iotests/103                             |    19 +
 tests/qemu-iotests/103.out                         |     7 +-
 tests/qemu-iotests/106                             |    24 +
 tests/qemu-iotests/106.out                         |    10 +
 tests/qemu-iotests/109                             |     2 +-
 tests/qemu-iotests/109.out                         |   202 +-
 tests/qemu-iotests/112.out                         |     9 +-
 tests/qemu-iotests/113                             |    19 +-
 tests/qemu-iotests/113.out                         |     7 +-
 tests/qemu-iotests/118                             |   208 +-
 tests/qemu-iotests/121                             |    20 +
 tests/qemu-iotests/121.out                         |    10 +
 tests/qemu-iotests/122                             |    42 +
 tests/qemu-iotests/122.out                         |    36 +-
 tests/qemu-iotests/124                             |     8 +
 tests/qemu-iotests/126.out                         |     2 +-
 tests/qemu-iotests/127.out                         |     7 +
 tests/qemu-iotests/129                             |     0
 tests/qemu-iotests/130                             |     2 +
 tests/qemu-iotests/132                             |     0
 tests/qemu-iotests/136                             |     2 +-
 tests/qemu-iotests/137                             |     7 +
 tests/qemu-iotests/137.out                         |     6 +-
 tests/qemu-iotests/139                             |     2 +-
 tests/qemu-iotests/141                             |    13 +-
 tests/qemu-iotests/141.out                         |    29 +
 tests/qemu-iotests/144                             |     2 +-
 tests/qemu-iotests/144.out                         |     7 +
 tests/qemu-iotests/146.out                         |     2 +-
 tests/qemu-iotests/147                             |    68 +-
 tests/qemu-iotests/147.out                         |     4 +-
 tests/qemu-iotests/148                             |     0
 tests/qemu-iotests/149                             |     5 +-
 tests/qemu-iotests/149.out                         |   344 +-
 tests/qemu-iotests/151                             |   120 +
 tests/qemu-iotests/151.out                         |     5 +
 tests/qemu-iotests/152                             |     0
 tests/qemu-iotests/153                             |    55 +-
 tests/qemu-iotests/153.out                         |    64 +-
 tests/qemu-iotests/155                             |    64 +-
 tests/qemu-iotests/156                             |     2 +-
 tests/qemu-iotests/156.out                         |     7 +
 tests/qemu-iotests/163                             |     0
 tests/qemu-iotests/165                             |     5 +-
 tests/qemu-iotests/169                             |   160 +
 tests/qemu-iotests/169.out                         |     5 +
 tests/qemu-iotests/176                             |     4 +-
 tests/qemu-iotests/177                             |    20 +-
 tests/qemu-iotests/177.out                         |    22 +-
 tests/qemu-iotests/181                             |    15 +-
 tests/qemu-iotests/183                             |     2 +-
 tests/qemu-iotests/184                             |    25 +-
 tests/qemu-iotests/184.out                         |    63 +-
 tests/qemu-iotests/185                             |    33 +-
 tests/qemu-iotests/185.out                         |    10 +
 tests/qemu-iotests/186                             |     6 +-
 tests/qemu-iotests/186.out                         |    84 +-
 tests/qemu-iotests/191                             |    11 +-
 tests/qemu-iotests/191.out                         |   445 +-
 tests/qemu-iotests/194                             |     2 +-
 tests/qemu-iotests/197                             |    14 +
 tests/qemu-iotests/197.out                         |     8 +
 tests/qemu-iotests/198                             |     8 +-
 tests/qemu-iotests/198.out                         |     8 -
 tests/qemu-iotests/199                             |   118 +
 tests/qemu-iotests/199.out                         |     5 +
 tests/qemu-iotests/200                             |     2 +-
 tests/qemu-iotests/201                             |   133 +
 tests/qemu-iotests/201.out                         |    23 +
 tests/qemu-iotests/202                             |    95 +
 tests/qemu-iotests/202.out                         |    11 +
 tests/qemu-iotests/203                             |    66 +
 tests/qemu-iotests/203.out                         |    11 +
 tests/qemu-iotests/204                             |   119 +
 tests/qemu-iotests/204.out                         |    63 +
 tests/qemu-iotests/205                             |   156 +
 tests/qemu-iotests/205.out                         |     5 +
 tests/qemu-iotests/206                             |   282 +
 tests/qemu-iotests/206.out                         |   256 +
 tests/qemu-iotests/207                             |   217 +
 tests/qemu-iotests/207.out                         |    80 +
 tests/qemu-iotests/208                             |    57 +
 tests/qemu-iotests/208.out                         |     9 +
 tests/qemu-iotests/209                             |    34 +
 tests/qemu-iotests/209.out                         |     2 +
 tests/qemu-iotests/210                             |   184 +
 tests/qemu-iotests/210.out                         |   231 +
 tests/qemu-iotests/211                             |   173 +
 tests/qemu-iotests/211.out                         |   112 +
 tests/qemu-iotests/212                             |   195 +
 tests/qemu-iotests/212.out                         |   156 +
 tests/qemu-iotests/213                             |   209 +
 tests/qemu-iotests/213.out                         |   169 +
 tests/qemu-iotests/214                             |    97 +
 tests/qemu-iotests/214.out                         |    35 +
 tests/qemu-iotests/215                             |   120 +
 tests/qemu-iotests/215.out                         |    26 +
 tests/qemu-iotests/216                             |   116 +
 tests/qemu-iotests/216.out                         |    15 +
 tests/qemu-iotests/217                             |    90 +
 tests/qemu-iotests/217.out                         |    42 +
 tests/qemu-iotests/218                             |   138 +
 tests/qemu-iotests/218.out                         |    30 +
 tests/qemu-iotests/219                             |   223 +
 tests/qemu-iotests/219.out                         |   327 +
 tests/qemu-iotests/221                             |    60 +
 tests/qemu-iotests/221.out                         |    16 +
 tests/qemu-iotests/222                             |   157 +
 tests/qemu-iotests/222.out                         |    67 +
 tests/qemu-iotests/223                             |   140 +
 tests/qemu-iotests/223.out                         |    49 +
 tests/qemu-iotests/225                             |   132 +
 tests/qemu-iotests/225.out                         |    24 +
 tests/qemu-iotests/226                             |    69 +
 tests/qemu-iotests/226.out                         |    26 +
 tests/qemu-iotests/227                             |   101 +
 tests/qemu-iotests/227.out                         |   205 +
 tests/qemu-iotests/check                           |    17 +-
 tests/qemu-iotests/common.config                   |     1 +
 tests/qemu-iotests/common.filter                   |    44 +-
 tests/qemu-iotests/common.qemu                     |    58 +-
 tests/qemu-iotests/common.rc                       |    37 +-
 tests/qemu-iotests/group                           |    34 +-
 tests/qemu-iotests/iotests.py                      |   307 +-
 tests/qemu-iotests/nbd-fault-injector.py           |     7 +-
 tests/qemu-iotests/qcow2.py                        |    39 +-
 tests/qemu-iotests/qed.py                          |    17 +-
 tests/qemu-iotests/sample_images/afl9.vmdk.bz2     |   Bin 178 -> 618 bytes
 tests/qht-bench.c                                  |    18 +-
 tests/qmp-test.c                                   |   240 +-
 tests/qom-test.c                                   |    15 +-
 tests/rcutorture.c                                 |     4 -
 tests/rtas-test.c                                  |     3 +-
 tests/rtl8139-test.c                               |     5 +-
 tests/sdhci-test.c                                 |   252 +
 tests/socket-helpers.c                             |   149 +
 tests/socket-helpers.h                             |    42 +
 tests/tcg/Makefile                                 |   219 +-
 tests/tcg/Makefile.include                         |    88 +
 tests/tcg/Makefile.probe                           |    31 +
 tests/tcg/README                                   |    69 +-
 tests/tcg/aarch64/Makefile.include                 |     8 +
 tests/tcg/aarch64/Makefile.target                  |    17 +
 tests/tcg/aarch64/fcvt.ref                         |  3268 ++++
 tests/tcg/alpha/Makefile                           |    35 -
 tests/tcg/alpha/Makefile.include                   |     2 +
 tests/tcg/alpha/Makefile.target                    |    18 +
 tests/tcg/alpha/crt.s                              |    26 -
 tests/tcg/alpha/hello-alpha.c                      |     2 +
 tests/tcg/alpha/test-cond.c                        |     1 +
 tests/tcg/alpha/test-ovf.c                         |     2 +
 tests/tcg/arm/Makefile.include                     |     8 +
 tests/tcg/arm/Makefile.target                      |    32 +
 tests/tcg/arm/README                               |    11 +
 tests/tcg/arm/fcvt.c                               |   458 +
 tests/tcg/arm/fcvt.ref                             |  3268 ++++
 tests/tcg/arm/hello-arm.c                          |   113 +
 tests/tcg/arm/test-arm-iwmmxt.S                    |    49 +
 tests/tcg/hello-arm.c                              |   113 -
 tests/tcg/hello-i386.c                             |    27 -
 tests/tcg/hello-mips.c                             |    64 -
 tests/tcg/hppa/Makefile.include                    |     2 +
 tests/tcg/hppa/Makefile.target                     |     6 +
 tests/tcg/i386/Makefile.include                    |     9 +
 tests/tcg/i386/Makefile.target                     |    47 +
 tests/tcg/i386/README                              |    35 +
 tests/tcg/i386/hello-i386.c                        |    28 +
 tests/tcg/i386/test-i386-code16.S                  |    79 +
 tests/tcg/i386/test-i386-fprem.c                   |   357 +
 tests/tcg/i386/test-i386-muldiv.h                  |    76 +
 tests/tcg/i386/test-i386-shift.h                   |   185 +
 tests/tcg/i386/test-i386-ssse3.c                   |    57 +
 tests/tcg/i386/test-i386-vm86.S                    |   103 +
 tests/tcg/i386/test-i386.c                         |  2764 ++++
 tests/tcg/i386/test-i386.h                         |   152 +
 tests/tcg/linux-test.c                             |   539 -
 tests/tcg/m68k/Makefile.include                    |     2 +
 tests/tcg/m68k/Makefile.target                     |     7 +
 tests/tcg/mips/Makefile.include                    |    20 +
 tests/tcg/mips/Makefile.target                     |    22 +
 tests/tcg/mips/README                              |     7 +
 tests/tcg/mips/hello-mips.c                        |    64 +
 tests/tcg/multiarch/Makefile.target                |    36 +
 tests/tcg/multiarch/README                         |     1 +
 tests/tcg/multiarch/linux-test.c                   |   531 +
 tests/tcg/multiarch/sha1.c                         |   240 +
 tests/tcg/multiarch/test-mmap.c                    |   504 +
 tests/tcg/multiarch/testthread.c                   |    57 +
 tests/tcg/pi_10.com                                |   Bin 54 -> 0 bytes
 tests/tcg/ppc/Makefile.include                     |     7 +
 tests/tcg/ppc/Makefile.target                      |    12 +
 tests/tcg/riscv/Makefile.include                   |    10 +
 tests/tcg/runcom.c                                 |   192 -
 tests/tcg/s390x/Makefile.include                   |     2 +
 tests/tcg/sh4/Makefile.include                     |     4 +
 tests/tcg/sh4/Makefile.target                      |     7 +
 tests/tcg/sha1.c                                   |   240 -
 tests/tcg/sparc64/Makefile.include                 |     2 +
 tests/tcg/sparc64/Makefile.target                  |    11 +
 tests/tcg/test-arm-iwmmxt.s                        |    49 -
 tests/tcg/test-i386-code16.S                       |    79 -
 tests/tcg/test-i386-fprem.c                        |   351 -
 tests/tcg/test-i386-muldiv.h                       |    76 -
 tests/tcg/test-i386-shift.h                        |   185 -
 tests/tcg/test-i386-ssse3.c                        |    57 -
 tests/tcg/test-i386-vm86.S                         |   103 -
 tests/tcg/test-i386.c                              |  2765 ----
 tests/tcg/test-i386.h                              |   152 -
 tests/tcg/test-mmap.c                              |   484 -
 tests/tcg/test_path.c                              |   157 -
 tests/tcg/testthread.c                             |    57 -
 tests/tcg/x86_64/Makefile.target                   |    15 +
 tests/tcg/xtensa/Makefile                          |     2 +-
 tests/tcg/xtensa/test_sr.S                         |     2 +-
 tests/tco-test.c                                   |    19 +-
 tests/test-aio-multithread.c                       |     2 -
 tests/test-aio.c                                   |    63 +-
 tests/test-bdrv-drain.c                            |  1357 ++
 tests/test-block-backend.c                         |    82 +
 tests/test-blockjob-txn.c                          |    91 +-
 tests/test-blockjob.c                              |   258 +-
 tests/test-char.c                                  |    80 +-
 tests/test-clone-visitor.c                         |     3 -
 tests/test-coroutine.c                             |    76 +-
 tests/test-crypto-tlscredsx509.c                   |    11 +-
 tests/test-crypto-tlssession.c                     |   210 +-
 tests/test-cutils.c                                |   678 +-
 tests/test-filter-redirector.c                     |     2 +-
 tests/test-hbitmap.c                               |   105 +-
 tests/test-hmp.c                                   |     9 +-
 tests/test-io-channel-file.c                       |    29 +-
 tests/test-io-channel-socket.c                     |    76 +-
 tests/test-io-channel-tls.c                        |    27 +-
 tests/test-io-task.c                               |     2 +
 tests/test-keyval.c                                |    99 +-
 tests/test-netfilter.c                             |    27 +-
 tests/test-qapi-util.c                             |     1 -
 tests/test-qemu-opts.c                             |   282 +-
 tests/test-qga.c                                   |   187 +-
 tests/test-qht.c                                   |    23 +-
 tests/test-qmp-cmds.c                              |   299 +
 tests/test-qmp-commands.c                          |   284 -
 tests/test-qmp-event.c                             |    37 +-
 tests/test-qobject-input-visitor.c                 |    44 +-
 tests/test-qobject-output-visitor.c                |    83 +-
 tests/test-replication.c                           |     3 +
 tests/test-string-input-visitor.c                  |     2 -
 tests/test-string-output-visitor.c                 |     4 +-
 tests/test-thread-pool.c                           |     6 +-
 tests/test-util-sockets.c                          |   266 +
 tests/test-uuid.c                                  |     8 +-
 tests/test-visitor-serialization.c                 |    13 +-
 tests/test-vmstate.c                               |     2 +
 tests/test-x86-cpuid-compat.c                      |    33 +-
 tests/tmp105-test.c                                |    13 +-
 tests/tpm-crb-swtpm-test.c                         |    66 +
 tests/tpm-crb-test.c                               |   177 +
 tests/tpm-emu.c                                    |   174 +
 tests/tpm-emu.h                                    |    38 +
 tests/tpm-tests.c                                  |   127 +
 tests/tpm-tests.h                                  |    26 +
 tests/tpm-tis-swtpm-test.c                         |    66 +
 tests/tpm-tis-test.c                               |   486 +
 tests/tpm-util.c                                   |   324 +
 tests/tpm-util.h                                   |    50 +
 tests/usb-hcd-ehci-test.c                          |     2 +-
 tests/usb-hcd-uhci-test.c                          |     1 +
 tests/usb-hcd-xhci-test.c                          |    10 +
 tests/vhost-user-bridge.c                          |   104 +-
 tests/vhost-user-test.c                            |   330 +-
 tests/virtio-9p-test.c                             |   326 +-
 tests/virtio-blk-test.c                            |    50 +-
 tests/virtio-net-test.c                            |    28 +-
 tests/virtio-scsi-test.c                           |    25 +-
 tests/vm/README                                    |    90 +-
 tests/vm/basevm.py                                 |     8 +-
 tests/vmgenid-test.c                               |     8 +-
 tests/wdt_ib700-test.c                             |   101 +-
 tpm.c                                              |    41 +-
 trace-events                                       |    56 +-
 trace/control-internal.h                           |     2 -
 trace/control-target.c                             |     1 -
 trace/control.c                                    |     5 +-
 trace/control.h                                    |     6 +-
 trace/ftrace.c                                     |    33 +-
 trace/mem-internal.h                               |    54 +-
 trace/mem.h                                        |     2 +-
 trace/qmp.c                                        |     5 +-
 trace/simple.c                                     |     6 +-
 ui/Makefile.objs                                   |    45 +-
 ui/cocoa.m                                         |    78 +-
 ui/console.c                                       |   315 +-
 ui/curses.c                                        |    17 +-
 ui/cursor.c                                        |     6 +-
 ui/egl-context.c                                   |    11 +-
 ui/egl-headless.c                                  |    53 +-
 ui/egl-helpers.c                                   |    57 +-
 ui/gtk-egl.c                                       |    67 +-
 ui/gtk.c                                           |   410 +-
 ui/input-keymap.c                                  |    16 +-
 ui/input-legacy.c                                  |     5 +-
 ui/input.c                                         |     5 +-
 ui/keycodemapdb                                    |     2 +-
 ui/keymaps.c                                       |   163 +-
 ui/keymaps.h                                       |    30 +-
 ui/qemu-pixman.c                                   |    22 +
 ui/sdl.c                                           |   189 +-
 ui/sdl2-2d.c                                       |    25 +-
 ui/sdl2-gl.c                                       |    21 +-
 ui/sdl2-input.c                                    |    56 +-
 ui/sdl2-keymap.h                                   |   267 -
 ui/sdl2.c                                          |   177 +-
 ui/sdl_zoom_template.h                             |     8 +-
 ui/spice-core.c                                    |    27 +-
 ui/spice-display.c                                 |   202 +-
 ui/spice-input.c                                   |     2 +-
 ui/trace-events                                    |    25 +-
 ui/vnc-auth-sasl.c                                 |    13 +-
 ui/vnc-auth-vencrypt.c                             |     1 +
 ui/vnc-enc-zrle-template.c                         |   263 -
 ui/vnc-enc-zrle.c                                  |    22 +-
 ui/vnc-enc-zrle.inc.c                              |   263 +
 ui/vnc-jobs.c                                      |    10 +-
 ui/vnc-palette.h                                   |     1 -
 ui/vnc-stubs.c                                     |    22 +
 ui/vnc-ws.c                                        |     1 +
 ui/vnc.c                                           |   273 +-
 ui/vnc.h                                           |    16 +-
 ui/x_keymap.c                                      |   253 +-
 ui/x_keymap.h                                      |     8 +-
 util/Makefile.objs                                 |     5 +-
 util/aio-posix.c                                   |    15 +-
 util/aio-wait.c                                    |    71 +
 util/aio-win32.c                                   |     8 +-
 util/async.c                                       |    15 +-
 util/coroutine-ucontext.c                          |    52 +-
 util/cutils.c                                      |   124 +
 util/hbitmap.c                                     |    50 +-
 util/iova-tree.c                                   |   114 +
 util/keyval.c                                      |    18 +-
 util/log.c                                         |     2 +
 util/main-loop.c                                   |    86 +-
 util/memfd.c                                       |   149 +-
 util/mmap-alloc.c                                  |    32 +-
 util/osdep.c                                       |    17 +-
 util/oslib-posix.c                                 |     6 +-
 util/oslib-win32.c                                 |     2 +-
 util/qemu-config.c                                 |    15 +-
 util/qemu-coroutine-lock.c                         |    56 +-
 util/qemu-coroutine-sleep.c                        |     4 +-
 util/qemu-coroutine.c                              |    94 +-
 util/qemu-option.c                                 |   232 +-
 util/qemu-sockets.c                                |   114 +-
 util/qemu-thread-common.h                          |    55 +

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.