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

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



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

commit c5ddf2aa4b8a78d7c4e0602d7c891856ff778ea2
Merge: 131b9a05705636086699df15d4a6d328bb2585e8 
de5b678ca4dcdfa83e322491d478d66df56c1986
Author:     Anthony PERARD <anthony.perard@xxxxxxxxxx>
AuthorDate: Thu May 2 10:19:55 2019 +0100
Commit:     Anthony PERARD <anthony.perard@xxxxxxxxxx>
CommitDate: Thu May 2 10:19:55 2019 +0100

    Merge tag 'v4.0.0' into 'staging'
 .cirrus.yml                                        |    27 +
 .editorconfig                                      |    21 +-
 .gitignore                                         |    81 +-
 .gitlab-ci.yml                                     |    73 +
 .gitmodules                                        |    39 +-
 .mailmap                                           |    11 +-
 .shippable.yml                                     |     9 +-
 .travis.yml                                        |   228 +-
 COPYING.LIB                                        |    22 +-
 Kconfig.host                                       |    36 +
 MAINTAINERS                                        |   706 +-
 Makefile                                           |   415 +-
 Makefile.objs                                      |    96 +-
 Makefile.target                                    |    37 +-
 README                                             |     4 +-
 VERSION                                            |     2 +-
 accel/accel.c                                      |    29 +-
 accel/kvm/kvm-all.c                                |    71 +-
 accel/kvm/trace-events                             |     4 +-
 accel/tcg/atomic_template.h                        |    22 +-
 accel/tcg/cpu-exec-common.c                        |     2 +-
 accel/tcg/cpu-exec.c                               |    11 +-
 accel/tcg/cputlb.c                                 |   805 +-
 accel/tcg/softmmu_template.h                       |    85 +-
 accel/tcg/tcg-all.c                                |     2 +-
 accel/tcg/tcg-runtime-gvec.c                       |   259 +-
 accel/tcg/tcg-runtime.h                            |    23 +
 accel/tcg/trace-events                             |     2 +-
 accel/tcg/translate-all.c                          |    57 +-
 accel/tcg/translate-all.h                          |     2 +-
 accel/tcg/translator.c                             |     8 +-
 accel/tcg/user-exec.c                              |   148 +-
 audio/Makefile.objs                                |     2 +-
 audio/alsaaudio.c                                  |   372 +-
 audio/audio.c                                      |   926 +-
 audio/audio.h                                      |    30 +-
 audio/audio_int.h                                  |    41 +-
 audio/audio_legacy.c                               |   550 +
 audio/audio_template.h                             |    42 +-
 audio/audio_win_int.c                              |    18 +-
 audio/coreaudio.c                                  |    51 +-
 audio/dsound_template.h                            |     6 +-
 audio/dsoundaudio.c                                |    61 +-
 audio/noaudio.c                                    |     3 +-
 audio/ossaudio.c                                   |   191 +-
 audio/paaudio.c                                    |   162 +-
 audio/sdlaudio.c                                   |   238 +-
 audio/spiceaudio.c                                 |    11 +-
 audio/trace-events                                 |     6 +-
 audio/wavaudio.c                                   |    75 +-
 audio/wavcapture.c                                 |    41 +-
 authz/Makefile.objs                                |     7 +
 authz/base.c                                       |    82 +
 authz/list.c                                       |   271 +
 authz/listfile.c                                   |   283 +
 authz/pamacct.c                                    |   148 +
 authz/simple.c                                     |   115 +
 authz/trace-events                                 |    18 +
 backends/Makefile.objs                             |     7 +-
 backends/cryptodev-vhost-user.c                    |    18 +-
 backends/hostmem-file.c                            |    94 +-
 backends/hostmem-memfd.c                           |    41 +-
 backends/hostmem-ram.c                             |     9 +-
 backends/hostmem.c                                 |    78 +-
 balloon.c                                          |    13 +-
 block.c                                            |  1761 +-
 block/Makefile.objs                                |    24 +-
 block/backup.c                                     |   129 +-
 block/blkdebug.c                                   |    72 +-
 block/blklogwrites.c                               |    34 +-
 block/blkreplay.c                                  |     5 -
 block/blkverify.c                                  |    29 +-
 block/block-backend.c                              |   142 +-
 block/bochs.c                                      |    39 +-
 block/cloop.c                                      |    16 +-
 block/commit.c                                     |   168 +-
 block/copy-on-read.c                               |    15 +-
 block/create.c                                     |    19 +-
 block/crypto.c                                     |    24 +-
 block/curl.c                                       |    94 +-
 block/dirty-bitmap.c                               |   293 +-
 block/dmg-lzfse.c                                  |    49 +
 block/dmg.c                                        |   104 +-
 block/dmg.h                                        |     3 +
 block/file-posix.c                                 |   827 +-
 block/file-win32.c                                 |     8 +-
 block/gluster.c                                    |    59 +-
 block/io.c                                         |   143 +-
 block/iscsi.c                                      |    84 +-
 block/linux-aio.c                                  |     6 +-
 block/mirror.c                                     |   197 +-
 block/nbd-client.c                                 |   419 +-
 block/nbd-client.h                                 |     7 +-
 block/nbd.c                                        |   105 +-
 block/nfs.c                                        |    54 +-
 block/null.c                                       |    38 +-
 block/nvme.c                                       |   105 +-
 block/parallels.c                                  |    13 +-
 block/qapi.c                                       |    38 +-
 block/qcow.c                                       |    55 +-
 block/qcow2-bitmap.c                               |   297 +-
 block/qcow2-cache.c                                |     6 +-
 block/qcow2-cluster.c                              |   257 +-
 block/qcow2-refcount.c                             |   129 +-
 block/qcow2-snapshot.c                             |    27 +-
 block/qcow2.c                                      |   848 +-
 block/qcow2.h                                      |    96 +-
 block/qed-table.c                                  |    16 +-
 block/qed.c                                        |    43 +-
 block/quorum.c                                     |   120 +-
 block/raw-format.c                                 |    21 +-
 block/rbd.c                                        |   118 +-
 block/replication.c                                |    82 +-
 block/sheepdog.c                                   |    69 +-
 block/snapshot.c                                   |    29 +-
 block/ssh.c                                        |    58 +-
 block/stream.c                                     |    94 +-
 block/throttle-groups.c                            |    48 +-
 block/throttle.c                                   |     7 +
 block/trace-events                                 |    92 +-
 block/vdi.c                                        |   123 +-
 block/vhdx-endian.c                                |   118 +-
 block/vhdx-log.c                                   |     5 +-
 block/vhdx.c                                       |    18 +-
 block/vhdx.h                                       |    14 +-
 block/vmdk.c                                       |   613 +-
 block/vpc.c                                        |    23 +-
 block/vvfat.c                                      |    79 +-
 block/vxhs.c                                       |    11 +
 block/write-threshold.c                            |     3 +-
 blockdev-nbd.c                                     |    52 +-
 blockdev.c                                         |   623 +-
 blockjob.c                                         |    30 +-
 bootdevice.c                                       |     5 +-
 bsd-user/elfload.c                                 |     2 +-
 bsd-user/x86_64/target_syscall.h                   |     2 +-
 chardev/char-fe.c                                  |    48 +-
 chardev/char-io.c                                  |    48 +-
 chardev/char-mux.c                                 |    19 +-
 chardev/char-pty.c                                 |    64 +-
 chardev/char-serial.c                              |     2 +-
 chardev/char-socket.c                              |   687 +-
 chardev/char.c                                     |    83 +-
 chardev/spice.c                                    |    70 +-
 chardev/trace-events                               |     5 +-
 chardev/wctablet.c                                 |     2 +-
 configure                                          |  1523 +-
 contrib/elf2dmp/Makefile.objs                      |     1 +
 contrib/elf2dmp/addrspace.c                        |   233 +
 contrib/elf2dmp/addrspace.h                        |    44 +
 contrib/elf2dmp/download.c                         |    47 +
 contrib/elf2dmp/download.h                         |    13 +
 contrib/elf2dmp/err.h                              |    13 +
 contrib/elf2dmp/kdbg.h                             |   198 +
 contrib/elf2dmp/main.c                             |   598 +
 contrib/elf2dmp/pdb.c                              |   311 +
 contrib/elf2dmp/pdb.h                              |   241 +
 contrib/elf2dmp/pe.h                               |   122 +
 contrib/elf2dmp/qemu_elf.c                         |   153 +
 contrib/elf2dmp/qemu_elf.h                         |    50 +
 contrib/gitdm/aliases                              |    27 +
 contrib/gitdm/domain-map                           |    26 +
 contrib/gitdm/filetypes.txt                        |   146 +
 contrib/gitdm/group-map-academics                  |    14 +
 contrib/gitdm/group-map-cadence                    |     3 +
 contrib/gitdm/group-map-codeweavers                |     1 +
 contrib/gitdm/group-map-ibm                        |    14 +
 contrib/gitdm/group-map-individuals                |    15 +
 contrib/gitdm/group-map-janustech                  |     5 +
 contrib/gitdm/group-map-redhat                     |     7 +
 contrib/gitdm/group-map-wavecomp                   |    31 +
 contrib/ivshmem-client/ivshmem-client.h            |     4 +-
 contrib/ivshmem-server/ivshmem-server.h            |     5 +-
 contrib/libvhost-user/libvhost-user-glib.c         |    11 +-
 contrib/libvhost-user/libvhost-user-glib.h         |     3 +
 contrib/libvhost-user/libvhost-user.c              |   476 +-
 contrib/libvhost-user/libvhost-user.h              |    86 +-
 contrib/rdmacm-mux/Makefile.objs                   |     3 +
 contrib/rdmacm-mux/main.c                          |   831 +
 contrib/rdmacm-mux/rdmacm-mux.h                    |    61 +
 contrib/vhost-user-blk/vhost-user-blk.c            |   147 +-
 contrib/vhost-user-scsi/vhost-user-scsi.c          |     1 -
 cpus-common.c                                      |     6 +-
 cpus.c                                             |   288 +-
 crypto/Makefile.objs                               |     8 +-
 crypto/aes.c                                       |   414 +-
 crypto/afsplit.c                                   |    11 +-
 crypto/block-luks.c                                |    61 +-
 crypto/block-qcow.c                                |    28 +-
 crypto/block.c                                     |   225 +-
 crypto/blockpriv.h                                 |    42 +-
 crypto/desrfb.c                                    |   594 +-
 crypto/init.c                                      |    23 +-
 crypto/tlscredsx509.c                              |    21 -
 crypto/tlssession.c                                |    46 +-
 crypto/trace-events                                |    12 +-
 crypto/xts.c                                       |   200 +-
 default-configs/aarch64-softmmu.mak                |     1 +
 default-configs/alpha-softmmu.mak                  |    27 +-
 default-configs/arm-softmmu.mak                    |    36 +-
 default-configs/cris-softmmu.mak                   |     7 +-
 default-configs/hppa-softmmu.mak                   |    21 +-
 default-configs/i386-softmmu.mak                   |    91 +-
 default-configs/lm32-softmmu.mak                   |    12 +-
 default-configs/m68k-softmmu.mak                   |     6 +-
 default-configs/microblaze-softmmu.mak             |    15 +-
 default-configs/mips-softmmu-common.mak            |    16 +-
 default-configs/mips64el-softmmu.mak               |     6 +-
 default-configs/moxie-softmmu.mak                  |     8 +-
 default-configs/nios2-softmmu.mak                  |     7 +-
 default-configs/or1k-softmmu.mak                   |     6 +-
 default-configs/pci.mak                            |    48 -
 default-configs/ppc-softmmu.mak                    |    67 +-
 default-configs/ppc64-softmmu.mak                  |     9 -
 default-configs/ppcemb-softmmu.mak                 |    23 -
 default-configs/riscv32-softmmu.mak                |    15 +-
 default-configs/riscv64-softmmu.mak                |     8 +-
 default-configs/s390x-softmmu.mak                  |    22 +-
 default-configs/sh4-softmmu.mak                    |    30 +-
 default-configs/sh4eb-softmmu.mak                  |    20 +-
 default-configs/sound.mak                          |     4 -
 default-configs/sparc-softmmu.mak                  |    26 +-
 default-configs/sparc64-softmmu.mak                |    28 +-
 default-configs/tricore-softmmu.mak                |     1 +
 default-configs/unicore32-softmmu.mak              |     6 +-
 default-configs/usb.mak                            |    11 -
 default-configs/virtio.mak                         |    14 -
 default-configs/x86_64-softmmu.mak                 |    67 +-
 default-configs/xtensa-softmmu.mak                 |     7 +-
 default-configs/xtensaeb-softmmu.mak               |     4 +-
 device-hotplug.c                                   |    11 +-
 device_tree.c                                      |     6 +-
 disas.c                                            |    15 +-
 disas/Makefile.objs                                |     1 +
 disas/alpha.c                                      |     8 +-
 disas/arm.c                                        |     2 +-
 disas/i386.c                                       |     4 +-
 disas/m68k.c                                       |     5 +-
 disas/microblaze.c                                 |     1 -
 disas/nanomips.cpp                                 | 22400 +++++++++
 disas/nanomips.h                                   |  1076 +
 disas/ppc.c                                        |     2 +
 disas/riscv.c                                      |   138 -
 docs/COLO-FT.txt                                   |    40 +-
 docs/amd-memory-encryption.txt                     |     2 +-
 docs/can.txt                                       |     2 +-
 docs/colo-proxy.txt                                |     6 +-
 docs/conf.py                                       |   216 +
 docs/cpu-hotplug.rst                               |   142 +
 docs/devel/build-system.txt                        |     3 +-
 docs/devel/conf.py                                 |    15 +
 docs/devel/decodetree.rst                          |   221 +
 docs/devel/index.rst                               |    22 +
 docs/devel/kconfig.rst                             |   306 +
 docs/devel/loads-stores.rst                        |    35 +-
 docs/devel/memory.rst                              |   363 +
 docs/devel/memory.txt                              |   346 -
 docs/devel/migration.rst                           |    25 +-
 docs/devel/qapi-code-gen.txt                       |   245 +-
 docs/devel/testing.rst                             |    94 +-
 docs/devel/tracing.txt                             |     4 +
 docs/generic-loader.txt                            |    20 +-
 docs/index.rst                                     |    15 +
 docs/interop/conf.py                               |    15 +
 docs/interop/firmware.json                         |    20 +-
 docs/interop/index.rst                             |    18 +
 docs/interop/live-block-operations.rst             |     4 +-
 docs/interop/nbd.txt                               |    19 +-
 docs/interop/qcow2.txt                             |   101 +-
 docs/interop/qmp-spec.txt                          |    49 +-
 docs/interop/vhost-user.json                       |   232 +
 docs/interop/vhost-user.txt                        |   390 +-
 docs/multiseat.txt                                 |     2 +-
 docs/nvdimm.txt                                    |    27 +-
 docs/pvrdma.txt                                    |   128 +-
 docs/qcow2-cache.txt                               |    76 +-
 docs/qdev-device-use.txt                           |     4 -
 docs/qemu-block-drivers.texi                       |     2 +-
 docs/qemu-cpu-models.texi                          |   663 +
 docs/rdma.txt                                      |     4 +-
 docs/replay.txt                                    |     4 +-
 docs/specs/ivshmem-spec.txt                        |     8 +-
 docs/specs/pci-testdev.txt                         |    15 +-
 docs/specs/standard-vga.txt                        |     2 +-
 docs/specs/tpm.txt                                 |   119 +
 docs/usb2.txt                                      |     4 +-
 docs/vfio-ap.txt                                   |   876 +
 docs/virtio-balloon-stats.txt                      |     6 +-
 dtc                                                |     2 +-
 dump.c                                             |    12 +-
 exec.c                                             |   252 +-
 fpu/softfloat-specialize.h                         |    24 +-
 fpu/softfloat.c                                    |  1730 +-
 fsdev/Makefile.objs                                |     7 +-
 fsdev/qemu-fsdev-dummy.c                           |     2 +-
 fsdev/qemu-fsdev.c                                 |    17 +-
 fsdev/qemu-fsdev.h                                 |     2 +-
 gdb-xml/i386-32bit-core.xml                        |    65 -
 gdb-xml/i386-32bit-sse.xml                         |    52 -
 gdb-xml/i386-32bit.xml                             |   184 +-
 gdb-xml/i386-64bit-core.xml                        |    73 -
 gdb-xml/i386-64bit-sse.xml                         |    60 -
 gdb-xml/i386-64bit.xml                             |   210 +-
 gdb-xml/riscv-32bit-cpu.xml                        |    47 +
 gdb-xml/riscv-32bit-csr.xml                        |   250 +
 gdb-xml/riscv-32bit-fpu.xml                        |    50 +
 gdb-xml/riscv-64bit-cpu.xml                        |    47 +
 gdb-xml/riscv-64bit-csr.xml                        |   250 +
 gdb-xml/riscv-64bit-fpu.xml                        |    56 +
 gdbstub.c                                          |   664 +-
 gitdm.config                                       |    51 +
 hmp-commands-info.hx                               |    36 +
 hmp-commands.hx                                    |    70 +-
 hmp.c                                              |   208 +-
 hmp.h                                              |     3 +
 hw/9pfs/9p-handle.c                                |   708 -
 hw/9pfs/9p-local.c                                 |     4 +-
 hw/9pfs/9p.c                                       |    22 +-
 hw/9pfs/Kconfig                                    |     4 +
 hw/9pfs/Makefile.objs                              |     3 -
 hw/9pfs/cofile.c                                   |     6 +-
 hw/9pfs/trace-events                               |     2 +-
 hw/9pfs/xen-9p-backend.c                           |    29 +-
 hw/Kconfig                                         |    74 +
 hw/Makefile.objs                                   |     9 +-
 hw/acpi/Kconfig                                    |    29 +
 hw/acpi/Makefile.objs                              |     1 +
 hw/acpi/aml-build.c                                |    68 +
 hw/acpi/bios-linker-loader.c                       |     2 +
 hw/acpi/core.c                                     |    33 +-
 hw/acpi/cpu.c                                      |    15 +-
 hw/acpi/ich9.c                                     |    15 +-
 hw/acpi/memory_hotplug.c                           |    16 +-
 hw/acpi/nvdimm.c                                   |    42 +-
 hw/acpi/pcihp.c                                    |    46 +-
 hw/acpi/piix4.c                                    |    61 +-
 hw/acpi/tpm.c                                      |   459 +
 hw/acpi/trace-events                               |     6 +-
 hw/acpi/vmgenid.c                                  |     6 +-
 hw/adc/Kconfig                                     |     2 +
 hw/alpha/Kconfig                                   |    13 +
 hw/alpha/Makefile.objs                             |     2 +-
 hw/alpha/dp264.c                                   |     7 +-
 hw/alpha/trace-events                              |     2 +-
 hw/alpha/typhoon.c                                 |    73 +-
 hw/arm/Kconfig                                     |   124 +
 hw/arm/Makefile.objs                               |     9 +-
 hw/arm/allwinner-a10.c                             |     7 +-
 hw/arm/armsse.c                                    |  1284 +
 hw/arm/armv7m.c                                    |    71 +-
 hw/arm/aspeed.c                                    |   241 +-
 hw/arm/aspeed_soc.c                                |     2 +
 hw/arm/boot.c                                      |   306 +-
 hw/arm/collie.c                                    |    10 +-
 hw/arm/cubieboard.c                                |     1 -
 hw/arm/digic_boards.c                              |     3 +-
 hw/arm/exynos4210.c                                |    10 +-
 hw/arm/fsl-imx6ul.c                                |   621 +
 hw/arm/fsl-imx7.c                                  |     4 +
 hw/arm/gumstix.c                                   |    10 +-
 hw/arm/highbank.c                                  |     7 +-
 hw/arm/iotkit.c                                    |   679 -
 hw/arm/mainstone.c                                 |     5 +-
 hw/arm/mcimx6ul-evk.c                              |    85 +
 hw/arm/microbit.c                                  |    85 +
 hw/arm/mps2-tz.c                                   |   269 +-
 hw/arm/mps2.c                                      |    18 +-
 hw/arm/msf2-soc.c                                  |     1 +
 hw/arm/musca.c                                     |   669 +
 hw/arm/musicpal.c                                  |    23 +-
 hw/arm/nrf51_soc.c                                 |   245 +
 hw/arm/omap2.c                                     |     4 +-
 hw/arm/omap_sx1.c                                  |    10 +-
 hw/arm/pxa2xx.c                                    |     4 +-
 hw/arm/realview.c                                  |    11 +-
 hw/arm/smmu-common.c                               |     6 +-
 hw/arm/smmuv3-internal.h                           |    26 +-
 hw/arm/smmuv3.c                                    |     2 +-
 hw/arm/spitz.c                                     |     1 -
 hw/arm/stellaris.c                                 |    27 +-
 hw/arm/stm32f205_soc.c                             |     1 +
 hw/arm/strongarm.c                                 |     4 +-
 hw/arm/sysbus-fdt.c                                |    67 +-
 hw/arm/tosa.c                                      |     4 +-
 hw/arm/trace-events                                |    17 +-
 hw/arm/versatilepb.c                               |    15 +-
 hw/arm/vexpress.c                                  |    74 +-
 hw/arm/virt-acpi-build.c                           |    73 +-
 hw/arm/virt.c                                      |   391 +-
 hw/arm/xilinx_zynq.c                               |     9 +-
 hw/arm/xlnx-versal-virt.c                          |   495 +
 hw/arm/xlnx-versal.c                               |   323 +
 hw/arm/xlnx-zynqmp.c                               |   120 +-
 hw/arm/z2.c                                        |     9 +-
 hw/audio/Kconfig                                   |    52 +
 hw/audio/ac97.c                                    |    14 +-
 hw/audio/adlib.c                                   |     2 +-
 hw/audio/cs4231a.c                                 |     7 +-
 hw/audio/es1370.c                                  |   243 +-
 hw/audio/fmopl.h                                   |     4 +-
 hw/audio/gus.c                                     |     2 +-
 hw/audio/gusemu_hal.c                              |     1 +
 hw/audio/hda-codec.c                               |    18 +-
 hw/audio/intel-hda.c                               |     6 +
 hw/audio/lm4549.c                                  |     6 +-
 hw/audio/marvell_88w8618.c                         |    15 +-
 hw/audio/milkymist-ac97.c                          |     2 +-
 hw/audio/pcspk.c                                   |     3 +-
 hw/audio/sb16.c                                    |    25 +-
 hw/audio/trace-events                              |     6 +-
 hw/audio/wm8750.c                                  |     8 +-
 hw/block/Kconfig                                   |    39 +
 hw/block/Makefile.objs                             |     5 +-
 hw/block/block.c                                   |    65 +-
 hw/block/dataplane/Makefile.objs                   |     3 +-
 hw/block/dataplane/trace-events                    |     2 +-
 hw/block/dataplane/xen-block.c                     |   820 +
 hw/block/dataplane/xen-block.h                     |    29 +
 hw/block/fdc.c                                     |     2 +-
 hw/block/nvme.c                                    |    44 +-
 hw/block/nvme.h                                    |     8 +-
 hw/block/onenand.c                                 |    40 +-
 hw/block/pflash_cfi01.c                            |   143 +-
 hw/block/pflash_cfi02.c                            |   107 +-
 hw/block/tc58128.c                                 |     3 +-
 hw/block/trace-events                              |    33 +-
 hw/block/vhost-user-blk.c                          |    86 +-
 hw/block/virtio-blk.c                              |   305 +-
 hw/block/xen-block.c                               |  1017 +
 hw/block/xen_blkif.h                               |     2 +
 hw/block/xen_disk.c                                |  1011 -
 hw/bt/Kconfig                                      |     2 +
 hw/bt/hci-csr.c                                    |     2 +-
 hw/char/Kconfig                                    |    42 +
 hw/char/Makefile.objs                              |     3 +-
 hw/char/grlib_apbuart.c                            |    12 +-
 hw/char/imx_serial.c                               |     3 +-
 hw/char/nrf51_uart.c                               |   330 +
 hw/char/omap_uart.c                                |     4 +-
 hw/char/parallel-isa.c                             |     3 +
 hw/char/pl011.c                                    |    81 +-
 hw/char/serial.c                                   |     6 +-
 hw/char/sh_serial.c                                |    38 +-
 hw/char/spapr_vty.c                                |    58 +-
 hw/char/stm32f2xx_usart.c                          |     5 +-
 hw/char/terminal3270.c                             |    15 +-
 hw/char/trace-events                               |    26 +-
 hw/char/virtio-console.c                           |     3 +-
 hw/char/virtio-serial-bus.c                        |    10 +-
 hw/char/xen_console.c                              |    77 +-
 hw/core/Kconfig                                    |    11 +
 hw/core/Makefile.objs                              |     5 +-
 hw/core/bus.c                                      |    11 +-
 hw/core/empty_slot.c                               |     9 +-
 hw/core/generic-loader.c                           |    13 +-
 hw/core/hotplug.c                                  |    10 -
 hw/core/loader.c                                   |   418 +-
 hw/core/machine.c                                  |   235 +-
 hw/core/null-machine.c                             |     2 +-
 hw/core/qdev-properties-system.c                   |     4 -
 hw/core/qdev-properties.c                          |   249 +-
 hw/core/qdev.c                                     |    52 +-
 hw/core/reset.c                                    |     2 +-
 hw/core/sysbus.c                                   |    33 +-
 hw/core/uboot_image.h                              |     1 +
 hw/cpu/Kconfig                                     |     8 +
 hw/cpu/Makefile.objs                               |     2 +-
 hw/cpu/a15mpcore.c                                 |    31 +-
 hw/cpu/cluster.c                                   |    99 +
 hw/cris/Kconfig                                    |     9 +
 hw/cris/Makefile.objs                              |     2 +-
 hw/cris/boot.c                                     |     3 +-
 hw/display/Kconfig                                 |   114 +
 hw/display/Makefile.objs                           |    19 +-
 hw/display/ati.c                                   |   859 +
 hw/display/ati_2d.c                                |   167 +
 hw/display/ati_dbg.c                               |   259 +
 hw/display/ati_int.h                               |    96 +
 hw/display/ati_regs.h                              |   461 +
 hw/display/bcm2835_fb.c                            |   218 +-
 hw/display/bochs-display.c                         |    13 +
 hw/display/cg3.c                                   |     3 +-
 hw/display/cirrus_vga.c                            |   151 +-
 hw/display/cirrus_vga_internal.h                   |   103 +
 hw/display/cirrus_vga_isa.c                        |    98 +
 hw/display/edid-generate.c                         |   439 +
 hw/display/edid-region.c                           |    33 +
 hw/display/exynos4210_fimd.c                       |     4 +-
 hw/display/g364fb.c                                |    11 +-
 hw/display/jazz_led.c                              |     3 +-
 hw/display/milkymist-tmu2.c                        |    49 +
 hw/display/qxl-render.c                            |    34 +-
 hw/display/qxl.c                                   |    88 +-
 hw/display/qxl.h                                   |     4 +-
 hw/display/ramfb-standalone.c                      |     1 -
 hw/display/sii9022.c                               |     2 +-
 hw/display/sm501.c                                 |     4 +-
 hw/display/ssd0303.c                               |     4 +-
 hw/display/tc6393xb.c                              |    10 +-
 hw/display/tcx.c                                   |     2 +-
 hw/display/trace-events                            |    33 +-
 hw/display/vga-isa-mm.c                            |    60 +-
 hw/display/vga-pci.c                               |    43 +-
 hw/display/vga.c                                   |    11 +-
 hw/display/vga_int.h                               |     3 +-
 hw/display/virtio-gpu-3d.c                         |    38 +-
 hw/display/virtio-gpu-pci.c                        |    21 +-
 hw/display/virtio-gpu.c                            |   161 +-
 hw/display/virtio-vga.c                            |    42 +-
 hw/display/vmware_vga.c                            |     5 +-
 hw/display/xenfb.c                                 |    25 +-
 hw/display/xlnx_dp.c                               |     5 +-
 hw/dma/Kconfig                                     |    21 +
 hw/dma/i8257.c                                     |     4 +-
 hw/dma/pl080.c                                     |   113 +-
 hw/dma/puv3_dma.c                                  |    10 +-
 hw/dma/pxa2xx_dma.c                                |     4 +-
 hw/dma/soc_dma.c                                   |     2 +-
 hw/dma/trace-events                                |     6 +-
 hw/gpio/Kconfig                                    |     9 +
 hw/gpio/Makefile.objs                              |     1 +
 hw/gpio/max7310.c                                  |     4 +-
 hw/gpio/nrf51_gpio.c                               |   315 +
 hw/gpio/puv3_gpio.c                                |    29 +-
 hw/gpio/trace-events                               |     7 +
 hw/hppa/Kconfig                                    |    12 +
 hw/hppa/Makefile.objs                              |     2 +-
 hw/hppa/dino.c                                     |    43 +-
 hw/hppa/hppa_hardware.h                            |     4 +-
 hw/hppa/machine.c                                  |    12 +-
 hw/hppa/trace-events                               |     2 +-
 hw/hyperv/Kconfig                                  |     8 +
 hw/hyperv/Makefile.objs                            |     2 +
 hw/hyperv/hyperv.c                                 |   658 +
 hw/hyperv/hyperv_testdev.c                         |   327 +
 hw/i2c/Kconfig                                     |    31 +
 hw/i2c/Makefile.objs                               |     9 +-
 hw/i2c/aspeed_i2c.c                                |    58 +-
 hw/i2c/bitbang_i2c.h                               |     2 -
 hw/i2c/core.c                                      |    32 +-
 hw/i2c/exynos4210_i2c.c                            |     8 +-
 hw/i2c/i2c-ddc.c                                   |   204 +-
 hw/i2c/imx_i2c.c                                   |    12 +-
 hw/i2c/microbit_i2c.c                              |   127 +
 hw/i2c/mpc_i2c.c                                   |   357 +
 hw/i2c/pm_smbus.c                                  |   344 +-
 hw/i2c/smbus.c                                     |   364 -
 hw/i2c/smbus_eeprom.c                              |   265 +-
 hw/i2c/smbus_ich9.c                                |    38 +-
 hw/i2c/smbus_master.c                              |   165 +
 hw/i2c/smbus_slave.c                               |   236 +
 hw/i2c/trace-events                                |     2 +-
 hw/i386/Kconfig                                    |   101 +
 hw/i386/Makefile.objs                              |     9 +-
 hw/i386/acpi-build.c                               |   205 +-
 hw/i386/amd_iommu.c                                |   416 +-
 hw/i386/amd_iommu.h                                |    98 +-
 hw/i386/intel_iommu.c                              |   973 +-
 hw/i386/intel_iommu_internal.h                     |    58 +-
 hw/i386/kvm/clock.c                                |    17 +-
 hw/i386/kvm/ioapic.c                               |     2 +-
 hw/i386/multiboot.c                                |    16 +-
 hw/i386/pc.c                                       |   636 +-
 hw/i386/pc_piix.c                                  |   496 +-
 hw/i386/pc_q35.c                                   |   127 +-
 hw/i386/pc_sysfw.c                                 |   245 +-
 hw/i386/trace-events                               |    43 +-
 hw/i386/x86-iommu.c                                |    47 +-
 hw/i386/xen/trace-events                           |     6 +-
 hw/i386/xen/xen-hvm.c                              |    14 +-
 hw/i386/xen/xen-mapcache.c                         |    14 +-
 hw/i386/xen/xen_platform.c                         |     2 +-
 hw/ide/Kconfig                                     |    54 +
 hw/ide/Makefile.objs                               |     4 +-
 hw/ide/atapi.c                                     |    14 +-
 hw/ide/cmd646.c                                    |   102 +-
 hw/ide/core.c                                      |   141 +-
 hw/ide/ioport.c                                    |    66 +
 hw/ide/macio.c                                     |     2 +
 hw/ide/pci.c                                       |    66 +-
 hw/ide/piix.c                                      |     1 -
 hw/ide/qdev.c                                      |     1 -
 hw/ide/sii3112.c                                   |    52 +-
 hw/ide/trace-events                                |    23 +-
 hw/ide/via.c                                       |    88 +-
 hw/input/Kconfig                                   |    33 +
 hw/input/lm832x.c                                  |     4 +-
 hw/input/milkymist-softusb.c                       |    16 +-
 hw/input/pckbd.c                                   |    22 +-
 hw/input/pl050.c                                   |    11 +-
 hw/input/ps2.c                                     |    16 +-
 hw/input/trace-events                              |    21 +-
 hw/input/tsc210x.c                                 |    22 +-
 hw/intc/Kconfig                                    |    60 +
 hw/intc/Makefile.objs                              |     4 +-
 hw/intc/allwinner-a10-pic.c                        |     1 -
 hw/intc/apic.c                                     |    51 +-
 hw/intc/arm_gic.c                                  |  1012 +-
 hw/intc/arm_gic_common.c                           |   155 +-
 hw/intc/arm_gic_kvm.c                              |    31 +-
 hw/intc/arm_gicv3_cpuif.c                          |    24 +-
 hw/intc/arm_gicv3_its_kvm.c                        |     2 +-
 hw/intc/armv7m_nvic.c                              |   116 +-
 hw/intc/bcm2836_control.c                          |   101 +-
 hw/intc/gic_internal.h                             |   284 +-
 hw/intc/ioapic.c                                   |    10 +-
 hw/intc/pnv_xive.c                                 |  1753 +
 hw/intc/pnv_xive_regs.h                            |   248 +
 hw/intc/puv3_intc.c                                |    11 +-
 hw/intc/s390_flic_kvm.c                            |     4 +-
 hw/intc/spapr_xive.c                               |  1487 +
 hw/intc/trace-events                               |    50 +-
 hw/intc/xics.c                                     |   102 +-
 hw/intc/xics_kvm.c                                 |   205 +-
 hw/intc/xics_spapr.c                               |    46 +-
 hw/intc/xive.c                                     |  1693 +
 hw/ipack/Kconfig                                   |     4 +
 hw/ipmi/Kconfig                                    |    22 +
 hw/ipmi/isa_ipmi_bt.c                              |    68 +-
 hw/isa/Kconfig                                     |    55 +
 hw/isa/Makefile.objs                               |     3 +-
 hw/isa/isa-superio.c                               |     4 +-
 hw/isa/lpc_ich9.c                                  |     1 +
 hw/isa/trace-events                                |     4 +-
 hw/isa/vt82c686.c                                  |     3 +-
 hw/lm32/Kconfig                                    |    13 +
 hw/lm32/Makefile.objs                              |     4 +-
 hw/lm32/lm32_boards.c                              |    15 +-
 hw/lm32/milkymist-hw.h                             |    63 -
 hw/lm32/milkymist.c                                |    15 +-
 hw/m68k/Kconfig                                    |     9 +
 hw/m68k/Makefile.objs                              |     4 +-
 hw/m68k/an5206.c                                   |     2 +-
 hw/m68k/mcf5208.c                                  |    32 +-
 hw/mem/Kconfig                                     |    11 +
 hw/mem/Makefile.objs                               |     4 +-
 hw/mem/memory-device.c                             |   155 +-
 hw/mem/nvdimm.c                                    |    19 +-
 hw/mem/pc-dimm.c                                   |   105 +-
 hw/mem/trace-events                                |     7 +-
 hw/microblaze/Kconfig                              |    20 +
 hw/microblaze/Makefile.objs                        |     6 +-
 hw/microblaze/boot.c                               |     9 +-
 hw/microblaze/petalogix_ml605_mmu.c                |     7 +-
 hw/microblaze/petalogix_s3adsp1800_mmu.c           |    10 +-
 hw/mips/Kconfig                                    |    21 +
 hw/mips/Makefile.objs                              |     5 +-
 hw/mips/boston.c                                   |     2 +-
 hw/mips/cps.c                                      |     8 +
 hw/mips/gt64xxx_pci.c                              |    24 +-
 hw/mips/mips_fulong2e.c                            |    62 +-
 hw/mips/mips_int.c                                 |    12 +
 hw/mips/mips_malta.c                               |   261 +-
 hw/mips/mips_mipssim.c                             |     8 +-
 hw/mips/mips_r4k.c                                 |    20 +-
 hw/misc/Kconfig                                    |   118 +
 hw/misc/Makefile.objs                              |     9 +-
 hw/misc/armsse-cpuid.c                             |   134 +
 hw/misc/armsse-mhu.c                               |   198 +
 hw/misc/aspeed_sdmc.c                              |    55 +-
 hw/misc/bcm2835_property.c                         |   123 +-
 hw/misc/debugexit.c                                |     6 +
 hw/misc/edu.c                                      |    12 +-
 hw/misc/hyperv_testdev.c                           |   168 -
 hw/misc/imx6ul_ccm.c                               |   886 +
 hw/misc/iotkit-secctl.c                            |    78 +-
 hw/misc/iotkit-sysctl.c                            |   525 +
 hw/misc/iotkit-sysinfo.c                           |   139 +
 hw/misc/ivshmem.c                                  |   223 +-
 hw/misc/macio/Kconfig                              |    11 +
 hw/misc/macio/cuda.c                               |    11 +-
 hw/misc/macio/mac_dbdma.c                          |     1 -
 hw/misc/macio/macio.c                              |    42 +-
 hw/misc/macio/pmu.c                                |     1 +
 hw/misc/macio/trace-events                         |     9 +-
 hw/misc/max111x.c                                  |     6 +-
 hw/misc/milkymist-hpdmc.c                          |     9 +-
 hw/misc/milkymist-pfpu.c                           |    12 +-
 hw/misc/mips_cpc.c                                 |    17 +-
 hw/misc/mips_itu.c                                 |    73 +-
 hw/misc/mmio_interface.c                           |   135 -
 hw/misc/mps2-fpgaio.c                              |   146 +-
 hw/misc/nrf51_rng.c                                |   262 +
 hw/misc/omap_l4.c                                  |     4 +-
 hw/misc/pc-testdev.c                               |    22 +-
 hw/misc/pca9552.c                                  |     2 +-
 hw/misc/pci-testdev.c                              |    19 +
 hw/misc/puv3_pm.c                                  |    10 +-
 hw/misc/pvpanic.c                                  |    11 -
 hw/misc/tmp105.c                                   |     4 +-
 hw/misc/tmp421.c                                   |     4 +-
 hw/misc/trace-events                               |    59 +-
 hw/misc/tz-mpc.c                                   |     4 +-
 hw/misc/tz-msc.c                                   |   308 +
 hw/misc/tz-ppc.c                                   |    32 +
 hw/misc/vmcoreinfo.c                               |     6 +-
 hw/moxie/Kconfig                                   |     3 +
 hw/moxie/Makefile.objs                             |     2 +-
 hw/moxie/moxiesim.c                                |     5 +-
 hw/net/Kconfig                                     |   125 +
 hw/net/Makefile.objs                               |     8 +-
 hw/net/cadence_gem.c                               |   195 +-
 hw/net/dp8393x.c                                   |     1 -
 hw/net/e1000.c                                     |    40 +-
 hw/net/etraxfs_eth.c                               |    44 +-
 hw/net/ftgmac100.c                                 |    80 +-
 hw/net/lan9118.c                                   |     9 +-
 hw/net/lance.c                                     |     8 +-
 hw/net/milkymist-minimac2.c                        |    24 +-
 hw/net/mipsnet.c                                   |    25 +-
 hw/net/ne2000.c                                    |    48 +-
 hw/net/opencores_eth.c                             |     8 +-
 hw/net/pcnet-pci.c                                 |    98 +-
 hw/net/pcnet.c                                     |     4 +-
 hw/net/rocker/rocker.c                             |     2 +-
 hw/net/rtl8139.c                                   |     8 +-
 hw/net/smc91c111.c                                 |     8 +-
 hw/net/spapr_llan.c                                |   110 +-
 hw/net/stellaris_enet.c                            |    15 +-
 hw/net/trace-events                                |    55 +-
 hw/net/vhost_net-stub.c                            |    92 +
 hw/net/vhost_net.c                                 |    85 +-
 hw/net/virtio-net.c                                |   779 +-
 hw/net/vmxnet3.c                                   |   122 +-
 hw/net/vmxnet3_defs.h                              |   133 +
 hw/net/xen_nic.c                                   |    14 +-
 hw/net/xgmac.c                                     |     9 +-
 hw/nios2/Kconfig                                   |     8 +
 hw/nios2/Makefile.objs                             |     3 +-
 hw/nios2/boot.c                                    |     9 +-
 hw/nvram/Kconfig                                   |     9 +
 hw/nvram/Makefile.objs                             |     3 +-
 hw/nvram/ds1225y.c                                 |    12 +-
 hw/nvram/eeprom93xx.c                              |     6 +-
 hw/nvram/eeprom_at24c.c                            |     4 +-
 hw/nvram/fw_cfg.c                                  |   104 +-
 hw/nvram/nrf51_nvm.c                               |   388 +
 hw/nvram/spapr_nvram.c                             |    42 +-
 hw/nvram/trace-events                              |     4 +-
 hw/openrisc/Kconfig                                |     5 +
 hw/openrisc/Makefile.objs                          |     2 +-
 hw/openrisc/openrisc_sim.c                         |     2 +-
 hw/pci-bridge/Kconfig                              |    29 +
 hw/pci-bridge/dec.c                                |    12 +-
 hw/pci-bridge/gen_pcie_root_port.c                 |    41 +-
 hw/pci-bridge/ioh3420.c                            |     2 +-
 hw/pci-bridge/ioh3420.h                            |     6 -
 hw/pci-bridge/pci_bridge_dev.c                     |    55 +-
 hw/pci-bridge/pcie_pci_bridge.c                    |    32 +-
 hw/pci-bridge/pcie_root_port.c                     |    18 +
 hw/pci-bridge/xio3130_downstream.c                 |    28 +-
 hw/pci-bridge/xio3130_downstream.h                 |    11 -
 hw/pci-bridge/xio3130_upstream.c                   |    24 +-
 hw/pci-bridge/xio3130_upstream.h                   |    10 -
 hw/pci-host/Kconfig                                |    52 +
 hw/pci-host/Makefile.objs                          |    10 +-
 hw/pci-host/bonito.c                               |   161 +-
 hw/pci-host/grackle.c                              |    17 +
 hw/pci-host/pam.c                                  |     2 +
 hw/pci-host/piix.c                                 |    40 +-
 hw/pci-host/ppce500.c                              |    14 +-
 hw/pci-host/prep.c                                 |    36 +-
 hw/pci-host/q35.c                                  |    33 +-
 hw/pci-host/sabre.c                                |    12 +
 hw/pci-host/trace-events                           |     6 +-
 hw/pci-host/uninorth.c                             |    16 +
 hw/pci/Kconfig                                     |    15 +
 hw/pci/Makefile.objs                               |     9 +-
 hw/pci/msi.c                                       |     2 +-
 hw/pci/msix.c                                      |     8 +-
 hw/pci/pci.c                                       |   130 +-
 hw/pci/pci_bridge.c                                |    44 +-
 hw/pci/pci_host.c                                  |    26 +
 hw/pci/pcie.c                                      |   224 +-
 hw/pci/pcie_port.c                                 |     6 +-
 hw/pci/shpc.c                                      |    33 +-
 hw/pci/trace-events                                |     6 +-
 hw/pcmcia/Kconfig                                  |     2 +
 hw/ppc/Kconfig                                     |   124 +
 hw/ppc/Makefile.objs                               |    17 +-
 hw/ppc/e500.c                                      |    80 +-
 hw/ppc/mac.h                                       |    26 -
 hw/ppc/mac_newworld.c                              |   121 +-
 hw/ppc/mac_oldworld.c                              |    89 +-
 hw/ppc/pnv.c                                       |   288 +-
 hw/ppc/pnv_core.c                                  |   205 +-
 hw/ppc/pnv_lpc.c                                   |   324 +-
 hw/ppc/pnv_occ.c                                   |   127 +-
 hw/ppc/pnv_psi.c                                   |   434 +-
 hw/ppc/pnv_xscom.c                                 |    33 +-
 hw/ppc/ppc.c                                       |   210 +-
 hw/ppc/ppc405_boards.c                             |   192 +-
 hw/ppc/ppc405_uc.c                                 |   237 +-
 hw/ppc/ppc440_bamboo.c                             |    18 +-
 hw/ppc/ppc440_pcix.c                               |    14 +-
 hw/ppc/ppc440_uc.c                                 |    82 +-
 hw/ppc/ppc4xx_devs.c                               |    51 +-
 hw/ppc/ppc4xx_pci.c                                |    14 +-
 hw/ppc/ppc_booke.c                                 |     1 -
 hw/ppc/prep.c                                      |   140 +-
 hw/ppc/sam460ex.c                                  |   247 +-
 hw/ppc/spapr.c                                     |  1457 +-
 hw/ppc/spapr_caps.c                                |   284 +-
 hw/ppc/spapr_cpu_core.c                            |   127 +-
 hw/ppc/spapr_drc.c                                 |   179 +-
 hw/ppc/spapr_events.c                              |   109 +-
 hw/ppc/spapr_hcall.c                               |   268 +-
 hw/ppc/spapr_iommu.c                               |   109 +-
 hw/ppc/spapr_irq.c                                 |   784 +
 hw/ppc/spapr_ovec.c                                |    40 +-
 hw/ppc/spapr_pci.c                                 |   458 +-
 hw/ppc/spapr_pci_vfio.c                            |    14 +-
 hw/ppc/spapr_rng.c                                 |    41 +-
 hw/ppc/spapr_rtas.c                                |    38 +-
 hw/ppc/spapr_rtas_ddw.c                            |    61 +-
 hw/ppc/spapr_rtc.c                                 |    20 +-
 hw/ppc/spapr_vio.c                                 |   209 +-
 hw/ppc/trace-events                                |    43 +-
 hw/ppc/virtex_ml507.c                              |    17 +-
 hw/rdma/Kconfig                                    |     3 +
 hw/rdma/Makefile.objs                              |     6 +-
 hw/rdma/rdma.c                                     |    30 +
 hw/rdma/rdma_backend.c                             |   946 +-
 hw/rdma/rdma_backend.h                             |    49 +-
 hw/rdma/rdma_backend_defs.h                        |    21 +-
 hw/rdma/rdma_rm.c                                  |   354 +-
 hw/rdma/rdma_rm.h                                  |    28 +-
 hw/rdma/rdma_rm_defs.h                             |    63 +-
 hw/rdma/rdma_utils.c                               |    80 +-
 hw/rdma/rdma_utils.h                               |    49 +-
 hw/rdma/trace-events                               |    34 +-
 hw/rdma/vmw/pvrdma.h                               |    23 +-
 hw/rdma/vmw/pvrdma_cmd.c                           |   374 +-
 hw/rdma/vmw/pvrdma_dev_ring.c                      |    53 +-
 hw/rdma/vmw/pvrdma_dev_ring.h                      |     1 -
 hw/rdma/vmw/pvrdma_main.c                          |   345 +-
 hw/rdma/vmw/pvrdma_qp_ops.c                        |   115 +-
 hw/rdma/vmw/pvrdma_qp_ops.h                        |     4 +-
 hw/rdma/vmw/trace-events                           |    20 +-
 hw/riscv/Kconfig                                   |    37 +
 hw/riscv/Makefile.objs                             |    22 +-
 hw/riscv/sifive_clint.c                            |    16 +-
 hw/riscv/sifive_e.c                                |    11 +-
 hw/riscv/sifive_plic.c                             |    93 +-
 hw/riscv/sifive_u.c                                |    42 +-
 hw/riscv/sifive_uart.c                             |    28 +-
 hw/riscv/spike.c                                   |    20 +-
 hw/riscv/virt.c                                    |   164 +-
 hw/s390x/3270-ccw.c                                |    13 +-
 hw/s390x/Kconfig                                   |    12 +
 hw/s390x/Makefile.objs                             |    24 +-
 hw/s390x/ap-bridge.c                               |    88 +
 hw/s390x/ap-device.c                               |    38 +
 hw/s390x/css-bridge.c                              |     5 +-
 hw/s390x/css.c                                     |   464 +-
 hw/s390x/ipl.c                                     |    21 +-
 hw/s390x/ipl.h                                     |     5 +-
 hw/s390x/s390-ccw.c                                |     4 +-
 hw/s390x/s390-pci-bus.c                            |   362 +-
 hw/s390x/s390-pci-bus.h                            |    34 +-
 hw/s390x/s390-pci-inst.c                           |   133 +-
 hw/s390x/s390-pci-inst.h                           |     1 +
 hw/s390x/s390-pci-stub.c                           |    77 -
 hw/s390x/s390-skeys.c                              |     2 +-
 hw/s390x/s390-virtio-ccw.c                         |   222 +-
 hw/s390x/tod-kvm.c                                 |   102 +-
 hw/s390x/trace-events                              |     4 +-
 hw/s390x/vhost-vsock-ccw.c                         |    60 +
 hw/s390x/virtio-ccw-9p.c                           |    65 +
 hw/s390x/virtio-ccw-balloon.c                      |    70 +
 hw/s390x/virtio-ccw-blk.c                          |    67 +
 hw/s390x/virtio-ccw-crypto.c                       |    75 +
 hw/s390x/virtio-ccw-gpu.c                          |    67 +
 hw/s390x/virtio-ccw-input.c                        |   118 +
 hw/s390x/virtio-ccw-net.c                          |    70 +
 hw/s390x/virtio-ccw-rng.c                          |    74 +
 hw/s390x/virtio-ccw-scsi.c                         |   125 +
 hw/s390x/virtio-ccw-serial.c                       |    78 +
 hw/s390x/virtio-ccw.c                              |   723 +-
 hw/scsi/Kconfig                                    |    54 +
 hw/scsi/Makefile.objs                              |     4 +-
 hw/scsi/emulation.c                                |    42 +
 hw/scsi/esp-pci.c                                  |    10 +-
 hw/scsi/esp.c                                      |    33 +-
 hw/scsi/lsi53c895a.c                               |   478 +-
 hw/scsi/megasas.c                                  |     2 +-
 hw/scsi/mptendian.c                                |   163 +-
 hw/scsi/mptsas.c                                   |     1 +
 hw/scsi/scsi-bus.c                                 |     6 +-
 hw/scsi/scsi-disk.c                                |   321 +-
 hw/scsi/scsi-generic.c                             |   118 +-
 hw/scsi/spapr_vscsi.c                              |    14 +-
 hw/scsi/trace-events                               |   119 +-
 hw/scsi/vhost-scsi-common.c                        |     3 +
 hw/scsi/vhost-scsi.c                               |     8 +-
 hw/scsi/vhost-user-scsi.c                          |    51 +-
 hw/scsi/virtio-scsi.c                              |    34 +-
 hw/scsi/vmw_pvscsi.c                               |     2 +-
 hw/sd/Kconfig                                      |    21 +
 hw/sd/Makefile.objs                                |     1 +
 hw/sd/sd.c                                         |     1 +
 hw/sd/sdhci-internal.h                             |    36 +
 hw/sd/sdhci-pci.c                                  |    87 +
 hw/sd/sdhci.c                                      |   111 +-
 hw/sd/ssi-sd.c                                     |     2 +
 hw/sd/trace-events                                 |    13 +-
 hw/sh4/Kconfig                                     |    24 +
 hw/sh4/Makefile.objs                               |     4 +-
 hw/sh4/r2d.c                                       |    36 +-
 hw/sh4/sh_pci.c                                    |    20 +-
 hw/smbios/Kconfig                                  |     2 +
 hw/smbios/smbios-stub.c                            |     2 +-
 hw/smbios/smbios.c                                 |    96 +-
 hw/smbios/smbios_build.h                           |     4 +
 hw/smbios/smbios_type_38-stub.c                    |     2 +-
 hw/smbios/smbios_type_38.c                         |     3 +-
 hw/sparc/Kconfig                                   |    26 +
 hw/sparc/Makefile.objs                             |     4 +-
 hw/sparc/leon3.c                                   |     3 +-
 hw/sparc/sun4m.c                                   |    49 +-
 hw/sparc/trace-events                              |     6 +-
 hw/sparc64/Kconfig                                 |    19 +
 hw/sparc64/Makefile.objs                           |     6 +-
 hw/sparc64/niagara.c                               |     4 +-
 hw/sparc64/sun4u.c                                 |    85 +-
 hw/sparc64/trace-events                            |     6 +-
 hw/ssi/Kconfig                                     |    18 +
 hw/ssi/aspeed_smc.c                                |   134 +-
 hw/ssi/imx_spi.c                                   |     3 +-
 hw/ssi/pl022.c                                     |    57 +-
 hw/ssi/xilinx_spi.c                                |     9 +-
 hw/ssi/xilinx_spips.c                              |    46 -
 hw/timer/Kconfig                                   |    63 +
 hw/timer/Makefile.objs                             |     2 +
 hw/timer/aspeed_timer.c                            |     4 +-
 hw/timer/cmsdk-apb-dualtimer.c                     |   517 +
 hw/timer/ds1338.c                                  |     2 +-
 hw/timer/etraxfs_timer.c                           |    14 +-
 hw/timer/grlib_gptimer.c                           |    11 +-
 hw/timer/i8254.c                                   |     1 -
 hw/timer/m41t80.c                                  |     2 +-
 hw/timer/m48t59.c                                  |    59 +-
 hw/timer/mc146818rtc.c                             |    37 +-
 hw/timer/nrf51_timer.c                             |   393 +
 hw/timer/pl031.c                                   |    80 +-
 hw/timer/puv3_ost.c                                |    13 +-
 hw/timer/sh_timer.c                                |     1 +
 hw/timer/stm32f2xx_timer.c                         |     2 +-
 hw/timer/sun4v-rtc.c                               |    23 +-
 hw/timer/trace-events                              |    36 +-
 hw/timer/twl92230.c                                |     6 +-
 hw/tpm/Kconfig                                     |    24 +
 hw/tpm/Makefile.objs                               |     1 +
 hw/tpm/tpm_crb.c                                   |    13 +
 hw/tpm/tpm_emulator.c                              |     1 +
 hw/tpm/tpm_ppi.c                                   |    53 +
 hw/tpm/tpm_ppi.h                                   |    46 +
 hw/tpm/tpm_tis.c                                   |    60 +-
 hw/tpm/trace-events                                |    14 +-
 hw/tricore/Kconfig                                 |     2 +
 hw/tricore/Makefile.objs                           |     2 +-
 hw/tricore/tricore_testboard.c                     |     3 +-
 hw/unicore32/Kconfig                               |     5 +
 hw/unicore32/puv3.c                                |     1 -
 hw/usb/Kconfig                                     |    91 +
 hw/usb/Makefile.objs                               |     2 +-
 hw/usb/bus.c                                       |    15 +-
 hw/usb/ccid-card-emulated.c                        |    33 +-
 hw/usb/combined-packet.c                           |     6 +-
 hw/usb/core.c                                      |     6 +-
 hw/usb/dev-audio.c                                 |     5 +-
 hw/usb/dev-bluetooth.c                             |     2 +-
 hw/usb/dev-hid.c                                   |    32 +-
 hw/usb/dev-hub.c                                   |    18 +-
 hw/usb/dev-mtp.c                                   |   644 +-
 hw/usb/dev-network.c                               |     2 +-
 hw/usb/dev-serial.c                                |     2 +-
 hw/usb/dev-smartcard-reader.c                      |     2 +-
 hw/usb/dev-storage.c                               |     1 -
 hw/usb/hcd-ehci-pci.c                              |    57 +-
 hw/usb/hcd-ehci-sysbus.c                           |    21 +-
 hw/usb/hcd-ehci.c                                  |    26 +-
 hw/usb/hcd-ehci.h                                  |     7 +-
 hw/usb/hcd-musb.c                                  |     8 +-
 hw/usb/hcd-ohci.c                                  |    30 +-
 hw/usb/hcd-uhci.c                                  |    16 +-
 hw/usb/hcd-xhci.c                                  |    28 +-
 hw/usb/hcd-xhci.h                                  |     1 +
 hw/usb/host-libusb.c                               |    12 +-
 hw/usb/redirect.c                                  |    15 +-
 hw/usb/trace-events                                |    24 +-
 hw/usb/tusb6010.c                                  |     9 +-
 hw/usb/xen-usb.c                                   |    43 +-
 hw/vfio/Kconfig                                    |    37 +
 hw/vfio/Makefile.objs                              |    10 +-
 hw/vfio/amd-xgbe.c                                 |     1 +
 hw/vfio/ap.c                                       |   189 +
 hw/vfio/calxeda-xgmac.c                            |     1 +
 hw/vfio/ccw.c                                      |    69 +-
 hw/vfio/common.c                                   |   195 +-
 hw/vfio/display.c                                  |   181 +
 hw/vfio/pci-quirks.c                               |     6 +-
 hw/vfio/pci.c                                      |   128 +-
 hw/vfio/pci.h                                      |     3 +
 hw/vfio/platform.c                                 |    31 +-
 hw/vfio/spapr.c                                    |    64 +-
 hw/vfio/trace-events                               |    26 +-
 hw/virtio/Kconfig                                  |    31 +
 hw/virtio/Makefile.objs                            |    25 +-
 hw/virtio/trace-events                             |    10 +-
 hw/virtio/vhost-backend.c                          |    12 +-
 hw/virtio/vhost-scsi-pci.c                         |    97 +
 hw/virtio/vhost-stub.c                             |     4 +-
 hw/virtio/vhost-user-blk-pci.c                     |   103 +
 hw/virtio/vhost-user-scsi-pci.c                    |   103 +
 hw/virtio/vhost-user.c                             |   198 +-
 hw/virtio/vhost-vsock-pci.c                        |    86 +
 hw/virtio/vhost.c                                  |   102 +-
 hw/virtio/virtio-9p-pci.c                          |    88 +
 hw/virtio/virtio-balloon-pci.c                     |    95 +
 hw/virtio/virtio-balloon.c                         |   430 +-
 hw/virtio/virtio-blk-pci.c                         |   100 +
 hw/virtio/virtio-crypto-pci.c                      |    21 +-
 hw/virtio/virtio-input-host-pci.c                  |    48 +
 hw/virtio/virtio-input-pci.c                       |   157 +
 hw/virtio/virtio-net-pci.c                         |    98 +
 hw/virtio/virtio-pci.c                             |   861 +-
 hw/virtio/virtio-pci.h                             |   289 +-
 hw/virtio/virtio-rng-pci.c                         |    88 +
 hw/virtio/virtio-rng.c                             |     2 +-
 hw/virtio/virtio-scsi-pci.c                        |   107 +
 hw/virtio/virtio-serial-pci.c                      |   115 +
 hw/virtio/virtio.c                                 |    61 +-
 hw/watchdog/Kconfig                                |    16 +
 hw/watchdog/Makefile.objs                          |     1 +
 hw/watchdog/cmsdk-apb-watchdog.c                   |   396 +
 hw/watchdog/trace-events                           |     6 +
 hw/watchdog/watchdog.c                             |    17 +-
 hw/watchdog/wdt_i6300esb.c                         |     1 -
 hw/xen/Makefile.objs                               |     2 +-
 hw/xen/trace-events                                |    28 +-
 hw/xen/xen-backend.c                               |   165 +
 hw/xen/xen-bus-helper.c                            |   184 +
 hw/xen/xen-bus.c                                   |  1205 +
 hw/xen/xen-common.c                                |    31 +-
 hw/xen/xen-legacy-backend.c                        |   846 +
 hw/xen/xen_backend.c                               |   845 -
 hw/xen/xen_devconfig.c                             |     4 +-
 hw/xen/xen_pt.c                                    |    10 +-
 hw/xen/xen_pt_config_init.c                        |    14 +-
 hw/xen/xen_pt_graphics.c                           |    18 +-
 hw/xen/xen_pt_msi.c                                |     2 +-
 hw/xen/xen_pvdev.c                                 |    22 +-
 hw/xenpv/Makefile.objs                             |     2 -
 hw/xenpv/xen_domainbuild.c                         |   299 -
 hw/xenpv/xen_domainbuild.h                         |    13 -
 hw/xenpv/xen_machine_pv.c                          |    21 +-
 hw/xtensa/Kconfig                                  |     8 +
 hw/xtensa/Makefile.objs                            |     5 +-
 hw/xtensa/mx_pic.c                                 |   354 +
 hw/xtensa/pic_cpu.c                                |    47 +-
 hw/xtensa/sim.c                                    |    12 +-
 hw/xtensa/xtfpga.c                                 |    89 +-
 include/authz/base.h                               |   112 +
 include/authz/list.h                               |   106 +
 include/authz/listfile.h                           |   111 +
 include/authz/pamacct.h                            |   100 +
 include/authz/simple.h                             |    84 +
 include/block/aio-wait.h                           |    28 +-
 include/block/aio.h                                |    59 +-
 include/block/block.h                              |    58 +-
 include/block/block_backup.h                       |    13 -
 include/block/block_int.h                          |    92 +-
 include/block/blockjob.h                           |     3 +
 include/block/dirty-bitmap.h                       |    34 +-
 include/block/nbd.h                                |    92 +-
 include/block/raw-aio.h                            |     1 +
 include/block/snapshot.h                           |     3 -
 include/block/throttle-groups.h                    |     5 +
 include/chardev/char-fe.h                          |   108 +-
 include/chardev/char-mux.h                         |     1 -
 include/chardev/char.h                             |    94 +-
 include/chardev/spice.h                            |    27 +
 include/crypto/afsplit.h                           |    11 +-
 include/crypto/block.h                             |     2 +
 include/disas/bfd.h                                |     1 +
 include/elf.h                                      |   144 +-
 include/exec/cpu-all.h                             |     2 +-
 include/exec/cpu-common.h                          |    17 +-
 include/exec/cpu-defs.h                            |   121 +-
 include/exec/cpu_ldst.h                            |    60 +-
 include/exec/cpu_ldst_template.h                   |    25 +-
 include/exec/cpu_ldst_useronly_template.h          |    12 +-
 include/exec/cputlb.h                              |     2 +-
 include/exec/exec-all.h                            |    19 +-
 include/exec/helper-head.h                         |    18 +
 include/exec/helper-tcg.h                          |    21 +-
 include/exec/memattrs.h                            |    10 +
 include/exec/memory.h                              |   178 +-
 include/exec/poison.h                              |     4 +-
 include/exec/ram_addr.h                            |    29 +-
 include/exec/tb-hash-xx.h                          |   101 -
 include/exec/tb-hash.h                             |     4 +-
 include/exec/tb-lookup.h                           |     4 +
 include/fpu/softfloat-macros.h                     |   149 +-
 include/fpu/softfloat.h                            |   173 +-
 include/glib-compat.h                              |     1 -
 include/hw/acpi/acpi-defs.h                        |    30 +-
 include/hw/acpi/acpi.h                             |    15 +-
 include/hw/acpi/acpi_dev_interface.h               |     6 +-
 include/hw/acpi/aml-build.h                        |     2 +
 include/hw/acpi/cpu.h                              |     2 +-
 include/hw/acpi/ich9.h                             |     2 +
 include/hw/acpi/pcihp.h                            |     5 +
 include/hw/acpi/tpm.h                              |    21 +
 include/hw/arm/allwinner-a10.h                     |     1 +
 include/hw/arm/armsse.h                            |   225 +
 include/hw/arm/armv7m.h                            |     3 +
 include/hw/arm/aspeed.h                            |    46 +
 include/hw/arm/fsl-imx6ul.h                        |   339 +
 include/hw/arm/iotkit.h                            |   117 -
 include/hw/arm/linux-boot-if.h                     |     5 +-
 include/hw/arm/nrf51.h                             |    47 +
 include/hw/arm/nrf51_soc.h                         |    56 +
 include/hw/arm/pxa.h                               |     1 +
 include/hw/arm/virt.h                              |    20 +-
 include/hw/arm/xlnx-versal.h                       |   122 +
 include/hw/arm/xlnx-zynqmp.h                       |     7 +-
 include/hw/audio/wm8750.h                          |     1 +
 include/hw/block/block.h                           |     8 +-
 include/hw/block/flash.h                           |    58 +-
 include/hw/boards.h                                |    70 +-
 include/hw/char/imx_serial.h                       |     1 +
 include/hw/char/nrf51_uart.h                       |    77 +
 include/hw/char/pl011.h                            |    34 +
 include/hw/char/serial.h                           |     4 +-
 include/hw/compat.h                                |   285 -
 include/hw/cpu/cluster.h                           |    82 +
 include/hw/devices.h                               |     2 +-
 include/hw/display/bcm2835_fb.h                    |    59 +-
 include/hw/display/edid.h                          |    27 +
 include/hw/display/milkymist_tmu2.h                |    41 +
 include/hw/dma/pl080.h                             |    71 +
 include/hw/elf_ops.h                               |    91 +-
 include/hw/firmware/smbios.h                       |   276 +
 include/hw/fw-path-provider.h                      |     4 +-
 include/hw/gpio/nrf51_gpio.h                       |    69 +
 include/hw/hotplug.h                               |    17 +-
 include/hw/hyperv/hyperv-proto.h                   |   130 +
 include/hw/hyperv/hyperv.h                         |    83 +
 include/hw/i2c/i2c-ddc.h                           |     4 +-
 include/hw/i2c/i2c.h                               |     9 +-
 include/hw/i2c/microbit_i2c.h                      |    42 +
 include/hw/i2c/pm_smbus.h                          |    41 +-
 include/hw/i2c/ppc4xx_i2c.h                        |     3 -
 include/hw/i2c/smbus.h                             |    83 -
 include/hw/i2c/smbus_eeprom.h                      |    35 +
 include/hw/i2c/smbus_master.h                      |    55 +
 include/hw/i2c/smbus_slave.h                       |   100 +
 include/hw/i386/intel_iommu.h                      |    96 +-
 include/hw/i386/ioapic.h                           |     3 +
 include/hw/i386/pc.h                               |   725 +-
 include/hw/i386/x86-iommu.h                        |    70 +-
 include/hw/ide.h                                   |     2 +-
 include/hw/ide/ahci.h                              |     4 +-
 include/hw/ide/internal.h                          |     5 +-
 include/hw/ide/pci.h                               |    14 +-
 include/hw/input/ps2.h                             |     2 +
 include/hw/intc/arm_gic.h                          |    43 +
 include/hw/intc/arm_gic_common.h                   |    43 +-
 include/hw/intc/arm_gicv3_common.h                 |     2 +-
 include/hw/intc/armv7m_nvic.h                      |     1 +
 include/hw/intc/bcm2836_control.h                  |     9 +
 include/hw/intc/intc.h                             |     4 +-
 include/hw/ipmi/ipmi.h                             |     4 +-
 include/hw/isa/isa.h                               |     4 -
 include/hw/loader.h                                |    66 +-
 include/hw/mem/memory-device.h                     |    78 +-
 include/hw/mem/nvdimm.h                            |    10 +-
 include/hw/mem/pc-dimm.h                           |    11 +-
 include/hw/misc/armsse-cpuid.h                     |    41 +
 include/hw/misc/armsse-mhu.h                       |    44 +
 include/hw/misc/aspeed_sdmc.h                      |     4 +-
 include/hw/misc/imx6ul_ccm.h                       |   226 +
 include/hw/misc/iotkit-secctl.h                    |    20 +-
 include/hw/misc/iotkit-sysctl.h                    |    72 +
 include/hw/misc/iotkit-sysinfo.h                   |    43 +
 include/hw/misc/macio/macio.h                      |    37 +
 include/hw/misc/mips_itu.h                         |     8 +
 include/hw/misc/mmio_interface.h                   |    49 -
 include/hw/misc/mps2-fpgaio.h                      |    10 +
 include/hw/misc/nrf51_rng.h                        |    83 +
 include/hw/misc/pvpanic.h                          |    11 +-
 include/hw/misc/tz-msc.h                           |    79 +
 include/hw/misc/tz-ppc.h                           |     8 +-
 include/hw/misc/vmcoreinfo.h                       |    12 +-
 include/hw/net/cadence_gem.h                       |     7 +-
 include/hw/nmi.h                                   |     4 +-
 include/hw/nvram/fw_cfg.h                          |    18 +-
 include/hw/nvram/fw_cfg_keys.h                     |    45 -
 include/hw/nvram/nrf51_nvm.h                       |    64 +
 include/hw/pci-host/gpex.h                         |     4 +-
 include/hw/pci-host/q35.h                          |     4 +-
 include/hw/pci-host/spapr.h                        |    61 +-
 include/hw/pci-host/uninorth.h                     |     1 +
 include/hw/pci/msi.h                               |     1 +
 include/hw/pci/pci.h                               |    21 +-
 include/hw/pci/pci_bridge.h                        |    24 +-
 include/hw/pci/pci_bus.h                           |     3 +
 include/hw/pci/pci_ids.h                           |     4 +-
 include/hw/pci/pcie.h                              |    19 +-
 include/hw/pci/pcie_port.h                         |     5 +
 include/hw/pci/pcie_regs.h                         |    27 +-
 include/hw/pci/shpc.h                              |    10 +-
 include/hw/pcmcia.h                                |     4 +-
 include/hw/ppc/openpic.h                           |     2 +
 include/hw/ppc/pnv.h                               |    44 +-
 include/hw/ppc/pnv_core.h                          |    21 +
 include/hw/ppc/pnv_lpc.h                           |    26 +
 include/hw/ppc/pnv_occ.h                           |    17 +
 include/hw/ppc/pnv_psi.h                           |    60 +-
 include/hw/ppc/pnv_xive.h                          |    93 +
 include/hw/ppc/pnv_xscom.h                         |    21 +-
 include/hw/ppc/ppc.h                               |     3 +
 include/hw/ppc/ppc4xx.h                            |     2 +-
 include/hw/ppc/spapr.h                             |   251 +-
 include/hw/ppc/spapr_cpu_core.h                    |    26 +-
 include/hw/ppc/spapr_drc.h                         |   113 +-
 include/hw/ppc/spapr_irq.h                         |    72 +
 include/hw/ppc/spapr_ovec.h                        |    30 +-
 include/hw/ppc/spapr_vio.h                         |    74 +-
 include/hw/ppc/spapr_xive.h                        |    53 +
 include/hw/ppc/xics.h                              |    41 +-
 include/hw/ppc/xics_spapr.h                        |    39 +
 include/hw/ppc/xive.h                              |   426 +
 include/hw/ppc/xive_regs.h                         |   235 +
 include/hw/qdev-core.h                             |    49 +-
 include/hw/qdev-properties.h                       |    38 +-
 include/hw/rdma/rdma.h                             |    40 +
 include/hw/riscv/sifive_e.h                        |     2 +-
 include/hw/riscv/sifive_plic.h                     |     1 -
 include/hw/riscv/sifive_u.h                        |     7 +-
 include/hw/riscv/sifive_uart.h                     |     3 +
 include/hw/riscv/virt.h                            |    17 +-
 include/hw/s390x/ap-bridge.h                       |    19 +
 include/hw/s390x/ap-device.h                       |    22 +
 include/hw/s390x/css-bridge.h                      |     1 -
 include/hw/s390x/css.h                             |    15 +-
 include/hw/s390x/ioinst.h                          |    21 +-
 include/hw/s390x/s390-virtio-ccw.h                 |     4 +-
 include/hw/s390x/tod.h                             |    24 +-
 include/hw/scsi/emulation.h                        |    16 +
 include/hw/scsi/esp.h                              |     2 +
 include/hw/scsi/scsi.h                             |     1 -
 include/hw/sh4/sh_intc.h                           |    20 +-
 include/hw/smbios/ipmi.h                           |    15 -
 include/hw/smbios/smbios.h                         |   275 -
 include/hw/ssi/aspeed_smc.h                        |     3 +
 include/hw/ssi/pl022.h                             |    51 +
 include/hw/stream.h                                |     4 +-
 include/hw/sysbus.h                                |     3 -
 include/hw/timer/aspeed_timer.h                    |     3 +-
 include/hw/timer/cmsdk-apb-dualtimer.h             |    72 +
 include/hw/timer/m48t59.h                          |     4 +-
 include/hw/timer/nrf51_timer.h                     |    80 +
 include/hw/timer/pl031.h                           |    44 +
 include/hw/usb.h                                   |     4 +-
 include/hw/vfio/vfio-common.h                      |    19 +-
 include/hw/vfio/vfio-platform.h                    |     5 +-
 include/hw/virtio/vhost-backend.h                  |    10 +
 include/hw/virtio/vhost-scsi-common.h              |     1 +
 include/hw/virtio/vhost-user-blk.h                 |     3 +-
 include/hw/virtio/vhost-user-scsi.h                |     3 +-
 include/hw/virtio/vhost-user.h                     |     2 +-
 include/hw/virtio/vhost.h                          |    18 +
 include/hw/virtio/virtio-balloon.h                 |    31 +-
 include/hw/virtio/virtio-blk.h                     |     6 +-
 include/hw/virtio/virtio-gpu.h                     |    18 +-
 include/hw/virtio/virtio-net.h                     |    90 +-
 include/hw/virtio/virtio.h                         |    15 +
 include/hw/watchdog/cmsdk-apb-watchdog.h           |    67 +
 include/hw/xen/io/ring.h                           |     4 +-
 include/hw/xen/start_info.h                        |   146 +
 include/hw/xen/xen-backend.h                       |    39 +
 include/hw/xen/xen-block.h                         |    94 +
 include/hw/xen/xen-bus-helper.h                    |    45 +
 include/hw/xen/xen-bus.h                           |   137 +
 include/hw/xen/xen-legacy-backend.h                |   104 +
 include/hw/xen/xen.h                               |     3 +-
 include/hw/xen/xen_backend.h                       |    99 -
 include/hw/xen/xen_common.h                        |    19 +-
 include/hw/xen/xen_pvdev.h                         |    38 +-
 include/hw/xtensa/mx_pic.h                         |    44 +
 include/io/channel-tls.h                           |     1 +
 include/io/channel.h                               |    15 +-
 include/io/task.h                                  |    29 +-
 include/migration/colo.h                           |    11 +-
 include/migration/misc.h                           |    36 +-
 include/migration/qemu-file-types.h                |     2 +
 include/migration/register.h                       |     2 +-
 include/migration/vmstate.h                        |    13 +-
 include/monitor/monitor.h                          |     6 +-
 include/net/announce.h                             |    41 +
 include/net/eth.h                                  |     2 +
 include/net/filter.h                               |     5 +
 include/net/net.h                                  |    15 +-
 include/net/slirp.h                                |     4 -
 include/qapi/error.h                               |    14 +
 include/qapi/qmp-event.h                           |     7 -
 include/qapi/qmp/dispatch.h                        |     3 +-
 include/qapi/qmp/json-lexer.h                      |    56 -
 include/qapi/qmp/json-parser.h                     |    36 +-
 include/qapi/qmp/json-streamer.h                   |    46 -
 include/qapi/qmp/qerror.h                          |     9 +-
 include/qapi/qmp/qjson.h                           |    12 +-
 include/qapi/qmp/qnum.h                            |     2 +-
 include/qapi/string-input-visitor.h                |     4 +-
 include/qemu-common.h                              |     2 +-
 include/qemu/acl.h                                 |    66 -
 include/qemu/atomic.h                              |    41 +-
 include/qemu/atomic128.h                           |   153 +
 include/qemu/bitmap.h                              |    17 +
 include/qemu/bswap.h                               |    34 +-
 include/qemu/compiler.h                            |    60 +-
 include/qemu/coroutine.h                           |     5 +
 include/qemu/cutils.h                              |    20 +-
 include/qemu/drm.h                                 |     6 +
 include/qemu/error-report.h                        |    27 +
 include/qemu/filemonitor.h                         |   128 +
 include/qemu/hbitmap.h                             |    54 +-
 include/qemu/host-utils.h                          |     4 +-
 include/qemu/iov.h                                 |    66 +-
 include/qemu/job.h                                 |    71 +-
 include/qemu/main-loop.h                           |    19 +-
 include/qemu/memfd.h                               |    18 +-
 include/qemu/mmap-alloc.h                          |     2 +-
 include/qemu/module.h                              |     5 +
 include/qemu/option.h                              |     2 +-
 include/qemu/option_int.h                          |     2 +-
 include/qemu/osdep.h                               |    63 +-
 include/qemu/pmem.h                                |    36 +
 include/qemu/qht.h                                 |    27 +-
 include/qemu/qsp.h                                 |    29 +
 include/qemu/queue.h                               |   154 +-
 include/qemu/range.h                               |    79 +-
 include/qemu/rcu_queue.h                           |   138 +-
 include/qemu/seqlock.h                             |    22 +-
 include/qemu/thread-posix.h                        |     4 +-
 include/qemu/thread-win32.h                        |     5 +-
 include/qemu/thread.h                              |   105 +-
 include/qemu/timer.h                               |   118 +-
 include/qemu/typedefs.h                            |    27 +-
 include/qemu/unicode.h                             |     1 +
 include/qemu/uuid.h                                |     2 +-
 include/qemu/vfio-helpers.h                        |     1 -
 include/qemu/win_dump_defs.h                       |   179 +
 include/qemu/xxhash.h                              |   122 +
 include/qom/cpu.h                                  |    69 +-
 include/qom/object.h                               |    14 +-
 include/qom/object_interfaces.h                    |    10 +-
 include/scsi/constants.h                           |     2 +-
 include/scsi/pr-manager.h                          |     8 +-
 include/standard-headers/asm-x86/bootparam.h       |    34 +
 include/standard-headers/asm-x86/kvm_para.h        |     1 +
 include/standard-headers/drm/drm_fourcc.h          |   239 +
 include/standard-headers/linux/ethtool.h           |    30 +-
 include/standard-headers/linux/input-event-codes.h |    17 +
 include/standard-headers/linux/input.h             |     9 +-
 include/standard-headers/linux/pci_regs.h          |     5 +-
 include/standard-headers/linux/qemu_fw_cfg.h       |    97 +
 include/standard-headers/linux/vhost_types.h       |   128 +
 include/standard-headers/linux/virtio_balloon.h    |     8 +
 include/standard-headers/linux/virtio_blk.h        |    54 +
 include/standard-headers/linux/virtio_config.h     |    19 +-
 include/standard-headers/linux/virtio_gpu.h        |    18 +
 include/standard-headers/linux/virtio_ring.h       |    52 +
 include/sysemu/accel.h                             |     6 +-
 include/sysemu/arch_init.h                         |    11 -
 include/sysemu/balloon.h                           |     2 +-
 include/sysemu/block-backend.h                     |    16 +-
 include/sysemu/blockdev.h                          |     6 +-
 include/sysemu/bt.h                                |     4 +-
 include/sysemu/hostmem.h                           |     3 +-
 include/sysemu/hvf.h                               |     4 +-
 include/sysemu/iothread.h                          |     5 +-
 include/sysemu/kvm.h                               |     4 +-
 include/sysemu/memory_mapping.h                    |     2 +-
 include/sysemu/numa.h                              |     3 +-
 include/sysemu/replay.h                            |    13 +-
 include/sysemu/rng.h                               |     2 +-
 include/sysemu/sysemu.h                            |    33 +-
 include/sysemu/tpm.h                               |     6 +-
 include/sysemu/whpx.h                              |     1 -
 include/ui/console.h                               |    31 +-
 include/ui/egl-helpers.h                           |     4 +-
 include/ui/gtk.h                                   |    11 +-
 include/ui/input.h                                 |     3 -
 include/ui/kbd-state.h                             |   101 +
 include/ui/qemu-pixman.h                           |    10 +
 include/ui/qemu-spice.h                            |     6 -
 include/ui/sdl2.h                                  |     6 +-
 include/ui/spice-display.h                         |     4 +
 io/channel-socket.c                                |    19 +-
 io/channel-tls.c                                   |     5 +
 io/channel-websock.c                               |     9 +-
 io/channel.c                                       |    22 +-
 io/task.c                                          |   101 +-
 io/trace-events                                    |    14 +-
 iothread.c                                         |    95 +-
 job-qmp.c                                          |     5 +-
 job.c                                              |   187 +-
 linux-headers/asm-arm/kvm.h                        |    13 +
 linux-headers/asm-arm/unistd-common.h              |     1 +
 linux-headers/asm-arm64/kvm.h                      |    13 +
 linux-headers/asm-arm64/unistd.h                   |     1 +
 linux-headers/asm-generic/unistd.h                 |    12 +-
 linux-headers/asm-mips/sgidefs.h                   |     8 -
 linux-headers/asm-mips/unistd.h                    |  1068 +-
 linux-headers/asm-mips/unistd_n32.h                |   338 +
 linux-headers/asm-mips/unistd_n64.h                |   334 +
 linux-headers/asm-mips/unistd_o32.h                |   374 +
 linux-headers/asm-powerpc/kvm.h                    |     2 +
 linux-headers/asm-powerpc/unistd.h                 |   388 +-
 linux-headers/asm-powerpc/unistd_32.h              |   381 +
 linux-headers/asm-powerpc/unistd_64.h              |   372 +
 linux-headers/asm-s390/kvm.h                       |     7 +-
 linux-headers/asm-s390/unistd_32.h                 |     2 +
 linux-headers/asm-s390/unistd_64.h                 |     2 +
 linux-headers/asm-x86/kvm.h                        |    46 +-
 linux-headers/linux/kvm.h                          |    52 +-
 linux-headers/linux/vfio.h                         |    94 +
 linux-headers/linux/vhost.h                        |   111 +-
 linux-headers/linux/vhost_types.h                  |     1 +
 linux-user/Makefile.objs                           |     2 +-
 linux-user/aarch64/cpu_loop.c                      |    44 +-
 linux-user/aarch64/signal.c                        |     4 +-
 linux-user/aarch64/target_syscall.h                |     9 +
 linux-user/alpha/cpu_loop.c                        |    12 +-
 linux-user/arm/cpu_loop.c                          |    16 +-
 linux-user/cris/cpu_loop.c                         |    16 +-
 linux-user/elfload.c                               |   163 +-
 linux-user/fd-trans.c                              |  1426 +
 linux-user/fd-trans.h                              |    97 +
 linux-user/flatload.c                              |     8 +-
 linux-user/host/riscv32/hostdep.h                  |    11 +
 linux-user/host/riscv64/hostdep.h                  |    34 +
 linux-user/host/riscv64/safe-syscall.inc.S         |    77 +
 linux-user/hppa/cpu_loop.c                         |    11 +-
 linux-user/i386/cpu_loop.c                         |    16 +-
 linux-user/ioctls.h                                |    46 +
 linux-user/linuxload.c                             |    14 +-
 linux-user/m68k/cpu_loop.c                         |    17 +-
 linux-user/m68k/signal.c                           |     3 -
 linux-user/m68k/target_cpu.h                       |     4 +-
 linux-user/m68k/target_structs.h                   |     2 +-
 linux-user/main.c                                  |     6 +-
 linux-user/microblaze/cpu_loop.c                   |    16 +-
 linux-user/mips/cpu_loop.c                         |   152 +-
 linux-user/mips/syscall_nr.h                       |     9 +
 linux-user/mips/target_elf.h                       |     3 +
 linux-user/mips/target_syscall.h                   |     6 +
 linux-user/mips64/syscall_nr.h                     |    18 +
 linux-user/mips64/target_syscall.h                 |     6 +
 linux-user/mmap.c                                  |    10 +-
 linux-user/nios2/cpu_loop.c                        |    23 +-
 linux-user/openrisc/cpu_loop.c                     |    11 +-
 linux-user/ppc/cpu_loop.c                          |    15 +-
 linux-user/ppc/signal.c                            |    28 +-
 linux-user/qemu.h                                  |    80 +-
 linux-user/riscv/cpu_loop.c                        |    17 +-
 linux-user/riscv/signal.c                          |     4 +-
 linux-user/s390x/cpu_loop.c                        |     9 +-
 linux-user/s390x/target_cpu.h                      |    19 +-
 linux-user/sh4/cpu_loop.c                          |    17 +-
 linux-user/sh4/signal.c                            |     4 -
 linux-user/signal.c                                |    16 +-
 linux-user/sparc/cpu_loop.c                        |    16 +-
 linux-user/sparc/signal.c                          |    22 +-
 linux-user/strace.c                                |    33 +-
 linux-user/strace.list                             |     2 +-
 linux-user/syscall.c                               |  3871 +-
 linux-user/syscall_defs.h                          |    37 +-
 linux-user/syscall_types.h                         |    68 +
 linux-user/trace-events                            |     3 +-
 linux-user/uaccess.c                               |     2 +-
 linux-user/vm86.c                                  |     2 +-
 linux-user/x86_64/target_syscall.h                 |     2 +-
 linux-user/xtensa/cpu_loop.c                       |    11 +-
 linux-user/xtensa/target_flat.h                    |    10 +
 memory.c                                           |   426 +-
 memory_mapping.c                                   |     5 +-
 migration/Makefile.objs                            |     2 +-
 migration/block-dirty-bitmap.c                     |    29 +-
 migration/block.c                                  |    14 +-
 migration/channel.c                                |    11 +-
 migration/colo-comm.c                              |    76 -
 migration/colo-failover.c                          |     2 +-
 migration/colo.c                                   |   281 +-
 migration/global_state.c                           |    15 +-
 migration/migration.c                              |   432 +-
 migration/migration.h                              |    33 +-
 migration/postcopy-ram.c                           |    80 +-
 migration/qemu-file-channel.c                      |    12 +-
 migration/qemu-file.c                              |     8 +-
 migration/qemu-file.h                              |     1 -
 migration/ram.c                                    |   851 +-
 migration/ram.h                                    |     9 +-
 migration/rdma.c                                   |   444 +-
 migration/savevm.c                                 |   332 +-
 migration/savevm.h                                 |     5 +
 migration/socket.c                                 |    12 +
 migration/tls.c                                    |     2 +-
 migration/trace-events                             |    78 +-
 migration/vmstate-types.c                          |   119 +-
 migration/vmstate.c                                |    50 +-
 monitor.c                                          |   734 +-
 nbd/client.c                                       |   954 +-
 nbd/common.c                                       |     2 +-
 nbd/nbd-internal.h                                 |    27 +-
 nbd/server.c                                       |   404 +-
 nbd/trace-events                                   |    29 +-
 net/Makefile.objs                                  |     7 +-
 net/announce.c                                     |   140 +
 net/checksum.c                                     |     2 +-
 net/colo-compare.c                                 |   140 +-
 net/colo-compare.h                                 |    24 +
 net/colo.c                                         |    11 +-
 net/colo.h                                         |    14 +-
 net/filter-rewriter.c                              |   176 +-
 net/filter.c                                       |    19 +-
 net/hub.c                                          |     3 +-
 net/l2tpv3.c                                       |    25 +-
 net/net.c                                          |    54 +-
 net/netmap.c                                       |   110 +-
 net/queue.c                                        |     2 +-
 net/slirp.c                                        |   451 +-
 net/socket.c                                       |    29 +-
 net/tap.c                                          |    10 +-
 net/trace-events                                   |    11 +-
 net/util.h                                         |    55 +
 net/vhost-user-stub.c                              |    23 +
 net/vhost-user.c                                   |    26 +-
 numa.c                                             |    24 +-
 os-posix.c                                         |    32 -
 os-win32.c                                         |    25 -
 pc-bios/README                                     |    10 +-
 pc-bios/bios-256k.bin                              |   Bin 262144 -> 262144 
bytes
 pc-bios/bios.bin                                   |   Bin 131072 -> 131072 
bytes
 pc-bios/efi-e1000.rom                              |   Bin 240128 -> 240128 
bytes
 pc-bios/efi-e1000e.rom                             |   Bin 240128 -> 240128 
bytes
 pc-bios/efi-eepro100.rom                           |   Bin 240128 -> 240128 
bytes
 pc-bios/efi-ne2k_pci.rom                           |   Bin 238080 -> 238592 
bytes
 pc-bios/efi-pcnet.rom                              |   Bin 238080 -> 238592 
bytes
 pc-bios/efi-rtl8139.rom                            |   Bin 241664 -> 242688 
bytes
 pc-bios/efi-virtio.rom                             |   Bin 242176 -> 242688 
bytes
 pc-bios/efi-vmxnet3.rom                            |   Bin 236032 -> 236032 
bytes
 pc-bios/hppa-firmware.img                          |   Bin 215936 -> 783724 
bytes
 pc-bios/keymaps/Makefile                           |     4 +-
 pc-bios/keymaps/ar                                 |    53 +-
 pc-bios/keymaps/bepo                               |    10 +-
 pc-bios/keymaps/common                             |   157 -
 pc-bios/keymaps/cz                                 |    10 +-
 pc-bios/keymaps/da                                 |    10 +-
 pc-bios/keymaps/de                                 |    39 +-
 pc-bios/keymaps/de-ch                              |    10 +-
 pc-bios/keymaps/en-gb                              |    10 +-
 pc-bios/keymaps/en-us                              |    10 +-
 pc-bios/keymaps/es                                 |    10 +-
 pc-bios/keymaps/et                                 |    10 +-
 pc-bios/keymaps/fi                                 |    10 +-
 pc-bios/keymaps/fo                                 |    10 +-
 pc-bios/keymaps/fr                                 |    36 +-
 pc-bios/keymaps/fr-be                              |    10 +-
 pc-bios/keymaps/fr-ca                              |    10 +-
 pc-bios/keymaps/fr-ch                              |    10 +-
 pc-bios/keymaps/hr                                 |    10 +-
 pc-bios/keymaps/hu                                 |    10 +-
 pc-bios/keymaps/is                                 |    10 +-
 pc-bios/keymaps/it                                 |    10 +-
 pc-bios/keymaps/ja                                 |    10 +-
 pc-bios/keymaps/lt                                 |    10 +-
 pc-bios/keymaps/lv                                 |    10 +-
 pc-bios/keymaps/mk                                 |    10 +-
 pc-bios/keymaps/modifiers                          |    18 -
 pc-bios/keymaps/nl                                 |    10 +-
 pc-bios/keymaps/nl-be                              |     3 -
 pc-bios/keymaps/no                                 |    10 +-
 pc-bios/keymaps/pl                                 |    10 +-
 pc-bios/keymaps/pt                                 |    10 +-
 pc-bios/keymaps/pt-br                              |    10 +-
 pc-bios/keymaps/ru                                 |    10 +-
 pc-bios/keymaps/sl                                 |   177 +-
 pc-bios/keymaps/sv                                 |   176 +-
 pc-bios/keymaps/th                                 |    10 +-
 pc-bios/keymaps/tr                                 |    10 +-
 pc-bios/openbios-ppc                               |   Bin 763128 -> 767224 
bytes
 pc-bios/openbios-sparc32                           |   Bin 382048 -> 382048 
bytes
 pc-bios/openbios-sparc64                           |   Bin 1593408 -> 1593408 
bytes
 pc-bios/optionrom/Makefile                         |     5 +-
 pc-bios/optionrom/linuxboot_dma.c                  |   114 +-
 pc-bios/optionrom/optionrom.h                      |    15 +-
 pc-bios/optionrom/optrom.h                         |   110 +
 pc-bios/optionrom/optrom_fw_cfg.h                  |    92 +
 pc-bios/optionrom/pvh.S                            |   200 +
 pc-bios/optionrom/pvh_main.c                       |   133 +
 pc-bios/palcode-clipper                            |   Bin 152680 -> 156328 
bytes
 pc-bios/pvh.bin                                    |   Bin 0 -> 1536 bytes
 pc-bios/qemu-icon.bmp                              |   Bin 630 -> 0 bytes
 pc-bios/qemu_logo_no_text.svg                      |   976 -
 pc-bios/qemu_vga.ndrv                              |   Bin 14752 -> 18752 bytes
 pc-bios/s390-ccw/start.S                           |    14 +-
 pc-bios/skiboot.lid                                |   Bin 1302336 -> 1591384 
bytes
 pc-bios/slof.bin                                   |   Bin 924840 -> 926392 
bytes
 pc-bios/u-boot-sam460-20100605.bin                 |   Bin
 pc-bios/u-boot.e500                                |   Bin 388672 -> 349148 
bytes
 pc-bios/vgabios-bochs-display.bin                  |   Bin 27648 -> 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 28160 -> 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 +-
 python/qemu/__init__.py                            |   518 +
 python/qemu/qmp.py                                 |   256 +
 python/qemu/qtest.py                               |   116 +
 qapi/Makefile.objs                                 |    25 +
 qapi/audio.json                                    |   308 +
 qapi/authz.json                                    |    58 +
 qapi/block-core.json                               |   597 +-
 qapi/block.json                                    |    40 +-
 qapi/char.json                                     |   157 +-
 qapi/common.json                                   |    46 +-
 qapi/crypto.json                                   |     6 +-
 qapi/introspect.json                               |     2 +-
 qapi/migration.json                                |   319 +-
 qapi/misc.json                                     |   618 +-
 qapi/net.json                                      |    51 +-
 qapi/qapi-schema.json                              |    20 +-
 qapi/qmp-dispatch.c                                |    15 +-
 qapi/qmp-event.c                                   |    12 -
 qapi/qmp-registry.c                                |     8 -
 qapi/qobject-input-visitor.c                       |    14 +-
 qapi/rdma.json                                     |    38 +
 qapi/run-state.json                                |    44 +-
 qapi/string-input-visitor.c                        |   413 +-
 qapi/target.json                                   |   514 +
 qapi/tpm.json                                      |     5 +-
 qapi/trace-events                                  |     4 +-
 qapi/transaction.json                              |    10 +-
 qapi/ui.json                                       |    99 +-
 qdev-monitor.c                                     |    52 +-
 qdict-test-data.txt                                |  4999 --
 qemu-deprecated.texi                               |   266 +-
 qemu-doc.texi                                      |   125 +-
 qemu-edid.c                                        |   120 +
 qemu-img-cmds.hx                                   |     2 +-
 qemu-img.c                                         |   139 +-
 qemu-img.texi                                      |     4 +-
 qemu-io-cmds.c                                     |    59 +-
 qemu-io.c                                          |     8 +-
 qemu-keymap.c                                      |     2 +-
 qemu-nbd.c                                         |   319 +-
 qemu-nbd.texi                                      |   132 +-
 qemu-options.hx                                    |   631 +-
 qemu-seccomp.c                                     |   110 +-
 qga/Makefile.objs                                  |     1 +
 qga/channel-win32.c                                |     3 +-
 qga/commands-posix.c                               |   161 +-
 qga/commands-win32.c                               |   642 +-
 qga/guest-agent-core.h                             |     5 +
 qga/installer/qemu-ga.wxs                          |     2 +-
 qga/main.c                                         |   372 +-
 qga/qapi-schema.json                               |    46 +-
 qga/service-win32.h                                |     4 +
 qga/vss-win32.c                                    |     5 +-
 qga/vss-win32.h                                    |     3 +-
 qga/vss-win32/Makefile.objs                        |     4 +-
 qga/vss-win32/requester.cpp                        |    92 +-
 qga/vss-win32/requester.h                          |    13 +-
 qmp.c                                              |    38 +-
 qobject/block-qdict.c                              |    13 +-
 qobject/json-lexer.c                               |   403 +-
 qobject/json-parser-int.h                          |    54 +
 qobject/json-parser.c                              |   388 +-
 qobject/json-streamer.c                            |   116 +-
 qobject/qbool.c                                    |     1 -
 qobject/qjson.c                                    |    94 +-
 qobject/qlist.c                                    |     1 -
 qobject/qnull.c                                    |     1 -
 qobject/qnum.c                                     |     1 -
 qobject/qobject.c                                  |     1 -
 qobject/qstring.c                                  |     1 -
 qom/cpu.c                                          |     8 +-
 qom/object.c                                       |   121 +-
 qom/object_interfaces.c                            |    40 +-
 qom/trace-events                                   |     2 +-
 qtest.c                                            |    49 +-
 replay/replay-char.c                               |     0
 replay/replay-events.c                             |    15 +-
 replay/replay-internal.c                           |    41 +-
 replay/replay-internal.h                           |     4 +-
 replay/replay-snapshot.c                           |    17 +-
 replay/replay-time.c                               |     8 +-
 replay/replay.c                                    |    21 +-
 roms/Makefile                                      |    34 +-
 roms/QemuMacDrivers                                |     2 +-
 roms/SLOF                                          |     2 +-
 roms/config.seabios-128k                           |     2 +-
 roms/config.seabios-256k                           |     2 +-
 roms/edk2                                          |     1 +
 roms/ipxe                                          |     2 +-
 roms/openbios                                      |     2 +-
 roms/qemu-palcode                                  |     2 +-
 roms/seabios                                       |     2 +-
 roms/seabios-hppa                                  |     2 +-
 roms/skiboot                                       |     2 +-
 roms/u-boot                                        |     2 +-
 rules.mak                                          |     8 +-
 scripts/analyse-locks-simpletrace.py               |     1 -
 scripts/analyze-migration.py                       |     1 -
 scripts/archive-source.sh                          |    13 +-
 scripts/check-qerror.sh                            |    22 -
 scripts/checkpatch.pl                              |   158 +-
 scripts/cleanup-trace-events.pl                    |    19 +-
 scripts/cocci-macro-file.h                         |    25 +-
 scripts/coccinelle/inplace-byteswaps.cocci         |    65 +
 scripts/coccinelle/tcg_gen_extract.cocci           |     2 +-
 scripts/coccinelle/use-error_fatal.cocci           |    20 +
 scripts/decodetree.py                              |   387 +-
 scripts/device-crash-test                          |    47 +-
 scripts/dump-guest-memory.py                       |     5 +-
 scripts/fix-multiline-comments.sh                  |    62 +
 scripts/get_maintainer.pl                          |     2 +-
 scripts/git-submodule.sh                           |     4 +-
 scripts/gtester-cat                                |    26 -
 scripts/make-release                               |     5 +-
 scripts/make_device_config.sh                      |    30 -
 scripts/minikconf.py                               |   708 +
 scripts/qapi/commands.py                           |     4 +-
 scripts/qapi/common.py                             |   391 +-
 scripts/qapi/doc.py                                |    35 +-
 scripts/qapi/events.py                             |    76 +-
 scripts/qapi/introspect.py                         |    51 +-
 scripts/qapi/types.py                              |    14 +-
 scripts/qapi/visit.py                              |    14 +-
 scripts/qemu-binfmt-conf.sh                        |     6 +-
 scripts/qemu-gdb.py                                |     7 +-
 scripts/qemu-guest-agent/fsfreeze-hook             |     2 +-
 scripts/qemu-trace-stap                            |   175 +
 scripts/qemu-trace-stap.texi                       |   140 +
 scripts/qemu.py                                    |   462 -
 scripts/qemugdb/coroutine.py                       |     9 +-
 scripts/qemugdb/mtree.py                           |     7 +-
 scripts/qemugdb/tcg.py                             |     7 +-
 scripts/qemugdb/timers.py                          |     6 +-
 scripts/qmp/__init__.py                            |     0
 scripts/qmp/qemu-ga-client                         |     5 +-
 scripts/qmp/qmp-shell                              |     7 +-
 scripts/qmp/qmp.py                                 |   256 -
 scripts/qtest.py                                   |   109 -
 scripts/render_block_graph.py                      |   122 +
 scripts/replay-dump.py                             |     2 +-
 scripts/show-fixed-bugs.sh                         |    10 +-
 scripts/simpletrace.py                             |     1 -
 scripts/tap-driver.pl                              |   379 +
 scripts/tap-merge.pl                               |   111 +
 scripts/texi2pod.pl                                |     2 +-
 scripts/tracetool.py                               |     2 -
 scripts/tracetool/__init__.py                      |     6 +
 scripts/tracetool/backend/log.py                   |     2 +-
 scripts/tracetool/format/d.py                      |     5 +
 scripts/tracetool/format/log_stap.py               |   127 +
 scripts/tracetool/format/simpletrace_stap.py       |     2 +-
 scripts/update-linux-headers.sh                    |    21 +-
 scsi/pr-manager-helper.c                           |     3 +-
 scsi/pr-manager.c                                  |    21 +-
 scsi/qemu-pr-helper.c                              |    46 +-
 scsi/trace-events                                  |     6 +-
 slirp/COPYRIGHT                                    |     5 +-
 slirp/Makefile                                     |    47 +
 slirp/Makefile.objs                                |     5 -
 slirp/arp_table.c                                  |    90 -
 slirp/bootp.c                                      |   350 -
 slirp/bootp.h                                      |   127 -
 slirp/cksum.c                                      |   165 -
 slirp/debug.h                                      |    34 -
 slirp/dhcpv6.c                                     |   209 -
 slirp/dhcpv6.h                                     |    25 -
 slirp/dnssearch.c                                  |   311 -
 slirp/if.c                                         |   224 -
 slirp/if.h                                         |    23 -
 slirp/ip.h                                         |   236 -
 slirp/ip6.h                                        |   150 -
 slirp/ip6_icmp.c                                   |   441 -
 slirp/ip6_icmp.h                                   |   221 -
 slirp/ip6_input.c                                  |    78 -
 slirp/ip6_output.c                                 |    40 -
 slirp/ip_icmp.c                                    |   443 -
 slirp/ip_icmp.h                                    |   165 -
 slirp/ip_input.c                                   |   672 -
 slirp/ip_output.c                                  |   173 -
 slirp/libslirp.h                                   |    46 -
 slirp/main.h                                       |    51 -
 slirp/mbuf.c                                       |   238 -
 slirp/mbuf.h                                       |   114 -
 slirp/misc.c                                       |   295 -
 slirp/misc.h                                       |    58 -
 slirp/ncsi-pkt.h                                   |   419 -
 slirp/ncsi.c                                       |   167 -
 slirp/ndp_table.c                                  |    90 -
 slirp/sbuf.c                                       |   188 -
 slirp/sbuf.h                                       |    30 -
 slirp/slirp.c                                      |  1493 -
 slirp/slirp.h                                      |   297 -
 slirp/slirp_config.h                               |    86 -
 slirp/socket.c                                     |   947 -
 slirp/socket.h                                     |   159 -
 slirp/src/arp_table.c                              |    92 +
 slirp/src/bootp.c                                  |   371 +
 slirp/src/bootp.h                                  |   129 +
 slirp/src/cksum.c                                  |   161 +
 slirp/src/debug.h                                  |    46 +
 slirp/src/dhcpv6.c                                 |   224 +
 slirp/src/dhcpv6.h                                 |    53 +
 slirp/src/dnssearch.c                              |   311 +
 slirp/src/if.c                                     |   218 +
 slirp/src/if.h                                     |    21 +
 slirp/src/ip.h                                     |   242 +
 slirp/src/ip6.h                                    |   160 +
 slirp/src/ip6_icmp.c                               |   438 +
 slirp/src/ip6_icmp.h                               |   232 +
 slirp/src/ip6_input.c                              |    78 +
 slirp/src/ip6_output.c                             |    39 +
 slirp/src/ip_icmp.c                                |   470 +
 slirp/src/ip_icmp.h                                |   166 +
 slirp/src/ip_input.c                               |   469 +
 slirp/src/ip_output.c                              |   170 +
 slirp/src/libslirp.h                               |   118 +
 slirp/src/main.h                                   |    16 +
 slirp/src/mbuf.c                                   |   235 +
 slirp/src/mbuf.h                                   |   127 +
 slirp/src/misc.c                                   |   321 +
 slirp/src/misc.h                                   |    66 +
 slirp/src/ncsi-pkt.h                               |   445 +
 slirp/src/ncsi.c                                   |   194 +
 slirp/src/ndp_table.c                              |    87 +
 slirp/src/qtailq.h                                 |   194 +
 slirp/src/sbuf.c                                   |   186 +
 slirp/src/sbuf.h                                   |    27 +
 slirp/src/slirp.c                                  |  1118 +
 slirp/src/slirp.h                                  |   275 +
 slirp/src/socket.c                                 |   945 +
 slirp/src/socket.h                                 |   160 +
 slirp/src/state.c                                  |   388 +
 slirp/src/stream.c                                 |   120 +
 slirp/src/stream.h                                 |    35 +
 slirp/src/tcp.h                                    |   181 +
 slirp/src/tcp_input.c                              |  1554 +
 slirp/src/tcp_output.c                             |   522 +
 slirp/src/tcp_subr.c                               |   987 +
 slirp/src/tcp_timer.c                              |   294 +
 slirp/src/tcp_timer.h                              |   128 +
 slirp/src/tcp_var.h                                |   162 +
 slirp/src/tcpip.h                                  |   102 +
 slirp/src/tftp.c                                   |   463 +
 slirp/src/tftp.h                                   |    52 +
 slirp/src/udp.c                                    |   363 +
 slirp/src/udp.h                                    |    92 +
 slirp/src/udp6.c                                   |   173 +
 slirp/src/util.c                                   |   368 +
 slirp/src/util.h                                   |   175 +
 slirp/src/vmstate.c                                |   441 +
 slirp/src/vmstate.h                                |   409 +
 slirp/tcp.h                                        |   178 -
 slirp/tcp_input.c                                  |  1618 -
 slirp/tcp_output.c                                 |   525 -
 slirp/tcp_subr.c                                   |   985 -
 slirp/tcp_timer.c                                  |   294 -
 slirp/tcp_timer.h                                  |   127 -
 slirp/tcp_var.h                                    |   161 -
 slirp/tcpip.h                                      |   101 -
 slirp/tftp.c                                       |   457 -
 slirp/tftp.h                                       |    51 -
 slirp/udp.c                                        |   368 -
 slirp/udp.h                                        |    91 -
 slirp/udp6.c                                       |   178 -
 stubs/Makefile.objs                                |     8 +-
 stubs/arch-query-cpu-def.c                         |    11 -
 stubs/arch-query-cpu-model-baseline.c              |    13 -
 stubs/arch-query-cpu-model-comparison.c            |    13 -
 stubs/arch-query-cpu-model-expansion.c             |    13 -
 stubs/cpu-get-icount.c                             |     5 +
 stubs/iothread-lock.c                              |     2 +-
 stubs/monitor.c                                    |     5 +
 stubs/ram-block.c                                  |    15 +
 stubs/ramfb.c                                      |    13 +
 stubs/replay.c                                     |     2 +-
 stubs/slirp.c                                      |    13 -
 stubs/tpm.c                                        |     8 +-
 target/alpha/cpu.c                                 |     7 +-
 target/alpha/machine.c                             |     5 +-
 target/alpha/translate.c                           |     2 +-
 target/arm/Makefile.objs                           |     3 +-
 target/arm/arm-powerctl.c                          |    69 +-
 target/arm/arm-powerctl.h                          |    16 +
 target/arm/arm-semi.c                              |     2 +-
 target/arm/cpu-qom.h                               |     3 +
 target/arm/cpu.c                                   |   529 +-
 target/arm/cpu.h                                   |  1041 +-
 target/arm/cpu64.c                                 |   317 +-
 target/arm/helper-a64.c                            |   438 +-
 target/arm/helper-a64.h                            |    17 +
 target/arm/helper-sve.h                            |   389 +-
 target/arm/helper.c                                |  4219 +-
 target/arm/helper.h                                |    68 +-
 target/arm/idau.h                                  |     4 +-
 target/arm/internals.h                             |   203 +-
 target/arm/iwmmxt_helper.c                         |   234 +-
 target/arm/kvm.c                                   |    75 +-
 target/arm/kvm32.c                                 |    95 +-
 target/arm/kvm64.c                                 |   129 +-
 target/arm/kvm_arm.h                               |    42 +-
 target/arm/machine.c                               |   112 +-
 target/arm/monitor.c                               |     2 +-
 target/arm/neon_helper.c                           |    14 +-
 target/arm/op_helper.c                             |   329 +-
 target/arm/pauth_helper.c                          |   497 +
 target/arm/sve.decode                              |     5 +-
 target/arm/sve_helper.c                            |  1990 +-
 target/arm/trace-events                            |     4 +-
 target/arm/translate-a64.c                         |  2639 +-
 target/arm/translate-sve.c                         |  1310 +-
 target/arm/translate.c                             |  2559 +-
 target/arm/translate.h                             |    75 +-
 target/arm/vec_helper.c                            |   282 +-
 target/arm/vfp_helper.c                            |  1272 +
 target/cris/helper.c                               |     2 +-
 target/cris/mmu.h                                  |    10 +-
 target/cris/translate.c                            |     6 +-
 target/cris/translate_v10.inc.c                    |     2 +-
 target/hppa/Makefile.objs                          |     8 +
 target/hppa/cpu.h                                  |    10 +
 target/hppa/gdbstub.c                              |    22 +-
 target/hppa/helper.c                               |    10 +
 target/hppa/helper.h                               |     1 +
 target/hppa/insns.decode                           |   530 +
 target/hppa/machine.c                              |    10 +-
 target/hppa/mem_helper.c                           |    70 +-
 target/hppa/op_helper.c                            |    37 +-
 target/hppa/trace-events                           |    18 +
 target/hppa/translate.c                            |  3325 +-
 target/i386/Makefile.objs                          |    21 +-
 target/i386/cpu.c                                  |   582 +-
 target/i386/cpu.h                                  |    42 +-
 target/i386/excp_helper.c                          |     2 +-
 target/i386/gdbstub.c                              |   193 +-
 target/i386/hax-all.c                              |    17 +-
 target/i386/hax-darwin.c                           |   323 -
 target/i386/hax-darwin.h                           |    61 -
 target/i386/hax-i386.h                             |     6 +-
 target/i386/hax-mem.c                              |     2 +-
 target/i386/hax-posix.c                            |   323 +
 target/i386/hax-posix.h                            |    61 +
 target/i386/hvf/README.md                          |     2 +-
 target/i386/hvf/hvf.c                              |    23 +-
 target/i386/hvf/x86_cpuid.c                        |    18 +-
 target/i386/hvf/x86_decode.c                       |    77 +-
 target/i386/hvf/x86_decode.h                       |     6 +-
 target/i386/hvf/x86hvf.c                           |     4 +-
 target/i386/hyperv-proto.h                         |   118 +-
 target/i386/hyperv-stub.c                          |    48 +
 target/i386/hyperv.c                               |   130 +-
 target/i386/hyperv.h                               |    28 +-
 target/i386/kvm.c                                  |   291 +-
 target/i386/machine.c                              |     9 +
 target/i386/mem_helper.c                           |     9 +-
 target/i386/seg_helper.c                           |   312 +-
 target/i386/sev.c                                  |    14 +-
 target/i386/sev_i386.h                             |     2 +-
 target/i386/svm_helper.c                           |     6 +-
 target/i386/trace-events                           |     4 +-
 target/i386/translate.c                            |  2532 +-
 target/i386/whp-dispatch.h                         |     1 -
 target/m68k/cpu.h                                  |     5 +-
 target/m68k/fpu_helper.c                           |     4 +-
 target/m68k/gdbstub.c                              |     2 +-
 target/m68k/helper.c                               |     4 +-
 target/m68k/op_helper.c                            |     2 +-
 target/m68k/translate.c                            |    10 +-
 target/microblaze/cpu.c                            |    14 +-
 target/microblaze/cpu.h                            |     9 +-
 target/microblaze/op_helper.c                      |    22 +-
 target/mips/cpu.c                                  |    13 +-
 target/mips/cpu.h                                  |   619 +-
 target/mips/helper.c                               |   424 +-
 target/mips/helper.h                               |    13 +-
 target/mips/internal.h                             |    35 +-
 target/mips/machine.c                              |    29 +-
 target/mips/mips-defs.h                            |    85 +-
 target/mips/op_helper.c                            |   332 +-
 target/mips/trace-events                           |     2 +-
 target/mips/translate.c                            | 14224 +++++-
 target/mips/translate_init.inc.c                   |    86 +-
 target/moxie/cpu.c                                 |     2 +-
 target/moxie/cpu.h                                 |     4 +-
 target/moxie/helper.c                              |     4 +-
 target/moxie/mmu.c                                 |     4 +-
 target/moxie/translate.c                           |     4 +-
 target/openrisc/cpu.c                              |     2 +-
 target/openrisc/disas.c                            |    23 +-
 target/openrisc/exception.h                        |     2 +-
 target/openrisc/gdbstub.c                          |     2 +-
 target/openrisc/helper.h                           |     2 +-
 target/openrisc/interrupt_helper.c                 |     2 +-
 target/openrisc/machine.c                          |     5 +-
 target/openrisc/sys_helper.c                       |     2 +-
 target/openrisc/translate.c                        |   202 +-
 target/ppc/arch_dump.c                             |    18 +-
 target/ppc/cpu-models.c                            |    40 +-
 target/ppc/cpu-qom.h                               |    12 +-
 target/ppc/cpu.h                                   |   207 +-
 target/ppc/excp_helper.c                           |   217 +-
 target/ppc/fpu_helper.c                            |   883 +-
 target/ppc/gdbstub.c                               |    69 +-
 target/ppc/helper.h                                |    78 +-
 target/ppc/helper_regs.h                           |    29 +-
 target/ppc/int_helper.c                            |   770 +-
 target/ppc/internal.h                              |    51 +-
 target/ppc/kvm.c                                   |   256 +-
 target/ppc/kvm_ppc.h                               |    42 +
 target/ppc/machine.c                               |   130 +-
 target/ppc/mem_helper.c                            |    67 +-
 target/ppc/misc_helper.c                           |    15 +
 target/ppc/mmu-book3s-v3.c                         |    29 +-
 target/ppc/mmu-book3s-v3.h                         |    78 +-
 target/ppc/mmu-hash32.c                            |     6 +
 target/ppc/mmu-hash64.c                            |    39 +-
 target/ppc/mmu-hash64.h                            |    22 +-
 target/ppc/mmu-radix64.c                           |    95 +-
 target/ppc/mmu-radix64.h                           |     4 +-
 target/ppc/mmu_helper.c                            |   199 +-
 target/ppc/monitor.c                               |     4 +-
 target/ppc/trace-events                            |     2 +-
 target/ppc/translate.c                             |   609 +-
 target/ppc/translate/dfp-impl.inc.c                |     2 +-
 target/ppc/translate/fp-impl.inc.c                 |   538 +-
 target/ppc/translate/fp-ops.inc.c                  |     2 +
 target/ppc/translate/vmx-impl.inc.c                |   360 +-
 target/ppc/translate/vmx-ops.inc.c                 |     2 +-
 target/ppc/translate/vsx-impl.inc.c                |   916 +-
 target/ppc/translate_init.inc.c                    |   251 +-
 target/riscv/Makefile.objs                         |    21 +-
 target/riscv/cpu.c                                 |    33 +-
 target/riscv/cpu.h                                 |   106 +-
 target/riscv/cpu_bits.h                            |   723 +-
 target/riscv/cpu_helper.c                          |   537 +
 target/riscv/cpu_user.h                            |     3 +-
 target/riscv/csr.c                                 |   930 +
 target/riscv/fpu_helper.c                          |     7 +-
 target/riscv/gdbstub.c                             |   350 +-
 target/riscv/helper.c                              |   511 -
 target/riscv/insn16.decode                         |   129 +
 target/riscv/insn32-64.decode                      |    72 +
 target/riscv/insn32.decode                         |   201 +
 target/riscv/insn_trans/trans_privileged.inc.c     |   110 +
 target/riscv/insn_trans/trans_rva.inc.c            |   218 +
 target/riscv/insn_trans/trans_rvc.inc.c            |   347 +
 target/riscv/insn_trans/trans_rvd.inc.c            |   442 +
 target/riscv/insn_trans/trans_rvf.inc.c            |   439 +
 target/riscv/insn_trans/trans_rvi.inc.c            |   568 +
 target/riscv/insn_trans/trans_rvm.inc.c            |   120 +
 target/riscv/op_helper.c                           |   682 +-
 target/riscv/pmp.c                                 |    24 +-
 target/riscv/trace-events                          |     2 +
 target/riscv/translate.c                           |  1785 +-
 target/s390x/Makefile.objs                         |     1 +
 target/s390x/cc_helper.c                           |    10 +-
 target/s390x/cpu.c                                 |    34 +-
 target/s390x/cpu.h                                 |    43 +-
 target/s390x/cpu_features.c                        |     9 +-
 target/s390x/cpu_features.h                        |    19 +-
 target/s390x/cpu_features_def.h                    |     6 +-
 target/s390x/cpu_models.c                          |   129 +-
 target/s390x/cpu_models.h                          |     2 +
 target/s390x/diag.c                                |     2 +-
 target/s390x/excp_helper.c                         |   128 +-
 target/s390x/fpu_helper.c                          |   550 +-
 target/s390x/gdbstub.c                             |     2 +-
 target/s390x/gen-features.c                        |    47 +-
 target/s390x/helper.c                              |    42 +-
 target/s390x/helper.h                              |    33 +-
 target/s390x/insn-data.def                         |   495 +-
 target/s390x/insn-format.def                       |    27 +-
 target/s390x/int_helper.c                          |     2 +-
 target/s390x/internal.h                            |    55 +-
 target/s390x/interrupt.c                           |    15 +-
 target/s390x/kvm.c                                 |   101 +-
 target/s390x/machine.c                             |    20 +-
 target/s390x/mem_helper.c                          |   248 +-
 target/s390x/misc_helper.c                         |    36 +-
 target/s390x/s390-tod.h                            |    29 +
 target/s390x/tcg-stub.c                            |    10 +
 target/s390x/tcg_s390x.h                           |     4 +
 target/s390x/trace-events                          |    11 +-
 target/s390x/translate.c                           |   916 +-
 target/s390x/translate_vx.inc.c                    |   935 +
 target/s390x/vec.h                                 |   101 +
 target/s390x/vec_helper.c                          |   193 +
 target/sh4/translate.c                             |     1 +
 target/sparc/cpu.c                                 |     1 -
 target/sparc/machine.c                             |     7 +-
 target/sparc/trace-events                          |     8 +-
 target/tilegx/translate.c                          |     2 +-
 target/tricore/cpu-qom.h                           |     2 +-
 target/tricore/cpu.c                               |     2 +-
 target/tricore/cpu.h                               |     2 +-
 target/tricore/fpu_helper.c                        |    11 +-
 target/tricore/helper.c                            |     2 +-
 target/tricore/helper.h                            |     2 +-
 target/tricore/op_helper.c                         |     2 +-
 target/tricore/translate.c                         |    10 +-
 target/tricore/tricore-defs.h                      |     2 +-
 target/tricore/tricore-opcodes.h                   |     2 +-
 target/unicore32/cpu.c                             |     2 -
 target/xtensa/Makefile.objs                        |     7 +
 target/xtensa/core-dc232b.c                        |     2 -
 target/xtensa/core-dc232b/gdb-config.inc.c         |     1 +
 target/xtensa/core-dc233c.c                        |     2 -
 target/xtensa/core-dc233c/gdb-config.inc.c         |     1 +
 target/xtensa/core-test_kc705_be.c                 |    52 +
 target/xtensa/core-test_kc705_be/core-isa.h        |   575 +
 target/xtensa/core-test_kc705_be/gdb-config.inc.c  |   259 +
 .../xtensa/core-test_kc705_be/xtensa-modules.inc.c | 45117 +++++++++++++++++++
 target/xtensa/core-test_mmuhifi_c3.c               |    53 +
 target/xtensa/core-test_mmuhifi_c3/core-isa.h      |   384 +
 .../xtensa/core-test_mmuhifi_c3/gdb-config.inc.c   |   140 +
 .../core-test_mmuhifi_c3/xtensa-modules.inc.c      | 36403 +++++++++++++++
 target/xtensa/cpu.c                                |     2 +-
 target/xtensa/cpu.h                                |   120 +-
 target/xtensa/dbg_helper.c                         |   129 +
 target/xtensa/exc_helper.c                         |   271 +
 target/xtensa/fpu_helper.c                         |   166 +
 target/xtensa/gdbstub.c                            |    65 +-
 target/xtensa/helper.c                             |   731 +-
 target/xtensa/helper.h                             |    12 +-
 target/xtensa/import_core.sh                       |     2 +-
 target/xtensa/mmu_helper.c                         |   818 +
 target/xtensa/op_helper.c                          |   895 +-
 target/xtensa/overlay_tool.h                       |     2 +-
 target/xtensa/translate.c                          |  3429 +-
 target/xtensa/win_helper.c                         |   212 +
 target/xtensa/xtensa-semi.c                        |    72 +-
 tcg/README                                         |    19 +
 tcg/TODO                                           |    14 -
 tcg/aarch64/tcg-target.h                           |     3 +
 tcg/aarch64/tcg-target.inc.c                       |   219 +-
 tcg/arm/tcg-target.h                               |     1 +
 tcg/arm/tcg-target.inc.c                           |   194 +-
 tcg/i386/tcg-target.h                              |    19 +-
 tcg/i386/tcg-target.inc.c                          |   806 +-
 tcg/mips/tcg-target.h                              |     1 +
 tcg/mips/tcg-target.inc.c                          |   109 +-
 tcg/optimize.c                                     |    16 +-
 tcg/ppc/tcg-target.h                               |     1 +
 tcg/ppc/tcg-target.inc.c                           |   157 +-
 tcg/riscv/tcg-target.h                             |   177 +
 tcg/riscv/tcg-target.inc.c                         |  1933 +
 tcg/s390/tcg-target.h                              |     1 +
 tcg/s390/tcg-target.inc.c                          |    90 +-
 tcg/sparc/tcg-target.h                             |     1 +
 tcg/sparc/tcg-target.inc.c                         |   140 +-
 tcg/tcg-gvec-desc.h                                |     2 +-
 tcg/tcg-op-gvec.c                                  |   307 +-
 tcg/tcg-op-gvec.h                                  |    20 +-
 tcg/tcg-op-vec.c                                   |    77 +-
 tcg/tcg-op.c                                       |   230 +-
 tcg/tcg-op.h                                       |    18 +
 tcg/tcg-opc.h                                      |    15 +-
 tcg/tcg.c                                          |   698 +-
 tcg/tcg.h                                          |    77 +-
 tcg/tci/tcg-target.h                               |     2 +
 tcg/tci/tcg-target.inc.c                           |     3 +-
 tests/.gitignore                                   |    10 +
 tests/Makefile.include                             |   741 +-
 tests/ac97-test.c                                  |    47 +-
 tests/acceptance/avocado_qemu/__init__.py          |    30 +-
 tests/acceptance/boot_linux_console.py             |     1 -
 tests/acceptance/cpu_queries.py                    |    33 +
 tests/acceptance/linux_initrd.py                   |    84 +
 tests/acceptance/migration.py                      |    53 +
 tests/acceptance/version.py                        |     1 -
 tests/acceptance/virtio_version.py                 |   175 +
 tests/acceptance/vnc.py                            |     1 -
 tests/acpi-test-data/pc/APIC                       |   Bin 120 -> 0 bytes
 tests/acpi-test-data/pc/APIC.cphp                  |   Bin 160 -> 0 bytes
 tests/acpi-test-data/pc/APIC.dimmpxm               |   Bin 144 -> 0 bytes
 tests/acpi-test-data/pc/DSDT                       |   Bin 5144 -> 0 bytes
 tests/acpi-test-data/pc/DSDT.bridge                |   Bin 7003 -> 0 bytes
 tests/acpi-test-data/pc/DSDT.cphp                  |   Bin 5607 -> 0 bytes
 tests/acpi-test-data/pc/DSDT.dimmpxm               |   Bin 6803 -> 0 bytes
 tests/acpi-test-data/pc/DSDT.ipmikcs               |   Bin 5216 -> 0 bytes
 tests/acpi-test-data/pc/DSDT.memhp                 |   Bin 6509 -> 0 bytes
 tests/acpi-test-data/pc/DSDT.numamem               |   Bin 5150 -> 0 bytes
 tests/acpi-test-data/pc/FACP                       |   Bin 116 -> 0 bytes
 tests/acpi-test-data/pc/FACS                       |   Bin 64 -> 0 bytes
 tests/acpi-test-data/pc/HPET                       |   Bin 56 -> 0 bytes
 tests/acpi-test-data/pc/NFIT.dimmpxm               |   Bin 240 -> 0 bytes
 tests/acpi-test-data/pc/SLIT.cphp                  |   Bin 48 -> 0 bytes
 tests/acpi-test-data/pc/SLIT.memhp                 |   Bin 48 -> 0 bytes
 tests/acpi-test-data/pc/SRAT.cphp                  |   Bin 304 -> 0 bytes
 tests/acpi-test-data/pc/SRAT.dimmpxm               |   Bin 472 -> 0 bytes
 tests/acpi-test-data/pc/SRAT.memhp                 |   Bin 264 -> 0 bytes
 tests/acpi-test-data/pc/SRAT.numamem               |   Bin 224 -> 0 bytes
 tests/acpi-test-data/pc/SSDT.dimmpxm               |   Bin 685 -> 0 bytes
 tests/acpi-test-data/q35/APIC                      |   Bin 120 -> 0 bytes
 tests/acpi-test-data/q35/APIC.cphp                 |   Bin 160 -> 0 bytes
 tests/acpi-test-data/q35/APIC.dimmpxm              |   Bin 144 -> 0 bytes
 tests/acpi-test-data/q35/DSDT                      |   Bin 7828 -> 0 bytes
 tests/acpi-test-data/q35/DSDT.bridge               |   Bin 7845 -> 0 bytes
 tests/acpi-test-data/q35/DSDT.cphp                 |   Bin 8291 -> 0 bytes
 tests/acpi-test-data/q35/DSDT.dimmpxm              |   Bin 9487 -> 0 bytes
 tests/acpi-test-data/q35/DSDT.ipmibt               |   Bin 7903 -> 0 bytes
 tests/acpi-test-data/q35/DSDT.memhp                |   Bin 9193 -> 0 bytes
 tests/acpi-test-data/q35/DSDT.numamem              |   Bin 7834 -> 0 bytes
 tests/acpi-test-data/q35/FACP                      |   Bin 244 -> 0 bytes
 tests/acpi-test-data/q35/FACS                      |   Bin 64 -> 0 bytes
 tests/acpi-test-data/q35/HPET                      |   Bin 56 -> 0 bytes
 tests/acpi-test-data/q35/MCFG                      |   Bin 60 -> 0 bytes
 tests/acpi-test-data/q35/NFIT.dimmpxm              |   Bin 240 -> 0 bytes
 tests/acpi-test-data/q35/SLIT.cphp                 |   Bin 48 -> 0 bytes
 tests/acpi-test-data/q35/SLIT.memhp                |   Bin 48 -> 0 bytes
 tests/acpi-test-data/q35/SRAT.cphp                 |   Bin 304 -> 0 bytes
 tests/acpi-test-data/q35/SRAT.dimmpxm              |   Bin 472 -> 0 bytes
 tests/acpi-test-data/q35/SRAT.memhp                |   Bin 264 -> 0 bytes
 tests/acpi-test-data/q35/SRAT.numamem              |   Bin 224 -> 0 bytes
 tests/acpi-test-data/q35/SSDT.dimmpxm              |   Bin 685 -> 0 bytes
 tests/acpi-test-data/rebuild-expected-aml.sh       |    36 -
 tests/acpi-utils.c                                 |    72 +-
 tests/acpi-utils.h                                 |    56 +-
 tests/ahci-test.c                                  |    96 +-
 tests/atomic64-bench.c                             |   169 +
 tests/atomic_add-bench.c                           |    12 +-
 tests/benchmark-crypto-cipher.c                    |   149 +-
 tests/bios-tables-test.c                           |   332 +-
 tests/boot-order-test.c                            |    62 +-
 tests/boot-serial-test.c                           |    62 +-
 tests/cdrom-test.c                                 |    18 +-
 tests/check-block-qdict.c                          |     1 +
 tests/check-block.sh                               |     6 +-
 tests/check-qdict.c                                |     4 +-
 tests/check-qjson.c                                |  1055 +-
 tests/check-qom-interface.c                        |     4 +-
 tests/check-qom-proplist.c                         |    58 +-
 tests/cpu-plug-test.c                              |    35 +-
 tests/crypto-tls-x509-helpers.h                    |     3 +-
 tests/data/acpi/pc/APIC                            |   Bin 0 -> 120 bytes
 tests/data/acpi/pc/APIC.cphp                       |   Bin 0 -> 160 bytes
 tests/data/acpi/pc/APIC.dimmpxm                    |   Bin 0 -> 144 bytes
 tests/data/acpi/pc/DSDT                            |   Bin 0 -> 5131 bytes
 tests/data/acpi/pc/DSDT.bridge                     |   Bin 0 -> 6990 bytes
 tests/data/acpi/pc/DSDT.cphp                       |   Bin 0 -> 5594 bytes
 tests/data/acpi/pc/DSDT.dimmpxm                    |   Bin 0 -> 6784 bytes
 tests/data/acpi/pc/DSDT.ipmikcs                    |   Bin 0 -> 5203 bytes
 tests/data/acpi/pc/DSDT.memhp                      |   Bin 0 -> 6490 bytes
 tests/data/acpi/pc/DSDT.numamem                    |   Bin 0 -> 5137 bytes
 tests/data/acpi/pc/FACP                            |   Bin 0 -> 116 bytes
 tests/data/acpi/pc/FACS                            |   Bin 0 -> 64 bytes
 tests/data/acpi/pc/HPET                            |   Bin 0 -> 56 bytes
 tests/data/acpi/pc/NFIT.dimmpxm                    |   Bin 0 -> 240 bytes
 tests/data/acpi/pc/SLIT.cphp                       |   Bin 0 -> 48 bytes
 tests/data/acpi/pc/SLIT.memhp                      |   Bin 0 -> 48 bytes
 tests/data/acpi/pc/SRAT.cphp                       |   Bin 0 -> 304 bytes
 tests/data/acpi/pc/SRAT.dimmpxm                    |   Bin 0 -> 392 bytes
 tests/data/acpi/pc/SRAT.memhp                      |   Bin 0 -> 264 bytes
 tests/data/acpi/pc/SRAT.numamem                    |   Bin 0 -> 224 bytes
 tests/data/acpi/pc/SSDT.dimmpxm                    |   Bin 0 -> 685 bytes
 tests/data/acpi/q35/APIC                           |   Bin 0 -> 120 bytes
 tests/data/acpi/q35/APIC.cphp                      |   Bin 0 -> 160 bytes
 tests/data/acpi/q35/APIC.dimmpxm                   |   Bin 0 -> 144 bytes
 tests/data/acpi/q35/DSDT                           |   Bin 0 -> 7815 bytes
 tests/data/acpi/q35/DSDT.bridge                    |   Bin 0 -> 7832 bytes
 tests/data/acpi/q35/DSDT.cphp                      |   Bin 0 -> 8278 bytes
 tests/data/acpi/q35/DSDT.dimmpxm                   |   Bin 0 -> 9468 bytes
 tests/data/acpi/q35/DSDT.ipmibt                    |   Bin 0 -> 7890 bytes
 tests/data/acpi/q35/DSDT.memhp                     |   Bin 0 -> 9174 bytes
 tests/data/acpi/q35/DSDT.mmio64                    |   Bin 0 -> 8945 bytes
 tests/data/acpi/q35/DSDT.numamem                   |   Bin 0 -> 7821 bytes
 tests/data/acpi/q35/FACP                           |   Bin 0 -> 244 bytes
 tests/data/acpi/q35/FACS                           |   Bin 0 -> 64 bytes
 tests/data/acpi/q35/HPET                           |   Bin 0 -> 56 bytes
 tests/data/acpi/q35/MCFG                           |   Bin 0 -> 60 bytes
 tests/data/acpi/q35/NFIT.dimmpxm                   |   Bin 0 -> 240 bytes
 tests/data/acpi/q35/SLIT.cphp                      |   Bin 0 -> 48 bytes
 tests/data/acpi/q35/SLIT.memhp                     |   Bin 0 -> 48 bytes
 tests/data/acpi/q35/SRAT.cphp                      |   Bin 0 -> 304 bytes
 tests/data/acpi/q35/SRAT.dimmpxm                   |   Bin 0 -> 392 bytes
 tests/data/acpi/q35/SRAT.memhp                     |   Bin 0 -> 264 bytes
 tests/data/acpi/q35/SRAT.mmio64                    |   Bin 0 -> 224 bytes
 tests/data/acpi/q35/SRAT.numamem                   |   Bin 0 -> 224 bytes
 tests/data/acpi/q35/SSDT.dimmpxm                   |   Bin 0 -> 685 bytes
 tests/data/acpi/rebuild-expected-aml.sh            |    34 +
 tests/data/hex-loader/test.hex                     |    18 +
 tests/data/qobject/qdict.txt                       |  4999 ++
 .../bios-tables-test.aarch64.iso.qcow2             |   Bin 0 -> 11776 bytes
 .../bios-tables-test.arm.iso.qcow2                 |   Bin 0 -> 11776 bytes
 .../bios-tables-test.i386.iso.qcow2                |   Bin 0 -> 12800 bytes
 .../bios-tables-test.x86_64.iso.qcow2              |   Bin 0 -> 13312 bytes
 tests/decode/check.sh                              |     6 +
 tests/decode/err_pattern_group_empty.decode        |     6 +
 tests/decode/err_pattern_group_ident1.decode       |    10 +
 tests/decode/err_pattern_group_ident2.decode       |    11 +
 tests/decode/err_pattern_group_nest1.decode        |    13 +
 tests/decode/err_pattern_group_overlap1.decode     |     6 +
 tests/decode/err_width1.decode                     |     5 +
 tests/decode/err_width2.decode                     |     5 +
 tests/decode/err_width3.decode                     |     5 +
 tests/decode/err_width4.decode                     |     5 +
 tests/decode/succ_pattern_group_nest1.decode       |    22 +
 tests/device-introspect-test.c                     |    55 +-
 tests/device-plug-test.c                           |   178 +
 tests/display-vga-test.c                           |    10 +-
 tests/docker/Makefile.include                      |    31 +-
 tests/docker/docker.py                             |   116 +-
 tests/docker/dockerfiles/centos7.docker            |     9 +-
 tests/docker/dockerfiles/debian-amd64.docker       |     6 +-
 tests/docker/dockerfiles/debian-bootstrap.pre      |     4 +-
 .../dockerfiles/debian-buster-arm64-cross.docker   |    15 +
 tests/docker/dockerfiles/debian-sid.docker         |    11 +-
 .../docker/dockerfiles/debian-xtensa-cross.docker  |    31 +
 tests/docker/dockerfiles/debian.docker             |    13 -
 tests/docker/dockerfiles/debian10.docker           |    31 +
 tests/docker/dockerfiles/debian9.docker            |     4 +-
 tests/docker/dockerfiles/fedora-cris-cross.docker  |     8 +
 tests/docker/dockerfiles/fedora-i386-cross.docker  |    11 +-
 tests/docker/dockerfiles/fedora.docker             |   105 +-
 tests/docker/dockerfiles/travis.docker             |     4 +-
 tests/docker/dockerfiles/ubuntu.docker             |    61 +-
 tests/docker/test-mingw                            |     4 +-
 tests/docker/travis                                |     1 +
 tests/docker/travis.py                             |    11 +-
 tests/drive_del-test.c                             |    41 +-
 tests/e1000-test.c                                 |    64 +-
 tests/e1000e-test.c                                |   362 +-
 tests/eepro100-test.c                              |    65 +-
 tests/endianness-test.c                            |   329 +-
 tests/es1370-test.c                                |    46 +-
 tests/fdc-test.c                                   |    11 +-
 tests/fp/.gitignore                                |     2 +
 tests/fp/Makefile                                  |   602 +
 tests/fp/berkeley-softfloat-3                      |     1 +
 tests/fp/berkeley-testfloat-3                      |     1 +
 tests/fp/fp-bench.c                                |   631 +
 tests/fp/fp-test.c                                 |  1018 +
 tests/fp/platform.h                                |    41 +
 tests/fp/wrap.inc.c                                |   654 +
 tests/fw_cfg-test.c                                |     2 +-
 tests/guest-debug/test-gdbstub.py                  |     3 +-
 tests/hd-geo-test.c                                |    37 +-
 tests/hexloader-test.c                             |    45 +
 tests/i440fx-test.c                                |     2 +-
 tests/ide-test.c                                   |    47 +-
 tests/ipmi-bt-test.c                               |     9 +-
 tests/ipmi-kcs-test.c                              |     7 -
 tests/ipoctal232-test.c                            |    35 +-
 tests/ivshmem-test.c                               |    96 +-
 tests/libqos/aarch64-xlnx-zcu102-machine.c         |    94 +
 tests/libqos/ahci.c                                |     6 +-
 tests/libqos/arm-raspi2-machine.c                  |    91 +
 tests/libqos/arm-sabrelite-machine.c               |    91 +
 tests/libqos/arm-smdkc210-machine.c                |    91 +
 tests/libqos/arm-virt-machine.c                    |    90 +
 tests/libqos/arm-xilinx-zynq-a9-machine.c          |    94 +
 tests/libqos/e1000e.c                              |   260 +
 tests/libqos/e1000e.h                              |    53 +
 tests/libqos/libqos-pc.c                           |     5 +-
 tests/libqos/libqos-spapr.c                        |     5 +-
 tests/libqos/libqos.c                              |    34 +-
 tests/libqos/libqos.h                              |    14 +-
 tests/libqos/malloc-generic.c                      |    39 -
 tests/libqos/malloc-generic.h                      |    21 -
 tests/libqos/malloc-pc.c                           |    24 +-
 tests/libqos/malloc-pc.h                           |     4 +-
 tests/libqos/malloc-spapr.c                        |    19 +-
 tests/libqos/malloc-spapr.h                        |     4 +-
 tests/libqos/malloc.c                              |    44 +-
 tests/libqos/malloc.h                              |    21 +-
 tests/libqos/pci-pc.c                              |   144 +-
 tests/libqos/pci-pc.h                              |    29 +-
 tests/libqos/pci-spapr.c                           |   139 +-
 tests/libqos/pci-spapr.h                           |    26 +-
 tests/libqos/pci.c                                 |    47 +-
 tests/libqos/pci.h                                 |    18 +-
 tests/libqos/ppc64_pseries-machine.c               |   111 +
 tests/libqos/qgraph.c                              |   755 +
 tests/libqos/qgraph.h                              |   575 +
 tests/libqos/qgraph_internal.h                     |   257 +
 tests/libqos/sdhci.c                               |   163 +
 tests/libqos/sdhci.h                               |    70 +
 tests/libqos/tpci200.c                             |    65 +
 tests/libqos/usb.c                                 |    10 +-
 tests/libqos/usb.h                                 |     2 +-
 tests/libqos/virtio-9p.c                           |   173 +
 tests/libqos/virtio-9p.h                           |    42 +
 tests/libqos/virtio-balloon.c                      |   113 +
 tests/libqos/virtio-balloon.h                      |    39 +
 tests/libqos/virtio-blk.c                          |   124 +
 tests/libqos/virtio-blk.h                          |    40 +
 tests/libqos/virtio-mmio.c                         |   116 +-
 tests/libqos/virtio-mmio.h                         |     6 +-
 tests/libqos/virtio-net.c                          |   195 +
 tests/libqos/virtio-net.h                          |    41 +
 tests/libqos/virtio-pci.c                          |   187 +-
 tests/libqos/virtio-pci.h                          |    18 +-
 tests/libqos/virtio-rng.c                          |   110 +
 tests/libqos/virtio-rng.h                          |    39 +
 tests/libqos/virtio-scsi.c                         |   117 +
 tests/libqos/virtio-scsi.h                         |    39 +
 tests/libqos/virtio-serial.c                       |   110 +
 tests/libqos/virtio-serial.h                       |    39 +
 tests/libqos/virtio.c                              |    24 +-
 tests/libqos/virtio.h                              |    11 +-
 tests/libqos/x86_64_pc-machine.c                   |   114 +
 tests/libqtest.c                                   |   416 +-
 tests/libqtest.h                                   |   180 +-
 tests/m25p80-test.c                                |     6 +-
 tests/m48t59-test.c                                |     6 +-
 tests/machine-none-test.c                          |     8 +-
 tests/megasas-test.c                               |    80 +-
 tests/microbit-test.c                              |   507 +
 tests/migration-test.c                             |   599 +-
 tests/migration/Makefile                           |    40 +
 tests/migration/aarch64/Makefile                   |    18 +
 tests/migration/aarch64/a-b-kernel.S               |    75 +
 tests/migration/aarch64/a-b-kernel.h               |    18 +
 tests/migration/guestperf/engine.py                |     7 +-
 tests/migration/guestperf/shell.py                 |     8 +-
 tests/migration/i386/Makefile                      |    22 +
 tests/migration/i386/a-b-bootblock.S               |    88 +
 tests/migration/i386/a-b-bootblock.h               |    51 +
 tests/migration/migration-test.h                   |    34 +
 tests/migration/rebuild-x86-bootblock.sh           |    33 -
 tests/migration/s390x/Makefile                     |    24 +
 tests/migration/s390x/a-b-bios.c                   |    36 +
 tests/migration/s390x/a-b-bios.h                   |   253 +
 tests/migration/x86-a-b-bootblock.h                |    51 -
 tests/migration/x86-a-b-bootblock.s                |    92 -
 tests/multiboot/run_test.sh                        |     2 +-
 tests/ne2000-test.c                                |    46 +-
 tests/numa-test.c                                  |     4 +-
 tests/nvme-test.c                                  |    76 +-
 tests/pci-test.c                                   |    25 +
 tests/pcnet-test.c                                 |    46 +-
 tests/pnv-xscom-test.c                             |    31 +-
 tests/prom-env-test.c                              |    30 +-
 tests/ptimer-test-stubs.c                          |    13 +-
 tests/pvpanic-test.c                               |    14 +-
 tests/pxe-test.c                                   |    26 +-
 tests/q35-test.c                                   |     4 +-
 tests/qapi-schema/alternate-base.err               |     1 +
 tests/qapi-schema/alternate-invalid-dict.err       |     1 +
 tests/qapi-schema/alternate-invalid-dict.exit      |     1 +
 tests/qapi-schema/alternate-invalid-dict.json      |     4 +
 tests/qapi-schema/alternate-invalid-dict.out       |     0
 tests/qapi-schema/comments.out                     |    15 +-
 tests/qapi-schema/doc-bad-section.out              |    14 +-
 tests/qapi-schema/doc-good.json                    |    11 +-
 tests/qapi-schema/doc-good.out                     |    23 +-
 tests/qapi-schema/doc-good.texi                    |     7 +-
 tests/qapi-schema/double-type.err                  |     1 +
 tests/qapi-schema/empty.out                        |    10 +-
 tests/qapi-schema/enum-bad-member.err              |     1 +
 tests/qapi-schema/enum-bad-member.exit             |     1 +
 tests/qapi-schema/enum-bad-member.json             |     2 +
 tests/qapi-schema/enum-bad-member.out              |     0
 tests/qapi-schema/enum-dict-member-unknown.err     |     2 +
 tests/qapi-schema/enum-dict-member-unknown.exit    |     1 +
 tests/qapi-schema/enum-dict-member-unknown.json    |     2 +
 tests/qapi-schema/enum-dict-member-unknown.out     |     0
 tests/qapi-schema/enum-dict-member.err             |     1 -
 tests/qapi-schema/enum-dict-member.exit            |     1 -
 tests/qapi-schema/enum-dict-member.json            |     2 -
 tests/qapi-schema/enum-dict-member.out             |     0
 tests/qapi-schema/enum-if-invalid.err              |     1 +
 tests/qapi-schema/enum-if-invalid.exit             |     1 +
 tests/qapi-schema/enum-if-invalid.json             |     3 +
 tests/qapi-schema/enum-if-invalid.out              |     0
 tests/qapi-schema/event-case.out                   |    10 +-
 tests/qapi-schema/event-member-invalid-dict.err    |     1 +
 tests/qapi-schema/event-member-invalid-dict.exit   |     1 +
 tests/qapi-schema/event-member-invalid-dict.json   |     2 +
 tests/qapi-schema/event-member-invalid-dict.out    |     0
 tests/qapi-schema/event-nest-struct.json           |     2 +-
 .../qapi-schema/flat-union-inline-invalid-dict.err |     1 +
 .../flat-union-inline-invalid-dict.exit            |     1 +
 .../flat-union-inline-invalid-dict.json            |    11 +
 .../qapi-schema/flat-union-inline-invalid-dict.out |     0
 tests/qapi-schema/flat-union-inline.json           |     2 +-
 .../flat-union-invalid-if-discriminator.err        |     1 +
 .../flat-union-invalid-if-discriminator.exit       |     1 +
 .../flat-union-invalid-if-discriminator.json       |    17 +
 .../flat-union-invalid-if-discriminator.out        |     0
 tests/qapi-schema/ident-with-escape.out            |    10 +-
 tests/qapi-schema/include-relpath-sub.json         |     2 -
 tests/qapi-schema/include-relpath.err              |     0
 tests/qapi-schema/include-relpath.exit             |     1 -
 tests/qapi-schema/include-relpath.json             |     1 -
 tests/qapi-schema/include-relpath.out              |     9 -
 tests/qapi-schema/include-repetition.out           |    15 +-
 tests/qapi-schema/include-simple.out               |    15 +-
 tests/qapi-schema/include/relpath.json             |     1 -
 tests/qapi-schema/include/sub-module.json          |     7 +
 tests/qapi-schema/indented-expr.out                |    10 +-
 .../nested-struct-data-invalid-dict.err            |     1 +
 .../nested-struct-data-invalid-dict.exit           |     1 +
 .../nested-struct-data-invalid-dict.json           |     3 +
 .../nested-struct-data-invalid-dict.out            |     0
 tests/qapi-schema/nested-struct-data.json          |     2 +-
 tests/qapi-schema/qapi-schema-test.json            |    53 +-
 tests/qapi-schema/qapi-schema-test.out             |   110 +-
 tests/qapi-schema/struct-member-invalid-dict.err   |     1 +
 tests/qapi-schema/struct-member-invalid-dict.exit  |     1 +
 tests/qapi-schema/struct-member-invalid-dict.json  |     3 +
 tests/qapi-schema/struct-member-invalid-dict.out   |     0
 tests/qapi-schema/sub-sub-module.json              |     6 +
 tests/qapi-schema/test-qapi.py                     |    28 +-
 tests/qapi-schema/union-branch-invalid-dict.err    |     1 +
 tests/qapi-schema/union-branch-invalid-dict.exit   |     1 +
 tests/qapi-schema/union-branch-invalid-dict.json   |     4 +
 tests/qapi-schema/union-branch-invalid-dict.out    |     0
 tests/qapi-schema/unknown-expr-key.err             |     3 +-
 tests/qapi-schema/unknown-expr-key.json            |     2 +-
 tests/qemu-iotests/001                             |     3 +-
 tests/qemu-iotests/002                             |     3 +-
 tests/qemu-iotests/003                             |     3 +-
 tests/qemu-iotests/004                             |     3 +-
 tests/qemu-iotests/005                             |     3 +-
 tests/qemu-iotests/007                             |     3 +-
 tests/qemu-iotests/008                             |     3 +-
 tests/qemu-iotests/009                             |     3 +-
 tests/qemu-iotests/010                             |     3 +-
 tests/qemu-iotests/011                             |     3 +-
 tests/qemu-iotests/012                             |     3 +-
 tests/qemu-iotests/013                             |     3 +-
 tests/qemu-iotests/014                             |     3 +-
 tests/qemu-iotests/015                             |     3 +-
 tests/qemu-iotests/017                             |     3 +-
 tests/qemu-iotests/018                             |     3 +-
 tests/qemu-iotests/019                             |     3 +-
 tests/qemu-iotests/020                             |     3 +-
 tests/qemu-iotests/021                             |     3 +-
 tests/qemu-iotests/022                             |     3 +-
 tests/qemu-iotests/023                             |     3 +-
 tests/qemu-iotests/024                             |     3 +-
 tests/qemu-iotests/025                             |     3 +-
 tests/qemu-iotests/026                             |     3 +-
 tests/qemu-iotests/027                             |     3 +-
 tests/qemu-iotests/028                             |     3 +-
 tests/qemu-iotests/029                             |     3 +-
 tests/qemu-iotests/030                             |    19 +-
 tests/qemu-iotests/030.out                         |     4 +-
 tests/qemu-iotests/031                             |     3 +-
 tests/qemu-iotests/031.out                         |     8 +-
 tests/qemu-iotests/032                             |     3 +-
 tests/qemu-iotests/033                             |     3 +-
 tests/qemu-iotests/034                             |     3 +-
 tests/qemu-iotests/035                             |     5 +-
 tests/qemu-iotests/036                             |     3 +-
 tests/qemu-iotests/036.out                         |     4 +-
 tests/qemu-iotests/037                             |     5 +-
 tests/qemu-iotests/038                             |     9 +-
 tests/qemu-iotests/039                             |     3 +-
 tests/qemu-iotests/040                             |    56 +-
 tests/qemu-iotests/040.out                         |     4 +-
 tests/qemu-iotests/041                             |    16 +-
 tests/qemu-iotests/041.out                         |     4 +-
 tests/qemu-iotests/042                             |     3 +-
 tests/qemu-iotests/043                             |     3 +-
 tests/qemu-iotests/044                             |    24 +-
 tests/qemu-iotests/045                             |     4 +-
 tests/qemu-iotests/046                             |     9 +-
 tests/qemu-iotests/047                             |     5 +-
 tests/qemu-iotests/048                             |     2 +-
 tests/qemu-iotests/049                             |     7 +-
 tests/qemu-iotests/049.out                         |    12 +-
 tests/qemu-iotests/050                             |     3 +-
 tests/qemu-iotests/051                             |    17 +-
 tests/qemu-iotests/051.out                         |    20 +-
 tests/qemu-iotests/051.pc.out                      |    20 +-
 tests/qemu-iotests/052                             |     3 +-
 tests/qemu-iotests/053                             |     3 +-
 tests/qemu-iotests/054                             |     3 +-
 tests/qemu-iotests/056                             |     2 +-
 tests/qemu-iotests/058                             |    50 +-
 tests/qemu-iotests/059                             |     3 +-
 tests/qemu-iotests/060                             |     3 +-
 tests/qemu-iotests/060.out                         |     4 +-
 tests/qemu-iotests/061                             |    48 +-
 tests/qemu-iotests/061.out                         |   103 +-
 tests/qemu-iotests/062                             |     3 +-
 tests/qemu-iotests/063                             |     3 +-
 tests/qemu-iotests/064                             |     3 +-
 tests/qemu-iotests/065                             |     4 +-
 tests/qemu-iotests/066                             |     3 +-
 tests/qemu-iotests/067                             |     7 +-
 tests/qemu-iotests/067.out                         |     1 +
 tests/qemu-iotests/068                             |     3 +-
 tests/qemu-iotests/069                             |     3 +-
 tests/qemu-iotests/070                             |     3 +-
 tests/qemu-iotests/071                             |     7 +-
 tests/qemu-iotests/071.out                         |     4 +-
 tests/qemu-iotests/072                             |     3 +-
 tests/qemu-iotests/073                             |     3 +-
 tests/qemu-iotests/074                             |     2 +-
 tests/qemu-iotests/075                             |     3 +-
 tests/qemu-iotests/076                             |     3 +-
 tests/qemu-iotests/077                             |     7 +-
 tests/qemu-iotests/078                             |     3 +-
 tests/qemu-iotests/079                             |     3 +-
 tests/qemu-iotests/080                             |     3 +-
 tests/qemu-iotests/081                             |   123 +-
 tests/qemu-iotests/081.out                         |    72 +-
 tests/qemu-iotests/082                             |     5 +-
 tests/qemu-iotests/082.out                         |  1010 +-
 tests/qemu-iotests/083                             |     5 +-
 tests/qemu-iotests/083.out                         |    19 -
 tests/qemu-iotests/084                             |     3 +-
 tests/qemu-iotests/085                             |    13 +-
 tests/qemu-iotests/086                             |     5 +-
 tests/qemu-iotests/087                             |     9 +-
 tests/qemu-iotests/087.out                         |    12 +-
 tests/qemu-iotests/088                             |     3 +-
 tests/qemu-iotests/089                             |     3 +-
 tests/qemu-iotests/090                             |     3 +-
 tests/qemu-iotests/091                             |     3 +-
 tests/qemu-iotests/092                             |     3 +-
 tests/qemu-iotests/093                             |    73 +-
 tests/qemu-iotests/093.out                         |     4 +-
 tests/qemu-iotests/094                             |     3 +-
 tests/qemu-iotests/094.out                         |     2 +-
 tests/qemu-iotests/095                             |     3 +-
 tests/qemu-iotests/097                             |     3 +-
 tests/qemu-iotests/098                             |     3 +-
 tests/qemu-iotests/099                             |     9 +-
 tests/qemu-iotests/101                             |     3 +-
 tests/qemu-iotests/102                             |     3 +-
 tests/qemu-iotests/103                             |     3 +-
 tests/qemu-iotests/104                             |     3 +-
 tests/qemu-iotests/105                             |     3 +-
 tests/qemu-iotests/106                             |     3 +-
 tests/qemu-iotests/107                             |     3 +-
 tests/qemu-iotests/108                             |     3 +-
 tests/qemu-iotests/109                             |     5 +-
 tests/qemu-iotests/109.out                         |    44 +-
 tests/qemu-iotests/110                             |    32 +-
 tests/qemu-iotests/110.out                         |     9 +-
 tests/qemu-iotests/111                             |     3 +-
 tests/qemu-iotests/112                             |     5 +-
 tests/qemu-iotests/113                             |     3 +-
 tests/qemu-iotests/114                             |     3 +-
 tests/qemu-iotests/115                             |     3 +-
 tests/qemu-iotests/116                             |     3 +-
 tests/qemu-iotests/117                             |     3 +-
 tests/qemu-iotests/117.out                         |     2 +-
 tests/qemu-iotests/118                             |    20 +-
 tests/qemu-iotests/119                             |     3 +-
 tests/qemu-iotests/119.out                         |     2 +-
 tests/qemu-iotests/120                             |     3 +-
 tests/qemu-iotests/120.out                         |     2 +-
 tests/qemu-iotests/121                             |     3 +-
 tests/qemu-iotests/122                             |     3 +-
 tests/qemu-iotests/123                             |     3 +-
 tests/qemu-iotests/124                             |   118 +-
 tests/qemu-iotests/124.out                         |     4 +-
 tests/qemu-iotests/125                             |     3 +-
 tests/qemu-iotests/126                             |     3 +-
 tests/qemu-iotests/127                             |     3 +-
 tests/qemu-iotests/127.out                         |     2 +-
 tests/qemu-iotests/128                             |     3 +-
 tests/qemu-iotests/130                             |     3 +-
 tests/qemu-iotests/131                             |     3 +-
 tests/qemu-iotests/133                             |    21 +-
 tests/qemu-iotests/133.out                         |    15 +
 tests/qemu-iotests/134                             |     3 +-
 tests/qemu-iotests/135                             |     3 +-
 tests/qemu-iotests/136                             |     2 +-
 tests/qemu-iotests/137                             |    11 +-
 tests/qemu-iotests/137.out                         |     4 +-
 tests/qemu-iotests/138                             |     3 +-
 tests/qemu-iotests/139                             |     5 +-
 tests/qemu-iotests/140                             |     3 +-
 tests/qemu-iotests/140.out                         |     2 +-
 tests/qemu-iotests/141                             |     3 +-
 tests/qemu-iotests/141.out                         |     4 +-
 tests/qemu-iotests/142                             |    11 +-
 tests/qemu-iotests/143                             |     3 +-
 tests/qemu-iotests/143.out                         |     2 +-
 tests/qemu-iotests/144                             |     3 +-
 tests/qemu-iotests/145                             |     3 +-
 tests/qemu-iotests/146                             |     3 +-
 tests/qemu-iotests/147                             |   100 +-
 tests/qemu-iotests/149                             |    14 +-
 tests/qemu-iotests/150                             |     3 +-
 tests/qemu-iotests/151                             |    12 +-
 tests/qemu-iotests/153                             |    19 +-
 tests/qemu-iotests/153.out                         |    82 +-
 tests/qemu-iotests/154                             |     3 +-
 tests/qemu-iotests/156                             |     3 +-
 tests/qemu-iotests/156.out                         |     2 +-
 tests/qemu-iotests/157                             |     7 +-
 tests/qemu-iotests/158                             |     3 +-
 tests/qemu-iotests/159                             |     3 +-
 tests/qemu-iotests/160                             |     3 +-
 tests/qemu-iotests/161                             |   137 +
 tests/qemu-iotests/161.out                         |    39 +
 tests/qemu-iotests/162                             |     3 +-
 tests/qemu-iotests/163                             |    13 +-
 tests/qemu-iotests/169                             |    71 +-
 tests/qemu-iotests/169.out                         |     4 +-
 tests/qemu-iotests/170                             |     3 +-
 tests/qemu-iotests/171                             |     3 +-
 tests/qemu-iotests/172                             |     9 +-
 tests/qemu-iotests/173                             |     3 +-
 tests/qemu-iotests/174                             |     3 +-
 tests/qemu-iotests/175                             |     3 +-
 tests/qemu-iotests/176                             |     5 +-
 tests/qemu-iotests/176.out                         |    16 +-
 tests/qemu-iotests/177                             |     5 +-
 tests/qemu-iotests/178                             |    11 +-
 tests/qemu-iotests/178.out.qcow2                   |    24 +
 tests/qemu-iotests/179                             |     3 +-
 tests/qemu-iotests/181                             |     3 +-
 tests/qemu-iotests/182                             |    74 +-
 tests/qemu-iotests/182.out                         |    11 +-
 tests/qemu-iotests/183                             |     3 +-
 tests/qemu-iotests/183.out                         |     4 +-
 tests/qemu-iotests/184                             |     7 +-
 tests/qemu-iotests/184.out                         |    12 +-
 tests/qemu-iotests/185                             |     3 +-
 tests/qemu-iotests/185.out                         |    10 +-
 tests/qemu-iotests/186                             |     7 +-
 tests/qemu-iotests/187                             |     3 +-
 tests/qemu-iotests/188                             |     3 +-
 tests/qemu-iotests/189                             |     3 +-
 tests/qemu-iotests/190                             |     3 +-
 tests/qemu-iotests/191                             |     3 +-
 tests/qemu-iotests/191.out                         |     6 +-
 tests/qemu-iotests/192                             |     3 +-
 tests/qemu-iotests/194.out                         |    22 +-
 tests/qemu-iotests/195                             |     7 +-
 tests/qemu-iotests/195.out                         |     6 +-
 tests/qemu-iotests/197                             |     3 +-
 tests/qemu-iotests/198                             |     3 +-
 tests/qemu-iotests/200                             |    17 +-
 tests/qemu-iotests/201                             |     2 +-
 tests/qemu-iotests/202.out                         |    12 +-
 tests/qemu-iotests/203.out                         |    14 +-
 tests/qemu-iotests/204                             |     5 +-
 tests/qemu-iotests/206                             |     8 +-
 tests/qemu-iotests/206.out                         |   218 +-
 tests/qemu-iotests/207                             |    14 +-
 tests/qemu-iotests/207.out                         |    72 +-
 tests/qemu-iotests/208.out                         |     8 +-
 tests/qemu-iotests/209.out                         |     4 +-
 tests/qemu-iotests/210                             |     5 +-
 tests/qemu-iotests/210.out                         |    94 +-
 tests/qemu-iotests/211                             |     9 +-
 tests/qemu-iotests/211.out                         |   102 +-
 tests/qemu-iotests/212                             |     5 +-
 tests/qemu-iotests/212.out                         |   174 +-
 tests/qemu-iotests/213                             |     5 +-
 tests/qemu-iotests/213.out                         |   182 +-
 tests/qemu-iotests/214                             |     3 +-
 tests/qemu-iotests/215                             |     3 +-
 tests/qemu-iotests/216.out                         |     4 +-
 tests/qemu-iotests/217                             |     2 +-
 tests/qemu-iotests/218                             |     0
 tests/qemu-iotests/218.out                         |    20 +-
 tests/qemu-iotests/219.out                         |   526 +-
 tests/qemu-iotests/220                             |    96 +
 tests/qemu-iotests/220.out                         |    54 +
 tests/qemu-iotests/221                             |     3 +-
 tests/qemu-iotests/222.out                         |    24 +-
 tests/qemu-iotests/223                             |    95 +-
 tests/qemu-iotests/223.out                         |    74 +-
 tests/qemu-iotests/224                             |   139 +
 tests/qemu-iotests/224.out                         |    18 +
 tests/qemu-iotests/225                             |     3 +-
 tests/qemu-iotests/226                             |     3 +-
 tests/qemu-iotests/227                             |     7 +-
 tests/qemu-iotests/227.out                         |    12 +-
 tests/qemu-iotests/228                             |   239 +
 tests/qemu-iotests/228.out                         |    84 +
 tests/qemu-iotests/229                             |    97 +
 tests/qemu-iotests/229.out                         |    22 +
 tests/qemu-iotests/231                             |    61 +
 tests/qemu-iotests/231.out                         |     9 +
 tests/qemu-iotests/232                             |   150 +
 tests/qemu-iotests/232.out                         |    59 +
 tests/qemu-iotests/233                             |   156 +
 tests/qemu-iotests/233.out                         |    68 +
 tests/qemu-iotests/234                             |   125 +
 tests/qemu-iotests/234.out                         |    36 +
 tests/qemu-iotests/235                             |    78 +
 tests/qemu-iotests/235.out                         |     3 +
 tests/qemu-iotests/236                             |   161 +
 tests/qemu-iotests/236.out                         |   393 +
 tests/qemu-iotests/237                             |   238 +
 tests/qemu-iotests/237.out                         |   348 +
 tests/qemu-iotests/238                             |    42 +
 tests/qemu-iotests/238.out                         |     6 +
 tests/qemu-iotests/239                             |    53 +
 tests/qemu-iotests/239.out                         |     4 +
 tests/qemu-iotests/240                             |   129 +
 tests/qemu-iotests/240.out                         |    54 +
 tests/qemu-iotests/241                             |   102 +
 tests/qemu-iotests/241.out                         |    28 +
 tests/qemu-iotests/242                             |   106 +
 tests/qemu-iotests/242.out                         |   166 +
 tests/qemu-iotests/243                             |    85 +
 tests/qemu-iotests/243.out                         |    58 +
 tests/qemu-iotests/244                             |   200 +
 tests/qemu-iotests/244.out                         |   125 +
 tests/qemu-iotests/245                             |   997 +
 tests/qemu-iotests/245.out                         |     5 +
 tests/qemu-iotests/246                             |   114 +
 tests/qemu-iotests/246.out                         |   295 +
 tests/qemu-iotests/247                             |    79 +
 tests/qemu-iotests/247.out                         |    22 +
 tests/qemu-iotests/248                             |    71 +
 tests/qemu-iotests/248.out                         |     8 +
 tests/qemu-iotests/COPYING                         |   339 -
 tests/qemu-iotests/check                           |    84 +-
 tests/qemu-iotests/common.config                   |     8 +-
 tests/qemu-iotests/common.filter                   |    39 +-
 tests/qemu-iotests/common.nbd                      |   109 +
 tests/qemu-iotests/common.pattern                  |    18 +-
 tests/qemu-iotests/common.qemu                     |    12 +-
 tests/qemu-iotests/common.rc                       |    22 +-
 tests/qemu-iotests/common.tls                      |   156 +
 tests/qemu-iotests/group                           |    23 +
 tests/qemu-iotests/iotests.py                      |   188 +-
 tests/qemu-iotests/nbd-fault-injector.py           |    12 +-
 tests/qemu-iotests/qcow2.py                        |    10 +-
 tests/qemu-iotests/qed.py                          |     6 +-
 .../qemu-iotests/sample_images/simple-dmg.dmg.bz2  |   Bin 0 -> 3479 bytes
 tests/qht-bench.c                                  |    37 +-
 tests/qmp-cmd-test.c                               |   231 +
 tests/qmp-test.c                                   |   312 +-
 tests/qom-test.c                                   |     2 +-
 tests/qos-test.c                                   |   445 +
 tests/requirements.txt                             |     4 +
 tests/rtas-test.c                                  |     2 +-
 tests/rtc-test.c                                   |     4 +-
 tests/rtl8139-test.c                               |     8 +-
 tests/sdhci-test.c                                 |   185 +-
 tests/spapr-phb-test.c                             |    32 +-
 tests/tcg/Makefile                                 |    41 +-
 tests/tcg/Makefile.include                         |     4 +-
 tests/tcg/Makefile.probe                           |     2 +-
 tests/tcg/README                                   |     2 +-
 tests/tcg/aarch64/Makefile.include                 |     2 +-
 tests/tcg/aarch64/Makefile.target                  |     6 +-
 tests/tcg/aarch64/pauth-1.c                        |    37 +
 tests/tcg/alpha/test-cond.c                        |     4 +-
 tests/tcg/arm/Makefile.softmmu-target              |    29 +
 tests/tcg/arm/hello-arm.c                          |    20 +-
 tests/tcg/arm/test-armv6m-undef.S                  |   154 +
 tests/tcg/arm/test-armv6m-undef.ld                 |    21 +
 tests/tcg/cris/Makefile                            |   168 -
 tests/tcg/cris/Makefile.include                    |     6 +
 tests/tcg/cris/Makefile.target                     |    58 +
 tests/tcg/cris/bare/check_addcv17.s                |    65 +
 tests/tcg/cris/bare/check_addi.s                   |    57 +
 tests/tcg/cris/bare/check_addiv32.s                |    62 +
 tests/tcg/cris/bare/check_addm.s                   |    96 +
 tests/tcg/cris/bare/check_addq.s                   |    47 +
 tests/tcg/cris/bare/check_addr.s                   |    96 +
 tests/tcg/cris/bare/check_addxc.s                  |    91 +
 tests/tcg/cris/bare/check_addxm.s                  |   106 +
 tests/tcg/cris/bare/check_addxr.s                  |    96 +
 tests/tcg/cris/bare/check_andc.s                   |    80 +
 tests/tcg/cris/bare/check_andm.s                   |    90 +
 tests/tcg/cris/bare/check_andq.s                   |    46 +
 tests/tcg/cris/bare/check_andr.s                   |    95 +
 tests/tcg/cris/bare/check_asr.s                    |   230 +
 tests/tcg/cris/bare/check_ba.s                     |    93 +
 tests/tcg/cris/bare/check_bas.s                    |   102 +
 tests/tcg/cris/bare/check_bcc.s                    |   197 +
 tests/tcg/cris/bare/check_boundc.s                 |   101 +
 tests/tcg/cris/bare/check_boundr.s                 |   125 +
 tests/tcg/cris/bare/check_btst.s                   |    96 +
 tests/tcg/cris/bare/check_clearfv32.s              |    19 +
 tests/tcg/cris/bare/check_clrjmp1.s                |    36 +
 tests/tcg/cris/bare/check_cmp-2.s                  |    15 +
 tests/tcg/cris/bare/check_cmpc.s                   |    86 +
 tests/tcg/cris/bare/check_cmpm.s                   |    96 +
 tests/tcg/cris/bare/check_cmpq.s                   |    75 +
 tests/tcg/cris/bare/check_cmpr.s                   |   102 +
 tests/tcg/cris/bare/check_cmpxc.s                  |    92 +
 tests/tcg/cris/bare/check_cmpxm.s                  |   106 +
 tests/tcg/cris/bare/check_dstep.s                  |    42 +
 tests/tcg/cris/bare/check_jsr.s                    |    85 +
 tests/tcg/cris/bare/check_lapc.s                   |    78 +
 tests/tcg/cris/bare/check_lsl.s                    |   217 +
 tests/tcg/cris/bare/check_lsr.s                    |   218 +
 tests/tcg/cris/bare/check_mcp.s                    |    49 +
 tests/tcg/cris/bare/check_movdelsr1.s              |    33 +
 tests/tcg/cris/bare/check_movecr.s                 |    37 +
 tests/tcg/cris/bare/check_movei.s                  |    50 +
 tests/tcg/cris/bare/check_movemr.s                 |    78 +
 tests/tcg/cris/bare/check_movemrv32.s              |    96 +
 tests/tcg/cris/bare/check_mover.s                  |    28 +
 tests/tcg/cris/bare/check_moverm.s                 |    45 +
 tests/tcg/cris/bare/check_movmp.s                  |   131 +
 tests/tcg/cris/bare/check_movpmv32.s               |    35 +
 tests/tcg/cris/bare/check_movpr.s                  |    28 +
 tests/tcg/cris/bare/check_movprv32.s               |    21 +
 tests/tcg/cris/bare/check_movscr.s                 |    29 +
 tests/tcg/cris/bare/check_movsm.s                  |    44 +
 tests/tcg/cris/bare/check_movsr.s                  |    46 +
 tests/tcg/cris/bare/check_movucr.s                 |    33 +
 tests/tcg/cris/bare/check_movum.s                  |    40 +
 tests/tcg/cris/bare/check_movur.s                  |    45 +
 tests/tcg/cris/bare/check_mulv32.s                 |    51 +
 tests/tcg/cris/bare/check_mulx.s                   |   257 +
 tests/tcg/cris/bare/check_neg.s                    |   104 +
 tests/tcg/cris/bare/check_not.s                    |    31 +
 tests/tcg/cris/bare/check_orc.s                    |    71 +
 tests/tcg/cris/bare/check_orm.s                    |    75 +
 tests/tcg/cris/bare/check_orq.s                    |    41 +
 tests/tcg/cris/bare/check_orr.s                    |    84 +
 tests/tcg/cris/bare/check_ret.s                    |    25 +
 tests/tcg/cris/bare/check_scc.s                    |    95 +
 tests/tcg/cris/bare/check_subc.s                   |    87 +
 tests/tcg/cris/bare/check_subm.s                   |    96 +
 tests/tcg/cris/bare/check_subq.s                   |    52 +
 tests/tcg/cris/bare/check_subr.s                   |   102 +
 tests/tcg/cris/bare/check_xarith.s                 |    72 +
 tests/tcg/cris/bare/crt.s                          |    13 +
 tests/tcg/cris/bare/sys.c                          |    63 +
 tests/tcg/cris/bare/testutils.inc                  |   117 +
 tests/tcg/cris/check_abs.c                         |    40 -
 tests/tcg/cris/check_addc.c                        |    58 -
 tests/tcg/cris/check_addcm.c                       |    85 -
 tests/tcg/cris/check_addcv17.s                     |    65 -
 tests/tcg/cris/check_addi.s                        |    57 -
 tests/tcg/cris/check_addiv32.s                     |    62 -
 tests/tcg/cris/check_addm.s                        |    96 -
 tests/tcg/cris/check_addo.c                        |   125 -
 tests/tcg/cris/check_addoq.c                       |    44 -
 tests/tcg/cris/check_addq.s                        |    47 -
 tests/tcg/cris/check_addr.s                        |    96 -
 tests/tcg/cris/check_addxc.s                       |    91 -
 tests/tcg/cris/check_addxm.s                       |   106 -
 tests/tcg/cris/check_addxr.s                       |    96 -
 tests/tcg/cris/check_andc.s                        |    80 -
 tests/tcg/cris/check_andm.s                        |    90 -
 tests/tcg/cris/check_andq.s                        |    46 -
 tests/tcg/cris/check_andr.s                        |    95 -
 tests/tcg/cris/check_asr.s                         |   230 -
 tests/tcg/cris/check_ba.s                          |    93 -
 tests/tcg/cris/check_bas.s                         |   102 -
 tests/tcg/cris/check_bcc.s                         |   197 -
 tests/tcg/cris/check_bound.c                       |   142 -
 tests/tcg/cris/check_boundc.s                      |   101 -
 tests/tcg/cris/check_boundr.s                      |   125 -
 tests/tcg/cris/check_btst.s                        |    96 -
 tests/tcg/cris/check_clearfv32.s                   |    19 -
 tests/tcg/cris/check_clrjmp1.s                     |    36 -
 tests/tcg/cris/check_cmp-2.s                       |    15 -
 tests/tcg/cris/check_cmpc.s                        |    86 -
 tests/tcg/cris/check_cmpm.s                        |    96 -
 tests/tcg/cris/check_cmpq.s                        |    75 -
 tests/tcg/cris/check_cmpr.s                        |   102 -
 tests/tcg/cris/check_cmpxc.s                       |    92 -
 tests/tcg/cris/check_cmpxm.s                       |   106 -
 tests/tcg/cris/check_dstep.s                       |    42 -
 tests/tcg/cris/check_ftag.c                        |    37 -
 tests/tcg/cris/check_gcctorture_pr28634-1.c        |    15 -
 tests/tcg/cris/check_gcctorture_pr28634.c          |    15 -
 tests/tcg/cris/check_glibc_kernelversion.c         |   116 -
 tests/tcg/cris/check_hello.c                       |     7 -

_______________________________________________
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®.