-rw-r--r-- | .cirrus.yml | 110L |
-rw-r--r-- | .dir-locals.el | 2L |
-rw-r--r-- | .editorconfig | 49L |
-rw-r--r-- | .exrc | 7L |
-rw-r--r-- | .gdbinit | 8L |
-rw-r--r-- | .gitattributes | 3L |
-rw-r--r-- | .github/workflows/lockdown.yml | 30L |
-rw-r--r-- | .gitignore | 17L |
-rw-r--r-- | .gitlab-ci.d/buildtest-template.yml | 81L |
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 650L |
-rwxr-xr-x | .gitlab-ci.d/check-dco.py | 94L |
-rwxr-xr-x | .gitlab-ci.d/check-patch.py | 56L |
-rw-r--r-- | .gitlab-ci.d/cirrus.yml | 87L |
-rw-r--r-- | .gitlab-ci.d/cirrus/README.rst | 54L |
-rw-r--r-- | .gitlab-ci.d/cirrus/build.yml | 36L |
-rw-r--r-- | .gitlab-ci.d/cirrus/freebsd-12.vars | 13L |
-rw-r--r-- | .gitlab-ci.d/cirrus/freebsd-13.vars | 13L |
-rw-r--r-- | .gitlab-ci.d/cirrus/macos-11.vars | 15L |
-rw-r--r-- | .gitlab-ci.d/container-core.yml | 17L |
-rw-r--r-- | .gitlab-ci.d/container-cross.yml | 193L |
-rw-r--r-- | .gitlab-ci.d/container-template.yml | 21L |
-rw-r--r-- | .gitlab-ci.d/containers.yml | 45L |
-rw-r--r-- | .gitlab-ci.d/crossbuild-template.yml | 47L |
-rw-r--r-- | .gitlab-ci.d/crossbuilds.yml | 216L |
-rw-r--r-- | .gitlab-ci.d/custom-runners.yml | 250L |
-rw-r--r-- | .gitlab-ci.d/edk2.yml | 56L |
-rw-r--r-- | .gitlab-ci.d/edk2/Dockerfile | 27L |
-rw-r--r-- | .gitlab-ci.d/opensbi.yml | 63L |
-rw-r--r-- | .gitlab-ci.d/opensbi/Dockerfile | 33L |
-rw-r--r-- | .gitlab-ci.d/qemu-project.yml | 13L |
-rw-r--r-- | .gitlab-ci.d/stages.yml | 8L |
-rw-r--r-- | .gitlab-ci.d/static_checks.yml | 49L |
-rw-r--r-- | .gitlab-ci.yml | 24L |
-rw-r--r-- | .gitlab/issue_templates/bug.md | 64L |
-rw-r--r-- | .gitlab/issue_templates/feature_request.md | 32L |
-rw-r--r-- | .gitmodules | 66L |
-rw-r--r-- | .gitpublish | 51L |
-rw-r--r-- | .mailmap | 180L |
-rw-r--r-- | .patchew.yml | 299L |
-rw-r--r-- | .readthedocs.yml | 20L |
-rw-r--r-- | .travis.yml | 307L |
-rw-r--r-- | COPYING | 339L |
-rw-r--r-- | COPYING.LIB | 502L |
-rw-r--r-- | Kconfig | 6L |
-rw-r--r-- | Kconfig.host | 43L |
-rw-r--r-- | LICENSE | 27L |
-rw-r--r-- | MAINTAINERS | 3522L |
-rw-r--r-- | Makefile | 331L |
-rw-r--r-- | README.rst | 171L |
-rw-r--r-- | VERSION | 1L |
-rw-r--r-- | accel/Kconfig | 21L |
-rw-r--r-- | accel/accel-common.c | 137L |
-rw-r--r-- | accel/accel-softmmu.c | 100L |
-rw-r--r-- | accel/accel-softmmu.h | 15L |
-rw-r--r-- | accel/accel-user.c | 24L |
-rw-r--r-- | accel/dummy-cpus.c | 72L |
-rw-r--r-- | accel/hvf/entitlements.plist | 8L |
-rw-r--r-- | accel/hvf/hvf-accel-ops.c | 481L |
-rw-r--r-- | accel/hvf/hvf-all.c | 47L |
-rw-r--r-- | accel/hvf/meson.build | 7L |
-rw-r--r-- | accel/kvm/kvm-accel-ops.c | 100L |
-rw-r--r-- | accel/kvm/kvm-all.c | 3662L |
-rw-r--r-- | accel/kvm/kvm-cpus.h | 22L |
-rw-r--r-- | accel/kvm/meson.build | 8L |
-rw-r--r-- | accel/kvm/sev-stub.c | 22L |
-rw-r--r-- | accel/kvm/trace-events | 28L |
-rw-r--r-- | accel/kvm/trace.h | 1L |
-rw-r--r-- | accel/meson.build | 18L |
-rw-r--r-- | accel/qtest/meson.build | 2L |
-rw-r--r-- | accel/qtest/qtest.c | 73L |
-rw-r--r-- | accel/stubs/hax-stub.c | 22L |
-rw-r--r-- | accel/stubs/kvm-stub.c | 150L |
-rw-r--r-- | accel/stubs/meson.build | 4L |
-rw-r--r-- | accel/stubs/tcg-stub.c | 39L |
-rw-r--r-- | accel/stubs/xen-stub.c | 16L |
-rw-r--r-- | accel/tcg/atomic_common.c.inc | 124L |
-rw-r--r-- | accel/tcg/atomic_template.h | 352L |
-rw-r--r-- | accel/tcg/cpu-exec-common.c | 83L |
-rw-r--r-- | accel/tcg/cpu-exec.c | 1039L |
-rw-r--r-- | accel/tcg/cputlb.c | 2758L |
-rw-r--r-- | accel/tcg/hmp.c | 29L |
-rw-r--r-- | accel/tcg/internal.h | 22L |
-rw-r--r-- | accel/tcg/meson.build | 26L |
-rw-r--r-- | accel/tcg/plugin-gen.c | 927L |
-rw-r--r-- | accel/tcg/plugin-helpers.h | 4L |
-rw-r--r-- | accel/tcg/tb-context.h | 42L |
-rw-r--r-- | accel/tcg/tb-hash.h | 69L |
-rw-r--r-- | accel/tcg/tcg-accel-ops-icount.c | 143L |
-rw-r--r-- | accel/tcg/tcg-accel-ops-icount.h | 19L |
-rw-r--r-- | accel/tcg/tcg-accel-ops-mttcg.c | 133L |
-rw-r--r-- | accel/tcg/tcg-accel-ops-mttcg.h | 19L |
-rw-r--r-- | accel/tcg/tcg-accel-ops-rr.c | 295L |
-rw-r--r-- | accel/tcg/tcg-accel-ops-rr.h | 21L |
-rw-r--r-- | accel/tcg/tcg-accel-ops.c | 133L |
-rw-r--r-- | accel/tcg/tcg-accel-ops.h | 22L |
-rw-r--r-- | accel/tcg/tcg-all.c | 248L |
-rw-r--r-- | accel/tcg/tcg-runtime-gvec.c | 1534L |
-rw-r--r-- | accel/tcg/tcg-runtime.c | 150L |
-rw-r--r-- | accel/tcg/tcg-runtime.h | 287L |
-rw-r--r-- | accel/tcg/trace-events | 10L |
-rw-r--r-- | accel/tcg/trace.h | 1L |
-rw-r--r-- | accel/tcg/translate-all.c | 2482L |
-rw-r--r-- | accel/tcg/translator.c | 178L |
-rw-r--r-- | accel/tcg/user-exec-stub.c | 39L |
-rw-r--r-- | accel/tcg/user-exec.c | 1272L |
-rw-r--r-- | accel/xen/meson.build | 1L |
-rw-r--r-- | accel/xen/xen-all.c | 238L |
-rw-r--r-- | audio/alsaaudio.c | 946L |
-rw-r--r-- | audio/audio.c | 2222L |
-rw-r--r-- | audio/audio.h | 181L |
-rw-r--r-- | audio/audio_int.h | 287L |
-rw-r--r-- | audio/audio_legacy.c | 555L |
-rw-r--r-- | audio/audio_template.h | 568L |
-rw-r--r-- | audio/audio_win_int.c | 131L |
-rw-r--r-- | audio/audio_win_int.h | 10L |
-rw-r--r-- | audio/coreaudio.c | 681L |
-rw-r--r-- | audio/dsound_template.h | 280L |
-rw-r--r-- | audio/dsoundaudio.c | 732L |
-rw-r--r-- | audio/jackaudio.c | 694L |
-rw-r--r-- | audio/meson.build | 30L |
-rw-r--r-- | audio/mixeng.c | 470L |
-rw-r--r-- | audio/mixeng.h | 58L |
-rw-r--r-- | audio/mixeng_template.h | 152L |
-rw-r--r-- | audio/noaudio.c | 148L |
-rw-r--r-- | audio/ossaudio.c | 782L |
-rw-r--r-- | audio/paaudio.c | 933L |
-rw-r--r-- | audio/rate_template.h | 117L |
-rw-r--r-- | audio/sdlaudio.c | 508L |
-rw-r--r-- | audio/spiceaudio.c | 321L |
-rw-r--r-- | audio/trace-events | 19L |
-rw-r--r-- | audio/trace.h | 1L |
-rw-r--r-- | audio/wavaudio.c | 221L |
-rw-r--r-- | audio/wavcapture.c | 191L |
-rw-r--r-- | authz/base.c | 83L |
-rw-r--r-- | authz/list.c | 270L |
-rw-r--r-- | authz/listfile.c | 290L |
-rw-r--r-- | authz/meson.build | 9L |
-rw-r--r-- | authz/pamacct.c | 153L |
-rw-r--r-- | authz/simple.c | 128L |
-rw-r--r-- | authz/trace-events | 18L |
-rw-r--r-- | authz/trace.h | 1L |
-rw-r--r-- | backends/Kconfig | 1L |
-rw-r--r-- | backends/confidential-guest-support.c | 33L |
-rw-r--r-- | backends/cryptodev-builtin.c | 391L |
-rw-r--r-- | backends/cryptodev-vhost-user.c | 378L |
-rw-r--r-- | backends/cryptodev-vhost.c | 350L |
-rw-r--r-- | backends/cryptodev.c | 255L |
-rw-r--r-- | backends/dbus-vmstate.c | 517L |
-rw-r--r-- | backends/hostmem-epc.c | 82L |
-rw-r--r-- | backends/hostmem-file.c | 228L |
-rw-r--r-- | backends/hostmem-memfd.c | 172L |
-rw-r--r-- | backends/hostmem-ram.c | 57L |
-rw-r--r-- | backends/hostmem.c | 567L |
-rw-r--r-- | backends/meson.build | 21L |
-rw-r--r-- | backends/rng-builtin.c | 79L |
-rw-r--r-- | backends/rng-egd.c | 169L |
-rw-r--r-- | backends/rng-random.c | 153L |
-rw-r--r-- | backends/rng.c | 148L |
-rw-r--r-- | backends/tpm/Kconfig | 14L |
-rw-r--r-- | backends/tpm/meson.build | 8L |
-rw-r--r-- | backends/tpm/tpm_backend.c | 208L |
-rw-r--r-- | backends/tpm/tpm_emulator.c | 1000L |
-rw-r--r-- | backends/tpm/tpm_int.h | 88L |
-rw-r--r-- | backends/tpm/tpm_ioctl.h | 275L |
-rw-r--r-- | backends/tpm/tpm_passthrough.c | 404L |
-rw-r--r-- | backends/tpm/tpm_util.c | 369L |
-rw-r--r-- | backends/tpm/trace-events | 33L |
-rw-r--r-- | backends/tpm/trace.h | 1L |
-rw-r--r-- | backends/trace-events | 7L |
-rw-r--r-- | backends/trace.h | 1L |
-rw-r--r-- | backends/vhost-user.c | 207L |
-rw-r--r-- | block.c | 7823L |
-rw-r--r-- | block/accounting.c | 280L |
-rw-r--r-- | block/aio_task.c | 126L |
-rw-r--r-- | block/amend.c | 117L |
-rw-r--r-- | block/backup.c | 507L |
-rw-r--r-- | block/blkdebug.c | 1108L |
-rw-r--r-- | block/blklogwrites.c | 526L |
-rw-r--r-- | block/blkreplay.c | 158L |
-rw-r--r-- | block/blkverify.c | 335L |
-rw-r--r-- | block/block-backend.c | 2485L |
-rw-r--r-- | block/block-copy.c | 1031L |
-rw-r--r-- | block/block-gen.h | 49L |
-rw-r--r-- | block/bochs.c | 312L |
-rw-r--r-- | block/cloop.c | 308L |
-rw-r--r-- | block/commit.c | 567L |
-rw-r--r-- | block/copy-before-write.c | 257L |
-rw-r--r-- | block/copy-before-write.h | 39L |
-rw-r--r-- | block/copy-on-read.c | 288L |
-rw-r--r-- | block/copy-on-read.h | 32L |
-rw-r--r-- | block/coroutines.h | 75L |
-rw-r--r-- | block/create.c | 99L |
-rw-r--r-- | block/crypto.c | 945L |
-rw-r--r-- | block/crypto.h | 134L |
-rw-r--r-- | block/curl.c | 1053L |
-rw-r--r-- | block/dirty-bitmap.c | 959L |
-rw-r--r-- | block/dmg-bz2.c | 60L |
-rw-r--r-- | block/dmg-lzfse.c | 48L |
-rw-r--r-- | block/dmg.c | 764L |
-rw-r--r-- | block/dmg.h | 60L |
-rw-r--r-- | block/export/export.c | 364L |
-rw-r--r-- | block/export/fuse.c | 808L |
-rw-r--r-- | block/export/meson.build | 7L |
-rw-r--r-- | block/export/vhost-user-blk-server.c | 533L |
-rw-r--r-- | block/export/vhost-user-blk-server.h | 19L |
-rw-r--r-- | block/file-posix.c | 3937L |
-rw-r--r-- | block/file-win32.c | 948L |
-rw-r--r-- | block/filter-compress.c | 159L |
-rw-r--r-- | block/gluster.c | 1688L |
-rw-r--r-- | block/io.c | 3585L |
-rw-r--r-- | block/io_uring.c | 444L |
-rw-r--r-- | block/iscsi-opts.c | 71L |
-rw-r--r-- | block/iscsi.c | 2507L |
-rw-r--r-- | block/linux-aio.c | 466L |
-rw-r--r-- | block/meson.build | 128L |
-rw-r--r-- | block/mirror.c | 1936L |
-rw-r--r-- | block/monitor/bitmap-qmp-cmds.c | 321L |
-rw-r--r-- | block/monitor/block-hmp-cmds.c | 1017L |
-rw-r--r-- | block/monitor/meson.build | 2L |
-rw-r--r-- | block/nbd.c | 2078L |
-rw-r--r-- | block/nfs.c | 910L |
-rw-r--r-- | block/null.c | 327L |
-rw-r--r-- | block/nvme.c | 1649L |
-rw-r--r-- | block/parallels-ext.c | 300L |
-rw-r--r-- | block/parallels.c | 943L |
-rw-r--r-- | block/parallels.h | 92L |
-rw-r--r-- | block/preallocate.c | 559L |
-rw-r--r-- | block/progress_meter.c | 64L |
-rw-r--r-- | block/qapi-sysemu.c | 590L |
-rw-r--r-- | block/qapi.c | 872L |
-rw-r--r-- | block/qcow.c | 1212L |
-rw-r--r-- | block/qcow2-bitmap.c | 1798L |
-rw-r--r-- | block/qcow2-cache.c | 458L |
-rw-r--r-- | block/qcow2-cluster.c | 2509L |
-rw-r--r-- | block/qcow2-refcount.c | 3593L |
-rw-r--r-- | block/qcow2-snapshot.c | 1073L |
-rw-r--r-- | block/qcow2-threads.c | 527L |
-rw-r--r-- | block/qcow2.c | 6032L |
-rw-r--r-- | block/qcow2.h | 1017L |
-rw-r--r-- | block/qed-check.c | 251L |
-rw-r--r-- | block/qed-cluster.c | 142L |
-rw-r--r-- | block/qed-l2-cache.c | 194L |
-rw-r--r-- | block/qed-table.c | 194L |
-rw-r--r-- | block/qed.c | 1656L |
-rw-r--r-- | block/qed.h | 318L |
-rw-r--r-- | block/quorum.c | 1310L |
-rw-r--r-- | block/raw-format.c | 643L |
-rw-r--r-- | block/rbd.c | 1512L |
-rw-r--r-- | block/replication.c | 782L |
-rw-r--r-- | block/snapshot.c | 748L |
-rw-r--r-- | block/ssh.c | 1365L |
-rw-r--r-- | block/stream.c | 353L |
-rw-r--r-- | block/throttle-groups.c | 978L |
-rw-r--r-- | block/throttle.c | 278L |
-rw-r--r-- | block/trace-events | 212L |
-rw-r--r-- | block/trace.h | 1L |
-rw-r--r-- | block/vdi.c | 1064L |
-rw-r--r-- | block/vhdx-endian.c | 221L |
-rw-r--r-- | block/vhdx-log.c | 1076L |
-rw-r--r-- | block/vhdx.c | 2258L |
-rw-r--r-- | block/vhdx.h | 451L |
-rw-r--r-- | block/vmdk.c | 3084L |
-rw-r--r-- | block/vpc.c | 1254L |
-rw-r--r-- | block/vvfat.c | 3247L |
-rw-r--r-- | block/win32-aio.c | 216L |
-rw-r--r-- | block/write-threshold.c | 63L |
-rw-r--r-- | blockdev-nbd.c | 278L |
-rw-r--r-- | blockdev.c | 3852L |
-rw-r--r-- | blockjob.c | 549L |
-rw-r--r-- | bsd-user/arm/target_arch_sysarch.h | 78L |
-rw-r--r-- | bsd-user/arm/target_syscall.h | 36L |
-rw-r--r-- | bsd-user/bsdload.c | 214L |
-rw-r--r-- | bsd-user/elfcore.c | 10L |
-rw-r--r-- | bsd-user/elfload.c | 834L |
-rw-r--r-- | bsd-user/errno_defs.h | 149L |
-rw-r--r-- | bsd-user/freebsd/host-os.h | 25L |
-rw-r--r-- | bsd-user/freebsd/os-strace.h | 29L |
-rw-r--r-- | bsd-user/freebsd/strace.list | 280L |
-rw-r--r-- | bsd-user/freebsd/syscall_nr.h | 515L |
-rw-r--r-- | bsd-user/freebsd/target_os_elf.h | 137L |
-rw-r--r-- | bsd-user/freebsd/target_os_siginfo.h | 145L |
-rw-r--r-- | bsd-user/freebsd/target_os_signal.h | 78L |
-rw-r--r-- | bsd-user/freebsd/target_os_stack.h | 181L |
-rw-r--r-- | bsd-user/freebsd/target_os_thread.h | 25L |
-rw-r--r-- | bsd-user/freebsd/target_os_user.h | 427L |
-rw-r--r-- | bsd-user/freebsd/target_os_vmparam.h | 38L |
-rw-r--r-- | bsd-user/i386/target_arch.h | 31L |
-rw-r--r-- | bsd-user/i386/target_arch_cpu.c | 71L |
-rw-r--r-- | bsd-user/i386/target_arch_cpu.h | 209L |
-rw-r--r-- | bsd-user/i386/target_arch_elf.h | 35L |
-rw-r--r-- | bsd-user/i386/target_arch_reg.h | 82L |
-rw-r--r-- | bsd-user/i386/target_arch_signal.h | 94L |
-rw-r--r-- | bsd-user/i386/target_arch_sigtramp.h | 29L |
-rw-r--r-- | bsd-user/i386/target_arch_sysarch.h | 77L |
-rw-r--r-- | bsd-user/i386/target_arch_thread.h | 47L |
-rw-r--r-- | bsd-user/i386/target_arch_vmparam.h | 46L |
-rw-r--r-- | bsd-user/i386/target_syscall.h | 184L |
-rw-r--r-- | bsd-user/main.c | 558L |
-rw-r--r-- | bsd-user/meson.build | 10L |
-rw-r--r-- | bsd-user/mips/target_arch_sysarch.h | 69L |
-rw-r--r-- | bsd-user/mips/target_syscall.h | 52L |
-rw-r--r-- | bsd-user/mips64/target_arch_sysarch.h | 69L |
-rw-r--r-- | bsd-user/mips64/target_syscall.h | 53L |
-rw-r--r-- | bsd-user/mmap.c | 782L |
-rw-r--r-- | bsd-user/netbsd/host-os.h | 25L |
-rw-r--r-- | bsd-user/netbsd/os-strace.h | 1L |
-rw-r--r-- | bsd-user/netbsd/strace.list | 145L |
-rw-r--r-- | bsd-user/netbsd/syscall_nr.h | 373L |
-rw-r--r-- | bsd-user/netbsd/target_os_elf.h | 146L |
-rw-r--r-- | bsd-user/netbsd/target_os_siginfo.h | 82L |
-rw-r--r-- | bsd-user/netbsd/target_os_signal.h | 69L |
-rw-r--r-- | bsd-user/netbsd/target_os_stack.h | 56L |
-rw-r--r-- | bsd-user/netbsd/target_os_thread.h | 25L |
-rw-r--r-- | bsd-user/openbsd/host-os.h | 25L |
-rw-r--r-- | bsd-user/openbsd/os-strace.h | 1L |
-rw-r--r-- | bsd-user/openbsd/strace.list | 187L |
-rw-r--r-- | bsd-user/openbsd/syscall_nr.h | 225L |
-rw-r--r-- | bsd-user/openbsd/target_os_elf.h | 146L |
-rw-r--r-- | bsd-user/openbsd/target_os_siginfo.h | 82L |
-rw-r--r-- | bsd-user/openbsd/target_os_signal.h | 69L |
-rw-r--r-- | bsd-user/openbsd/target_os_stack.h | 56L |
-rw-r--r-- | bsd-user/openbsd/target_os_thread.h | 25L |
-rw-r--r-- | bsd-user/qemu.h | 447L |
-rw-r--r-- | bsd-user/signal.c | 29L |
-rw-r--r-- | bsd-user/strace.c | 241L |
-rw-r--r-- | bsd-user/syscall.c | 566L |
-rw-r--r-- | bsd-user/syscall_defs.h | 181L |
-rw-r--r-- | bsd-user/uaccess.c | 65L |
-rw-r--r-- | bsd-user/x86_64/target_arch.h | 31L |
-rw-r--r-- | bsd-user/x86_64/target_arch_cpu.c | 71L |
-rw-r--r-- | bsd-user/x86_64/target_arch_cpu.h | 247L |
-rw-r--r-- | bsd-user/x86_64/target_arch_elf.h | 35L |
-rw-r--r-- | bsd-user/x86_64/target_arch_reg.h | 92L |
-rw-r--r-- | bsd-user/x86_64/target_arch_signal.h | 94L |
-rw-r--r-- | bsd-user/x86_64/target_arch_sigtramp.h | 29L |
-rw-r--r-- | bsd-user/x86_64/target_arch_sysarch.h | 76L |
-rw-r--r-- | bsd-user/x86_64/target_arch_thread.h | 40L |
-rw-r--r-- | bsd-user/x86_64/target_arch_vmparam.h | 46L |
-rw-r--r-- | bsd-user/x86_64/target_syscall.h | 140L |
m--------- | capstone @ f8b1b83 | |
-rw-r--r-- | chardev/baum.c | 690L |
-rw-r--r-- | chardev/char-console.c | 55L |
-rw-r--r-- | chardev/char-fd.c | 265L |
-rw-r--r-- | chardev/char-fe.c | 386L |
-rw-r--r-- | chardev/char-file.c | 141L |
-rw-r--r-- | chardev/char-io.c | 147L |
-rw-r--r-- | chardev/char-mux.c | 430L |
-rw-r--r-- | chardev/char-null.c | 56L |
-rw-r--r-- | chardev/char-parallel.c | 319L |
-rw-r--r-- | chardev/char-pipe.c | 196L |
-rw-r--r-- | chardev/char-pty.c | 255L |
-rw-r--r-- | chardev/char-ringbuf.c | 255L |
-rw-r--r-- | chardev/char-serial.c | 327L |
-rw-r--r-- | chardev/char-socket.c | 1611L |
-rw-r--r-- | chardev/char-stdio.c | 166L |
-rw-r--r-- | chardev/char-udp.c | 246L |
-rw-r--r-- | chardev/char-win-stdio.c | 271L |
-rw-r--r-- | chardev/char-win.c | 244L |
-rw-r--r-- | chardev/char.c | 1230L |
-rw-r--r-- | chardev/chardev-internal.h | 67L |
-rw-r--r-- | chardev/meson.build | 44L |
-rw-r--r-- | chardev/msmouse.c | 193L |
-rw-r--r-- | chardev/spice.c | 412L |
-rw-r--r-- | chardev/testdev.c | 132L |
-rw-r--r-- | chardev/trace-events | 19L |
-rw-r--r-- | chardev/trace.h | 1L |
-rw-r--r-- | chardev/wctablet.c | 367L |
-rw-r--r-- | configs/devices/aarch64-softmmu/default.mak | 8L |
-rw-r--r-- | configs/devices/aarch64-softmmu/minimal.mak | 9L |
-rw-r--r-- | configs/devices/alpha-softmmu/default.mak | 10L |
-rw-r--r-- | configs/devices/arm-softmmu/default.mak | 44L |
-rw-r--r-- | configs/devices/avr-softmmu/default.mak | 5L |
-rw-r--r-- | configs/devices/cris-softmmu/default.mak | 5L |
-rw-r--r-- | configs/devices/hppa-softmmu/default.mak | 9L |
-rw-r--r-- | configs/devices/i386-softmmu/default.mak | 32L |
-rw-r--r-- | configs/devices/m68k-softmmu/default.mak | 11L |
-rw-r--r-- | configs/devices/microblaze-softmmu/default.mak | 7L |
-rw-r--r-- | configs/devices/microblazeel-softmmu/default.mak | 3L |
-rw-r--r-- | configs/devices/mips-softmmu/common.mak | 38L |
-rw-r--r-- | configs/devices/mips-softmmu/default.mak | 3L |
-rw-r--r-- | configs/devices/mips64-softmmu/default.mak | 4L |
-rw-r--r-- | configs/devices/mips64el-softmmu/default.mak | 11L |
-rw-r--r-- | configs/devices/mipsel-softmmu/default.mak | 3L |
-rw-r--r-- | configs/devices/nios2-softmmu/default.mak | 8L |
-rw-r--r-- | configs/devices/or1k-softmmu/default.mak | 5L |
-rw-r--r-- | configs/devices/ppc-softmmu/default.mak | 19L |
-rw-r--r-- | configs/devices/ppc64-softmmu/default.mak | 10L |
-rw-r--r-- | configs/devices/riscv32-softmmu/default.mak | 15L |
-rw-r--r-- | configs/devices/riscv64-softmmu/default.mak | 16L |
-rw-r--r-- | configs/devices/rx-softmmu/default.mak | 3L |
-rw-r--r-- | configs/devices/s390x-softmmu/default.mak | 13L |
-rw-r--r-- | configs/devices/sh4-softmmu/default.mak | 11L |
-rw-r--r-- | configs/devices/sh4eb-softmmu/default.mak | 3L |
-rw-r--r-- | configs/devices/sparc-softmmu/default.mak | 11L |
-rw-r--r-- | configs/devices/sparc64-softmmu/default.mak | 12L |
-rw-r--r-- | configs/devices/tricore-softmmu/default.mak | 2L |
-rw-r--r-- | configs/devices/x86_64-softmmu/default.mak | 3L |
-rw-r--r-- | configs/devices/xtensa-softmmu/default.mak | 9L |
-rw-r--r-- | configs/devices/xtensaeb-softmmu/default.mak | 3L |
-rw-r--r-- | configs/targets/aarch64-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/aarch64-softmmu.mak | 5L |
-rw-r--r-- | configs/targets/aarch64_be-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/alpha-linux-user.mak | 4L |
-rw-r--r-- | configs/targets/alpha-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/arm-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/arm-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/armeb-linux-user.mak | 7L |
-rw-r--r-- | configs/targets/avr-softmmu.mak | 2L |
-rw-r--r-- | configs/targets/cris-linux-user.mak | 1L |
-rw-r--r-- | configs/targets/cris-softmmu.mak | 1L |
-rw-r--r-- | configs/targets/hexagon-linux-user.mak | 1L |
-rw-r--r-- | configs/targets/hppa-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/hppa-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/i386-bsd-user.mak | 2L |
-rw-r--r-- | configs/targets/i386-linux-user.mak | 4L |
-rw-r--r-- | configs/targets/i386-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/m68k-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/m68k-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/microblaze-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/microblaze-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/microblazeel-linux-user.mak | 4L |
-rw-r--r-- | configs/targets/microblazeel-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/mips-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/mips-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/mips64-linux-user.mak | 7L |
-rw-r--r-- | configs/targets/mips64-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/mips64el-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/mips64el-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/mipsel-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/mipsel-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/mipsn32-linux-user.mak | 8L |
-rw-r--r-- | configs/targets/mipsn32el-linux-user.mak | 7L |
-rw-r--r-- | configs/targets/nios2-linux-user.mak | 1L |
-rw-r--r-- | configs/targets/nios2-softmmu.mak | 1L |
-rw-r--r-- | configs/targets/or1k-linux-user.mak | 2L |
-rw-r--r-- | configs/targets/or1k-softmmu.mak | 2L |
-rw-r--r-- | configs/targets/ppc-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/ppc-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/ppc64-linux-user.mak | 7L |
-rw-r--r-- | configs/targets/ppc64-softmmu.mak | 6L |
-rw-r--r-- | configs/targets/ppc64abi32-linux-user.mak | 8L |
-rw-r--r-- | configs/targets/ppc64le-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/riscv32-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/riscv32-softmmu.mak | 5L |
-rw-r--r-- | configs/targets/riscv64-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/riscv64-softmmu.mak | 5L |
-rw-r--r-- | configs/targets/rx-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/s390x-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/s390x-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/sh4-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/sh4-softmmu.mak | 2L |
-rw-r--r-- | configs/targets/sh4eb-linux-user.mak | 6L |
-rw-r--r-- | configs/targets/sh4eb-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/sparc-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/sparc-softmmu.mak | 3L |
-rw-r--r-- | configs/targets/sparc32plus-linux-user.mak | 8L |
-rw-r--r-- | configs/targets/sparc64-linux-user.mak | 7L |
-rw-r--r-- | configs/targets/sparc64-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/tricore-softmmu.mak | 1L |
-rw-r--r-- | configs/targets/x86_64-bsd-user.mak | 3L |
-rw-r--r-- | configs/targets/x86_64-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/x86_64-softmmu.mak | 4L |
-rw-r--r-- | configs/targets/xtensa-linux-user.mak | 4L |
-rw-r--r-- | configs/targets/xtensa-softmmu.mak | 2L |
-rw-r--r-- | configs/targets/xtensaeb-linux-user.mak | 5L |
-rw-r--r-- | configs/targets/xtensaeb-softmmu.mak | 3L |
-rwxr-xr-x | configure | 5298L |
-rw-r--r-- | contrib/elf2dmp/addrspace.c | 233L |
-rw-r--r-- | contrib/elf2dmp/addrspace.h | 44L |
-rw-r--r-- | contrib/elf2dmp/download.c | 45L |
-rw-r--r-- | contrib/elf2dmp/download.h | 13L |
-rw-r--r-- | contrib/elf2dmp/err.h | 13L |
-rw-r--r-- | contrib/elf2dmp/kdbg.h | 198L |
-rw-r--r-- | contrib/elf2dmp/main.c | 597L |
-rw-r--r-- | contrib/elf2dmp/meson.build | 5L |
-rw-r--r-- | contrib/elf2dmp/pdb.c | 315L |
-rw-r--r-- | contrib/elf2dmp/pdb.h | 241L |
-rw-r--r-- | contrib/elf2dmp/pe.h | 122L |
-rw-r--r-- | contrib/elf2dmp/qemu_elf.c | 154L |
-rw-r--r-- | contrib/elf2dmp/qemu_elf.h | 49L |
-rw-r--r-- | contrib/gitdm/aliases | 49L |
-rw-r--r-- | contrib/gitdm/domain-map | 43L |
-rw-r--r-- | contrib/gitdm/filetypes.txt | 146L |
-rw-r--r-- | contrib/gitdm/group-map-academics | 21L |
-rw-r--r-- | contrib/gitdm/group-map-cadence | 3L |
-rw-r--r-- | contrib/gitdm/group-map-codeweavers | 1L |
-rw-r--r-- | contrib/gitdm/group-map-ibm | 14L |
-rw-r--r-- | contrib/gitdm/group-map-individuals | 36L |
-rw-r--r-- | contrib/gitdm/group-map-interns | 13L |
-rw-r--r-- | contrib/gitdm/group-map-janustech | 5L |
-rw-r--r-- | contrib/gitdm/group-map-netflix | 5L |
-rw-r--r-- | contrib/gitdm/group-map-redhat | 9L |
-rw-r--r-- | contrib/gitdm/group-map-robots | 7L |
-rw-r--r-- | contrib/gitdm/group-map-wavecomp | 31L |
-rw-r--r-- | contrib/ivshmem-client/ivshmem-client.c | 445L |
-rw-r--r-- | contrib/ivshmem-client/ivshmem-client.h | 210L |
-rw-r--r-- | contrib/ivshmem-client/main.c | 240L |
-rw-r--r-- | contrib/ivshmem-client/meson.build | 4L |
-rw-r--r-- | contrib/ivshmem-server/ivshmem-server.c | 462L |
-rw-r--r-- | contrib/ivshmem-server/ivshmem-server.h | 163L |
-rw-r--r-- | contrib/ivshmem-server/main.c | 274L |
-rw-r--r-- | contrib/ivshmem-server/meson.build | 4L |
-rw-r--r-- | contrib/plugins/Makefile | 45L |
-rw-r--r-- | contrib/plugins/cache.c | 728L |
-rw-r--r-- | contrib/plugins/execlog.c | 153L |
-rw-r--r-- | contrib/plugins/hotblocks.c | 155L |
-rw-r--r-- | contrib/plugins/hotpages.c | 203L |
-rw-r--r-- | contrib/plugins/howvec.c | 372L |
-rw-r--r-- | contrib/plugins/hwprofile.c | 320L |
-rw-r--r-- | contrib/plugins/lockstep.c | 356L |
-rw-r--r-- | contrib/rdmacm-mux/main.c | 831L |
-rw-r--r-- | contrib/rdmacm-mux/meson.build | 9L |
-rw-r--r-- | contrib/rdmacm-mux/rdmacm-mux.h | 61L |
-rw-r--r-- | contrib/systemd/qemu-guest-agent.service | 11L |
-rw-r--r-- | contrib/systemd/qemu-pr-helper.service | 15L |
-rw-r--r-- | contrib/systemd/qemu-pr-helper.socket | 9L |
-rw-r--r-- | contrib/vhost-user-blk/meson.build | 5L |
-rw-r--r-- | contrib/vhost-user-blk/vhost-user-blk.c | 675L |
-rw-r--r-- | contrib/vhost-user-gpu/50-qemu-gpu.json.in | 5L |
-rw-r--r-- | contrib/vhost-user-gpu/meson.build | 12L |
-rw-r--r-- | contrib/vhost-user-gpu/vhost-user-gpu.c | 1256L |
-rw-r--r-- | contrib/vhost-user-gpu/virgl.c | 599L |
-rw-r--r-- | contrib/vhost-user-gpu/virgl.h | 26L |
-rw-r--r-- | contrib/vhost-user-gpu/vugbm.c | 325L |
-rw-r--r-- | contrib/vhost-user-gpu/vugbm.h | 66L |
-rw-r--r-- | contrib/vhost-user-gpu/vugpu.h | 183L |
-rw-r--r-- | contrib/vhost-user-input/main.c | 412L |
-rw-r--r-- | contrib/vhost-user-input/meson.build | 4L |
-rw-r--r-- | contrib/vhost-user-scsi/meson.build | 6L |
-rw-r--r-- | contrib/vhost-user-scsi/vhost-user-scsi.c | 436L |
-rw-r--r-- | cpu.c | 433L |
-rw-r--r-- | cpus-common.c | 354L |
-rw-r--r-- | crypto/aes.c | 1601L |
-rw-r--r-- | crypto/afalg.c | 116L |
-rw-r--r-- | crypto/afalgpriv.h | 67L |
-rw-r--r-- | crypto/afsplit.c | 146L |
-rw-r--r-- | crypto/block-luks.c | 1973L |
-rw-r--r-- | crypto/block-luks.h | 28L |
-rw-r--r-- | crypto/block-qcow.c | 185L |
-rw-r--r-- | crypto/block-qcow.h | 28L |
-rw-r--r-- | crypto/block.c | 475L |
-rw-r--r-- | crypto/blockpriv.h | 135L |
-rw-r--r-- | crypto/cipher-afalg.c | 233L |
-rw-r--r-- | crypto/cipher-builtin.c.inc | 303L |
-rw-r--r-- | crypto/cipher-gcrypt.c.inc | 272L |
-rw-r--r-- | crypto/cipher-gnutls.c.inc | 335L |
-rw-r--r-- | crypto/cipher-nettle.c.inc | 715L |
-rw-r--r-- | crypto/cipher.c | 206L |
-rw-r--r-- | crypto/cipherpriv.h | 52L |
-rw-r--r-- | crypto/hash-afalg.c | 214L |
-rw-r--r-- | crypto/hash-gcrypt.c | 116L |
-rw-r--r-- | crypto/hash-glib.c | 100L |
-rw-r--r-- | crypto/hash-gnutls.c | 104L |
-rw-r--r-- | crypto/hash-nettle.c | 161L |
-rw-r--r-- | crypto/hash.c | 144L |
-rw-r--r-- | crypto/hashpriv.h | 39L |
-rw-r--r-- | crypto/hmac-gcrypt.c | 150L |
-rw-r--r-- | crypto/hmac-glib.c | 124L |
-rw-r--r-- | crypto/hmac-gnutls.c | 139L |
-rw-r--r-- | crypto/hmac-nettle.c | 174L |
-rw-r--r-- | crypto/hmac.c | 127L |
-rw-r--r-- | crypto/hmacpriv.h | 48L |
-rw-r--r-- | crypto/init.c | 75L |
-rw-r--r-- | crypto/ivgen-essiv.c | 120L |
-rw-r--r-- | crypto/ivgen-essiv.h | 27L |
-rw-r--r-- | crypto/ivgen-plain.c | 60L |
-rw-r--r-- | crypto/ivgen-plain.h | 27L |
-rw-r--r-- | crypto/ivgen-plain64.c | 60L |
-rw-r--r-- | crypto/ivgen-plain64.h | 27L |
-rw-r--r-- | crypto/ivgen.c | 101L |
-rw-r--r-- | crypto/ivgenpriv.h | 49L |
-rw-r--r-- | crypto/meson.build | 56L |
-rw-r--r-- | crypto/pbkdf-gcrypt.c | 86L |
-rw-r--r-- | crypto/pbkdf-gnutls.c | 90L |
-rw-r--r-- | crypto/pbkdf-nettle.c | 117L |
-rw-r--r-- | crypto/pbkdf-stub.c | 43L |
-rw-r--r-- | crypto/pbkdf.c | 110L |
-rw-r--r-- | crypto/random-gcrypt.c | 35L |
-rw-r--r-- | crypto/random-gnutls.c | 47L |
-rw-r--r-- | crypto/random-none.c | 38L |
-rw-r--r-- | crypto/random-platform.c | 114L |
-rw-r--r-- | crypto/secret.c | 151L |
-rw-r--r-- | crypto/secret_common.c | 418L |
-rw-r--r-- | crypto/secret_keyring.c | 133L |
-rw-r--r-- | crypto/tls-cipher-suites.c | 133L |
-rw-r--r-- | crypto/tlscreds.c | 294L |
-rw-r--r-- | crypto/tlscredsanon.c | 216L |
-rw-r--r-- | crypto/tlscredspriv.h | 86L |
-rw-r--r-- | crypto/tlscredspsk.c | 307L |
-rw-r--r-- | crypto/tlscredsx509.c | 887L |
-rw-r--r-- | crypto/tlssession.c | 643L |
-rw-r--r-- | crypto/trace-events | 28L |
-rw-r--r-- | crypto/trace.h | 1L |
-rw-r--r-- | crypto/xts.c | 250L |
-rw-r--r-- | disas.c | 397L |
-rw-r--r-- | disas/alpha.c | 1916L |
-rw-r--r-- | disas/arm-a64.cc | 101L |
-rw-r--r-- | disas/arm.c | 4012L |
-rw-r--r-- | disas/capstone.c | 326L |
-rw-r--r-- | disas/cris.c | 2857L |
-rw-r--r-- | disas/hexagon.c | 66L |
-rw-r--r-- | disas/hppa.c | 2831L |
-rw-r--r-- | disas/i386.c | 6771L |
-rw-r--r-- | disas/libvixl/LICENCE | 30L |
-rw-r--r-- | disas/libvixl/README | 11L |
-rw-r--r-- | disas/libvixl/meson.build | 7L |
-rw-r--r-- | disas/libvixl/vixl/a64/assembler-a64.h | 4624L |
-rw-r--r-- | disas/libvixl/vixl/a64/constants-a64.h | 2116L |
-rw-r--r-- | disas/libvixl/vixl/a64/cpu-a64.h | 83L |
-rw-r--r-- | disas/libvixl/vixl/a64/decoder-a64.cc | 877L |
-rw-r--r-- | disas/libvixl/vixl/a64/decoder-a64.h | 275L |
-rw-r--r-- | disas/libvixl/vixl/a64/disasm-a64.cc | 3495L |
-rw-r--r-- | disas/libvixl/vixl/a64/disasm-a64.h | 177L |
-rw-r--r-- | disas/libvixl/vixl/a64/instructions-a64.cc | 622L |
-rw-r--r-- | disas/libvixl/vixl/a64/instructions-a64.h | 757L |
-rw-r--r-- | disas/libvixl/vixl/code-buffer.h | 113L |
-rw-r--r-- | disas/libvixl/vixl/compiler-intrinsics.cc | 144L |
-rw-r--r-- | disas/libvixl/vixl/compiler-intrinsics.h | 155L |
-rw-r--r-- | disas/libvixl/vixl/globals.h | 155L |
-rw-r--r-- | disas/libvixl/vixl/invalset.h | 775L |
-rw-r--r-- | disas/libvixl/vixl/platform.h | 39L |
-rw-r--r-- | disas/libvixl/vixl/utils.cc | 142L |
-rw-r--r-- | disas/libvixl/vixl/utils.h | 286L |
-rw-r--r-- | disas/m68k.c | 5061L |
-rw-r--r-- | disas/meson.build | 23L |
-rw-r--r-- | disas/microblaze.c | 944L |
-rw-r--r-- | disas/mips.c | 5810L |
-rw-r--r-- | disas/nanomips.cpp | 22398L |
-rw-r--r-- | disas/nanomips.h | 1076L |
-rw-r--r-- | disas/nios2.c | 3531L |
-rw-r--r-- | disas/ppc.c | 5435L |
-rw-r--r-- | disas/riscv.c | 3092L |
-rw-r--r-- | disas/s390.c | 1892L |
-rw-r--r-- | disas/sh4.c | 2073L |
-rw-r--r-- | disas/sparc.c | 3236L |
-rw-r--r-- | disas/xtensa.c | 133L |
-rw-r--r-- | docs/COLO-FT.txt | 333L |
-rw-r--r-- | docs/_templates/footer.html | 14L |
-rw-r--r-- | docs/about/build-platforms.rst | 95L |
-rw-r--r-- | docs/about/deprecated.rst | 391L |
-rw-r--r-- | docs/about/index.rst | 28L |
-rw-r--r-- | docs/about/license.rst | 11L |
-rw-r--r-- | docs/about/removed-features.rst | 705L |
-rw-r--r-- | docs/amd-memory-encryption.txt | 221L |
-rw-r--r-- | docs/block-replication.txt | 247L |
-rw-r--r-- | docs/bypass-iommu.txt | 89L |
-rw-r--r-- | docs/can.txt | 198L |
-rw-r--r-- | docs/ccid.txt | 182L |
-rw-r--r-- | docs/colo-proxy.txt | 217L |
-rw-r--r-- | docs/conf.py | 303L |
-rw-r--r-- | docs/confidential-guest-support.txt | 49L |
-rw-r--r-- | docs/config/ich9-ehci-uhci.cfg | 37L |
-rw-r--r-- | docs/config/mach-virt-graphical.cfg | 281L |
-rw-r--r-- | docs/config/mach-virt-serial.cfg | 243L |
-rw-r--r-- | docs/config/q35-emulated.cfg | 288L |
-rw-r--r-- | docs/config/q35-virtio-graphical.cfg | 248L |
-rw-r--r-- | docs/config/q35-virtio-serial.cfg | 193L |
-rw-r--r-- | docs/defs.rst.inc | 15L |
-rw-r--r-- | docs/devel/atomics.rst | 507L |
-rw-r--r-- | docs/devel/bitops.rst | 8L |
-rw-r--r-- | docs/devel/blkdebug.txt | 162L |
-rw-r--r-- | docs/devel/blkverify.txt | 69L |
-rw-r--r-- | docs/devel/block-coroutine-wrapper.rst | 54L |
-rw-r--r-- | docs/devel/build-system.rst | 485L |
-rw-r--r-- | docs/devel/ci-definitions.rst.inc | 121L |
-rw-r--r-- | docs/devel/ci-jobs.rst.inc | 51L |
-rw-r--r-- | docs/devel/ci-runners.rst.inc | 117L |
-rw-r--r-- | docs/devel/ci.rst | 13L |
-rw-r--r-- | docs/devel/clocks.rst | 528L |
-rw-r--r-- | docs/devel/code-of-conduct.rst | 60L |
-rw-r--r-- | docs/devel/conflict-resolution.rst | 80L |
-rw-r--r-- | docs/devel/control-flow-integrity.rst | 137L |
-rw-r--r-- | docs/devel/decodetree.rst | 237L |
-rw-r--r-- | docs/devel/ebpf_rss.rst | 125L |
-rw-r--r-- | docs/devel/fuzzing.rst | 321L |
-rw-r--r-- | docs/devel/index.rst | 47L |
-rw-r--r-- | docs/devel/kconfig.rst | 307L |
-rw-r--r-- | docs/devel/loads-stores.rst | 524L |
-rw-r--r-- | docs/devel/lockcnt.txt | 277L |
-rw-r--r-- | docs/devel/memory.rst | 368L |
-rw-r--r-- | docs/devel/migration.rst | 883L |
-rw-r--r-- | docs/devel/modules.rst | 5L |
-rw-r--r-- | docs/devel/multi-process.rst | 968L |
-rw-r--r-- | docs/devel/multi-thread-tcg.rst | 373L |
-rw-r--r-- | docs/devel/multiple-iothreads.txt | 138L |
-rw-r--r-- | docs/devel/qapi-code-gen.rst | 1915L |
-rw-r--r-- | docs/devel/qgraph.rst | 628L |
-rw-r--r-- | docs/devel/qom.rst | 389L |
-rw-r--r-- | docs/devel/qtest.rst | 92L |
-rw-r--r-- | docs/devel/rcu.txt | 406L |
-rw-r--r-- | docs/devel/replay.txt | 46L |
-rw-r--r-- | docs/devel/reset.rst | 289L |
-rw-r--r-- | docs/devel/s390-dasd-ipl.rst | 138L |
-rw-r--r-- | docs/devel/secure-coding-practices.rst | 115L |
-rw-r--r-- | docs/devel/stable-process.rst | 71L |
-rw-r--r-- | docs/devel/style.rst | 701L |
-rw-r--r-- | docs/devel/tcg-icount.rst | 94L |
-rw-r--r-- | docs/devel/tcg-plugins.rst | 422L |
-rw-r--r-- | docs/devel/tcg.rst | 190L |
-rw-r--r-- | docs/devel/testing.rst | 1310L |
-rw-r--r-- | docs/devel/tracing.rst | 498L |
-rw-r--r-- | docs/devel/ui.rst | 8L |
-rw-r--r-- | docs/devel/vfio-migration.rst | 150L |
-rw-r--r-- | docs/devel/virtio-migration.txt | 108L |
-rw-r--r-- | docs/devel/writing-qmp-commands.rst | 622L |
-rw-r--r-- | docs/hyperv.txt | 255L |
-rw-r--r-- | docs/igd-assign.txt | 133L |
-rw-r--r-- | docs/image-fuzzer.txt | 239L |
-rw-r--r-- | docs/index.rst | 20L |
-rw-r--r-- | docs/interop/barrier.rst | 426L |
-rw-r--r-- | docs/interop/bitmaps.rst | 1484L |
-rw-r--r-- | docs/interop/dbus-vmstate.rst | 74L |
-rw-r--r-- | docs/interop/dbus.rst | 110L |
-rw-r--r-- | docs/interop/firmware.json | 593L |
-rw-r--r-- | docs/interop/index.rst | 23L |
-rw-r--r-- | docs/interop/live-block-operations.rst | 1106L |
-rw-r--r-- | docs/interop/nbd.txt | 70L |
-rw-r--r-- | docs/interop/parallels.txt | 232L |
-rw-r--r-- | docs/interop/pr-helper.rst | 83L |
-rw-r--r-- | docs/interop/prl-xml.txt | 158L |
-rw-r--r-- | docs/interop/qcow2.txt | 901L |
-rw-r--r-- | docs/interop/qed_spec.txt | 138L |
-rw-r--r-- | docs/interop/qemu-ga-ref.rst | 7L |
-rw-r--r-- | docs/interop/qemu-ga.rst | 134L |
-rw-r--r-- | docs/interop/qemu-qmp-ref.rst | 7L |
-rw-r--r-- | docs/interop/qemu-storage-daemon-qmp-ref.rst | 7L |
-rw-r--r-- | docs/interop/qmp-intro.txt | 88L |
-rw-r--r-- | docs/interop/qmp-spec.txt | 406L |
-rw-r--r-- | docs/interop/vhost-user-gpu.rst | 243L |
-rw-r--r-- | docs/interop/vhost-user.json | 267L |
-rw-r--r-- | docs/interop/vhost-user.rst | 1585L |
-rw-r--r-- | docs/interop/vhost-vdpa.rst | 17L |
-rw-r--r-- | docs/interop/vnc-ledstate-Pseudo-encoding.txt | 50L |
-rw-r--r-- | docs/memory-hotplug.txt | 93L |
-rw-r--r-- | docs/meson.build | 107L |
-rw-r--r-- | docs/multi-thread-compression.txt | 149L |
-rw-r--r-- | docs/multiseat.txt | 145L |
-rw-r--r-- | docs/nvdimm.txt | 265L |
-rw-r--r-- | docs/papr-pef.txt | 30L |
-rw-r--r-- | docs/pci_expander_bridge.txt | 58L |
-rw-r--r-- | docs/pcie.txt | 318L |
-rw-r--r-- | docs/pcie_pci_bridge.txt | 114L |
-rw-r--r-- | docs/pvrdma.txt | 345L |
-rw-r--r-- | docs/qcow2-cache.txt | 241L |
-rw-r--r-- | docs/qdev-device-use.txt | 404L |
-rw-r--r-- | docs/qemu-option-trace.rst.inc | 26L |
-rw-r--r-- | docs/qemu_logo.pdf | 9117B |
-rw-r--r-- | docs/qemupciserial.inf | 102L |
-rw-r--r-- | docs/rdma.txt | 420L |
-rw-r--r-- | docs/replay.txt | 410L |
-rw-r--r-- | docs/specs/acpi_cpu_hotplug.rst | 235L |
-rw-r--r-- | docs/specs/acpi_hest_ghes.rst | 110L |
-rw-r--r-- | docs/specs/acpi_hw_reduced_hotplug.rst | 71L |
-rw-r--r-- | docs/specs/acpi_mem_hotplug.rst | 128L |
-rw-r--r-- | docs/specs/acpi_nvdimm.rst | 228L |
-rw-r--r-- | docs/specs/acpi_pci_hotplug.rst | 48L |
-rw-r--r-- | docs/specs/edu.txt | 115L |
-rw-r--r-- | docs/specs/fw_cfg.txt | 265L |
-rw-r--r-- | docs/specs/index.rst | 20L |
-rw-r--r-- | docs/specs/ivshmem-spec.txt | 258L |
-rw-r--r-- | docs/specs/pci-ids.txt | 71L |
-rw-r--r-- | docs/specs/pci-serial.txt | 34L |
-rw-r--r-- | docs/specs/pci-testdev.txt | 31L |
-rw-r--r-- | docs/specs/ppc-spapr-hcalls.txt | 78L |
-rw-r--r-- | docs/specs/ppc-spapr-hotplug.txt | 409L |
-rw-r--r-- | docs/specs/ppc-spapr-numa.rst | 410L |
-rw-r--r-- | docs/specs/ppc-spapr-uv-hcalls.txt | 76L |
-rw-r--r-- | docs/specs/ppc-spapr-xive.rst | 282L |
-rw-r--r-- | docs/specs/ppc-xive.rst | 200L |
-rw-r--r-- | docs/specs/pvpanic.txt | 54L |
-rw-r--r-- | docs/specs/rocker.txt | 1014L |
-rw-r--r-- | docs/specs/standard-vga.txt | 81L |
-rw-r--r-- | docs/specs/tpm.rst | 524L |
-rw-r--r-- | docs/specs/virt-ctlr.txt | 26L |
-rw-r--r-- | docs/specs/vmcoreinfo.txt | 53L |
-rw-r--r-- | docs/specs/vmgenid.txt | 245L |
-rw-r--r-- | docs/specs/vmw_pvscsi-spec.txt | 92L |
-rw-r--r-- | docs/sphinx-static/theme_overrides.css | 161L |
-rw-r--r-- | docs/sphinx/depfile.py | 51L |
-rw-r--r-- | docs/sphinx/hxtool.py | 192L |
-rw-r--r-- | docs/sphinx/kerneldoc.py | 177L |
-rw-r--r-- | docs/sphinx/kernellog.py | 28L |
-rw-r--r-- | docs/sphinx/qapidoc.py | 554L |
-rw-r--r-- | docs/sphinx/qmp_lexer.py | 43L |
-rw-r--r-- | docs/spice-port-fqdn.txt | 19L |
-rw-r--r-- | docs/spin/aio_notify.promela | 93L |
-rw-r--r-- | docs/spin/aio_notify_accept.promela | 152L |
-rw-r--r-- | docs/spin/aio_notify_bug.promela | 140L |
-rw-r--r-- | docs/spin/tcg-exclusive.promela | 225L |
-rw-r--r-- | docs/spin/win32-qemu-event.promela | 98L |
-rw-r--r-- | docs/system/arm/aspeed.rst | 109L |
-rw-r--r-- | docs/system/arm/collie.rst | 16L |
-rw-r--r-- | docs/system/arm/cpu-features.rst | 393L |
-rw-r--r-- | docs/system/arm/cubieboard.rst | 16L |
-rw-r--r-- | docs/system/arm/digic.rst | 11L |
-rw-r--r-- | docs/system/arm/emcraft-sf2.rst | 15L |
-rw-r--r-- | docs/system/arm/emulation.rst | 103L |
-rw-r--r-- | docs/system/arm/gumstix.rst | 21L |
-rw-r--r-- | docs/system/arm/highbank.rst | 19L |
-rw-r--r-- | docs/system/arm/imx25-pdk.rst | 19L |
-rw-r--r-- | docs/system/arm/integratorcp.rst | 16L |
-rw-r--r-- | docs/system/arm/kzm.rst | 18L |
-rw-r--r-- | docs/system/arm/mainstone.rst | 25L |
-rw-r--r-- | docs/system/arm/mps2.rst | 57L |
-rw-r--r-- | docs/system/arm/musca.rst | 31L |
-rw-r--r-- | docs/system/arm/musicpal.rst | 19L |
-rw-r--r-- | docs/system/arm/nrf.rst | 51L |
-rw-r--r-- | docs/system/arm/nseries.rst | 33L |
-rw-r--r-- | docs/system/arm/nuvoton.rst | 95L |
-rw-r--r-- | docs/system/arm/orangepi.rst | 263L |
-rw-r--r-- | docs/system/arm/palm.rst | 23L |
-rw-r--r-- | docs/system/arm/raspi.rst | 43L |
-rw-r--r-- | docs/system/arm/realview.rst | 34L |
-rw-r--r-- | docs/system/arm/sabrelite.rst | 119L |
-rw-r--r-- | docs/system/arm/sbsa.rst | 32L |
-rw-r--r-- | docs/system/arm/stellaris.rst | 26L |
-rw-r--r-- | docs/system/arm/stm32.rst | 66L |
-rw-r--r-- | docs/system/arm/sx1.rst | 18L |
-rw-r--r-- | docs/system/arm/versatile.rst | 63L |
-rw-r--r-- | docs/system/arm/vexpress.rst | 88L |
-rw-r--r-- | docs/system/arm/virt.rst | 168L |
-rw-r--r-- | docs/system/arm/xlnx-versal-virt.rst | 226L |
-rw-r--r-- | docs/system/arm/xscale.rst | 35L |
-rw-r--r-- | docs/system/authz.rst | 263L |
-rw-r--r-- | docs/system/barrier.rst | 44L |
-rw-r--r-- | docs/system/bootindex.rst | 76L |
-rw-r--r-- | docs/system/cpu-hotplug.rst | 142L |
-rw-r--r-- | docs/system/cpu-models-mips.rst.inc | 111L |
-rw-r--r-- | docs/system/cpu-models-x86-abi.csv | 67L |
-rw-r--r-- | docs/system/cpu-models-x86.rst.inc | 440L |
-rw-r--r-- | docs/system/device-emulation.rst | 90L |
-rw-r--r-- | docs/system/device-url-syntax.rst.inc | 210L |
-rw-r--r-- | docs/system/devices/ivshmem.rst | 64L |
-rw-r--r-- | docs/system/devices/net.rst | 100L |
-rw-r--r-- | docs/system/devices/nvme.rst | 237L |
-rw-r--r-- | docs/system/devices/usb.rst | 351L |
-rw-r--r-- | docs/system/devices/vhost-user.rst | 59L |
-rw-r--r-- | docs/system/devices/virtio-pmem.rst | 76L |
-rw-r--r-- | docs/system/gdb.rst | 194L |
-rw-r--r-- | docs/system/generic-loader.rst | 120L |
-rw-r--r-- | docs/system/guest-loader.rst | 54L |
-rw-r--r-- | docs/system/i386/cpu.rst | 1L |
-rw-r--r-- | docs/system/i386/kvm-pv.rst | 100L |
-rw-r--r-- | docs/system/i386/microvm.rst | 128L |
-rw-r--r-- | docs/system/i386/pc.rst | 7L |
-rw-r--r-- | docs/system/i386/sgx.rst | 165L |
-rw-r--r-- | docs/system/images.rst | 85L |
-rw-r--r-- | docs/system/index.rst | 36L |
-rw-r--r-- | docs/system/invocation.rst | 18L |
-rw-r--r-- | docs/system/keys.rst | 6L |
-rw-r--r-- | docs/system/keys.rst.inc | 35L |
-rw-r--r-- | docs/system/linuxboot.rst | 30L |
-rw-r--r-- | docs/system/managed-startup.rst | 35L |
-rw-r--r-- | docs/system/monitor.rst | 31L |
-rw-r--r-- | docs/system/multi-process.rst | 64L |
-rw-r--r-- | docs/system/mux-chardev.rst | 6L |
-rw-r--r-- | docs/system/mux-chardev.rst.inc | 27L |
-rw-r--r-- | docs/system/ppc/embedded.rst | 10L |
-rw-r--r-- | docs/system/ppc/powermac.rst | 34L |
-rw-r--r-- | docs/system/ppc/powernv.rst | 192L |
-rw-r--r-- | docs/system/ppc/ppce500.rst | 164L |
-rw-r--r-- | docs/system/ppc/prep.rst | 18L |
-rw-r--r-- | docs/system/ppc/pseries.rst | 12L |
-rw-r--r-- | docs/system/pr-manager.rst | 83L |
-rw-r--r-- | docs/system/qemu-block-drivers.rst | 24L |
-rw-r--r-- | docs/system/qemu-block-drivers.rst.inc | 911L |
-rw-r--r-- | docs/system/qemu-cpu-models.rst | 24L |
-rw-r--r-- | docs/system/qemu-manpage.rst | 51L |
-rw-r--r-- | docs/system/quickstart.rst | 21L |
-rw-r--r-- | docs/system/riscv/microchip-icicle-kit.rst | 149L |
-rw-r--r-- | docs/system/riscv/shakti-c.rst | 82L |
-rw-r--r-- | docs/system/riscv/sifive_u.rst | 375L |
-rw-r--r-- | docs/system/riscv/virt.rst | 148L |
-rw-r--r-- | docs/system/s390x/3270.rst | 63L |
-rw-r--r-- | docs/system/s390x/bootdevices.rst | 82L |
-rw-r--r-- | docs/system/s390x/css.rst | 86L |
-rw-r--r-- | docs/system/s390x/protvirt.rst | 67L |
-rw-r--r-- | docs/system/s390x/vfio-ap.rst | 916L |
-rw-r--r-- | docs/system/s390x/vfio-ccw.rst | 77L |
-rw-r--r-- | docs/system/secrets.rst | 162L |
-rw-r--r-- | docs/system/security.rst | 173L |
-rw-r--r-- | docs/system/target-arm.rst | 120L |
-rw-r--r-- | docs/system/target-avr.rst | 48L |
-rw-r--r-- | docs/system/target-i386-desc.rst.inc | 73L |
-rw-r--r-- | docs/system/target-i386.rst | 40L |
-rw-r--r-- | docs/system/target-m68k.rst | 21L |
-rw-r--r-- | docs/system/target-mips.rst | 130L |
-rw-r--r-- | docs/system/target-ppc.rst | 25L |
-rw-r--r-- | docs/system/target-riscv.rst | 86L |
-rw-r--r-- | docs/system/target-rx.rst | 36L |
-rw-r--r-- | docs/system/target-s390x.rst | 35L |
-rw-r--r-- | docs/system/target-sparc.rst | 62L |
-rw-r--r-- | docs/system/target-sparc64.rst | 37L |
-rw-r--r-- | docs/system/target-xtensa.rst | 27L |
-rw-r--r-- | docs/system/targets.rst | 30L |
-rw-r--r-- | docs/system/tls.rst | 328L |
-rw-r--r-- | docs/system/virtio-net-failover.rst | 68L |
-rw-r--r-- | docs/system/vnc-security.rst | 203L |
-rw-r--r-- | docs/throttle.txt | 361L |
-rw-r--r-- | docs/tools/index.rst | 17L |
-rw-r--r-- | docs/tools/qemu-img.rst | 921L |
-rw-r--r-- | docs/tools/qemu-nbd.rst | 265L |
-rw-r--r-- | docs/tools/qemu-pr-helper.rst | 91L |
-rw-r--r-- | docs/tools/qemu-storage-daemon.rst | 222L |
-rw-r--r-- | docs/tools/qemu-trace-stap.rst | 125L |
-rw-r--r-- | docs/tools/virtfs-proxy-helper.rst | 72L |
-rw-r--r-- | docs/tools/virtiofsd.rst | 360L |
-rw-r--r-- | docs/u2f.txt | 110L |
-rw-r--r-- | docs/user/index.rst | 12L |
-rw-r--r-- | docs/user/main.rst | 247L |
-rw-r--r-- | docs/virtio-balloon-stats.txt | 109L |
-rw-r--r-- | docs/xbzrle.txt | 138L |
-rw-r--r-- | docs/xen-save-devices-state.txt | 33L |
m--------- | dtc @ 85e5d83 | |
-rw-r--r-- | dump/dump-hmp-cmds.c | 88L |
-rw-r--r-- | dump/dump.c | 2058L |
-rw-r--r-- | dump/meson.build | 4L |
-rw-r--r-- | dump/win_dump.c | 386L |
-rw-r--r-- | dump/win_dump.h | 18L |
-rw-r--r-- | ebpf/ebpf_rss-stub.c | 40L |
-rw-r--r-- | ebpf/ebpf_rss.c | 165L |
-rw-r--r-- | ebpf/ebpf_rss.h | 44L |
-rw-r--r-- | ebpf/meson.build | 1L |
-rw-r--r-- | ebpf/rss.bpf.skeleton.h | 431L |
-rw-r--r-- | ebpf/trace-events | 4L |
-rw-r--r-- | ebpf/trace.h | 1L |
-rw-r--r-- | fpu/meson.build | 1L |
-rw-r--r-- | fpu/softfloat-parts-addsub.c.inc | 62L |
-rw-r--r-- | fpu/softfloat-parts.c.inc | 1492L |
-rw-r--r-- | fpu/softfloat-specialize.c.inc | 836L |
-rw-r--r-- | fpu/softfloat.c | 4876L |
-rw-r--r-- | fsdev/9p-iov-marshal.c | 306L |
-rw-r--r-- | fsdev/9p-iov-marshal.h | 18L |
-rw-r--r-- | fsdev/9p-marshal.c | 44L |
-rw-r--r-- | fsdev/9p-marshal.h | 79L |
-rw-r--r-- | fsdev/file-op-9p.h | 160L |
-rw-r--r-- | fsdev/meson.build | 17L |
-rw-r--r-- | fsdev/qemu-fsdev-dummy.c | 21L |
-rw-r--r-- | fsdev/qemu-fsdev-opts.c | 106L |
-rw-r--r-- | fsdev/qemu-fsdev-throttle.c | 120L |
-rw-r--r-- | fsdev/qemu-fsdev-throttle.h | 38L |
-rw-r--r-- | fsdev/qemu-fsdev.c | 193L |
-rw-r--r-- | fsdev/qemu-fsdev.h | 22L |
-rw-r--r-- | fsdev/virtfs-proxy-helper.c | 1161L |
-rw-r--r-- | gdb-xml/aarch64-core.xml | 46L |
-rw-r--r-- | gdb-xml/aarch64-fpu.xml | 86L |
-rw-r--r-- | gdb-xml/arm-core.xml | 31L |
-rw-r--r-- | gdb-xml/arm-m-profile.xml | 27L |
-rw-r--r-- | gdb-xml/arm-neon.xml | 86L |
-rw-r--r-- | gdb-xml/arm-vfp-sysregs.xml | 17L |
-rw-r--r-- | gdb-xml/arm-vfp.xml | 27L |
-rw-r--r-- | gdb-xml/arm-vfp3.xml | 43L |
-rw-r--r-- | gdb-xml/avr-cpu.xml | 49L |
-rw-r--r-- | gdb-xml/cf-core.xml | 29L |
-rw-r--r-- | gdb-xml/cf-fp.xml | 22L |
-rw-r--r-- | gdb-xml/i386-32bit.xml | 192L |
-rw-r--r-- | gdb-xml/i386-64bit.xml | 216L |
-rw-r--r-- | gdb-xml/m68k-core.xml | 29L |
-rw-r--r-- | gdb-xml/m68k-fp.xml | 21L |
-rw-r--r-- | gdb-xml/power-altivec.xml | 57L |
-rw-r--r-- | gdb-xml/power-core.xml | 49L |
-rw-r--r-- | gdb-xml/power-fpu.xml | 44L |
-rw-r--r-- | gdb-xml/power-spe.xml | 45L |
-rw-r--r-- | gdb-xml/power-vsx.xml | 44L |
-rw-r--r-- | gdb-xml/power64-core.xml | 49L |
-rw-r--r-- | gdb-xml/riscv-32bit-cpu.xml | 47L |
-rw-r--r-- | gdb-xml/riscv-32bit-fpu.xml | 50L |
-rw-r--r-- | gdb-xml/riscv-32bit-virtual.xml | 11L |
-rw-r--r-- | gdb-xml/riscv-64bit-cpu.xml | 47L |
-rw-r--r-- | gdb-xml/riscv-64bit-fpu.xml | 56L |
-rw-r--r-- | gdb-xml/riscv-64bit-virtual.xml | 11L |
-rw-r--r-- | gdb-xml/rx-core.xml | 70L |
-rw-r--r-- | gdb-xml/s390-acr.xml | 26L |
-rw-r--r-- | gdb-xml/s390-cr.xml | 26L |
-rw-r--r-- | gdb-xml/s390-fpr.xml | 27L |
-rw-r--r-- | gdb-xml/s390-gs.xml | 14L |
-rw-r--r-- | gdb-xml/s390-virt.xml | 18L |
-rw-r--r-- | gdb-xml/s390-vx.xml | 59L |
-rw-r--r-- | gdb-xml/s390x-core64.xml | 28L |
-rw-r--r-- | gdbstub.c | 3559L |
-rw-r--r-- | gitdm.config | 56L |
-rw-r--r-- | hmp-commands-info.hx | 894L |
-rw-r--r-- | hmp-commands.hx | 1744L |
-rw-r--r-- | hw/9pfs/9p-local.c | 1601L |
-rw-r--r-- | hw/9pfs/9p-local.h | 20L |
-rw-r--r-- | hw/9pfs/9p-posix-acl.c | 161L |
-rw-r--r-- | hw/9pfs/9p-proxy.c | 1243L |
-rw-r--r-- | hw/9pfs/9p-proxy.h | 96L |
-rw-r--r-- | hw/9pfs/9p-synth.c | 641L |
-rw-r--r-- | hw/9pfs/9p-synth.h | 70L |
-rw-r--r-- | hw/9pfs/9p-util.c | 64L |
-rw-r--r-- | hw/9pfs/9p-util.h | 81L |
-rw-r--r-- | hw/9pfs/9p-xattr-user.c | 114L |
-rw-r--r-- | hw/9pfs/9p-xattr.c | 291L |
-rw-r--r-- | hw/9pfs/9p-xattr.h | 75L |
-rw-r--r-- | hw/9pfs/9p.c | 4248L |
-rw-r--r-- | hw/9pfs/9p.h | 482L |
-rw-r--r-- | hw/9pfs/Kconfig | 9L |
-rw-r--r-- | hw/9pfs/codir.c | 360L |
-rw-r--r-- | hw/9pfs/cofile.c | 285L |
-rw-r--r-- | hw/9pfs/cofs.c | 377L |
-rw-r--r-- | hw/9pfs/coth.c | 46L |
-rw-r--r-- | hw/9pfs/coth.h | 113L |
-rw-r--r-- | hw/9pfs/coxattr.c | 114L |
-rw-r--r-- | hw/9pfs/meson.build | 20L |
-rw-r--r-- | hw/9pfs/trace-events | 50L |
-rw-r--r-- | hw/9pfs/trace.h | 1L |
-rw-r--r-- | hw/9pfs/virtio-9p-device.c | 279L |
-rw-r--r-- | hw/9pfs/virtio-9p.h | 20L |
-rw-r--r-- | hw/9pfs/xen-9p-backend.c | 510L |
-rw-r--r-- | hw/9pfs/xen-9pfs.h | 25L |
-rw-r--r-- | hw/Kconfig | 85L |
-rw-r--r-- | hw/acpi/Kconfig | 58L |
-rw-r--r-- | hw/acpi/acpi-cpu-hotplug-stub.c | 50L |
-rw-r--r-- | hw/acpi/acpi-mem-hotplug-stub.c | 35L |
-rw-r--r-- | hw/acpi/acpi-nvdimm-stub.c | 8L |
-rw-r--r-- | hw/acpi/acpi-pci-hotplug-stub.c | 47L |
-rw-r--r-- | hw/acpi/acpi-stub.c | 29L |
-rw-r--r-- | hw/acpi/acpi-x86-stub.c | 14L |
-rw-r--r-- | hw/acpi/acpi_interface.c | 25L |
-rw-r--r-- | hw/acpi/aml-build-stub.c | 93L |
-rw-r--r-- | hw/acpi/aml-build.c | 2350L |
-rw-r--r-- | hw/acpi/bios-linker-loader.c | 351L |
-rw-r--r-- | hw/acpi/core.c | 738L |
-rw-r--r-- | hw/acpi/cpu.c | 711L |
-rw-r--r-- | hw/acpi/cpu_hotplug.c | 333L |
-rw-r--r-- | hw/acpi/generic_event_device.c | 433L |
-rw-r--r-- | hw/acpi/ghes-stub.c | 22L |
-rw-r--r-- | hw/acpi/ghes.c | 460L |
-rw-r--r-- | hw/acpi/hmat.c | 267L |
-rw-r--r-- | hw/acpi/hmat.h | 43L |
-rw-r--r-- | hw/acpi/ich9.c | 577L |
-rw-r--r-- | hw/acpi/ipmi-stub.c | 15L |
-rw-r--r-- | hw/acpi/ipmi.c | 107L |
-rw-r--r-- | hw/acpi/memory_hotplug.c | 730L |
-rw-r--r-- | hw/acpi/meson.build | 32L |
-rw-r--r-- | hw/acpi/nvdimm.c | 1378L |
-rw-r--r-- | hw/acpi/pci.c | 61L |
-rw-r--r-- | hw/acpi/pcihp.c | 540L |
-rw-r--r-- | hw/acpi/piix4.c | 710L |
-rw-r--r-- | hw/acpi/tco.c | 261L |
-rw-r--r-- | hw/acpi/tpm.c | 459L |
-rw-r--r-- | hw/acpi/trace-events | 57L |
-rw-r--r-- | hw/acpi/trace.h | 1L |
-rw-r--r-- | hw/acpi/utils.c | 48L |
-rw-r--r-- | hw/acpi/vmgenid.c | 263L |
-rw-r--r-- | hw/adc/Kconfig | 5L |
-rw-r--r-- | hw/adc/aspeed_adc.c | 427L |
-rw-r--r-- | hw/adc/max111x.c | 236L |
-rw-r--r-- | hw/adc/meson.build | 5L |
-rw-r--r-- | hw/adc/npcm7xx_adc.c | 301L |
-rw-r--r-- | hw/adc/stm32f2xx_adc.c | 308L |
-rw-r--r-- | hw/adc/trace-events | 8L |
-rw-r--r-- | hw/adc/trace.h | 1L |
-rw-r--r-- | hw/adc/zynq-xadc.c | 305L |
-rw-r--r-- | hw/alpha/Kconfig | 11L |
-rw-r--r-- | hw/alpha/alpha_sys.h | 21L |
-rw-r--r-- | hw/alpha/dp264.c | 222L |
-rw-r--r-- | hw/alpha/meson.build | 8L |
-rw-r--r-- | hw/alpha/pci.c | 91L |
-rw-r--r-- | hw/alpha/trace-events | 4L |
-rw-r--r-- | hw/alpha/trace.h | 1L |
-rw-r--r-- | hw/alpha/typhoon.c | 952L |
-rw-r--r-- | hw/arm/Kconfig | 550L |
-rw-r--r-- | hw/arm/allwinner-a10.c | 191L |
-rw-r--r-- | hw/arm/allwinner-h3.c | 457L |
-rw-r--r-- | hw/arm/armsse.c | 1729L |
-rw-r--r-- | hw/arm/armv7m.c | 629L |
-rw-r--r-- | hw/arm/aspeed.c | 1253L |
-rw-r--r-- | hw/arm/aspeed_ast2600.c | 554L |
-rw-r--r-- | hw/arm/aspeed_soc.c | 533L |
-rw-r--r-- | hw/arm/bcm2835_peripherals.c | 415L |
-rw-r--r-- | hw/arm/bcm2836.c | 245L |
-rw-r--r-- | hw/arm/boot.c | 1338L |
-rw-r--r-- | hw/arm/collie.c | 93L |
-rw-r--r-- | hw/arm/cubieboard.c | 114L |
-rw-r--r-- | hw/arm/digic.c | 107L |
-rw-r--r-- | hw/arm/digic_boards.c | 149L |
-rw-r--r-- | hw/arm/exynos4210.c | 513L |
-rw-r--r-- | hw/arm/exynos4_boards.c | 195L |
-rw-r--r-- | hw/arm/fsl-imx25.c | 349L |
-rw-r--r-- | hw/arm/fsl-imx31.c | 253L |
-rw-r--r-- | hw/arm/fsl-imx6.c | 482L |
-rw-r--r-- | hw/arm/fsl-imx6ul.c | 651L |
-rw-r--r-- | hw/arm/fsl-imx7.c | 592L |
-rw-r--r-- | hw/arm/gumstix.c | 147L |
-rw-r--r-- | hw/arm/highbank.c | 459L |
-rw-r--r-- | hw/arm/imx25_pdk.c | 152L |
-rw-r--r-- | hw/arm/integratorcp.c | 744L |
-rw-r--r-- | hw/arm/kzm.c | 142L |
-rw-r--r-- | hw/arm/mainstone.c | 179L |
-rw-r--r-- | hw/arm/mcimx6ul-evk.c | 75L |
-rw-r--r-- | hw/arm/mcimx7d-sabre.c | 75L |
-rw-r--r-- | hw/arm/meson.build | 62L |
-rw-r--r-- | hw/arm/microbit.c | 84L |
-rw-r--r-- | hw/arm/mps2-tz.c | 1448L |
-rw-r--r-- | hw/arm/mps2.c | 564L |
-rw-r--r-- | hw/arm/msf2-soc.c | 266L |
-rw-r--r-- | hw/arm/msf2-som.c | 111L |
-rw-r--r-- | hw/arm/musca.c | 677L |
-rw-r--r-- | hw/arm/musicpal.c | 1756L |
-rw-r--r-- | hw/arm/netduino2.c | 62L |
-rw-r--r-- | hw/arm/netduinoplus2.c | 62L |
-rw-r--r-- | hw/arm/npcm7xx.c | 803L |
-rw-r--r-- | hw/arm/npcm7xx_boards.c | 477L |
-rw-r--r-- | hw/arm/nrf51_soc.c | 243L |
-rw-r--r-- | hw/arm/nseries.c | 1468L |
-rw-r--r-- | hw/arm/omap1.c | 4085L |
-rw-r--r-- | hw/arm/omap2.c | 2714L |
-rw-r--r-- | hw/arm/omap_sx1.c | 257L |
-rw-r--r-- | hw/arm/orangepi.c | 125L |
-rw-r--r-- | hw/arm/palm.c | 320L |
-rw-r--r-- | hw/arm/pxa2xx.c | 2384L |
-rw-r--r-- | hw/arm/pxa2xx_gpio.c | 369L |
-rw-r--r-- | hw/arm/pxa2xx_pic.c | 339L |
-rw-r--r-- | hw/arm/raspi.c | 399L |
-rw-r--r-- | hw/arm/realview.c | 468L |
-rw-r--r-- | hw/arm/sabrelite.c | 115L |
-rw-r--r-- | hw/arm/sbsa-ref.c | 868L |
-rw-r--r-- | hw/arm/smmu-common.c | 569L |
-rw-r--r-- | hw/arm/smmu-internal.h | 112L |
-rw-r--r-- | hw/arm/smmuv3-internal.h | 631L |
-rw-r--r-- | hw/arm/smmuv3.c | 1583L |
-rw-r--r-- | hw/arm/spitz.c | 1279L |
-rw-r--r-- | hw/arm/stellaris.c | 1392L |
-rw-r--r-- | hw/arm/stm32f100_soc.c | 209L |
-rw-r--r-- | hw/arm/stm32f205_soc.c | 230L |
-rw-r--r-- | hw/arm/stm32f405_soc.c | 310L |
-rw-r--r-- | hw/arm/stm32vldiscovery.c | 65L |
-rw-r--r-- | hw/arm/strongarm.c | 1649L |
-rw-r--r-- | hw/arm/strongarm.h | 67L |
-rw-r--r-- | hw/arm/sysbus-fdt.c | 571L |
-rw-r--r-- | hw/arm/tosa.c | 326L |
-rw-r--r-- | hw/arm/trace-events | 55L |
-rw-r--r-- | hw/arm/trace.h | 1L |
-rw-r--r-- | hw/arm/versatilepb.c | 475L |
-rw-r--r-- | hw/arm/vexpress.c | 857L |
-rw-r--r-- | hw/arm/virt-acpi-build.c | 1075L |
-rw-r--r-- | hw/arm/virt.c | 2979L |
-rw-r--r-- | hw/arm/xilinx_zynq.c | 377L |
-rw-r--r-- | hw/arm/xlnx-versal-virt.c | 726L |
-rw-r--r-- | hw/arm/xlnx-versal.c | 510L |
-rw-r--r-- | hw/arm/xlnx-zcu102.c | 302L |
-rw-r--r-- | hw/arm/xlnx-zynqmp.c | 780L |
-rw-r--r-- | hw/arm/z2.c | 355L |
-rw-r--r-- | hw/audio/Kconfig | 52L |
-rw-r--r-- | hw/audio/ac97.c | 1437L |
-rw-r--r-- | hw/audio/adlib.c | 328L |
-rw-r--r-- | hw/audio/cs4231.c | 184L |
-rw-r--r-- | hw/audio/cs4231a.c | 723L |
-rw-r--r-- | hw/audio/es1370.c | 930L |
-rw-r--r-- | hw/audio/fmopl.c | 1211L |
-rw-r--r-- | hw/audio/fmopl.h | 103L |
-rw-r--r-- | hw/audio/gus.c | 323L |
-rw-r--r-- | hw/audio/gusemu.h | 88L |
-rw-r--r-- | hw/audio/gusemu_hal.c | 556L |
-rw-r--r-- | hw/audio/gusemu_mixer.c | 241L |
-rw-r--r-- | hw/audio/gustate.h | 132L |
-rw-r--r-- | hw/audio/hda-codec-common.h | 456L |
-rw-r--r-- | hw/audio/hda-codec.c | 960L |
-rw-r--r-- | hw/audio/intel-hda-defs.h | 717L |
-rw-r--r-- | hw/audio/intel-hda.c | 1331L |
-rw-r--r-- | hw/audio/intel-hda.h | 66L |
-rw-r--r-- | hw/audio/lm4549.c | 336L |
-rw-r--r-- | hw/audio/lm4549.h | 44L |
-rw-r--r-- | hw/audio/marvell_88w8618.c | 313L |
-rw-r--r-- | hw/audio/meson.build | 14L |
-rw-r--r-- | hw/audio/pcspk.c | 263L |
-rw-r--r-- | hw/audio/pl041.c | 660L |
-rw-r--r-- | hw/audio/pl041.h | 135L |
-rw-r--r-- | hw/audio/pl041.hx | 81L |
-rw-r--r-- | hw/audio/sb16.c | 1476L |
-rw-r--r-- | hw/audio/soundhw.c | 177L |
-rw-r--r-- | hw/audio/trace-events | 13L |
-rw-r--r-- | hw/audio/trace.h | 1L |
-rw-r--r-- | hw/audio/via-ac97.c | 93L |
-rw-r--r-- | hw/audio/wm8750.c | 736L |
-rw-r--r-- | hw/avr/Kconfig | 9L |
-rw-r--r-- | hw/avr/arduino.c | 159L |
-rw-r--r-- | hw/avr/atmega.c | 457L |
-rw-r--r-- | hw/avr/atmega.h | 51L |
-rw-r--r-- | hw/avr/boot.c | 116L |
-rw-r--r-- | hw/avr/boot.h | 33L |
-rw-r--r-- | hw/avr/meson.build | 6L |
-rw-r--r-- | hw/block/Kconfig | 46L |
-rw-r--r-- | hw/block/block.c | 238L |
-rw-r--r-- | hw/block/cdrom.c | 155L |
-rw-r--r-- | hw/block/dataplane/meson.build | 2L |
-rw-r--r-- | hw/block/dataplane/trace-events | 5L |
-rw-r--r-- | hw/block/dataplane/trace.h | 1L |
-rw-r--r-- | hw/block/dataplane/virtio-blk.c | 369L |
-rw-r--r-- | hw/block/dataplane/virtio-blk.h | 31L |
-rw-r--r-- | hw/block/dataplane/xen-block.c | 828L |
-rw-r--r-- | hw/block/dataplane/xen-block.h | 30L |
-rw-r--r-- | hw/block/ecc.c | 91L |
-rw-r--r-- | hw/block/fdc-internal.h | 158L |
-rw-r--r-- | hw/block/fdc-isa.c | 320L |
-rw-r--r-- | hw/block/fdc-sysbus.c | 251L |
-rw-r--r-- | hw/block/fdc.c | 2367L |
-rw-r--r-- | hw/block/hd-geometry.c | 163L |
-rw-r--r-- | hw/block/m25p80.c | 1661L |
-rw-r--r-- | hw/block/meson.build | 22L |
-rw-r--r-- | hw/block/nand.c | 814L |
-rw-r--r-- | hw/block/onenand.c | 872L |
-rw-r--r-- | hw/block/pflash_cfi01.c | 1043L |
-rw-r--r-- | hw/block/pflash_cfi02.c | 1031L |
-rw-r--r-- | hw/block/swim.c | 491L |
-rw-r--r-- | hw/block/tc58128.c | 208L |
-rw-r--r-- | hw/block/trace-events | 84L |
-rw-r--r-- | hw/block/trace.h | 1L |
-rw-r--r-- | hw/block/vhost-user-blk.c | 620L |
-rw-r--r-- | hw/block/virtio-blk.c | 1353L |
-rw-r--r-- | hw/block/xen-block.c | 1024L |
-rw-r--r-- | hw/block/xen_blkif.h | 147L |
-rw-r--r-- | hw/char/Kconfig | 73L |
-rw-r--r-- | hw/char/avr_usart.c | 321L |
-rw-r--r-- | hw/char/bcm2835_aux.c | 321L |
-rw-r--r-- | hw/char/cadence_uart.c | 648L |
-rw-r--r-- | hw/char/cmsdk-apb-uart.c | 409L |
-rw-r--r-- | hw/char/debugcon.c | 145L |
-rw-r--r-- | hw/char/digic-uart.c | 203L |
-rw-r--r-- | hw/char/escc.c | 981L |
-rw-r--r-- | hw/char/etraxfs_ser.c | 267L |
-rw-r--r-- | hw/char/exynos4210_uart.c | 738L |
-rw-r--r-- | hw/char/goldfish_tty.c | 285L |
-rw-r--r-- | hw/char/grlib_apbuart.c | 304L |
-rw-r--r-- | hw/char/ibex_uart.c | 569L |
-rw-r--r-- | hw/char/imx_serial.c | 392L |
-rw-r--r-- | hw/char/ipoctal232.c | 608L |
-rw-r--r-- | hw/char/mcf_uart.c | 366L |
-rw-r--r-- | hw/char/mchp_pfsoc_mmuart.c | 163L |
-rw-r--r-- | hw/char/meson.build | 41L |
-rw-r--r-- | hw/char/nrf51_uart.c | 335L |
-rw-r--r-- | hw/char/omap_uart.c | 187L |
-rw-r--r-- | hw/char/parallel-isa.c | 42L |
-rw-r--r-- | hw/char/parallel.c | 669L |
-rw-r--r-- | hw/char/pl011.c | 451L |
-rw-r--r-- | hw/char/renesas_sci.c | 351L |
-rw-r--r-- | hw/char/riscv_htif.c | 260L |
-rw-r--r-- | hw/char/sclpconsole-lm.c | 373L |
-rw-r--r-- | hw/char/sclpconsole.c | 289L |
-rw-r--r-- | hw/char/serial-isa.c | 182L |
-rw-r--r-- | hw/char/serial-pci-multi.c | 222L |
-rw-r--r-- | hw/char/serial-pci.c | 130L |
-rw-r--r-- | hw/char/serial.c | 1127L |
-rw-r--r-- | hw/char/sh_serial.c | 431L |
-rw-r--r-- | hw/char/shakti_uart.c | 186L |
-rw-r--r-- | hw/char/sifive_uart.c | 289L |
-rw-r--r-- | hw/char/spapr_vty.c | 272L |
-rw-r--r-- | hw/char/stm32f2xx_usart.c | 243L |
-rw-r--r-- | hw/char/terminal3270.c | 321L |
-rw-r--r-- | hw/char/trace-events | 103L |
-rw-r--r-- | hw/char/trace.h | 1L |
-rw-r--r-- | hw/char/virtio-console.c | 309L |
-rw-r--r-- | hw/char/virtio-serial-bus.c | 1209L |
-rw-r--r-- | hw/char/xen_console.c | 298L |
-rw-r--r-- | hw/char/xilinx_uartlite.c | 257L |
-rw-r--r-- | hw/core/Kconfig | 29L |
-rw-r--r-- | hw/core/bus.c | 341L |
-rw-r--r-- | hw/core/clock-vmstate.c | 63L |
-rw-r--r-- | hw/core/clock.c | 195L |
-rw-r--r-- | hw/core/cpu-common.c | 313L |
-rw-r--r-- | hw/core/cpu-sysemu.c | 145L |
-rw-r--r-- | hw/core/fw-path-provider.c | 54L |
-rw-r--r-- | hw/core/generic-loader.c | 221L |
-rw-r--r-- | hw/core/guest-loader.c | 144L |
-rw-r--r-- | hw/core/guest-loader.h | 34L |
-rw-r--r-- | hw/core/hotplug.c | 71L |
-rw-r--r-- | hw/core/irq.c | 146L |
-rw-r--r-- | hw/core/loader-fit.c | 335L |
-rw-r--r-- | hw/core/loader.c | 1753L |
-rw-r--r-- | hw/core/machine-hmp-cmds.c | 168L |
-rw-r--r-- | hw/core/machine-qmp-cmds.c | 206L |
-rw-r--r-- | hw/core/machine.c | 1437L |
-rw-r--r-- | hw/core/meson.build | 45L |
-rw-r--r-- | hw/core/nmi.c | 88L |
-rw-r--r-- | hw/core/null-machine.c | 59L |
-rw-r--r-- | hw/core/numa.c | 865L |
-rw-r--r-- | hw/core/or-irq.c | 149L |
-rw-r--r-- | hw/core/platform-bus.c | 230L |
-rw-r--r-- | hw/core/ptimer.c | 486L |
-rw-r--r-- | hw/core/qdev-clock.c | 212L |
-rw-r--r-- | hw/core/qdev-fw.c | 96L |
-rw-r--r-- | hw/core/qdev-prop-internal.h | 28L |
-rw-r--r-- | hw/core/qdev-properties-system.c | 1115L |
-rw-r--r-- | hw/core/qdev-properties.c | 955L |
-rw-r--r-- | hw/core/qdev.c | 1176L |
-rw-r--r-- | hw/core/register.c | 342L |
-rw-r--r-- | hw/core/reset.c | 72L |
-rw-r--r-- | hw/core/resettable.c | 301L |
-rw-r--r-- | hw/core/split-irq.c | 92L |
-rw-r--r-- | hw/core/stream.c | 34L |
-rw-r--r-- | hw/core/sysbus.c | 367L |
-rw-r--r-- | hw/core/trace-events | 37L |
-rw-r--r-- | hw/core/trace.h | 1L |
-rw-r--r-- | hw/core/uboot_image.h | 159L |
-rw-r--r-- | hw/core/vm-change-state-handler.c | 62L |
-rw-r--r-- | hw/core/vmstate-if.c | 23L |
-rw-r--r-- | hw/cpu/Kconfig | 8L |
-rw-r--r-- | hw/cpu/a15mpcore.c | 180L |
-rw-r--r-- | hw/cpu/a9mpcore.c | 194L |
-rw-r--r-- | hw/cpu/arm11mpcore.c | 169L |
-rw-r--r-- | hw/cpu/cluster.c | 100L |
-rw-r--r-- | hw/cpu/core.c | 106L |
-rw-r--r-- | hw/cpu/meson.build | 6L |
-rw-r--r-- | hw/cpu/realview_mpcore.c | 137L |
-rw-r--r-- | hw/cris/Kconfig | 9L |
-rw-r--r-- | hw/cris/axis_dev88.c | 352L |
-rw-r--r-- | hw/cris/boot.c | 102L |
-rw-r--r-- | hw/cris/boot.h | 16L |
-rw-r--r-- | hw/cris/meson.build | 5L |
-rw-r--r-- | hw/display/Kconfig | 136L |
-rw-r--r-- | hw/display/artist.c | 1500L |
-rw-r--r-- | hw/display/ati.c | 1052L |
-rw-r--r-- | hw/display/ati_2d.c | 206L |
-rw-r--r-- | hw/display/ati_dbg.c | 273L |
-rw-r--r-- | hw/display/ati_int.h | 107L |
-rw-r--r-- | hw/display/ati_regs.h | 481L |
-rw-r--r-- | hw/display/bcm2835_fb.c | 470L |
-rw-r--r-- | hw/display/blizzard.c | 1026L |
-rw-r--r-- | hw/display/bochs-display.c | 390L |
-rw-r--r-- | hw/display/cg3.c | 396L |
-rw-r--r-- | hw/display/cirrus_vga.c | 3024L |
-rw-r--r-- | hw/display/cirrus_vga_internal.h | 103L |
-rw-r--r-- | hw/display/cirrus_vga_isa.c | 99L |
-rw-r--r-- | hw/display/cirrus_vga_rop.h | 246L |
-rw-r--r-- | hw/display/cirrus_vga_rop2.h | 284L |
-rw-r--r-- | hw/display/dpcd.c | 165L |
-rw-r--r-- | hw/display/edid-generate.c | 563L |
-rw-r--r-- | hw/display/edid-region.c | 33L |
-rw-r--r-- | hw/display/exynos4210_fimd.c | 1972L |
-rw-r--r-- | hw/display/framebuffer.c | 122L |
-rw-r--r-- | hw/display/framebuffer.h | 65L |
-rw-r--r-- | hw/display/g364fb.c | 554L |
-rw-r--r-- | hw/display/i2c-ddc.c | 129L |
-rw-r--r-- | hw/display/jazz_led.c | 320L |
-rw-r--r-- | hw/display/macfb.c | 810L |
-rw-r--r-- | hw/display/meson.build | 100L |
-rw-r--r-- | hw/display/next-fb.c | 144L |
-rw-r--r-- | hw/display/omap_dss.c | 1093L |
-rw-r--r-- | hw/display/omap_lcdc.c | 508L |
-rw-r--r-- | hw/display/pl110.c | 609L |
-rw-r--r-- | hw/display/pl110_template.h | 301L |
-rw-r--r-- | hw/display/pxa2xx_lcd.c | 1451L |
-rw-r--r-- | hw/display/qxl-logger.c | 274L |
-rw-r--r-- | hw/display/qxl-render.c | 337L |
-rw-r--r-- | hw/display/qxl.c | 2524L |
-rw-r--r-- | hw/display/qxl.h | 177L |
-rw-r--r-- | hw/display/ramfb-standalone.c | 65L |
-rw-r--r-- | hw/display/ramfb.c | 135L |
-rw-r--r-- | hw/display/sii9022.c | 193L |
-rw-r--r-- | hw/display/sm501.c | 2124L |
-rw-r--r-- | hw/display/ssd0303.c | 336L |
-rw-r--r-- | hw/display/ssd0323.c | 388L |
-rw-r--r-- | hw/display/tc6393xb.c | 568L |
-rw-r--r-- | hw/display/tcx.c | 914L |
-rw-r--r-- | hw/display/trace-events | 176L |
-rw-r--r-- | hw/display/trace.h | 1L |
-rw-r--r-- | hw/display/vga-access.h | 49L |
-rw-r--r-- | hw/display/vga-helpers.h | 431L |
-rw-r--r-- | hw/display/vga-isa-mm.c | 114L |
-rw-r--r-- | hw/display/vga-isa.c | 125L |
-rw-r--r-- | hw/display/vga-pci.c | 420L |
-rw-r--r-- | hw/display/vga.c | 2305L |
-rw-r--r-- | hw/display/vga_int.h | 198L |
-rw-r--r-- | hw/display/vga_regs.h | 159L |
-rw-r--r-- | hw/display/vhost-user-gpu-pci.c | 53L |
-rw-r--r-- | hw/display/vhost-user-gpu.c | 608L |
-rw-r--r-- | hw/display/vhost-user-vga.c | 54L |
-rw-r--r-- | hw/display/virtio-gpu-base.c | 290L |
-rw-r--r-- | hw/display/virtio-gpu-gl.c | 171L |
-rw-r--r-- | hw/display/virtio-gpu-pci-gl.c | 58L |
-rw-r--r-- | hw/display/virtio-gpu-pci.c | 102L |
-rw-r--r-- | hw/display/virtio-gpu-udmabuf-stubs.c | 27L |
-rw-r--r-- | hw/display/virtio-gpu-udmabuf.c | 224L |
-rw-r--r-- | hw/display/virtio-gpu-virgl.c | 634L |
-rw-r--r-- | hw/display/virtio-gpu.c | 1459L |
-rw-r--r-- | hw/display/virtio-vga-gl.c | 50L |
-rw-r--r-- | hw/display/virtio-vga.c | 280L |
-rw-r--r-- | hw/display/virtio-vga.h | 29L |
-rw-r--r-- | hw/display/vmware_vga.c | 1366L |
-rw-r--r-- | hw/display/xenfb.c | 987L |
-rw-r--r-- | hw/display/xlnx_dp.c | 1383L |
-rw-r--r-- | hw/dma/Kconfig | 32L |
-rw-r--r-- | hw/dma/bcm2835_dma.c | 410L |
-rw-r--r-- | hw/dma/etraxfs_dma.c | 780L |
-rw-r--r-- | hw/dma/i82374.c | 168L |
-rw-r--r-- | hw/dma/i8257.c | 657L |
-rw-r--r-- | hw/dma/meson.build | 16L |
-rw-r--r-- | hw/dma/omap_dma.c | 2124L |
-rw-r--r-- | hw/dma/pl080.c | 449L |
-rw-r--r-- | hw/dma/pl330.c | 1702L |
-rw-r--r-- | hw/dma/pxa2xx_dma.c | 591L |
-rw-r--r-- | hw/dma/rc4030.c | 754L |
-rw-r--r-- | hw/dma/sifive_pdma.c | 351L |
-rw-r--r-- | hw/dma/soc_dma.c | 361L |
-rw-r--r-- | hw/dma/sparc32_dma.c | 449L |
-rw-r--r-- | hw/dma/trace-events | 46L |
-rw-r--r-- | hw/dma/trace.h | 1L |
-rw-r--r-- | hw/dma/xilinx_axidma.c | 662L |
-rw-r--r-- | hw/dma/xlnx-zdma.c | 847L |
-rw-r--r-- | hw/dma/xlnx-zynq-devcfg.c | 402L |
-rw-r--r-- | hw/dma/xlnx_csu_dma.c | 743L |
-rw-r--r-- | hw/dma/xlnx_dpdma.c | 790L |
-rw-r--r-- | hw/gpio/Kconfig | 15L |
-rw-r--r-- | hw/gpio/aspeed_gpio.c | 996L |
-rw-r--r-- | hw/gpio/bcm2835_gpio.c | 344L |
-rw-r--r-- | hw/gpio/gpio_key.c | 109L |
-rw-r--r-- | hw/gpio/gpio_pwr.c | 70L |
-rw-r--r-- | hw/gpio/imx_gpio.c | 355L |
-rw-r--r-- | hw/gpio/max7310.c | 218L |
-rw-r--r-- | hw/gpio/meson.build | 14L |
-rw-r--r-- | hw/gpio/mpc8xxx.c | 224L |
-rw-r--r-- | hw/gpio/npcm7xx_gpio.c | 424L |
-rw-r--r-- | hw/gpio/nrf51_gpio.c | 318L |
-rw-r--r-- | hw/gpio/omap_gpio.c | 813L |
-rw-r--r-- | hw/gpio/pl061.c | 603L |
-rw-r--r-- | hw/gpio/sifive_gpio.c | 397L |
-rw-r--r-- | hw/gpio/trace-events | 29L |
-rw-r--r-- | hw/gpio/trace.h | 1L |
-rw-r--r-- | hw/gpio/zaurus.c | 305L |
-rw-r--r-- | hw/hppa/Kconfig | 16L |
-rw-r--r-- | hw/hppa/dino.c | 608L |
-rw-r--r-- | hw/hppa/hppa_hardware.h | 51L |
-rw-r--r-- | hw/hppa/hppa_sys.h | 24L |
-rw-r--r-- | hw/hppa/lasi.c | 367L |
-rw-r--r-- | hw/hppa/machine.c | 374L |
-rw-r--r-- | hw/hppa/meson.build | 4L |
-rw-r--r-- | hw/hppa/pci.c | 88L |
-rw-r--r-- | hw/hppa/trace-events | 14L |
-rw-r--r-- | hw/hppa/trace.h | 1L |
-rw-r--r-- | hw/hyperv/Kconfig | 13L |
-rw-r--r-- | hw/hyperv/hyperv.c | 663L |
-rw-r--r-- | hw/hyperv/hyperv_testdev.c | 326L |
-rw-r--r-- | hw/hyperv/meson.build | 3L |
-rw-r--r-- | hw/hyperv/trace-events | 18L |
-rw-r--r-- | hw/hyperv/trace.h | 1L |
-rw-r--r-- | hw/hyperv/vmbus.c | 2785L |
-rw-r--r-- | hw/i2c/Kconfig | 38L |
-rw-r--r-- | hw/i2c/aspeed_i2c.c | 1038L |
-rw-r--r-- | hw/i2c/bitbang_i2c.c | 226L |
-rw-r--r-- | hw/i2c/core.c | 357L |
-rw-r--r-- | hw/i2c/exynos4210_i2c.c | 333L |
-rw-r--r-- | hw/i2c/i2c_mux_pca954x.c | 290L |
-rw-r--r-- | hw/i2c/imx_i2c.c | 333L |
-rw-r--r-- | hw/i2c/meson.build | 19L |
-rw-r--r-- | hw/i2c/microbit_i2c.c | 130L |
-rw-r--r-- | hw/i2c/mpc_i2c.c | 359L |
-rw-r--r-- | hw/i2c/npcm7xx_smbus.c | 1098L |
-rw-r--r-- | hw/i2c/omap_i2c.c | 549L |
-rw-r--r-- | hw/i2c/pm_smbus.c | 497L |
-rw-r--r-- | hw/i2c/pmbus_device.c | 1612L |
-rw-r--r-- | hw/i2c/ppc4xx_i2c.c | 377L |
-rw-r--r-- | hw/i2c/smbus_eeprom.c | 300L |
-rw-r--r-- | hw/i2c/smbus_ich9.c | 155L |
-rw-r--r-- | hw/i2c/smbus_master.c | 164L |
-rw-r--r-- | hw/i2c/smbus_slave.c | 237L |
-rw-r--r-- | hw/i2c/trace-events | 33L |
-rw-r--r-- | hw/i2c/trace.h | 1L |
-rw-r--r-- | hw/i2c/versatile_i2c.c | 112L |
-rw-r--r-- | hw/i386/Kconfig | 138L |
-rw-r--r-- | hw/i386/acpi-build.c | 2864L |
-rw-r--r-- | hw/i386/acpi-build.h | 15L |
-rw-r--r-- | hw/i386/acpi-common.c | 165L |
-rw-r--r-- | hw/i386/acpi-common.h | 15L |
-rw-r--r-- | hw/i386/acpi-microvm.c | 258L |
-rw-r--r-- | hw/i386/acpi-microvm.h | 8L |
-rw-r--r-- | hw/i386/amd_iommu.c | 1664L |
-rw-r--r-- | hw/i386/amd_iommu.h | 372L |
-rw-r--r-- | hw/i386/e820_memory_layout.c | 59L |
-rw-r--r-- | hw/i386/e820_memory_layout.h | 42L |
-rw-r--r-- | hw/i386/fw_cfg.c | 221L |
-rw-r--r-- | hw/i386/fw_cfg.h | 30L |
-rw-r--r-- | hw/i386/generic_event_device_x86.c | 36L |
-rw-r--r-- | hw/i386/intel_iommu.c | 3897L |
-rw-r--r-- | hw/i386/intel_iommu_internal.h | 516L |
-rw-r--r-- | hw/i386/kvm/apic.c | 271L |
-rw-r--r-- | hw/i386/kvm/clock.c | 350L |
-rw-r--r-- | hw/i386/kvm/i8254.c | 337L |
-rw-r--r-- | hw/i386/kvm/i8259.c | 167L |
-rw-r--r-- | hw/i386/kvm/ioapic.c | 165L |
-rw-r--r-- | hw/i386/kvm/meson.build | 8L |
-rw-r--r-- | hw/i386/kvmvapic.c | 871L |
-rw-r--r-- | hw/i386/meson.build | 37L |
-rw-r--r-- | hw/i386/microvm.c | 774L |
-rw-r--r-- | hw/i386/multiboot.c | 409L |
-rw-r--r-- | hw/i386/multiboot.h | 14L |
-rw-r--r-- | hw/i386/pc.c | 1751L |
-rw-r--r-- | hw/i386/pc_piix.c | 950L |
-rw-r--r-- | hw/i386/pc_q35.c | 614L |
-rw-r--r-- | hw/i386/pc_sysfw.c | 263L |
-rw-r--r-- | hw/i386/pc_sysfw_ovmf-stubs.c | 26L |
-rw-r--r-- | hw/i386/pc_sysfw_ovmf.c | 184L |
-rw-r--r-- | hw/i386/port92.c | 127L |
-rw-r--r-- | hw/i386/sgx-epc.c | 184L |
-rw-r--r-- | hw/i386/sgx-stub.c | 26L |
-rw-r--r-- | hw/i386/sgx.c | 170L |
-rw-r--r-- | hw/i386/trace-events | 121L |
-rw-r--r-- | hw/i386/trace.h | 1L |
-rw-r--r-- | hw/i386/vmmouse.c | 326L |
-rw-r--r-- | hw/i386/vmport.c | 313L |
-rw-r--r-- | hw/i386/x86-iommu-stub.c | 43L |
-rw-r--r-- | hw/i386/x86-iommu.c | 177L |
-rw-r--r-- | hw/i386/x86.c | 1398L |
-rw-r--r-- | hw/i386/xen/meson.build | 7L |
-rw-r--r-- | hw/i386/xen/trace-events | 28L |
-rw-r--r-- | hw/i386/xen/trace.h | 1L |
-rw-r--r-- | hw/i386/xen/xen-hvm.c | 1620L |
-rw-r--r-- | hw/i386/xen/xen-mapcache.c | 593L |
-rw-r--r-- | hw/i386/xen/xen_apic.c | 103L |
-rw-r--r-- | hw/i386/xen/xen_platform.c | 519L |
-rw-r--r-- | hw/i386/xen/xen_pvdevice.c | 154L |
-rw-r--r-- | hw/ide/Kconfig | 59L |
-rw-r--r-- | hw/ide/ahci-allwinner.c | 127L |
-rw-r--r-- | hw/ide/ahci.c | 1843L |
-rw-r--r-- | hw/ide/ahci_internal.h | 393L |
-rw-r--r-- | hw/ide/atapi.c | 1377L |
-rw-r--r-- | hw/ide/cmd646.c | 351L |
-rw-r--r-- | hw/ide/core.c | 2942L |
-rw-r--r-- | hw/ide/ich.c | 197L |
-rw-r--r-- | hw/ide/ioport.c | 68L |
-rw-r--r-- | hw/ide/isa.c | 138L |
-rw-r--r-- | hw/ide/macio.c | 513L |
-rw-r--r-- | hw/ide/meson.build | 14L |
-rw-r--r-- | hw/ide/microdrive.c | 643L |
-rw-r--r-- | hw/ide/mmio.c | 189L |
-rw-r--r-- | hw/ide/pci.c | 534L |
-rw-r--r-- | hw/ide/piix.c | 279L |
-rw-r--r-- | hw/ide/qdev.c | 371L |
-rw-r--r-- | hw/ide/sii3112.c | 322L |
-rw-r--r-- | hw/ide/trace-events | 124L |
-rw-r--r-- | hw/ide/trace.h | 1L |
-rw-r--r-- | hw/ide/via.c | 240L |
-rw-r--r-- | hw/input/Kconfig | 48L |
-rw-r--r-- | hw/input/adb-internal.h | 53L |
-rw-r--r-- | hw/input/adb-kbd.c | 408L |
-rw-r--r-- | hw/input/adb-mouse.c | 279L |
-rw-r--r-- | hw/input/adb.c | 324L |
-rw-r--r-- | hw/input/ads7846.c | 186L |
-rw-r--r-- | hw/input/hid.c | 624L |
-rw-r--r-- | hw/input/lasips2.c | 288L |
-rw-r--r-- | hw/input/lm832x.c | 528L |
-rw-r--r-- | hw/input/meson.build | 18L |
-rw-r--r-- | hw/input/pckbd.c | 814L |
-rw-r--r-- | hw/input/pl050.c | 210L |
-rw-r--r-- | hw/input/ps2.c | 1220L |
-rw-r--r-- | hw/input/pxa2xx_keypad.c | 331L |
-rw-r--r-- | hw/input/stellaris_input.c | 93L |
-rw-r--r-- | hw/input/trace-events | 60L |
-rw-r--r-- | hw/input/trace.h | 1L |
-rw-r--r-- | hw/input/tsc2005.c | 559L |
-rw-r--r-- | hw/input/tsc210x.c | 1253L |
-rw-r--r-- | hw/input/vhost-user-input.c | 130L |
-rw-r--r-- | hw/input/virtio-input-hid.c | 522L |
-rw-r--r-- | hw/input/virtio-input-host.c | 260L |
-rw-r--r-- | hw/input/virtio-input.c | 343L |
-rw-r--r-- | hw/intc/Kconfig | 75L |
-rw-r--r-- | hw/intc/allwinner-a10-pic.c | 215L |
-rw-r--r-- | hw/intc/apic.c | 928L |
-rw-r--r-- | hw/intc/apic_common.c | 497L |
-rw-r--r-- | hw/intc/arm_gic.c | 2146L |
-rw-r--r-- | hw/intc/arm_gic_common.c | 394L |
-rw-r--r-- | hw/intc/arm_gic_kvm.c | 619L |
-rw-r--r-- | hw/intc/arm_gicv2m.c | 200L |
-rw-r--r-- | hw/intc/arm_gicv3.c | 428L |
-rw-r--r-- | hw/intc/arm_gicv3_common.c | 547L |
-rw-r--r-- | hw/intc/arm_gicv3_cpuif.c | 2700L |
-rw-r--r-- | hw/intc/arm_gicv3_dist.c | 914L |
-rw-r--r-- | hw/intc/arm_gicv3_its.c | 1322L |
-rw-r--r-- | hw/intc/arm_gicv3_its_common.c | 161L |
-rw-r--r-- | hw/intc/arm_gicv3_its_kvm.c | 266L |
-rw-r--r-- | hw/intc/arm_gicv3_kvm.c | 904L |
-rw-r--r-- | hw/intc/arm_gicv3_redist.c | 728L |
-rw-r--r-- | hw/intc/armv7m_nvic.c | 2735L |
-rw-r--r-- | hw/intc/aspeed_vic.c | 363L |
-rw-r--r-- | hw/intc/bcm2835_ic.c | 243L |
-rw-r--r-- | hw/intc/bcm2836_control.c | 408L |
-rw-r--r-- | hw/intc/etraxfs_pic.c | 172L |
-rw-r--r-- | hw/intc/exynos4210_combiner.c | 461L |
-rw-r--r-- | hw/intc/exynos4210_gic.c | 482L |
-rw-r--r-- | hw/intc/gic_internal.h | 322L |
-rw-r--r-- | hw/intc/gicv3_internal.h | 581L |
-rw-r--r-- | hw/intc/goldfish_pic.c | 219L |
-rw-r--r-- | hw/intc/grlib_irqmp.c | 362L |
-rw-r--r-- | hw/intc/heathrow_pic.c | 210L |
-rw-r--r-- | hw/intc/i8259.c | 466L |
-rw-r--r-- | hw/intc/i8259_common.c | 219L |
-rw-r--r-- | hw/intc/ibex_plic.c | 307L |
-rw-r--r-- | hw/intc/imx_avic.c | 366L |
-rw-r--r-- | hw/intc/imx_gpcv2.c | 126L |
-rw-r--r-- | hw/intc/intc.c | 41L |
-rw-r--r-- | hw/intc/ioapic.c | 513L |
-rw-r--r-- | hw/intc/ioapic_common.c | 224L |
-rw-r--r-- | hw/intc/loongson_liointc.c | 249L |
-rw-r--r-- | hw/intc/m68k_irqc.c | 119L |
-rw-r--r-- | hw/intc/meson.build | 60L |
-rw-r--r-- | hw/intc/mips_gic.c | 468L |
-rw-r--r-- | hw/intc/omap_intc.c | 690L |
-rw-r--r-- | hw/intc/ompic.c | 181L |
-rw-r--r-- | hw/intc/openpic.c | 1645L |
-rw-r--r-- | hw/intc/openpic_kvm.c | 294L |
-rw-r--r-- | hw/intc/pl190.c | 297L |
-rw-r--r-- | hw/intc/pnv_xive.c | 1987L |
-rw-r--r-- | hw/intc/pnv_xive_regs.h | 248L |
-rw-r--r-- | hw/intc/ppc-uic.c | 321L |
-rw-r--r-- | hw/intc/realview_gic.c | 86L |
-rw-r--r-- | hw/intc/riscv_aclint.c | 460L |
-rw-r--r-- | hw/intc/rx_icu.c | 395L |
-rw-r--r-- | hw/intc/s390_flic.c | 503L |
-rw-r--r-- | hw/intc/s390_flic_kvm.c | 679L |
-rw-r--r-- | hw/intc/sh_intc.c | 514L |
-rw-r--r-- | hw/intc/sifive_plic.c | 562L |
-rw-r--r-- | hw/intc/slavio_intctl.c | 475L |
-rw-r--r-- | hw/intc/spapr_xive.c | 1830L |
-rw-r--r-- | hw/intc/spapr_xive_kvm.c | 875L |
-rw-r--r-- | hw/intc/trace-events | 240L |
-rw-r--r-- | hw/intc/trace.h | 1L |
-rw-r--r-- | hw/intc/vgic_common.h | 35L |
-rw-r--r-- | hw/intc/xics.c | 751L |
-rw-r--r-- | hw/intc/xics_kvm.c | 509L |
-rw-r--r-- | hw/intc/xics_pnv.c | 202L |
-rw-r--r-- | hw/intc/xics_spapr.c | 476L |
-rw-r--r-- | hw/intc/xilinx_intc.c | 206L |
-rw-r--r-- | hw/intc/xive.c | 1983L |
-rw-r--r-- | hw/intc/xlnx-pmu-iomod-intc.c | 558L |
-rw-r--r-- | hw/intc/xlnx-zynqmp-ipi.c | 380L |
-rw-r--r-- | hw/ipack/Kconfig | 4L |
-rw-r--r-- | hw/ipack/ipack.c | 123L |
-rw-r--r-- | hw/ipack/meson.build | 1L |
-rw-r--r-- | hw/ipack/tpci200.c | 664L |
-rw-r--r-- | hw/ipmi/Kconfig | 37L |
-rw-r--r-- | hw/ipmi/ipmi.c | 138L |
-rw-r--r-- | hw/ipmi/ipmi_bmc_extern.c | 548L |
-rw-r--r-- | hw/ipmi/ipmi_bmc_sim.c | 2232L |
-rw-r--r-- | hw/ipmi/ipmi_bt.c | 437L |
-rw-r--r-- | hw/ipmi/ipmi_kcs.c | 423L |
-rw-r--r-- | hw/ipmi/isa_ipmi_bt.c | 173L |
-rw-r--r-- | hw/ipmi/isa_ipmi_kcs.c | 180L |
-rw-r--r-- | hw/ipmi/meson.build | 11L |
-rw-r--r-- | hw/ipmi/pci_ipmi_bt.c | 148L |
-rw-r--r-- | hw/ipmi/pci_ipmi_kcs.c | 148L |
-rw-r--r-- | hw/ipmi/smbus_ipmi.c | 385L |
-rw-r--r-- | hw/isa/Kconfig | 72L |
-rw-r--r-- | hw/isa/apm.c | 97L |
-rw-r--r-- | hw/isa/i82378.c | 151L |
-rw-r--r-- | hw/isa/isa-bus.c | 309L |
-rw-r--r-- | hw/isa/isa-superio.c | 212L |
-rw-r--r-- | hw/isa/lpc_ich9.c | 857L |
-rw-r--r-- | hw/isa/meson.build | 11L |
-rw-r--r-- | hw/isa/pc87312.c | 387L |
-rw-r--r-- | hw/isa/piix3.c | 395L |
-rw-r--r-- | hw/isa/piix4.c | 275L |
-rw-r--r-- | hw/isa/smc37c669-superio.c | 116L |
-rw-r--r-- | hw/isa/trace-events | 23L |
-rw-r--r-- | hw/isa/trace.h | 1L |
-rw-r--r-- | hw/isa/vt82c686.c | 755L |
-rw-r--r-- | hw/m68k/Kconfig | 34L |
-rw-r--r-- | hw/m68k/an5206.c | 102L |
-rw-r--r-- | hw/m68k/bootinfo.h | 59L |
-rw-r--r-- | hw/m68k/mcf5206.c | 629L |
-rw-r--r-- | hw/m68k/mcf5208.c | 363L |
-rw-r--r-- | hw/m68k/mcf_intc.c | 217L |
-rw-r--r-- | hw/m68k/meson.build | 8L |
-rw-r--r-- | hw/m68k/next-cube.c | 1056L |
-rw-r--r-- | hw/m68k/next-kbd.c | 289L |
-rw-r--r-- | hw/m68k/q800.c | 552L |
-rw-r--r-- | hw/m68k/virt.c | 310L |
-rw-r--r-- | hw/mem/Kconfig | 10L |
-rw-r--r-- | hw/mem/memory-device.c | 346L |
-rw-r--r-- | hw/mem/meson.build | 9L |
-rw-r--r-- | hw/mem/npcm7xx_mc.c | 84L |
-rw-r--r-- | hw/mem/nvdimm.c | 266L |
-rw-r--r-- | hw/mem/pc-dimm.c | 300L |
-rw-r--r-- | hw/mem/sparse-mem.c | 150L |
-rw-r--r-- | hw/mem/trace-events | 8L |
-rw-r--r-- | hw/mem/trace.h | 1L |
-rw-r--r-- | hw/meson.build | 66L |
-rw-r--r-- | hw/microblaze/Kconfig | 21L |
-rw-r--r-- | hw/microblaze/boot.c | 216L |
-rw-r--r-- | hw/microblaze/boot.h | 11L |
-rw-r--r-- | hw/microblaze/meson.build | 7L |
-rw-r--r-- | hw/microblaze/petalogix_ml605_mmu.c | 220L |
-rw-r--r-- | hw/microblaze/petalogix_s3adsp1800_mmu.c | 138L |
-rw-r--r-- | hw/microblaze/xlnx-zynqmp-pmu.c | 187L |
-rw-r--r-- | hw/mips/Kconfig | 61L |
-rw-r--r-- | hw/mips/bootloader.c | 200L |
-rw-r--r-- | hw/mips/boston.c | 527L |
-rw-r--r-- | hw/mips/cps.c | 210L |
-rw-r--r-- | hw/mips/fuloong2e.c | 350L |
-rw-r--r-- | hw/mips/fw_cfg.c | 35L |
-rw-r--r-- | hw/mips/fw_cfg.h | 19L |
-rw-r--r-- | hw/mips/gt64xxx_pci.c | 1300L |
-rw-r--r-- | hw/mips/jazz.c | 441L |
-rw-r--r-- | hw/mips/loongson3_bootp.c | 151L |
-rw-r--r-- | hw/mips/loongson3_bootp.h | 236L |
-rw-r--r-- | hw/mips/loongson3_virt.c | 634L |
-rw-r--r-- | hw/mips/malta.c | 1464L |
-rw-r--r-- | hw/mips/meson.build | 15L |
-rw-r--r-- | hw/mips/mips_int.c | 88L |
-rw-r--r-- | hw/mips/mipssim.c | 246L |
-rw-r--r-- | hw/mips/trace-events | 6L |
-rw-r--r-- | hw/mips/trace.h | 1L |
-rw-r--r-- | hw/misc/Kconfig | 174L |
-rw-r--r-- | hw/misc/a9scu.c | 153L |
-rw-r--r-- | hw/misc/allwinner-cpucfg.c | 282L |
-rw-r--r-- | hw/misc/allwinner-h3-ccu.c | 242L |
-rw-r--r-- | hw/misc/allwinner-h3-dramc.c | 358L |
-rw-r--r-- | hw/misc/allwinner-h3-sysctrl.c | 140L |
-rw-r--r-- | hw/misc/allwinner-sid.c | 169L |
-rw-r--r-- | hw/misc/applesmc.c | 562L |
-rw-r--r-- | hw/misc/arm11scu.c | 104L |
-rw-r--r-- | hw/misc/arm_integrator_debug.c | 100L |
-rw-r--r-- | hw/misc/arm_l2x0.c | 203L |
-rw-r--r-- | hw/misc/arm_sysctl.c | 662L |
-rw-r--r-- | hw/misc/armsse-cpu-pwrctrl.c | 149L |
-rw-r--r-- | hw/misc/armsse-cpuid.c | 135L |
-rw-r--r-- | hw/misc/armsse-mhu.c | 200L |
-rw-r--r-- | hw/misc/armv7m_ras.c | 93L |
-rw-r--r-- | hw/misc/aspeed_hace.c | 389L |
-rw-r--r-- | hw/misc/aspeed_lpc.c | 486L |
-rw-r--r-- | hw/misc/aspeed_scu.c | 740L |
-rw-r--r-- | hw/misc/aspeed_sdmc.c | 522L |
-rw-r--r-- | hw/misc/aspeed_xdma.c | 245L |
-rw-r--r-- | hw/misc/auxbus.c | 337L |
-rw-r--r-- | hw/misc/avr_power.c | 113L |
-rw-r--r-- | hw/misc/bcm2835_cprman.c | 813L |
-rw-r--r-- | hw/misc/bcm2835_mbox.c | 340L |
-rw-r--r-- | hw/misc/bcm2835_mphi.c | 191L |
-rw-r--r-- | hw/misc/bcm2835_powermgt.c | 160L |
-rw-r--r-- | hw/misc/bcm2835_property.c | 436L |
-rw-r--r-- | hw/misc/bcm2835_rng.c | 147L |
-rw-r--r-- | hw/misc/bcm2835_thermal.c | 135L |
-rw-r--r-- | hw/misc/cbus.c | 619L |
-rw-r--r-- | hw/misc/debugexit.c | 84L |
-rw-r--r-- | hw/misc/eccmemctl.c | 357L |
-rw-r--r-- | hw/misc/edu.c | 442L |
-rw-r--r-- | hw/misc/empty_slot.c | 109L |
-rw-r--r-- | hw/misc/exynos4210_clk.c | 166L |
-rw-r--r-- | hw/misc/exynos4210_pmu.c | 522L |
-rw-r--r-- | hw/misc/exynos4210_rng.c | 277L |
-rw-r--r-- | hw/misc/grlib_ahb_apb_pnp.c | 301L |
-rw-r--r-- | hw/misc/imx25_ccm.c | 320L |
-rw-r--r-- | hw/misc/imx31_ccm.c | 347L |
-rw-r--r-- | hw/misc/imx6_ccm.c | 783L |
-rw-r--r-- | hw/misc/imx6_src.c | 311L |
-rw-r--r-- | hw/misc/imx6ul_ccm.c | 938L |
-rw-r--r-- | hw/misc/imx7_ccm.c | 287L |
-rw-r--r-- | hw/misc/imx7_gpr.c | 124L |
-rw-r--r-- | hw/misc/imx7_snvs.c | 83L |
-rw-r--r-- | hw/misc/imx_ccm.c | 86L |
-rw-r--r-- | hw/misc/imx_rngc.c | 277L |
-rw-r--r-- | hw/misc/iotkit-secctl.c | 845L |
-rw-r--r-- | hw/misc/iotkit-sysctl.c | 872L |
-rw-r--r-- | hw/misc/iotkit-sysinfo.c | 187L |
-rw-r--r-- | hw/misc/ivshmem.c | 1135L |
-rw-r--r-- | hw/misc/led.c | 161L |
-rw-r--r-- | hw/misc/mac_via.c | 1198L |
-rw-r--r-- | hw/misc/macio/Kconfig | 11L |
-rw-r--r-- | hw/misc/macio/cuda.c | 629L |
-rw-r--r-- | hw/misc/macio/gpio.c | 219L |
-rw-r--r-- | hw/misc/macio/mac_dbdma.c | 940L |
-rw-r--r-- | hw/misc/macio/macio.c | 504L |
-rw-r--r-- | hw/misc/macio/meson.build | 8L |
-rw-r--r-- | hw/misc/macio/pmu.c | 870L |
-rw-r--r-- | hw/misc/macio/trace-events | 42L |
-rw-r--r-- | hw/misc/macio/trace.h | 1L |
-rw-r--r-- | hw/misc/mchp_pfsoc_dmc.c | 215L |
-rw-r--r-- | hw/misc/mchp_pfsoc_ioscb.c | 241L |
-rw-r--r-- | hw/misc/mchp_pfsoc_sysreg.c | 98L |
-rw-r--r-- | hw/misc/meson.build | 128L |
-rw-r--r-- | hw/misc/mips_cmgcr.c | 255L |
-rw-r--r-- | hw/misc/mips_cpc.c | 195L |
-rw-r--r-- | hw/misc/mips_itu.c | 581L |
-rw-r--r-- | hw/misc/mos6522.c | 541L |
-rw-r--r-- | hw/misc/mps2-fpgaio.c | 355L |
-rw-r--r-- | hw/misc/mps2-scc.c | 396L |
-rw-r--r-- | hw/misc/msf2-sysreg.c | 163L |
-rw-r--r-- | hw/misc/mst_fpga.c | 269L |
-rw-r--r-- | hw/misc/npcm7xx_clk.c | 1095L |
-rw-r--r-- | hw/misc/npcm7xx_gcr.c | 269L |
-rw-r--r-- | hw/misc/npcm7xx_mft.c | 540L |
-rw-r--r-- | hw/misc/npcm7xx_pwm.c | 569L |
-rw-r--r-- | hw/misc/npcm7xx_rng.c | 180L |
-rw-r--r-- | hw/misc/nrf51_rng.c | 266L |
-rw-r--r-- | hw/misc/omap_clk.c | 1267L |
-rw-r--r-- | hw/misc/omap_gpmc.c | 898L |
-rw-r--r-- | hw/misc/omap_l4.c | 163L |
-rw-r--r-- | hw/misc/omap_sdrc.c | 168L |
-rw-r--r-- | hw/misc/omap_tap.c | 118L |
-rw-r--r-- | hw/misc/pc-testdev.c | 216L |
-rw-r--r-- | hw/misc/pca9552.c | 437L |
-rw-r--r-- | hw/misc/pci-testdev.c | 361L |
-rw-r--r-- | hw/misc/pvpanic-isa.c | 93L |
-rw-r--r-- | hw/misc/pvpanic-pci.c | 93L |
-rw-r--r-- | hw/misc/pvpanic.c | 70L |
-rw-r--r-- | hw/misc/sbsa_ec.c | 98L |
-rw-r--r-- | hw/misc/sga.c | 69L |
-rw-r--r-- | hw/misc/sifive_e_prci.c | 124L |
-rw-r--r-- | hw/misc/sifive_test.c | 99L |
-rw-r--r-- | hw/misc/sifive_u_otp.c | 297L |
-rw-r--r-- | hw/misc/sifive_u_prci.c | 169L |
-rw-r--r-- | hw/misc/slavio_misc.c | 515L |
-rw-r--r-- | hw/misc/stm32f2xx_syscfg.c | 161L |
-rw-r--r-- | hw/misc/stm32f4xx_exti.c | 188L |
-rw-r--r-- | hw/misc/stm32f4xx_syscfg.c | 171L |
-rw-r--r-- | hw/misc/trace-events | 254L |
-rw-r--r-- | hw/misc/trace.h | 1L |
-rw-r--r-- | hw/misc/tz-mpc.c | 636L |
-rw-r--r-- | hw/misc/tz-msc.c | 312L |
-rw-r--r-- | hw/misc/tz-ppc.c | 352L |
-rw-r--r-- | hw/misc/unimp.c | 99L |
-rw-r--r-- | hw/misc/virt_ctrl.c | 150L |
-rw-r--r-- | hw/misc/vmcoreinfo.c | 108L |
-rw-r--r-- | hw/misc/xlnx-versal-xramc.c | 253L |
-rw-r--r-- | hw/misc/zynq_slcr.c | 637L |
-rw-r--r-- | hw/net/Kconfig | 155L |
-rw-r--r-- | hw/net/allwinner-sun8i-emac.c | 887L |
-rw-r--r-- | hw/net/allwinner_emac.c | 540L |
-rw-r--r-- | hw/net/cadence_gem.c | 1720L |
-rw-r--r-- | hw/net/can/can_kvaser_pci.c | 324L |
-rw-r--r-- | hw/net/can/can_mioe3680_pci.c | 267L |
-rw-r--r-- | hw/net/can/can_pcm3680_pci.c | 268L |
-rw-r--r-- | hw/net/can/can_sja1000.c | 988L |
-rw-r--r-- | hw/net/can/can_sja1000.h | 147L |
-rw-r--r-- | hw/net/can/ctu_can_fd_frame.h | 189L |
-rw-r--r-- | hw/net/can/ctu_can_fd_regs.h | 971L |
-rw-r--r-- | hw/net/can/ctucan_core.c | 687L |
-rw-r--r-- | hw/net/can/ctucan_core.h | 126L |
-rw-r--r-- | hw/net/can/ctucan_pci.c | 281L |
-rw-r--r-- | hw/net/can/meson.build | 7L |
-rw-r--r-- | hw/net/can/trace-events | 9L |
-rw-r--r-- | hw/net/can/trace.h | 1L |
-rw-r--r-- | hw/net/can/xlnx-zynqmp-can.c | 1160L |
-rw-r--r-- | hw/net/dp8393x.c | 996L |
-rw-r--r-- | hw/net/e1000.c | 1849L |
-rw-r--r-- | hw/net/e1000_regs.h | 1250L |
-rw-r--r-- | hw/net/e1000e.c | 735L |
-rw-r--r-- | hw/net/e1000e_core.c | 3507L |
-rw-r--r-- | hw/net/e1000e_core.h | 158L |
-rw-r--r-- | hw/net/e1000x_common.c | 267L |
-rw-r--r-- | hw/net/e1000x_common.h | 216L |
-rw-r--r-- | hw/net/eepro100.c | 2097L |
-rw-r--r-- | hw/net/etraxfs_eth.c | 688L |
-rw-r--r-- | hw/net/fsl_etsec/etsec.c | 469L |
-rw-r--r-- | hw/net/fsl_etsec/etsec.h | 178L |
-rw-r--r-- | hw/net/fsl_etsec/miim.c | 147L |
-rw-r--r-- | hw/net/fsl_etsec/registers.c | 296L |
-rw-r--r-- | hw/net/fsl_etsec/registers.h | 329L |
-rw-r--r-- | hw/net/fsl_etsec/rings.c | 652L |
-rw-r--r-- | hw/net/ftgmac100.c | 1344L |
-rw-r--r-- | hw/net/i82596.c | 754L |
-rw-r--r-- | hw/net/i82596.h | 55L |
-rw-r--r-- | hw/net/imx_fec.c | 1370L |
-rw-r--r-- | hw/net/lan9118.c | 1417L |
-rw-r--r-- | hw/net/lance.c | 172L |
-rw-r--r-- | hw/net/lasi_i82596.c | 189L |
-rw-r--r-- | hw/net/mcf_fec.c | 692L |
-rw-r--r-- | hw/net/meson.build | 67L |
-rw-r--r-- | hw/net/mipsnet.c | 297L |
-rw-r--r-- | hw/net/msf2-emac.c | 588L |
-rw-r--r-- | hw/net/ne2000-isa.c | 152L |
-rw-r--r-- | hw/net/ne2000-pci.c | 136L |
-rw-r--r-- | hw/net/ne2000.c | 700L |
-rw-r--r-- | hw/net/ne2000.h | 42L |
-rw-r--r-- | hw/net/net_rx_pkt.c | 643L |
-rw-r--r-- | hw/net/net_rx_pkt.h | 367L |
-rw-r--r-- | hw/net/net_tx_pkt.c | 674L |
-rw-r--r-- | hw/net/net_tx_pkt.h | 204L |
-rw-r--r-- | hw/net/npcm7xx_emc.c | 859L |
-rw-r--r-- | hw/net/opencores_eth.c | 773L |
-rw-r--r-- | hw/net/pcnet-pci.c | 295L |
-rw-r--r-- | hw/net/pcnet.c | 1752L |
-rw-r--r-- | hw/net/pcnet.h | 68L |
-rw-r--r-- | hw/net/rocker/qmp-norocker.c | 51L |
-rw-r--r-- | hw/net/rocker/rocker.c | 1535L |
-rw-r--r-- | hw/net/rocker/rocker.h | 84L |
-rw-r--r-- | hw/net/rocker/rocker_desc.c | 361L |
-rw-r--r-- | hw/net/rocker/rocker_desc.h | 52L |
-rw-r--r-- | hw/net/rocker/rocker_fp.c | 267L |
-rw-r--r-- | hw/net/rocker/rocker_fp.h | 54L |
-rw-r--r-- | hw/net/rocker/rocker_hw.h | 493L |
-rw-r--r-- | hw/net/rocker/rocker_of_dpa.c | 2597L |
-rw-r--r-- | hw/net/rocker/rocker_of_dpa.h | 22L |
-rw-r--r-- | hw/net/rocker/rocker_tlv.h | 244L |
-rw-r--r-- | hw/net/rocker/rocker_world.c | 100L |
-rw-r--r-- | hw/net/rocker/rocker_world.h | 61L |
-rw-r--r-- | hw/net/rtl8139.c | 3460L |
-rw-r--r-- | hw/net/smc91c111.c | 834L |
-rw-r--r-- | hw/net/spapr_llan.c | 885L |
-rw-r--r-- | hw/net/stellaris_enet.c | 526L |
-rw-r--r-- | hw/net/sungem.c | 1454L |
-rw-r--r-- | hw/net/sunhme.c | 983L |
-rw-r--r-- | hw/net/trace-events | 455L |
-rw-r--r-- | hw/net/trace.h | 1L |
-rw-r--r-- | hw/net/tulip.c | 1047L |
-rw-r--r-- | hw/net/tulip.h | 268L |
-rw-r--r-- | hw/net/vhost_net-stub.c | 103L |
-rw-r--r-- | hw/net/vhost_net.c | 487L |
-rw-r--r-- | hw/net/virtio-net.c | 3694L |
-rw-r--r-- | hw/net/vmware_utils.h | 153L |
-rw-r--r-- | hw/net/vmxnet3.c | 2548L |
-rw-r--r-- | hw/net/vmxnet3.h | 807L |
-rw-r--r-- | hw/net/vmxnet3_defs.h | 140L |
-rw-r--r-- | hw/net/vmxnet_debug.h | 145L |
-rw-r--r-- | hw/net/xen_nic.c | 411L |
-rw-r--r-- | hw/net/xgmac.c | 442L |
-rw-r--r-- | hw/net/xilinx_axienet.c | 1072L |
-rw-r--r-- | hw/net/xilinx_ethlite.c | 282L |
-rw-r--r-- | hw/nios2/10m50_devboard.c | 115L |
-rw-r--r-- | hw/nios2/Kconfig | 12L |
-rw-r--r-- | hw/nios2/boot.c | 229L |
-rw-r--r-- | hw/nios2/boot.h | 10L |
-rw-r--r-- | hw/nios2/generic_nommu.c | 101L |
-rw-r--r-- | hw/nios2/meson.build | 6L |
-rw-r--r-- | hw/nubus/Kconfig | 2L |
-rw-r--r-- | hw/nubus/mac-nubus-bridge.c | 63L |
-rw-r--r-- | hw/nubus/meson.build | 7L |
-rw-r--r-- | hw/nubus/nubus-bridge.c | 53L |
-rw-r--r-- | hw/nubus/nubus-bus.c | 188L |
-rw-r--r-- | hw/nubus/nubus-device.c | 120L |
-rw-r--r-- | hw/nubus/trace-events | 7L |
-rw-r--r-- | hw/nubus/trace.h | 1L |
-rw-r--r-- | hw/nvme/Kconfig | 4L |
-rw-r--r-- | hw/nvme/ctrl.c | 6726L |
-rw-r--r-- | hw/nvme/dif.c | 509L |
-rw-r--r-- | hw/nvme/meson.build | 1L |
-rw-r--r-- | hw/nvme/ns.c | 601L |
-rw-r--r-- | hw/nvme/nvme.h | 556L |
-rw-r--r-- | hw/nvme/subsys.c | 88L |
-rw-r--r-- | hw/nvme/trace-events | 200L |
-rw-r--r-- | hw/nvme/trace.h | 1L |
-rw-r--r-- | hw/nvram/Kconfig | 36L |
-rw-r--r-- | hw/nvram/chrp_nvram.c | 102L |
-rw-r--r-- | hw/nvram/ds1225y.c | 172L |
-rw-r--r-- | hw/nvram/eeprom93xx.c | 342L |
-rw-r--r-- | hw/nvram/eeprom_at24c.c | 207L |
-rw-r--r-- | hw/nvram/fw_cfg-interface.c | 23L |
-rw-r--r-- | hw/nvram/fw_cfg.c | 1395L |
-rw-r--r-- | hw/nvram/mac_nvram.c | 185L |
-rw-r--r-- | hw/nvram/meson.build | 21L |
-rw-r--r-- | hw/nvram/npcm7xx_otp.c | 440L |
-rw-r--r-- | hw/nvram/nrf51_nvm.c | 400L |
-rw-r--r-- | hw/nvram/spapr_nvram.c | 290L |
-rw-r--r-- | hw/nvram/trace-events | 19L |
-rw-r--r-- | hw/nvram/trace.h | 1L |
-rw-r--r-- | hw/nvram/xlnx-bbram.c | 545L |
-rw-r--r-- | hw/nvram/xlnx-efuse-crc.c | 119L |
-rw-r--r-- | hw/nvram/xlnx-efuse.c | 280L |
-rw-r--r-- | hw/nvram/xlnx-versal-efuse-cache.c | 114L |
-rw-r--r-- | hw/nvram/xlnx-versal-efuse-ctrl.c | 783L |
-rw-r--r-- | hw/nvram/xlnx-zynqmp-efuse.c | 855L |
-rw-r--r-- | hw/openrisc/Kconfig | 6L |
-rw-r--r-- | hw/openrisc/cputimer.c | 145L |
-rw-r--r-- | hw/openrisc/meson.build | 5L |
-rw-r--r-- | hw/openrisc/openrisc_sim.c | 195L |
-rw-r--r-- | hw/pci-bridge/Kconfig | 29L |
-rw-r--r-- | hw/pci-bridge/dec.c | 164L |
-rw-r--r-- | hw/pci-bridge/dec.h | 9L |
-rw-r--r-- | hw/pci-bridge/gen_pcie_root_port.c | 178L |
-rw-r--r-- | hw/pci-bridge/i82801b11.c | 122L |
-rw-r--r-- | hw/pci-bridge/ioh3420.c | 130L |
-rw-r--r-- | hw/pci-bridge/meson.build | 14L |
-rw-r--r-- | hw/pci-bridge/pci_bridge_dev.c | 308L |
-rw-r--r-- | hw/pci-bridge/pci_expander_bridge.c | 385L |
-rw-r--r-- | hw/pci-bridge/pcie_pci_bridge.c | 180L |
-rw-r--r-- | hw/pci-bridge/pcie_root_port.c | 198L |
-rw-r--r-- | hw/pci-bridge/simba.c | 102L |
-rw-r--r-- | hw/pci-bridge/xio3130_downstream.c | 190L |
-rw-r--r-- | hw/pci-bridge/xio3130_upstream.c | 159L |
-rw-r--r-- | hw/pci-host/Kconfig | 79L |
-rw-r--r-- | hw/pci-host/bonito.c | 819L |
-rw-r--r-- | hw/pci-host/designware.c | 773L |
-rw-r--r-- | hw/pci-host/gpex-acpi.c | 269L |
-rw-r--r-- | hw/pci-host/gpex.c | 240L |
-rw-r--r-- | hw/pci-host/grackle.c | 176L |
-rw-r--r-- | hw/pci-host/i440fx.c | 412L |
-rw-r--r-- | hw/pci-host/meson.build | 36L |
-rw-r--r-- | hw/pci-host/mv64361.c | 950L |
-rw-r--r-- | hw/pci-host/mv643xx.h | 918L |
-rw-r--r-- | hw/pci-host/pam.c | 70L |
-rw-r--r-- | hw/pci-host/pnv_phb3.c | 1186L |
-rw-r--r-- | hw/pci-host/pnv_phb3_msi.c | 348L |
-rw-r--r-- | hw/pci-host/pnv_phb3_pbcq.c | 358L |
-rw-r--r-- | hw/pci-host/pnv_phb4.c | 1437L |
-rw-r--r-- | hw/pci-host/pnv_phb4_pec.c | 593L |
-rw-r--r-- | hw/pci-host/ppce500.c | 547L |
-rw-r--r-- | hw/pci-host/q35.c | 721L |
-rw-r--r-- | hw/pci-host/raven.c | 445L |
-rw-r--r-- | hw/pci-host/remote.c | 75L |
-rw-r--r-- | hw/pci-host/sabre.c | 526L |
-rw-r--r-- | hw/pci-host/sh_pci.c | 203L |
-rw-r--r-- | hw/pci-host/trace-events | 34L |
-rw-r--r-- | hw/pci-host/trace.h | 1L |
-rw-r--r-- | hw/pci-host/uninorth.c | 582L |
-rw-r--r-- | hw/pci-host/versatile.c | 548L |
-rw-r--r-- | hw/pci-host/xen_igd_pt.c | 119L |
-rw-r--r-- | hw/pci-host/xilinx-pcie.c | 331L |
-rw-r--r-- | hw/pci/Kconfig | 15L |
-rw-r--r-- | hw/pci/meson.build | 19L |
-rw-r--r-- | hw/pci/msi.c | 442L |
-rw-r--r-- | hw/pci/msix.c | 671L |
-rw-r--r-- | hw/pci/pci-stub.c | 93L |
-rw-r--r-- | hw/pci/pci.c | 2883L |
-rw-r--r-- | hw/pci/pci_bridge.c | 482L |
-rw-r--r-- | hw/pci/pci_host.c | 250L |
-rw-r--r-- | hw/pci/pcie.c | 1026L |
-rw-r--r-- | hw/pci/pcie_aer.c | 1045L |
-rw-r--r-- | hw/pci/pcie_host.c | 136L |
-rw-r--r-- | hw/pci/pcie_port.c | 185L |
-rw-r--r-- | hw/pci/shpc.c | 728L |
-rw-r--r-- | hw/pci/slotid_cap.c | 50L |
-rw-r--r-- | hw/pci/trace-events | 12L |
-rw-r--r-- | hw/pci/trace.h | 1L |
-rw-r--r-- | hw/pcmcia/Kconfig | 2L |
-rw-r--r-- | hw/pcmcia/meson.build | 2L |
-rw-r--r-- | hw/pcmcia/pcmcia.c | 24L |
-rw-r--r-- | hw/pcmcia/pxa2xx.c | 263L |
-rw-r--r-- | hw/ppc/Kconfig | 153L |
-rw-r--r-- | hw/ppc/e500-ccsr.h | 18L |
-rw-r--r-- | hw/ppc/e500.c | 1174L |
-rw-r--r-- | hw/ppc/e500.h | 49L |
-rw-r--r-- | hw/ppc/e500plat.c | 122L |
-rw-r--r-- | hw/ppc/fdt.c | 49L |
-rw-r--r-- | hw/ppc/fw_cfg.c | 45L |
-rw-r--r-- | hw/ppc/mac.h | 108L |
-rw-r--r-- | hw/ppc/mac_newworld.c | 663L |
-rw-r--r-- | hw/ppc/mac_oldworld.c | 455L |
-rw-r--r-- | hw/ppc/meson.build | 90L |
-rw-r--r-- | hw/ppc/mpc8544_guts.c | 142L |
-rw-r--r-- | hw/ppc/mpc8544ds.c | 74L |
-rw-r--r-- | hw/ppc/pef.c | 142L |
-rw-r--r-- | hw/ppc/pegasos2.c | 913L |
-rw-r--r-- | hw/ppc/pnv.c | 2132L |
-rw-r--r-- | hw/ppc/pnv_bmc.c | 313L |
-rw-r--r-- | hw/ppc/pnv_core.c | 441L |
-rw-r--r-- | hw/ppc/pnv_homer.c | 382L |
-rw-r--r-- | hw/ppc/pnv_lpc.c | 853L |
-rw-r--r-- | hw/ppc/pnv_occ.c | 302L |
-rw-r--r-- | hw/ppc/pnv_pnor.c | 141L |
-rw-r--r-- | hw/ppc/pnv_psi.c | 967L |
-rw-r--r-- | hw/ppc/pnv_xscom.c | 324L |
-rw-r--r-- | hw/ppc/ppc.c | 1461L |
-rw-r--r-- | hw/ppc/ppc405.h | 72L |
-rw-r--r-- | hw/ppc/ppc405_boards.c | 564L |
-rw-r--r-- | hw/ppc/ppc405_uc.c | 1547L |
-rw-r--r-- | hw/ppc/ppc440.h | 27L |
-rw-r--r-- | hw/ppc/ppc440_bamboo.c | 307L |
-rw-r--r-- | hw/ppc/ppc440_pcix.c | 538L |
-rw-r--r-- | hw/ppc/ppc440_uc.c | 1377L |
-rw-r--r-- | hw/ppc/ppc4xx_devs.c | 715L |
-rw-r--r-- | hw/ppc/ppc4xx_pci.c | 387L |
-rw-r--r-- | hw/ppc/ppc_booke.c | 369L |
-rw-r--r-- | hw/ppc/ppce500_spin.c | 209L |
-rw-r--r-- | hw/ppc/prep.c | 440L |
-rw-r--r-- | hw/ppc/prep_systemio.c | 315L |
-rw-r--r-- | hw/ppc/rs6000_mc.c | 238L |
-rw-r--r-- | hw/ppc/sam460ex.c | 516L |
-rw-r--r-- | hw/ppc/spapr.c | 5136L |
-rw-r--r-- | hw/ppc/spapr_caps.c | 944L |
-rw-r--r-- | hw/ppc/spapr_cpu_core.c | 391L |
-rw-r--r-- | hw/ppc/spapr_drc.c | 1326L |
-rw-r--r-- | hw/ppc/spapr_events.c | 1082L |
-rw-r--r-- | hw/ppc/spapr_hcall.c | 1557L |
-rw-r--r-- | hw/ppc/spapr_iommu.c | 718L |
-rw-r--r-- | hw/ppc/spapr_irq.c | 599L |
-rw-r--r-- | hw/ppc/spapr_numa.c | 685L |
-rw-r--r-- | hw/ppc/spapr_nvdimm.c | 528L |
-rw-r--r-- | hw/ppc/spapr_ovec.c | 241L |
-rw-r--r-- | hw/ppc/spapr_pci.c | 2532L |
-rw-r--r-- | hw/ppc/spapr_pci_nvlink2.c | 446L |
-rw-r--r-- | hw/ppc/spapr_pci_vfio.c | 217L |
-rw-r--r-- | hw/ppc/spapr_rng.c | 162L |
-rw-r--r-- | hw/ppc/spapr_rtas.c | 636L |
-rw-r--r-- | hw/ppc/spapr_rtas_ddw.c | 291L |
-rw-r--r-- | hw/ppc/spapr_rtc.c | 190L |
-rw-r--r-- | hw/ppc/spapr_softmmu.c | 627L |
-rw-r--r-- | hw/ppc/spapr_tpm_proxy.c | 177L |
-rw-r--r-- | hw/ppc/spapr_vio.c | 741L |
-rw-r--r-- | hw/ppc/spapr_vof.c | 167L |
-rw-r--r-- | hw/ppc/trace-events | 143L |
-rw-r--r-- | hw/ppc/trace.h | 1L |
-rw-r--r-- | hw/ppc/virtex_ml507.c | 316L |
-rw-r--r-- | hw/ppc/vof.c | 1062L |
-rw-r--r-- | hw/rdma/Kconfig | 3L |
-rw-r--r-- | hw/rdma/meson.build | 10L |
-rw-r--r-- | hw/rdma/rdma.c | 30L |
-rw-r--r-- | hw/rdma/rdma_backend.c | 1401L |
-rw-r--r-- | hw/rdma/rdma_backend.h | 129L |
-rw-r--r-- | hw/rdma/rdma_backend_defs.h | 76L |
-rw-r--r-- | hw/rdma/rdma_rm.c | 816L |
-rw-r--r-- | hw/rdma/rdma_rm.h | 97L |
-rw-r--r-- | hw/rdma/rdma_rm_defs.h | 146L |
-rw-r--r-- | hw/rdma/rdma_utils.c | 125L |
-rw-r--r-- | hw/rdma/rdma_utils.h | 64L |
-rw-r--r-- | hw/rdma/trace-events | 31L |
-rw-r--r-- | hw/rdma/trace.h | 1L |
-rw-r--r-- | hw/rdma/vmw/pvrdma.h | 144L |
-rw-r--r-- | hw/rdma/vmw/pvrdma_cmd.c | 825L |
-rw-r--r-- | hw/rdma/vmw/pvrdma_dev_ring.c | 142L |
-rw-r--r-- | hw/rdma/vmw/pvrdma_dev_ring.h | 46L |
-rw-r--r-- | hw/rdma/vmw/pvrdma_main.c | 722L |
-rw-r--r-- | hw/rdma/vmw/pvrdma_qp_ops.c | 298L |
-rw-r--r-- | hw/rdma/vmw/pvrdma_qp_ops.h | 28L |
-rw-r--r-- | hw/rdma/vmw/trace-events | 17L |
-rw-r--r-- | hw/rdma/vmw/trace.h | 1L |
-rw-r--r-- | hw/remote/Kconfig | 4L |
-rw-r--r-- | hw/remote/iohub.c | 118L |
-rw-r--r-- | hw/remote/machine.c | 79L |
-rw-r--r-- | hw/remote/memory.c | 63L |
-rw-r--r-- | hw/remote/meson.build | 13L |
-rw-r--r-- | hw/remote/message.c | 230L |
-rw-r--r-- | hw/remote/mpqemu-link.c | 264L |
-rw-r--r-- | hw/remote/proxy-memory-listener.c | 226L |
-rw-r--r-- | hw/remote/proxy.c | 387L |
-rw-r--r-- | hw/remote/remote-obj.c | 203L |
-rw-r--r-- | hw/remote/trace-events | 4L |
-rw-r--r-- | hw/remote/trace.h | 1L |
-rw-r--r-- | hw/riscv/Kconfig | 83L |
-rw-r--r-- | hw/riscv/boot.c | 294L |
-rw-r--r-- | hw/riscv/meson.build | 13L |
-rw-r--r-- | hw/riscv/microchip_pfsoc.c | 632L |
-rw-r--r-- | hw/riscv/numa.c | 241L |
-rw-r--r-- | hw/riscv/opentitan.c | 264L |
-rw-r--r-- | hw/riscv/riscv_hart.c | 89L |
-rw-r--r-- | hw/riscv/shakti_c.c | 192L |
-rw-r--r-- | hw/riscv/sifive_e.c | 286L |
-rw-r--r-- | hw/riscv/sifive_u.c | 1013L |
-rw-r--r-- | hw/riscv/spike.c | 344L |
-rw-r--r-- | hw/riscv/virt.c | 1058L |
-rw-r--r-- | hw/rtc/Kconfig | 27L |
-rw-r--r-- | hw/rtc/allwinner-rtc.c | 411L |
-rw-r--r-- | hw/rtc/aspeed_rtc.c | 181L |
-rw-r--r-- | hw/rtc/ds1338.c | 242L |
-rw-r--r-- | hw/rtc/exynos4210_rtc.c | 617L |
-rw-r--r-- | hw/rtc/goldfish_rtc.c | 298L |
-rw-r--r-- | hw/rtc/m41t80.c | 120L |
-rw-r--r-- | hw/rtc/m48t59-internal.h | 75L |
-rw-r--r-- | hw/rtc/m48t59-isa.c | 161L |
-rw-r--r-- | hw/rtc/m48t59.c | 686L |
-rw-r--r-- | hw/rtc/mc146818rtc.c | 1059L |
-rw-r--r-- | hw/rtc/meson.build | 16L |
-rw-r--r-- | hw/rtc/pl031.c | 348L |
-rw-r--r-- | hw/rtc/sun4v-rtc.c | 97L |
-rw-r--r-- | hw/rtc/trace-events | 33L |
-rw-r--r-- | hw/rtc/trace.h | 1L |
-rw-r--r-- | hw/rtc/twl92230.c | 882L |
-rw-r--r-- | hw/rtc/xlnx-zynqmp-rtc.c | 275L |
-rw-r--r-- | hw/rx/Kconfig | 10L |
-rw-r--r-- | hw/rx/meson.build | 5L |
-rw-r--r-- | hw/rx/rx-gdbsim.c | 203L |
-rw-r--r-- | hw/rx/rx62n.c | 311L |
-rw-r--r-- | hw/s390x/3270-ccw.c | 181L |
-rw-r--r-- | hw/s390x/Kconfig | 12L |
-rw-r--r-- | hw/s390x/ap-bridge.c | 90L |
-rw-r--r-- | hw/s390x/ap-device.c | 37L |
-rw-r--r-- | hw/s390x/ccw-device.c | 89L |
-rw-r--r-- | hw/s390x/ccw-device.h | 52L |
-rw-r--r-- | hw/s390x/css-bridge.c | 166L |
-rw-r--r-- | hw/s390x/css.c | 2673L |
-rw-r--r-- | hw/s390x/event-facility.c | 539L |
-rw-r--r-- | hw/s390x/ipl.c | 767L |
-rw-r--r-- | hw/s390x/ipl.h | 289L |
-rw-r--r-- | hw/s390x/meson.build | 58L |
-rw-r--r-- | hw/s390x/pv.c | 174L |
-rw-r--r-- | hw/s390x/s390-ccw.c | 201L |
-rw-r--r-- | hw/s390x/s390-pci-bus.c | 1424L |
-rw-r--r-- | hw/s390x/s390-pci-inst.c | 1310L |
-rw-r--r-- | hw/s390x/s390-pci-vfio.c | 274L |
-rw-r--r-- | hw/s390x/s390-skeys-kvm.c | 81L |
-rw-r--r-- | hw/s390x/s390-skeys.c | 499L |
-rw-r--r-- | hw/s390x/s390-stattrib-kvm.c | 195L |
-rw-r--r-- | hw/s390x/s390-stattrib.c | 410L |
-rw-r--r-- | hw/s390x/s390-virtio-ccw.c | 1109L |
-rw-r--r-- | hw/s390x/s390-virtio-hcall.c | 41L |
-rw-r--r-- | hw/s390x/s390-virtio-hcall.h | 23L |
-rw-r--r-- | hw/s390x/sclp.c | 476L |
-rw-r--r-- | hw/s390x/sclpcpu.c | 106L |
-rw-r--r-- | hw/s390x/sclpquiesce.c | 150L |
-rw-r--r-- | hw/s390x/tod-kvm.c | 163L |
-rw-r--r-- | hw/s390x/tod-tcg.c | 89L |
-rw-r--r-- | hw/s390x/tod.c | 139L |
-rw-r--r-- | hw/s390x/trace-events | 21L |
-rw-r--r-- | hw/s390x/trace.h | 1L |
-rw-r--r-- | hw/s390x/vhost-user-fs-ccw.c | 75L |
-rw-r--r-- | hw/s390x/vhost-vsock-ccw.c | 73L |
-rw-r--r-- | hw/s390x/virtio-ccw-9p.c | 66L |
-rw-r--r-- | hw/s390x/virtio-ccw-balloon.c | 71L |
-rw-r--r-- | hw/s390x/virtio-ccw-blk.c | 68L |
-rw-r--r-- | hw/s390x/virtio-ccw-crypto.c | 69L |
-rw-r--r-- | hw/s390x/virtio-ccw-gpu.c | 73L |
-rw-r--r-- | hw/s390x/virtio-ccw-input.c | 119L |
-rw-r--r-- | hw/s390x/virtio-ccw-net.c | 71L |
-rw-r--r-- | hw/s390x/virtio-ccw-rng.c | 68L |
-rw-r--r-- | hw/s390x/virtio-ccw-scsi.c | 125L |
-rw-r--r-- | hw/s390x/virtio-ccw-serial.c | 79L |
-rw-r--r-- | hw/s390x/virtio-ccw.c | 1302L |
-rw-r--r-- | hw/s390x/virtio-ccw.h | 242L |
-rw-r--r-- | hw/scsi/Kconfig | 55L |
-rw-r--r-- | hw/scsi/emulation.c | 42L |
-rw-r--r-- | hw/scsi/esp-pci.c | 564L |
-rw-r--r-- | hw/scsi/esp.c | 1439L |
-rw-r--r-- | hw/scsi/lsi53c895a.c | 2375L |
-rw-r--r-- | hw/scsi/megasas.c | 2554L |
-rw-r--r-- | hw/scsi/meson.build | 26L |
-rw-r--r-- | hw/scsi/mfi.h | 1272L |
-rw-r--r-- | hw/scsi/mpi.h | 1153L |
-rw-r--r-- | hw/scsi/mptconfig.c | 904L |
-rw-r--r-- | hw/scsi/mptendian.c | 205L |
-rw-r--r-- | hw/scsi/mptsas.c | 1447L |
-rw-r--r-- | hw/scsi/mptsas.h | 105L |
-rw-r--r-- | hw/scsi/scsi-bus.c | 1855L |
-rw-r--r-- | hw/scsi/scsi-disk.c | 3154L |
-rw-r--r-- | hw/scsi/scsi-generic.c | 822L |
-rw-r--r-- | hw/scsi/spapr_vscsi.c | 1300L |
-rw-r--r-- | hw/scsi/srp.h | 247L |
-rw-r--r-- | hw/scsi/trace-events | 354L |
-rw-r--r-- | hw/scsi/trace.h | 1L |
-rw-r--r-- | hw/scsi/vhost-scsi-common.c | 171L |
-rw-r--r-- | hw/scsi/vhost-scsi.c | 331L |
-rw-r--r-- | hw/scsi/vhost-user-scsi.c | 239L |
-rw-r--r-- | hw/scsi/viosrp.h | 217L |
-rw-r--r-- | hw/scsi/virtio-scsi-dataplane.c | 273L |
-rw-r--r-- | hw/scsi/virtio-scsi.c | 1138L |
-rw-r--r-- | hw/scsi/vmw_pvscsi.c | 1357L |
-rw-r--r-- | hw/scsi/vmw_pvscsi.h | 434L |
-rw-r--r-- | hw/sd/Kconfig | 25L |
-rw-r--r-- | hw/sd/allwinner-sdhost.c | 873L |
-rw-r--r-- | hw/sd/aspeed_sdhci.c | 208L |
-rw-r--r-- | hw/sd/bcm2835_sdhost.c | 459L |
-rw-r--r-- | hw/sd/cadence_sdhci.c | 191L |
-rw-r--r-- | hw/sd/core.c | 274L |
-rw-r--r-- | hw/sd/meson.build | 12L |
-rw-r--r-- | hw/sd/omap_mmc.c | 665L |
-rw-r--r-- | hw/sd/pl181.c | 551L |
-rw-r--r-- | hw/sd/pxa2xx_mmci.c | 604L |
-rw-r--r-- | hw/sd/sd.c | 2227L |
-rw-r--r-- | hw/sd/sdhci-internal.h | 346L |
-rw-r--r-- | hw/sd/sdhci-pci.c | 87L |
-rw-r--r-- | hw/sd/sdhci.c | 1869L |
-rw-r--r-- | hw/sd/sdmmc-internal.c | 72L |
-rw-r--r-- | hw/sd/sdmmc-internal.h | 40L |
-rw-r--r-- | hw/sd/ssi-sd.c | 445L |
-rw-r--r-- | hw/sd/trace-events | 70L |
-rw-r--r-- | hw/sd/trace.h | 1L |
-rw-r--r-- | hw/sensor/Kconfig | 23L |
-rw-r--r-- | hw/sensor/adm1272.c | 543L |
-rw-r--r-- | hw/sensor/dps310.c | 225L |
-rw-r--r-- | hw/sensor/emc141x.c | 326L |
-rw-r--r-- | hw/sensor/max34451.c | 775L |
-rw-r--r-- | hw/sensor/meson.build | 6L |
-rw-r--r-- | hw/sensor/tmp105.c | 328L |
-rw-r--r-- | hw/sensor/tmp421.c | 391L |
-rw-r--r-- | hw/sh4/Kconfig | 24L |
-rw-r--r-- | hw/sh4/meson.build | 9L |
-rw-r--r-- | hw/sh4/r2d.c | 373L |
-rw-r--r-- | hw/sh4/sh7750.c | 871L |
-rw-r--r-- | hw/sh4/sh7750_regnames.c | 97L |
-rw-r--r-- | hw/sh4/sh7750_regnames.h | 6L |
-rw-r--r-- | hw/sh4/sh7750_regs.h | 1297L |
-rw-r--r-- | hw/sh4/shix.c | 85L |
-rw-r--r-- | hw/smbios/Kconfig | 2L |
-rw-r--r-- | hw/smbios/meson.build | 13L |
-rw-r--r-- | hw/smbios/smbios-stub.c | 31L |
-rw-r--r-- | hw/smbios/smbios.c | 1358L |
-rw-r--r-- | hw/smbios/smbios_build.h | 103L |
-rw-r--r-- | hw/smbios/smbios_type_38-stub.c | 15L |
-rw-r--r-- | hw/smbios/smbios_type_38.c | 119L |
-rw-r--r-- | hw/sparc/Kconfig | 29L |
-rw-r--r-- | hw/sparc/leon3.c | 390L |
-rw-r--r-- | hw/sparc/meson.build | 6L |
-rw-r--r-- | hw/sparc/sun4m.c | 1494L |
-rw-r--r-- | hw/sparc/sun4m_iommu.c | 412L |
-rw-r--r-- | hw/sparc/trace-events | 21L |
-rw-r--r-- | hw/sparc/trace.h | 1L |
-rw-r--r-- | hw/sparc64/Kconfig | 21L |
-rw-r--r-- | hw/sparc64/meson.build | 6L |
-rw-r--r-- | hw/sparc64/niagara.c | 182L |
-rw-r--r-- | hw/sparc64/sparc64.c | 297L |
-rw-r--r-- | hw/sparc64/sun4u.c | 863L |
-rw-r--r-- | hw/sparc64/sun4u_iommu.c | 342L |
-rw-r--r-- | hw/sparc64/trace-events | 23L |
-rw-r--r-- | hw/sparc64/trace.h | 1L |
-rw-r--r-- | hw/ssi/Kconfig | 22L |
-rw-r--r-- | hw/ssi/aspeed_smc.c | 1707L |
-rw-r--r-- | hw/ssi/imx_spi.c | 500L |
-rw-r--r-- | hw/ssi/meson.build | 11L |
-rw-r--r-- | hw/ssi/mss-spi.c | 422L |
-rw-r--r-- | hw/ssi/npcm7xx_fiu.c | 572L |
-rw-r--r-- | hw/ssi/omap_spi.c | 381L |
-rw-r--r-- | hw/ssi/pl022.c | 316L |
-rw-r--r-- | hw/ssi/sifive_spi.c | 357L |
-rw-r--r-- | hw/ssi/ssi.c | 146L |
-rw-r--r-- | hw/ssi/stm32f2xx_spi.c | 226L |
-rw-r--r-- | hw/ssi/trace-events | 22L |
-rw-r--r-- | hw/ssi/trace.h | 1L |
-rw-r--r-- | hw/ssi/xilinx_spi.c | 390L |
-rw-r--r-- | hw/ssi/xilinx_spips.c | 1501L |
-rw-r--r-- | hw/timer/Kconfig | 62L |
-rw-r--r-- | hw/timer/a9gtimer.c | 377L |
-rw-r--r-- | hw/timer/allwinner-a10-pit.c | 316L |
-rw-r--r-- | hw/timer/altera_timer.c | 244L |
-rw-r--r-- | hw/timer/arm_mptimer.c | 331L |
-rw-r--r-- | hw/timer/arm_timer.c | 419L |
-rw-r--r-- | hw/timer/armv7m_systick.c | 310L |
-rw-r--r-- | hw/timer/aspeed_timer.c | 756L |
-rw-r--r-- | hw/timer/avr_timer16.c | 621L |
-rw-r--r-- | hw/timer/bcm2835_systmr.c | 178L |
-rw-r--r-- | hw/timer/cadence_ttc.c | 503L |
-rw-r--r-- | hw/timer/cmsdk-apb-dualtimer.c | 559L |
-rw-r--r-- | hw/timer/cmsdk-apb-timer.c | 286L |
-rw-r--r-- | hw/timer/digic-timer.c | 186L |
-rw-r--r-- | hw/timer/etraxfs_timer.c | 376L |
-rw-r--r-- | hw/timer/exynos4210_mct.c | 1568L |
-rw-r--r-- | hw/timer/exynos4210_pwm.c | 445L |
-rw-r--r-- | hw/timer/grlib_gptimer.c | 432L |
-rw-r--r-- | hw/timer/hpet.c | 807L |
-rw-r--r-- | hw/timer/i8254.c | 385L |
-rw-r--r-- | hw/timer/i8254_common.c | 271L |
-rw-r--r-- | hw/timer/ibex_timer.c | 312L |
-rw-r--r-- | hw/timer/imx_epit.c | 377L |
-rw-r--r-- | hw/timer/imx_gpt.c | 583L |
-rw-r--r-- | hw/timer/meson.build | 40L |
-rw-r--r-- | hw/timer/mips_gictimer.c | 145L |
-rw-r--r-- | hw/timer/mss-timer.c | 311L |
-rw-r--r-- | hw/timer/npcm7xx_timer.c | 714L |
-rw-r--r-- | hw/timer/nrf51_timer.c | 404L |
-rw-r--r-- | hw/timer/omap_gptimer.c | 514L |
-rw-r--r-- | hw/timer/omap_synctimer.c | 110L |
-rw-r--r-- | hw/timer/pxa2xx_timer.c | 621L |
-rw-r--r-- | hw/timer/renesas_cmt.c | 283L |
-rw-r--r-- | hw/timer/renesas_tmr.c | 493L |
-rw-r--r-- | hw/timer/sh_timer.c | 368L |
-rw-r--r-- | hw/timer/sifive_pwm.c | 468L |
-rw-r--r-- | hw/timer/slavio_timer.c | 450L |
-rw-r--r-- | hw/timer/sse-counter.c | 473L |
-rw-r--r-- | hw/timer/sse-timer.c | 471L |
-rw-r--r-- | hw/timer/stellaris-gptm.c | 332L |
-rw-r--r-- | hw/timer/stm32f2xx_timer.c | 347L |
-rw-r--r-- | hw/timer/trace-events | 96L |
-rw-r--r-- | hw/timer/trace.h | 1L |
-rw-r--r-- | hw/timer/xilinx_timer.c | 273L |
-rw-r--r-- | hw/tpm/Kconfig | 25L |
-rw-r--r-- | hw/tpm/meson.build | 8L |
-rw-r--r-- | hw/tpm/tpm_crb.c | 345L |
-rw-r--r-- | hw/tpm/tpm_ppi.c | 57L |
-rw-r--r-- | hw/tpm/tpm_ppi.h | 45L |
-rw-r--r-- | hw/tpm/tpm_prop.h | 33L |
-rw-r--r-- | hw/tpm/tpm_spapr.c | 430L |
-rw-r--r-- | hw/tpm/tpm_tis.h | 90L |
-rw-r--r-- | hw/tpm/tpm_tis_common.c | 867L |
-rw-r--r-- | hw/tpm/tpm_tis_isa.c | 173L |
-rw-r--r-- | hw/tpm/tpm_tis_sysbus.c | 162L |
-rw-r--r-- | hw/tpm/trace-events | 38L |
-rw-r--r-- | hw/tpm/trace.h | 1L |
-rw-r--r-- | hw/tricore/Kconfig | 9L |
-rw-r--r-- | hw/tricore/meson.build | 7L |
-rw-r--r-- | hw/tricore/tc27x_soc.c | 242L |
-rw-r--r-- | hw/tricore/triboard.c | 95L |
-rw-r--r-- | hw/tricore/tricore_testboard.c | 118L |
-rw-r--r-- | hw/tricore/tricore_testdevice.c | 82L |
-rw-r--r-- | hw/usb/Kconfig | 135L |
-rw-r--r-- | hw/usb/bus.c | 770L |
-rw-r--r-- | hw/usb/ccid-card-emulated.c | 622L |
-rw-r--r-- | hw/usb/ccid-card-passthru.c | 424L |
-rw-r--r-- | hw/usb/ccid.h | 62L |
-rw-r--r-- | hw/usb/chipidea.c | 176L |
-rw-r--r-- | hw/usb/combined-packet.c | 190L |
-rw-r--r-- | hw/usb/core.c | 821L |
-rw-r--r-- | hw/usb/desc-msos.c | 239L |
-rw-r--r-- | hw/usb/desc.c | 812L |
-rw-r--r-- | hw/usb/desc.h | 244L |
-rw-r--r-- | hw/usb/dev-audio.c | 1029L |
-rw-r--r-- | hw/usb/dev-hid.c | 879L |
-rw-r--r-- | hw/usb/dev-hub.c | 704L |
-rw-r--r-- | hw/usb/dev-mtp.c | 2121L |
-rw-r--r-- | hw/usb/dev-network.c | 1429L |
-rw-r--r-- | hw/usb/dev-serial.c | 709L |
-rw-r--r-- | hw/usb/dev-smartcard-reader.c | 1496L |
-rw-r--r-- | hw/usb/dev-storage-bot.c | 63L |
-rw-r--r-- | hw/usb/dev-storage-classic.c | 157L |
-rw-r--r-- | hw/usb/dev-storage.c | 589L |
-rw-r--r-- | hw/usb/dev-uas.c | 991L |
-rw-r--r-- | hw/usb/dev-wacom.c | 383L |
-rw-r--r-- | hw/usb/hcd-dwc2.c | 1478L |
-rw-r--r-- | hw/usb/hcd-dwc2.h | 186L |
-rw-r--r-- | hw/usb/hcd-dwc3.c | 688L |
-rw-r--r-- | hw/usb/hcd-ehci-pci.c | 235L |
-rw-r--r-- | hw/usb/hcd-ehci-sysbus.c | 305L |
-rw-r--r-- | hw/usb/hcd-ehci.c | 2598L |
-rw-r--r-- | hw/usb/hcd-ehci.h | 383L |
-rw-r--r-- | hw/usb/hcd-musb.c | 1553L |
-rw-r--r-- | hw/usb/hcd-ohci-pci.c | 164L |
-rw-r--r-- | hw/usb/hcd-ohci.c | 2028L |
-rw-r--r-- | hw/usb/hcd-ohci.h | 121L |
-rw-r--r-- | hw/usb/hcd-uhci.c | 1368L |
-rw-r--r-- | hw/usb/hcd-uhci.h | 93L |
-rw-r--r-- | hw/usb/hcd-xhci-nec.c | 85L |
-rw-r--r-- | hw/usb/hcd-xhci-pci.c | 262L |
-rw-r--r-- | hw/usb/hcd-xhci-pci.h | 44L |
-rw-r--r-- | hw/usb/hcd-xhci-sysbus.c | 123L |
-rw-r--r-- | hw/usb/hcd-xhci-sysbus.h | 31L |
-rw-r--r-- | hw/usb/hcd-xhci.c | 3613L |
-rw-r--r-- | hw/usb/hcd-xhci.h | 228L |
-rw-r--r-- | hw/usb/host-libusb.c | 1978L |
-rw-r--r-- | hw/usb/host.h | 44L |
-rw-r--r-- | hw/usb/imx-usb-phy.c | 224L |
-rw-r--r-- | hw/usb/libhw.c | 69L |
-rw-r--r-- | hw/usb/meson.build | 84L |
-rw-r--r-- | hw/usb/pcap.c | 253L |
-rw-r--r-- | hw/usb/quirks-ftdi-ids.h | 1249L |
-rw-r--r-- | hw/usb/quirks-pl2303-ids.h | 150L |
-rw-r--r-- | hw/usb/quirks.c | 54L |
-rw-r--r-- | hw/usb/quirks.h | 918L |
-rw-r--r-- | hw/usb/redirect.c | 2618L |
-rw-r--r-- | hw/usb/trace-events | 347L |
-rw-r--r-- | hw/usb/trace.h | 1L |
-rw-r--r-- | hw/usb/tusb6010.c | 850L |
-rw-r--r-- | hw/usb/u2f-emulated.c | 405L |
-rw-r--r-- | hw/usb/u2f-passthru.c | 552L |
-rw-r--r-- | hw/usb/u2f.c | 351L |
-rw-r--r-- | hw/usb/u2f.h | 92L |
-rw-r--r-- | hw/usb/vt82c686-uhci-pci.c | 43L |
-rw-r--r-- | hw/usb/xen-usb.c | 1097L |
-rw-r--r-- | hw/usb/xlnx-usb-subsystem.c | 92L |
-rw-r--r-- | hw/usb/xlnx-versal-usb2-ctrl-regs.c | 228L |
-rw-r--r-- | hw/vfio/Kconfig | 43L |
-rw-r--r-- | hw/vfio/amd-xgbe.c | 61L |
-rw-r--r-- | hw/vfio/ap.c | 186L |
-rw-r--r-- | hw/vfio/calxeda-xgmac.c | 61L |
-rw-r--r-- | hw/vfio/ccw.c | 791L |
-rw-r--r-- | hw/vfio/common.c | 2581L |
-rw-r--r-- | hw/vfio/display.c | 545L |
-rw-r--r-- | hw/vfio/igd.c | 616L |
-rw-r--r-- | hw/vfio/meson.build | 19L |
-rw-r--r-- | hw/vfio/migration.c | 911L |
-rw-r--r-- | hw/vfio/pci-quirks.c | 1769L |
-rw-r--r-- | hw/vfio/pci.c | 3311L |
-rw-r--r-- | hw/vfio/pci.h | 227L |
-rw-r--r-- | hw/vfio/platform.c | 720L |
-rw-r--r-- | hw/vfio/spapr.c | 255L |
-rw-r--r-- | hw/vfio/trace-events | 167L |
-rw-r--r-- | hw/vfio/trace.h | 1L |
-rw-r--r-- | hw/virtio/Kconfig | 65L |
-rw-r--r-- | hw/virtio/meson.build | 53L |
-rw-r--r-- | hw/virtio/trace-events | 129L |
-rw-r--r-- | hw/virtio/trace.h | 1L |
-rw-r--r-- | hw/virtio/vhost-backend.c | 407L |
-rw-r--r-- | hw/virtio/vhost-scsi-pci.c | 104L |
-rw-r--r-- | hw/virtio/vhost-stub.c | 17L |
-rw-r--r-- | hw/virtio/vhost-user-blk-pci.c | 109L |
-rw-r--r-- | hw/virtio/vhost-user-fs-pci.c | 88L |
-rw-r--r-- | hw/virtio/vhost-user-fs.c | 332L |
-rw-r--r-- | hw/virtio/vhost-user-i2c-pci.c | 69L |
-rw-r--r-- | hw/virtio/vhost-user-i2c.c | 288L |
-rw-r--r-- | hw/virtio/vhost-user-input-pci.c | 50L |
-rw-r--r-- | hw/virtio/vhost-user-scsi-pci.c | 110L |
-rw-r--r-- | hw/virtio/vhost-user-vsock-pci.c | 86L |
-rw-r--r-- | hw/virtio/vhost-user-vsock.c | 184L |
-rw-r--r-- | hw/virtio/vhost-user.c | 2528L |
-rw-r--r-- | hw/virtio/vhost-vdpa.c | 703L |
-rw-r--r-- | hw/virtio/vhost-vsock-common.c | 288L |
-rw-r--r-- | hw/virtio/vhost-vsock-pci.c | 96L |
-rw-r--r-- | hw/virtio/vhost-vsock.c | 241L |
-rw-r--r-- | hw/virtio/vhost.c | 1864L |
-rw-r--r-- | hw/virtio/virtio-9p-pci.c | 91L |
-rw-r--r-- | hw/virtio/virtio-balloon-pci.c | 88L |
-rw-r--r-- | hw/virtio/virtio-balloon.c | 1083L |
-rw-r--r-- | hw/virtio/virtio-blk-pci.c | 107L |
-rw-r--r-- | hw/virtio/virtio-bus.c | 363L |
-rw-r--r-- | hw/virtio/virtio-crypto-pci.c | 94L |
-rw-r--r-- | hw/virtio/virtio-crypto.c | 1006L |
-rw-r--r-- | hw/virtio/virtio-input-host-pci.c | 47L |
-rw-r--r-- | hw/virtio/virtio-input-pci.c | 155L |
-rw-r--r-- | hw/virtio/virtio-iommu-pci.c | 116L |
-rw-r--r-- | hw/virtio/virtio-iommu.c | 1225L |
-rw-r--r-- | hw/virtio/virtio-mem-pci.c | 163L |
-rw-r--r-- | hw/virtio/virtio-mem-pci.h | 35L |
-rw-r--r-- | hw/virtio/virtio-mem.c | 1259L |
-rw-r--r-- | hw/virtio/virtio-mmio.c | 853L |
-rw-r--r-- | hw/virtio/virtio-net-pci.c | 108L |
-rw-r--r-- | hw/virtio/virtio-pci.c | 2237L |
-rw-r--r-- | hw/virtio/virtio-pci.h | 255L |
-rw-r--r-- | hw/virtio/virtio-pmem-pci.c | 129L |
-rw-r--r-- | hw/virtio/virtio-pmem-pci.h | 35L |
-rw-r--r-- | hw/virtio/virtio-pmem.c | 198L |
-rw-r--r-- | hw/virtio/virtio-rng-pci.c | 82L |
-rw-r--r-- | hw/virtio/virtio-rng.c | 289L |
-rw-r--r-- | hw/virtio/virtio-scsi-pci.c | 114L |
-rw-r--r-- | hw/virtio/virtio-serial-pci.c | 117L |
-rw-r--r-- | hw/virtio/virtio.c | 3884L |
-rw-r--r-- | hw/watchdog/Kconfig | 22L |
-rw-r--r-- | hw/watchdog/cmsdk-apb-watchdog.c | 414L |
-rw-r--r-- | hw/watchdog/meson.build | 8L |
-rw-r--r-- | hw/watchdog/sbsa_gwdt.c | 293L |
-rw-r--r-- | hw/watchdog/trace-events | 11L |
-rw-r--r-- | hw/watchdog/trace.h | 1L |
-rw-r--r-- | hw/watchdog/watchdog.c | 149L |
-rw-r--r-- | hw/watchdog/wdt_aspeed.c | 396L |
-rw-r--r-- | hw/watchdog/wdt_diag288.c | 144L |
-rw-r--r-- | hw/watchdog/wdt_i6300esb.c | 499L |
-rw-r--r-- | hw/watchdog/wdt_ib700.c | 159L |
-rw-r--r-- | hw/watchdog/wdt_imx2.c | 304L |
-rw-r--r-- | hw/xen/meson.build | 20L |
-rw-r--r-- | hw/xen/trace-events | 43L |
-rw-r--r-- | hw/xen/trace.h | 1L |
-rw-r--r-- | hw/xen/xen-backend.c | 175L |
-rw-r--r-- | hw/xen/xen-bus-helper.c | 182L |
-rw-r--r-- | hw/xen/xen-bus.c | 1405L |
-rw-r--r-- | hw/xen/xen-host-pci-device.c | 402L |
-rw-r--r-- | hw/xen/xen-host-pci-device.h | 58L |
-rw-r--r-- | hw/xen/xen-legacy-backend.c | 842L |
-rw-r--r-- | hw/xen/xen_devconfig.c | 129L |
-rw-r--r-- | hw/xen/xen_pt.c | 1005L |
-rw-r--r-- | hw/xen/xen_pt.h | 336L |
-rw-r--r-- | hw/xen/xen_pt_config_init.c | 2110L |
-rw-r--r-- | hw/xen/xen_pt_graphics.c | 291L |
-rw-r--r-- | hw/xen/xen_pt_load_rom.c | 92L |
-rw-r--r-- | hw/xen/xen_pt_msi.c | 650L |
-rw-r--r-- | hw/xen/xen_pt_stub.c | 22L |
-rw-r--r-- | hw/xen/xen_pvdev.c | 319L |
-rw-r--r-- | hw/xenpv/meson.build | 3L |
-rw-r--r-- | hw/xenpv/xen_machine_pv.c | 97L |
-rw-r--r-- | hw/xtensa/Kconfig | 14L |
-rw-r--r-- | hw/xtensa/bootparam.h | 49L |
-rw-r--r-- | hw/xtensa/meson.build | 11L |
-rw-r--r-- | hw/xtensa/mx_pic.c | 354L |
-rw-r--r-- | hw/xtensa/pic_cpu.c | 130L |
-rw-r--r-- | hw/xtensa/sim.c | 134L |
-rw-r--r-- | hw/xtensa/virt.c | 132L |
-rw-r--r-- | hw/xtensa/xtensa_memory.c | 51L |
-rw-r--r-- | hw/xtensa/xtensa_memory.h | 37L |
-rw-r--r-- | hw/xtensa/xtensa_sim.h | 34L |
-rw-r--r-- | hw/xtensa/xtfpga.c | 746L |
-rw-r--r-- | include/authz/base.h | 101L |
-rw-r--r-- | include/authz/list.h | 94L |
-rw-r--r-- | include/authz/listfile.h | 97L |
-rw-r--r-- | include/authz/pamacct.h | 88L |
-rw-r--r-- | include/authz/simple.h | 72L |
-rw-r--r-- | include/block/accounting.h | 123L |
-rw-r--r-- | include/block/aio-wait.h | 149L |
-rw-r--r-- | include/block/aio.h | 770L |
-rw-r--r-- | include/block/aio_task.h | 54L |
-rw-r--r-- | include/block/block-copy.h | 96L |
-rw-r--r-- | include/block/block-hmp-cmds.h | 54L |
-rw-r--r-- | include/block/block.h | 864L |
-rw-r--r-- | include/block/block_backup.h | 25L |
-rw-r--r-- | include/block/block_int.h | 1504L |
-rw-r--r-- | include/block/blockjob.h | 176L |
-rw-r--r-- | include/block/blockjob_int.h | 122L |
-rw-r--r-- | include/block/dirty-bitmap.h | 121L |
-rw-r--r-- | include/block/export.h | 89L |
-rw-r--r-- | include/block/fuse.h | 30L |
-rw-r--r-- | include/block/nbd.h | 427L |
-rw-r--r-- | include/block/nvme.h | 1501L |
-rw-r--r-- | include/block/qapi.h | 45L |
-rw-r--r-- | include/block/qdict.h | 32L |
-rw-r--r-- | include/block/raw-aio.h | 88L |
-rw-r--r-- | include/block/replication.h | 175L |
-rw-r--r-- | include/block/snapshot.h | 102L |
-rw-r--r-- | include/block/thread-pool.h | 37L |
-rw-r--r-- | include/block/throttle-groups.h | 91L |
-rw-r--r-- | include/block/write-threshold.h | 47L |
-rw-r--r-- | include/chardev/char-fd.h | 47L |
-rw-r--r-- | include/chardev/char-fe.h | 292L |
-rw-r--r-- | include/chardev/char-io.h | 46L |
-rw-r--r-- | include/chardev/char-parallel.h | 45L |
-rw-r--r-- | include/chardev/char-serial.h | 49L |
-rw-r--r-- | include/chardev/char-win-stdio.h | 29L |
-rw-r--r-- | include/chardev/char-win.h | 54L |
-rw-r--r-- | include/chardev/char.h | 326L |
-rw-r--r-- | include/chardev/spice.h | 26L |
-rw-r--r-- | include/crypto/aes.h | 63L |
-rw-r--r-- | include/crypto/afsplit.h | 134L |
-rw-r--r-- | include/crypto/block.h | 315L |
-rw-r--r-- | include/crypto/cipher.h | 238L |
-rw-r--r-- | include/crypto/desrfb.h | 50L |
-rw-r--r-- | include/crypto/hash.h | 192L |
-rw-r--r-- | include/crypto/hmac.h | 169L |
-rw-r--r-- | include/crypto/init.h | 28L |
-rw-r--r-- | include/crypto/ivgen.h | 208L |
-rw-r--r-- | include/crypto/pbkdf.h | 156L |
-rw-r--r-- | include/crypto/random.h | 50L |
-rw-r--r-- | include/crypto/secret.h | 133L |
-rw-r--r-- | include/crypto/secret_common.h | 60L |
-rw-r--r-- | include/crypto/secret_keyring.h | 40L |
-rw-r--r-- | include/crypto/tls-cipher-suites.h | 34L |
-rw-r--r-- | include/crypto/tlscreds.h | 67L |
-rw-r--r-- | include/crypto/tlscredsanon.h | 100L |
-rw-r--r-- | include/crypto/tlscredspsk.h | 95L |
-rw-r--r-- | include/crypto/tlscredsx509.h | 104L |
-rw-r--r-- | include/crypto/tlssession.h | 324L |
-rw-r--r-- | include/crypto/xts.h | 82L |
-rw-r--r-- | include/disas/capstone.h | 38L |
-rw-r--r-- | include/disas/dis-asm.h | 515L |
-rw-r--r-- | include/disas/disas.h | 47L |
-rw-r--r-- | include/elf.h | 1778L |
-rw-r--r-- | include/exec/address-spaces.h | 41L |
-rw-r--r-- | include/exec/confidential-guest-support.h | 62L |
-rw-r--r-- | include/exec/cpu-all.h | 520L |
-rw-r--r-- | include/exec/cpu-common.h | 113L |
-rw-r--r-- | include/exec/cpu-defs.h | 245L |
-rw-r--r-- | include/exec/cpu_ldst.h | 466L |
-rw-r--r-- | include/exec/cputlb.h | 31L |
-rw-r--r-- | include/exec/exec-all.h | 723L |
-rw-r--r-- | include/exec/gdbstub.h | 191L |
-rw-r--r-- | include/exec/gen-icount.h | 81L |
-rw-r--r-- | include/exec/helper-gen.h | 97L |
-rw-r--r-- | include/exec/helper-head.h | 137L |
-rw-r--r-- | include/exec/helper-proto.h | 56L |
-rw-r--r-- | include/exec/helper-tcg.h | 76L |
-rw-r--r-- | include/exec/hwaddr.h | 26L |
-rw-r--r-- | include/exec/ioport.h | 75L |
-rw-r--r-- | include/exec/log.h | 84L |
-rw-r--r-- | include/exec/memattrs.h | 71L |
-rw-r--r-- | include/exec/memop.h | 138L |
-rw-r--r-- | include/exec/memopidx.h | 55L |
-rw-r--r-- | include/exec/memory-internal.h | 53L |
-rw-r--r-- | include/exec/memory.h | 2951L |
-rw-r--r-- | include/exec/memory_ldst.h.inc | 71L |
-rw-r--r-- | include/exec/memory_ldst_cached.h.inc | 111L |
-rw-r--r-- | include/exec/memory_ldst_phys.h.inc | 147L |
-rw-r--r-- | include/exec/page-vary.h | 34L |
-rw-r--r-- | include/exec/plugin-gen.h | 71L |
-rw-r--r-- | include/exec/poison.h | 96L |
-rw-r--r-- | include/exec/ram_addr.h | 514L |
-rw-r--r-- | include/exec/ramblock.h | 74L |
-rw-r--r-- | include/exec/ramlist.h | 85L |
-rw-r--r-- | include/exec/softmmu-semi.h | 101L |
-rw-r--r-- | include/exec/target_page.h | 21L |
-rw-r--r-- | include/exec/translate-all.h | 40L |
-rw-r--r-- | include/exec/translator.h | 190L |
-rw-r--r-- | include/exec/user/abitypes.h | 71L |
-rw-r--r-- | include/exec/user/thunk.h | 203L |
-rw-r--r-- | include/fpu/softfloat-helpers.h | 144L |
-rw-r--r-- | include/fpu/softfloat-macros.h | 782L |
-rw-r--r-- | include/fpu/softfloat-types.h | 193L |
-rw-r--r-- | include/fpu/softfloat.h | 1314L |
-rw-r--r-- | include/glib-compat.h | 113L |
-rw-r--r-- | include/hw/acpi/acpi-defs.h | 95L |
-rw-r--r-- | include/hw/acpi/acpi.h | 203L |
-rw-r--r-- | include/hw/acpi/acpi_dev_interface.h | 59L |
-rw-r--r-- | include/hw/acpi/aml-build.h | 497L |
-rw-r--r-- | include/hw/acpi/bios-linker-loader.h | 39L |
-rw-r--r-- | include/hw/acpi/cpu.h | 70L |
-rw-r--r-- | include/hw/acpi/cpu_hotplug.h | 40L |
-rw-r--r-- | include/hw/acpi/generic_event_device.h | 121L |
-rw-r--r-- | include/hw/acpi/ghes.h | 84L |
-rw-r--r-- | include/hw/acpi/ich9.h | 93L |
-rw-r--r-- | include/hw/acpi/ipmi.h | 21L |
-rw-r--r-- | include/hw/acpi/memory_hotplug.h | 57L |
-rw-r--r-- | include/hw/acpi/pc-hotplug.h | 34L |
-rw-r--r-- | include/hw/acpi/pci.h | 39L |
-rw-r--r-- | include/hw/acpi/pcihp.h | 89L |
-rw-r--r-- | include/hw/acpi/tco.h | 82L |
-rw-r--r-- | include/hw/acpi/tpm.h | 216L |
-rw-r--r-- | include/hw/acpi/utils.h | 8L |
-rw-r--r-- | include/hw/acpi/vmgenid.h | 37L |
-rw-r--r-- | include/hw/adc/aspeed_adc.h | 55L |
-rw-r--r-- | include/hw/adc/max111x.h | 56L |
-rw-r--r-- | include/hw/adc/npcm7xx_adc.h | 69L |
-rw-r--r-- | include/hw/adc/stm32f2xx_adc.h | 89L |
-rw-r--r-- | include/hw/adc/zynq-xadc.h | 46L |
-rw-r--r-- | include/hw/arm/allwinner-a10.h | 44L |
-rw-r--r-- | include/hw/arm/allwinner-h3.h | 161L |
-rw-r--r-- | include/hw/arm/armsse-version.h | 42L |
-rw-r--r-- | include/hw/arm/armsse.h | 236L |
-rw-r--r-- | include/hw/arm/armv7m.h | 104L |
-rw-r--r-- | include/hw/arm/aspeed.h | 45L |
-rw-r--r-- | include/hw/arm/aspeed_soc.h | 144L |
-rw-r--r-- | include/hw/arm/bcm2835_peripherals.h | 79L |
-rw-r--r-- | include/hw/arm/bcm2836.h | 47L |
-rw-r--r-- | include/hw/arm/boot.h | 171L |
-rw-r--r-- | include/hw/arm/digic.h | 43L |
-rw-r--r-- | include/hw/arm/exynos4210.h | 141L |
-rw-r--r-- | include/hw/arm/fdt.h | 34L |
-rw-r--r-- | include/hw/arm/fsl-imx25.h | 279L |
-rw-r--r-- | include/hw/arm/fsl-imx31.h | 128L |
-rw-r--r-- | include/hw/arm/fsl-imx6.h | 464L |
-rw-r--r-- | include/hw/arm/fsl-imx6ul.h | 352L |
-rw-r--r-- | include/hw/arm/fsl-imx7.h | 255L |
-rw-r--r-- | include/hw/arm/linux-boot-if.h | 39L |
-rw-r--r-- | include/hw/arm/msf2-soc.h | 76L |
-rw-r--r-- | include/hw/arm/npcm7xx.h | 139L |
-rw-r--r-- | include/hw/arm/nrf51.h | 46L |
-rw-r--r-- | include/hw/arm/nrf51_soc.h | 57L |
-rw-r--r-- | include/hw/arm/omap.h | 1043L |
-rw-r--r-- | include/hw/arm/primecell.h | 12L |
-rw-r--r-- | include/hw/arm/pxa.h | 200L |
-rw-r--r-- | include/hw/arm/raspi_platform.h | 174L |
-rw-r--r-- | include/hw/arm/sharpsl.h | 17L |
-rw-r--r-- | include/hw/arm/smmu-common.h | 178L |
-rw-r--r-- | include/hw/arm/smmuv3.h | 86L |
-rw-r--r-- | include/hw/arm/soc_dma.h | 114L |
-rw-r--r-- | include/hw/arm/stm32f100_soc.h | 65L |
-rw-r--r-- | include/hw/arm/stm32f205_soc.h | 76L |
-rw-r--r-- | include/hw/arm/stm32f405_soc.h | 76L |
-rw-r--r-- | include/hw/arm/sysbus-fdt.h | 37L |
-rw-r--r-- | include/hw/arm/virt.h | 193L |
-rw-r--r-- | include/hw/arm/xlnx-versal.h | 194L |
-rw-r--r-- | include/hw/arm/xlnx-zynqmp.h | 138L |
-rw-r--r-- | include/hw/audio/pcspk.h | 40L |
-rw-r--r-- | include/hw/audio/soundhw.h | 15L |
-rw-r--r-- | include/hw/audio/wm8750.h | 30L |
-rw-r--r-- | include/hw/block/block.h | 105L |
-rw-r--r-- | include/hw/block/fdc.h | 21L |
-rw-r--r-- | include/hw/block/flash.h | 79L |
-rw-r--r-- | include/hw/block/swim.h | 74L |
-rw-r--r-- | include/hw/boards.h | 429L |
-rw-r--r-- | include/hw/char/avr_usart.h | 92L |
-rw-r--r-- | include/hw/char/bcm2835_aux.h | 35L |
-rw-r--r-- | include/hw/char/cadence_uart.h | 56L |
-rw-r--r-- | include/hw/char/cmsdk-apb-uart.h | 79L |
-rw-r--r-- | include/hw/char/digic-uart.h | 47L |
-rw-r--r-- | include/hw/char/escc.h | 61L |
-rw-r--r-- | include/hw/char/goldfish_tty.h | 35L |
-rw-r--r-- | include/hw/char/ibex_uart.h | 74L |
-rw-r--r-- | include/hw/char/imx_serial.h | 109L |
-rw-r--r-- | include/hw/char/mchp_pfsoc_mmuart.h | 68L |
-rw-r--r-- | include/hw/char/nrf51_uart.h | 78L |
-rw-r--r-- | include/hw/char/parallel.h | 13L |
-rw-r--r-- | include/hw/char/pl011.h | 91L |
-rw-r--r-- | include/hw/char/renesas_sci.h | 54L |
-rw-r--r-- | include/hw/char/riscv_htif.h | 59L |
-rw-r--r-- | include/hw/char/serial.h | 116L |
-rw-r--r-- | include/hw/char/shakti_uart.h | 74L |
-rw-r--r-- | include/hw/char/sifive_uart.h | 78L |
-rw-r--r-- | include/hw/char/stm32f2xx_usart.h | 77L |
-rw-r--r-- | include/hw/char/xilinx_uartlite.h | 38L |
-rw-r--r-- | include/hw/clock.h | 382L |
-rw-r--r-- | include/hw/core/accel-cpu.h | 38L |
-rw-r--r-- | include/hw/core/cpu.h | 1046L |
-rw-r--r-- | include/hw/core/generic-loader.h | 47L |
-rw-r--r-- | include/hw/core/split-irq.h | 55L |
-rw-r--r-- | include/hw/core/sysemu-cpu-ops.h | 92L |
-rw-r--r-- | include/hw/core/tcg-cpu-ops.h | 119L |
-rw-r--r-- | include/hw/cpu/a15mpcore.h | 44L |
-rw-r--r-- | include/hw/cpu/a9mpcore.h | 39L |
-rw-r--r-- | include/hw/cpu/arm11mpcore.h | 35L |
-rw-r--r-- | include/hw/cpu/cluster.h | 81L |
-rw-r--r-- | include/hw/cpu/core.h | 33L |
-rw-r--r-- | include/hw/cris/etraxfs.h | 53L |
-rw-r--r-- | include/hw/cris/etraxfs_dma.h | 36L |
-rw-r--r-- | include/hw/display/bcm2835_fb.h | 89L |
-rw-r--r-- | include/hw/display/blizzard.h | 21L |
-rw-r--r-- | include/hw/display/bochs-vbe.h | 69L |
-rw-r--r-- | include/hw/display/dpcd.h | 105L |
-rw-r--r-- | include/hw/display/edid.h | 32L |
-rw-r--r-- | include/hw/display/i2c-ddc.h | 41L |
-rw-r--r-- | include/hw/display/macfb.h | 101L |
-rw-r--r-- | include/hw/display/ramfb.h | 12L |
-rw-r--r-- | include/hw/display/tc6393xb.h | 21L |
-rw-r--r-- | include/hw/display/vga.h | 31L |
-rw-r--r-- | include/hw/display/xlnx_dp.h | 110L |
-rw-r--r-- | include/hw/dma/bcm2835_dma.h | 47L |
-rw-r--r-- | include/hw/dma/i8257.h | 50L |
-rw-r--r-- | include/hw/dma/pl080.h | 73L |
-rw-r--r-- | include/hw/dma/sifive_pdma.h | 57L |
-rw-r--r-- | include/hw/dma/xlnx-zdma.h | 84L |
-rw-r--r-- | include/hw/dma/xlnx-zynq-devcfg.h | 62L |
-rw-r--r-- | include/hw/dma/xlnx_csu_dma.h | 52L |
-rw-r--r-- | include/hw/dma/xlnx_dpdma.h | 86L |
-rw-r--r-- | include/hw/elf_ops.h | 610L |
-rw-r--r-- | include/hw/firmware/smbios.h | 289L |
-rw-r--r-- | include/hw/fw-path-provider.h | 44L |
-rw-r--r-- | include/hw/gpio/aspeed_gpio.h | 96L |
-rw-r--r-- | include/hw/gpio/bcm2835_gpio.h | 40L |
-rw-r--r-- | include/hw/gpio/imx_gpio.h | 64L |
-rw-r--r-- | include/hw/gpio/npcm7xx_gpio.h | 55L |
-rw-r--r-- | include/hw/gpio/nrf51_gpio.h | 70L |
-rw-r--r-- | include/hw/gpio/sifive_gpio.h | 79L |
-rw-r--r-- | include/hw/hotplug.h | 97L |
-rw-r--r-- | include/hw/hw.h | 10L |
-rw-r--r-- | include/hw/hyperv/hyperv-proto.h | 130L |
-rw-r--r-- | include/hw/hyperv/hyperv.h | 84L |
-rw-r--r-- | include/hw/hyperv/vmbus-bridge.h | 34L |
-rw-r--r-- | include/hw/hyperv/vmbus-proto.h | 222L |
-rw-r--r-- | include/hw/hyperv/vmbus.h | 229L |
-rw-r--r-- | include/hw/i2c/arm_sbcon_i2c.h | 37L |
-rw-r--r-- | include/hw/i2c/aspeed_i2c.h | 98L |
-rw-r--r-- | include/hw/i2c/bitbang_i2c.h | 50L |
-rw-r--r-- | include/hw/i2c/i2c.h | 194L |
-rw-r--r-- | include/hw/i2c/i2c_mux_pca954x.h | 19L |
-rw-r--r-- | include/hw/i2c/imx_i2c.h | 88L |
-rw-r--r-- | include/hw/i2c/microbit_i2c.h | 42L |
-rw-r--r-- | include/hw/i2c/npcm7xx_smbus.h | 113L |
-rw-r--r-- | include/hw/i2c/pm_smbus.h | 56L |
-rw-r--r-- | include/hw/i2c/pmbus_device.h | 517L |
-rw-r--r-- | include/hw/i2c/ppc4xx_i2c.h | 63L |
-rw-r--r-- | include/hw/i2c/smbus_eeprom.h | 36L |
-rw-r--r-- | include/hw/i2c/smbus_master.h | 55L |
-rw-r--r-- | include/hw/i2c/smbus_slave.h | 95L |
-rw-r--r-- | include/hw/i386/apic-msidef.h | 31L |
-rw-r--r-- | include/hw/i386/apic.h | 27L |
-rw-r--r-- | include/hw/i386/apic_internal.h | 231L |
-rw-r--r-- | include/hw/i386/hostmem-epc.h | 28L |
-rw-r--r-- | include/hw/i386/ich9.h | 256L |
-rw-r--r-- | include/hw/i386/intel_iommu.h | 282L |
-rw-r--r-- | include/hw/i386/ioapic.h | 33L |
-rw-r--r-- | include/hw/i386/ioapic_internal.h | 118L |
-rw-r--r-- | include/hw/i386/microvm.h | 112L |
-rw-r--r-- | include/hw/i386/pc.h | 335L |
-rw-r--r-- | include/hw/i386/sgx-epc.h | 67L |
-rw-r--r-- | include/hw/i386/sgx.h | 12L |
-rw-r--r-- | include/hw/i386/topology.h | 170L |
-rw-r--r-- | include/hw/i386/vmport.h | 28L |
-rw-r--r-- | include/hw/i386/x86-iommu.h | 175L |
-rw-r--r-- | include/hw/i386/x86.h | 145L |
-rw-r--r-- | include/hw/ide.h | 24L |
-rw-r--r-- | include/hw/ide/ahci.h | 88L |
-rw-r--r-- | include/hw/ide/internal.h | 657L |
-rw-r--r-- | include/hw/ide/pci.h | 72L |
-rw-r--r-- | include/hw/input/adb-keys.h | 141L |
-rw-r--r-- | include/hw/input/adb.h | 108L |
-rw-r--r-- | include/hw/input/gamepad.h | 18L |
-rw-r--r-- | include/hw/input/hid.h | 83L |
-rw-r--r-- | include/hw/input/i8042.h | 26L |
-rw-r--r-- | include/hw/input/lasips2.h | 16L |
-rw-r--r-- | include/hw/input/lm832x.h | 28L |
-rw-r--r-- | include/hw/input/ps2.h | 52L |
-rw-r--r-- | include/hw/input/tsc2xxx.h | 41L |
-rw-r--r-- | include/hw/intc/allwinner-a10-pic.h | 43L |
-rw-r--r-- | include/hw/intc/arm_gic.h | 89L |
-rw-r--r-- | include/hw/intc/arm_gic_common.h | 168L |
-rw-r--r-- | include/hw/intc/arm_gicv3.h | 32L |
-rw-r--r-- | include/hw/intc/arm_gicv3_common.h | 311L |
-rw-r--r-- | include/hw/intc/arm_gicv3_its_common.h | 113L |
-rw-r--r-- | include/hw/intc/armv7m_nvic.h | 89L |
-rw-r--r-- | include/hw/intc/aspeed_vic.h | 49L |
-rw-r--r-- | include/hw/intc/bcm2835_ic.h | 36L |
-rw-r--r-- | include/hw/intc/bcm2836_control.h | 61L |
-rw-r--r-- | include/hw/intc/goldfish_pic.h | 33L |
-rw-r--r-- | include/hw/intc/heathrow_pic.h | 52L |
-rw-r--r-- | include/hw/intc/i8259.h | 12L |
-rw-r--r-- | include/hw/intc/ibex_plic.h | 67L |
-rw-r--r-- | include/hw/intc/imx_avic.h | 56L |
-rw-r--r-- | include/hw/intc/imx_gpcv2.h | 23L |
-rw-r--r-- | include/hw/intc/intc.h | 28L |
-rw-r--r-- | include/hw/intc/loongson_liointc.h | 22L |
-rw-r--r-- | include/hw/intc/m68k_irqc.h | 41L |
-rw-r--r-- | include/hw/intc/mips_gic.h | 218L |
-rw-r--r-- | include/hw/intc/ppc-uic.h | 80L |
-rw-r--r-- | include/hw/intc/realview_gic.h | 28L |
-rw-r--r-- | include/hw/intc/riscv_aclint.h | 80L |
-rw-r--r-- | include/hw/intc/rx_icu.h | 76L |
-rw-r--r-- | include/hw/intc/sifive_plic.h | 88L |
-rw-r--r-- | include/hw/intc/xlnx-pmu-iomod-intc.h | 57L |
-rw-r--r-- | include/hw/intc/xlnx-zynqmp-ipi.h | 56L |
-rw-r--r-- | include/hw/ipack/ipack.h | 81L |
-rw-r--r-- | include/hw/ipmi/ipmi.h | 305L |
-rw-r--r-- | include/hw/ipmi/ipmi_bt.h | 73L |
-rw-r--r-- | include/hw/ipmi/ipmi_kcs.h | 76L |
-rw-r--r-- | include/hw/irq.h | 76L |
-rw-r--r-- | include/hw/isa/apm.h | 25L |
-rw-r--r-- | include/hw/isa/i8259_internal.h | 79L |
-rw-r--r-- | include/hw/isa/isa.h | 152L |
-rw-r--r-- | include/hw/isa/pc87312.h | 56L |
-rw-r--r-- | include/hw/isa/superio.h | 60L |
-rw-r--r-- | include/hw/isa/vt82c686.h | 11L |
-rw-r--r-- | include/hw/kvm/clock.h | 28L |
-rw-r--r-- | include/hw/loader-fit.h | 41L |
-rw-r--r-- | include/hw/loader.h | 346L |
-rw-r--r-- | include/hw/m68k/mcf.h | 23L |
-rw-r--r-- | include/hw/m68k/mcf_fec.h | 19L |
-rw-r--r-- | include/hw/m68k/next-cube.h | 56L |
-rw-r--r-- | include/hw/mem/memory-device.h | 117L |
-rw-r--r-- | include/hw/mem/npcm7xx_mc.h | 36L |
-rw-r--r-- | include/hw/mem/nvdimm.h | 161L |
-rw-r--r-- | include/hw/mem/pc-dimm.h | 72L |
-rw-r--r-- | include/hw/mem/sparse-mem.h | 19L |
-rw-r--r-- | include/hw/mips/bios.h | 14L |
-rw-r--r-- | include/hw/mips/bootloader.h | 22L |
-rw-r--r-- | include/hw/mips/cps.h | 52L |
-rw-r--r-- | include/hw/mips/cpudevs.h | 14L |
-rw-r--r-- | include/hw/mips/mips.h | 25L |
-rw-r--r-- | include/hw/misc/a9scu.h | 32L |
-rw-r--r-- | include/hw/misc/allwinner-cpucfg.h | 51L |
-rw-r--r-- | include/hw/misc/allwinner-h3-ccu.h | 65L |
-rw-r--r-- | include/hw/misc/allwinner-h3-dramc.h | 105L |
-rw-r--r-- | include/hw/misc/allwinner-h3-sysctrl.h | 66L |
-rw-r--r-- | include/hw/misc/allwinner-sid.h | 59L |
-rw-r--r-- | include/hw/misc/arm11scu.h | 30L |
-rw-r--r-- | include/hw/misc/arm_integrator_debug.h | 19L |
-rw-r--r-- | include/hw/misc/armsse-cpu-pwrctrl.h | 40L |
-rw-r--r-- | include/hw/misc/armsse-cpuid.h | 42L |
-rw-r--r-- | include/hw/misc/armsse-mhu.h | 45L |
-rw-r--r-- | include/hw/misc/armv7m_ras.h | 37L |
-rw-r--r-- | include/hw/misc/aspeed_hace.h | 43L |
-rw-r--r-- | include/hw/misc/aspeed_lpc.h | 47L |
-rw-r--r-- | include/hw/misc/aspeed_scu.h | 319L |
-rw-r--r-- | include/hw/misc/aspeed_sdmc.h | 56L |
-rw-r--r-- | include/hw/misc/aspeed_xdma.h | 46L |
-rw-r--r-- | include/hw/misc/auxbus.h | 142L |
-rw-r--r-- | include/hw/misc/avr_power.h | 46L |
-rw-r--r-- | include/hw/misc/bcm2835_cprman.h | 210L |
-rw-r--r-- | include/hw/misc/bcm2835_cprman_internals.h | 1019L |
-rw-r--r-- | include/hw/misc/bcm2835_mbox.h | 39L |
-rw-r--r-- | include/hw/misc/bcm2835_mbox_defs.h | 29L |
-rw-r--r-- | include/hw/misc/bcm2835_mphi.h | 44L |
-rw-r--r-- | include/hw/misc/bcm2835_powermgt.h | 29L |
-rw-r--r-- | include/hw/misc/bcm2835_property.h | 36L |
-rw-r--r-- | include/hw/misc/bcm2835_rng.h | 27L |
-rw-r--r-- | include/hw/misc/bcm2835_thermal.h | 27L |
-rw-r--r-- | include/hw/misc/cbus.h | 31L |
-rw-r--r-- | include/hw/misc/empty_slot.h | 19L |
-rw-r--r-- | include/hw/misc/grlib_ahb_apb_pnp.h | 57L |
-rw-r--r-- | include/hw/misc/imx25_ccm.h | 80L |
-rw-r--r-- | include/hw/misc/imx31_ccm.h | 89L |
-rw-r--r-- | include/hw/misc/imx6_ccm.h | 198L |
-rw-r--r-- | include/hw/misc/imx6_src.h | 74L |
-rw-r--r-- | include/hw/misc/imx6ul_ccm.h | 227L |
-rw-r--r-- | include/hw/misc/imx7_ccm.h | 140L |
-rw-r--r-- | include/hw/misc/imx7_gpr.h | 29L |
-rw-r--r-- | include/hw/misc/imx7_snvs.h | 36L |
-rw-r--r-- | include/hw/misc/imx_ccm.h | 63L |
-rw-r--r-- | include/hw/misc/imx_rngc.h | 36L |
-rw-r--r-- | include/hw/misc/iotkit-secctl.h | 127L |
-rw-r--r-- | include/hw/misc/iotkit-sysctl.h | 73L |
-rw-r--r-- | include/hw/misc/iotkit-sysinfo.h | 45L |
-rw-r--r-- | include/hw/misc/ivshmem.h | 25L |
-rw-r--r-- | include/hw/misc/led.h | 98L |
-rw-r--r-- | include/hw/misc/mac_via.h | 116L |
-rw-r--r-- | include/hw/misc/macio/cuda.h | 102L |
-rw-r--r-- | include/hw/misc/macio/gpio.h | 49L |
-rw-r--r-- | include/hw/misc/macio/macio.h | 123L |
-rw-r--r-- | include/hw/misc/macio/pmu.h | 236L |
-rw-r--r-- | include/hw/misc/mchp_pfsoc_dmc.h | 56L |
-rw-r--r-- | include/hw/misc/mchp_pfsoc_ioscb.h | 50L |
-rw-r--r-- | include/hw/misc/mchp_pfsoc_sysreg.h | 39L |
-rw-r--r-- | include/hw/misc/mips_cmgcr.h | 91L |
-rw-r--r-- | include/hw/misc/mips_cpc.h | 50L |
-rw-r--r-- | include/hw/misc/mips_itu.h | 83L |
-rw-r--r-- | include/hw/misc/mos6522.h | 150L |
-rw-r--r-- | include/hw/misc/mps2-fpgaio.h | 62L |
-rw-r--r-- | include/hw/misc/mps2-scc.h | 69L |
-rw-r--r-- | include/hw/misc/msf2-sysreg.h | 78L |
-rw-r--r-- | include/hw/misc/npcm7xx_clk.h | 180L |
-rw-r--r-- | include/hw/misc/npcm7xx_gcr.h | 43L |
-rw-r--r-- | include/hw/misc/npcm7xx_mft.h | 70L |
-rw-r--r-- | include/hw/misc/npcm7xx_pwm.h | 107L |
-rw-r--r-- | include/hw/misc/npcm7xx_rng.h | 34L |
-rw-r--r-- | include/hw/misc/nrf51_rng.h | 85L |
-rw-r--r-- | include/hw/misc/pca9552.h | 37L |
-rw-r--r-- | include/hw/misc/pca9552_regs.h | 32L |
-rw-r--r-- | include/hw/misc/pvpanic.h | 53L |
-rw-r--r-- | include/hw/misc/sifive_e_prci.h | 73L |
-rw-r--r-- | include/hw/misc/sifive_test.h | 47L |
-rw-r--r-- | include/hw/misc/sifive_u_otp.h | 87L |
-rw-r--r-- | include/hw/misc/sifive_u_prci.h | 93L |
-rw-r--r-- | include/hw/misc/stm32f2xx_syscfg.h | 58L |
-rw-r--r-- | include/hw/misc/stm32f4xx_exti.h | 59L |
-rw-r--r-- | include/hw/misc/stm32f4xx_syscfg.h | 60L |
-rw-r--r-- | include/hw/misc/tz-mpc.h | 80L |
-rw-r--r-- | include/hw/misc/tz-msc.h | 80L |
-rw-r--r-- | include/hw/misc/tz-ppc.h | 107L |
-rw-r--r-- | include/hw/misc/unimp.h | 54L |
-rw-r--r-- | include/hw/misc/virt_ctrl.h | 22L |
-rw-r--r-- | include/hw/misc/vmcoreinfo.h | 41L |
-rw-r--r-- | include/hw/misc/xlnx-versal-xramc.h | 97L |
-rw-r--r-- | include/hw/net/allwinner-sun8i-emac.h | 104L |
-rw-r--r-- | include/hw/net/allwinner_emac.h | 177L |
-rw-r--r-- | include/hw/net/cadence_gem.h | 97L |
-rw-r--r-- | include/hw/net/ftgmac100.h | 87L |
-rw-r--r-- | include/hw/net/imx_fec.h | 280L |
-rw-r--r-- | include/hw/net/lan9118.h | 20L |
-rw-r--r-- | include/hw/net/lance.h | 48L |
-rw-r--r-- | include/hw/net/lasi_82596.h | 31L |
-rw-r--r-- | include/hw/net/mii.h | 115L |
-rw-r--r-- | include/hw/net/msf2-emac.h | 53L |
-rw-r--r-- | include/hw/net/ne2000-isa.h | 39L |
-rw-r--r-- | include/hw/net/npcm7xx_emc.h | 286L |
-rw-r--r-- | include/hw/net/smc91c111.h | 18L |
-rw-r--r-- | include/hw/net/xlnx-zynqmp-can.h | 78L |
-rw-r--r-- | include/hw/nmi.h | 45L |
-rw-r--r-- | include/hw/nubus/mac-nubus-bridge.h | 29L |
-rw-r--r-- | include/hw/nubus/nubus.h | 75L |
-rw-r--r-- | include/hw/nvram/chrp_nvram.h | 57L |
-rw-r--r-- | include/hw/nvram/eeprom93xx.h | 40L |
-rw-r--r-- | include/hw/nvram/fw_cfg.h | 345L |
-rw-r--r-- | include/hw/nvram/npcm7xx_otp.h | 79L |
-rw-r--r-- | include/hw/nvram/nrf51_nvm.h | 65L |
-rw-r--r-- | include/hw/nvram/sun_nvram.h | 34L |
-rw-r--r-- | include/hw/nvram/xlnx-bbram.h | 54L |
-rw-r--r-- | include/hw/nvram/xlnx-efuse.h | 132L |
-rw-r--r-- | include/hw/nvram/xlnx-versal-efuse.h | 68L |
-rw-r--r-- | include/hw/nvram/xlnx-zynqmp-efuse.h | 44L |
-rw-r--r-- | include/hw/or-irq.h | 51L |
-rw-r--r-- | include/hw/pci-bridge/simba.h | 42L |
-rw-r--r-- | include/hw/pci-host/designware.h | 99L |
-rw-r--r-- | include/hw/pci-host/gpex.h | 73L |
-rw-r--r-- | include/hw/pci-host/i440fx.h | 49L |
-rw-r--r-- | include/hw/pci-host/mv64361.h | 8L |
-rw-r--r-- | include/hw/pci-host/pam.h | 94L |
-rw-r--r-- | include/hw/pci-host/pnv_phb3.h | 167L |
-rw-r--r-- | include/hw/pci-host/pnv_phb3_regs.h | 450L |
-rw-r--r-- | include/hw/pci-host/pnv_phb4.h | 224L |
-rw-r--r-- | include/hw/pci-host/pnv_phb4_regs.h | 553L |
-rw-r--r-- | include/hw/pci-host/ppce500.h | 9L |
-rw-r--r-- | include/hw/pci-host/q35.h | 199L |
-rw-r--r-- | include/hw/pci-host/remote.h | 30L |
-rw-r--r-- | include/hw/pci-host/sabre.h | 53L |
-rw-r--r-- | include/hw/pci-host/spapr.h | 215L |
-rw-r--r-- | include/hw/pci-host/uninorth.h | 68L |
-rw-r--r-- | include/hw/pci-host/xilinx-pcie.h | 66L |
-rw-r--r-- | include/hw/pci/msi.h | 52L |
-rw-r--r-- | include/hw/pci/msix.h | 64L |
-rw-r--r-- | include/hw/pci/pci.h | 908L |
-rw-r--r-- | include/hw/pci/pci_bridge.h | 158L |
-rw-r--r-- | include/hw/pci/pci_bus.h | 66L |
-rw-r--r-- | include/hw/pci/pci_host.h | 71L |
-rw-r--r-- | include/hw/pci/pci_ids.h | 286L |
-rw-r--r-- | include/hw/pci/pci_regs.h | 8L |
-rw-r--r-- | include/hw/pci/pcie.h | 150L |
-rw-r--r-- | include/hw/pci/pcie_aer.h | 103L |
-rw-r--r-- | include/hw/pci/pcie_host.h | 81L |
-rw-r--r-- | include/hw/pci/pcie_port.h | 94L |
-rw-r--r-- | include/hw/pci/pcie_regs.h | 182L |
-rw-r--r-- | include/hw/pci/shpc.h | 65L |
-rw-r--r-- | include/hw/pci/slotid_cap.h | 11L |
-rw-r--r-- | include/hw/pcmcia.h | 66L |
-rw-r--r-- | include/hw/platform-bus.h | 52L |
-rw-r--r-- | include/hw/ppc/fdt.h | 29L |
-rw-r--r-- | include/hw/ppc/mac_dbdma.h | 183L |
-rw-r--r-- | include/hw/ppc/openpic.h | 176L |
-rw-r--r-- | include/hw/ppc/openpic_kvm.h | 7L |
-rw-r--r-- | include/hw/ppc/pef.h | 17L |
-rw-r--r-- | include/hw/ppc/pnv.h | 332L |
-rw-r--r-- | include/hw/ppc/pnv_core.h | 73L |
-rw-r--r-- | include/hw/ppc/pnv_homer.h | 56L |
-rw-r--r-- | include/hw/ppc/pnv_lpc.h | 108L |
-rw-r--r-- | include/hw/ppc/pnv_occ.h | 63L |
-rw-r--r-- | include/hw/ppc/pnv_pnor.h | 31L |
-rw-r--r-- | include/hw/ppc/pnv_psi.h | 120L |
-rw-r--r-- | include/hw/ppc/pnv_xive.h | 98L |
-rw-r--r-- | include/hw/ppc/pnv_xscom.h | 148L |
-rw-r--r-- | include/hw/ppc/ppc.h | 115L |
-rw-r--r-- | include/hw/ppc/ppc4xx.h | 52L |
-rw-r--r-- | include/hw/ppc/ppc_e500.h | 6L |
-rw-r--r-- | include/hw/ppc/spapr.h | 991L |
-rw-r--r-- | include/hw/ppc/spapr_cpu_core.h | 58L |
-rw-r--r-- | include/hw/ppc/spapr_drc.h | 259L |
-rw-r--r-- | include/hw/ppc/spapr_irq.h | 117L |
-rw-r--r-- | include/hw/ppc/spapr_numa.h | 37L |
-rw-r--r-- | include/hw/ppc/spapr_nvdimm.h | 25L |
-rw-r--r-- | include/hw/ppc/spapr_ovec.h | 83L |
-rw-r--r-- | include/hw/ppc/spapr_rtas.h | 10L |
-rw-r--r-- | include/hw/ppc/spapr_tpm_proxy.h | 30L |
-rw-r--r-- | include/hw/ppc/spapr_vio.h | 141L |
-rw-r--r-- | include/hw/ppc/spapr_xive.h | 99L |
-rw-r--r-- | include/hw/ppc/vof.h | 60L |
-rw-r--r-- | include/hw/ppc/xics.h | 196L |
-rw-r--r-- | include/hw/ppc/xics_spapr.h | 43L |
-rw-r--r-- | include/hw/ppc/xive.h | 512L |
-rw-r--r-- | include/hw/ppc/xive_regs.h | 301L |
-rw-r--r-- | include/hw/ptimer.h | 301L |
-rw-r--r-- | include/hw/qdev-clock.h | 164L |
-rw-r--r-- | include/hw/qdev-core.h | 873L |
-rw-r--r-- | include/hw/qdev-dma.h | 16L |
-rw-r--r-- | include/hw/qdev-properties-system.h | 77L |
-rw-r--r-- | include/hw/qdev-properties.h | 257L |
-rw-r--r-- | include/hw/rdma/rdma.h | 37L |
-rw-r--r-- | include/hw/register.h | 229L |
-rw-r--r-- | include/hw/registerfields.h | 111L |
-rw-r--r-- | include/hw/remote/iohub.h | 42L |
-rw-r--r-- | include/hw/remote/machine.h | 38L |
-rw-r--r-- | include/hw/remote/memory.h | 19L |
-rw-r--r-- | include/hw/remote/mpqemu-link.h | 99L |
-rw-r--r-- | include/hw/remote/proxy-memory-listener.h | 28L |
-rw-r--r-- | include/hw/remote/proxy.h | 48L |
-rw-r--r-- | include/hw/resettable.h | 246L |
-rw-r--r-- | include/hw/riscv/boot.h | 60L |
-rw-r--r-- | include/hw/riscv/boot_opensbi.h | 58L |
-rw-r--r-- | include/hw/riscv/microchip_pfsoc.h | 151L |
-rw-r--r-- | include/hw/riscv/numa.h | 113L |
-rw-r--r-- | include/hw/riscv/opentitan.h | 101L |
-rw-r--r-- | include/hw/riscv/riscv_hart.h | 44L |
-rw-r--r-- | include/hw/riscv/shakti_c.h | 75L |
-rw-r--r-- | include/hw/riscv/sifive_cpu.h | 31L |
-rw-r--r-- | include/hw/riscv/sifive_e.h | 93L |
-rw-r--r-- | include/hw/riscv/sifive_u.h | 169L |
-rw-r--r-- | include/hw/riscv/spike.h | 50L |
-rw-r--r-- | include/hw/riscv/virt.h | 95L |
-rw-r--r-- | include/hw/rtc/allwinner-rtc.h | 129L |
-rw-r--r-- | include/hw/rtc/aspeed_rtc.h | 28L |
-rw-r--r-- | include/hw/rtc/goldfish_rtc.h | 47L |
-rw-r--r-- | include/hw/rtc/m48t59.h | 50L |
-rw-r--r-- | include/hw/rtc/mc146818rtc.h | 58L |
-rw-r--r-- | include/hw/rtc/mc146818rtc_regs.h | 89L |
-rw-r--r-- | include/hw/rtc/pl031.h | 48L |
-rw-r--r-- | include/hw/rtc/sun4v-rtc.h | 19L |
-rw-r--r-- | include/hw/rtc/xlnx-zynqmp-rtc.h | 92L |
-rw-r--r-- | include/hw/rx/rx62n.h | 79L |
-rw-r--r-- | include/hw/s390x/3270-ccw.h | 48L |
-rw-r--r-- | include/hw/s390x/adapter.h | 23L |
-rw-r--r-- | include/hw/s390x/ap-bridge.h | 19L |
-rw-r--r-- | include/hw/s390x/ap-device.h | 27L |
-rw-r--r-- | include/hw/s390x/css-bridge.h | 37L |
-rw-r--r-- | include/hw/s390x/css.h | 336L |
-rw-r--r-- | include/hw/s390x/ebcdic.h | 104L |
-rw-r--r-- | include/hw/s390x/event-facility.h | 208L |
-rw-r--r-- | include/hw/s390x/ioinst.h | 258L |
-rw-r--r-- | include/hw/s390x/pv.h | 75L |
-rw-r--r-- | include/hw/s390x/s390-ccw.h | 42L |
-rw-r--r-- | include/hw/s390x/s390-pci-bus.h | 391L |
-rw-r--r-- | include/hw/s390x/s390-pci-clp.h | 215L |
-rw-r--r-- | include/hw/s390x/s390-pci-inst.h | 119L |
-rw-r--r-- | include/hw/s390x/s390-pci-vfio.h | 39L |
-rw-r--r-- | include/hw/s390x/s390-virtio-ccw.h | 57L |
-rw-r--r-- | include/hw/s390x/s390_flic.h | 142L |
-rw-r--r-- | include/hw/s390x/sclp.h | 232L |
-rw-r--r-- | include/hw/s390x/storage-attributes.h | 79L |
-rw-r--r-- | include/hw/s390x/storage-keys.h | 120L |
-rw-r--r-- | include/hw/s390x/tod.h | 54L |
-rw-r--r-- | include/hw/s390x/vfio-ccw.h | 27L |
-rw-r--r-- | include/hw/scsi/emulation.h | 16L |
-rw-r--r-- | include/hw/scsi/esp.h | 163L |
-rw-r--r-- | include/hw/scsi/scsi.h | 229L |
-rw-r--r-- | include/hw/sd/allwinner-sdhost.h | 136L |
-rw-r--r-- | include/hw/sd/aspeed_sdhci.h | 35L |
-rw-r--r-- | include/hw/sd/bcm2835_sdhost.h | 48L |
-rw-r--r-- | include/hw/sd/cadence_sdhci.h | 47L |
-rw-r--r-- | include/hw/sd/sd.h | 211L |
-rw-r--r-- | include/hw/sd/sdcard_legacy.h | 50L |
-rw-r--r-- | include/hw/sd/sdhci.h | 129L |
-rw-r--r-- | include/hw/sensor/emc141x_regs.h | 37L |
-rw-r--r-- | include/hw/sensor/tmp105.h | 55L |
-rw-r--r-- | include/hw/sensor/tmp105_regs.h | 51L |
-rw-r--r-- | include/hw/sh4/sh.h | 73L |
-rw-r--r-- | include/hw/sh4/sh_intc.h | 81L |
-rw-r--r-- | include/hw/southbridge/piix.h | 79L |
-rw-r--r-- | include/hw/sparc/grlib.h | 45L |
-rw-r--r-- | include/hw/sparc/sparc32_dma.h | 63L |
-rw-r--r-- | include/hw/sparc/sparc64.h | 12L |
-rw-r--r-- | include/hw/sparc/sun4m_iommu.h | 53L |
-rw-r--r-- | include/hw/sparc/sun4u_iommu.h | 52L |
-rw-r--r-- | include/hw/ssi/aspeed_smc.h | 116L |
-rw-r--r-- | include/hw/ssi/imx_spi.h | 107L |
-rw-r--r-- | include/hw/ssi/mss-spi.h | 59L |
-rw-r--r-- | include/hw/ssi/npcm7xx_fiu.h | 73L |
-rw-r--r-- | include/hw/ssi/pl022.h | 53L |
-rw-r--r-- | include/hw/ssi/sifive_spi.h | 47L |
-rw-r--r-- | include/hw/ssi/ssi.h | 109L |
-rw-r--r-- | include/hw/ssi/stm32f2xx_spi.h | 71L |
-rw-r--r-- | include/hw/ssi/xilinx_spips.h | 143L |
-rw-r--r-- | include/hw/stream.h | 53L |
-rw-r--r-- | include/hw/sysbus.h | 107L |
-rw-r--r-- | include/hw/timer/a9gtimer.h | 97L |
-rw-r--r-- | include/hw/timer/allwinner-a10-pit.h | 68L |
-rw-r--r-- | include/hw/timer/arm_mptimer.h | 51L |
-rw-r--r-- | include/hw/timer/armv7m_systick.h | 50L |
-rw-r--r-- | include/hw/timer/aspeed_timer.h | 77L |
-rw-r--r-- | include/hw/timer/avr_timer16.h | 93L |
-rw-r--r-- | include/hw/timer/bcm2835_systmr.h | 42L |
-rw-r--r-- | include/hw/timer/cmsdk-apb-dualtimer.h | 72L |
-rw-r--r-- | include/hw/timer/cmsdk-apb-timer.h | 46L |
-rw-r--r-- | include/hw/timer/digic-timer.h | 46L |
-rw-r--r-- | include/hw/timer/hpet.h | 86L |
-rw-r--r-- | include/hw/timer/i8254.h | 80L |
-rw-r--r-- | include/hw/timer/i8254_internal.h | 76L |
-rw-r--r-- | include/hw/timer/ibex_timer.h | 54L |
-rw-r--r-- | include/hw/timer/imx_epit.h | 81L |
-rw-r--r-- | include/hw/timer/imx_gpt.h | 119L |
-rw-r--r-- | include/hw/timer/mips_gictimer.h | 47L |
-rw-r--r-- | include/hw/timer/mss-timer.h | 63L |
-rw-r--r-- | include/hw/timer/npcm7xx_timer.h | 113L |
-rw-r--r-- | include/hw/timer/nrf51_timer.h | 82L |
-rw-r--r-- | include/hw/timer/renesas_cmt.h | 43L |
-rw-r--r-- | include/hw/timer/renesas_tmr.h | 58L |
-rw-r--r-- | include/hw/timer/sifive_pwm.h | 62L |
-rw-r--r-- | include/hw/timer/sse-counter.h | 105L |
-rw-r--r-- | include/hw/timer/sse-timer.h | 53L |
-rw-r--r-- | include/hw/timer/stellaris-gptm.h | 51L |
-rw-r--r-- | include/hw/timer/stm32f2xx_timer.h | 102L |
-rw-r--r-- | include/hw/timer/tmu012.h | 23L |
-rw-r--r-- | include/hw/tricore/tc27x_soc.h | 129L |
-rw-r--r-- | include/hw/tricore/triboard.h | 50L |
-rw-r--r-- | include/hw/tricore/tricore.h | 10L |
-rw-r--r-- | include/hw/tricore/tricore_testdevice.h | 38L |
-rw-r--r-- | include/hw/usb.h | 585L |
-rw-r--r-- | include/hw/usb/chipidea.h | 17L |
-rw-r--r-- | include/hw/usb/dwc2-regs.h | 899L |
-rw-r--r-- | include/hw/usb/ehci-regs.h | 82L |
-rw-r--r-- | include/hw/usb/hcd-dwc3.h | 55L |
-rw-r--r-- | include/hw/usb/hcd-musb.h | 47L |
-rw-r--r-- | include/hw/usb/hid.h | 17L |
-rw-r--r-- | include/hw/usb/imx-usb-phy.h | 54L |
-rw-r--r-- | include/hw/usb/msd.h | 54L |
-rw-r--r-- | include/hw/usb/uhci-regs.h | 40L |
-rw-r--r-- | include/hw/usb/xhci.h | 21L |
-rw-r--r-- | include/hw/usb/xlnx-usb-subsystem.h | 45L |
-rw-r--r-- | include/hw/usb/xlnx-versal-usb2-ctrl-regs.h | 45L |
-rw-r--r-- | include/hw/vfio/vfio-amd-xgbe.h | 46L |
-rw-r--r-- | include/hw/vfio/vfio-calxeda-xgmac.h | 43L |
-rw-r--r-- | include/hw/vfio/vfio-common.h | 247L |
-rw-r--r-- | include/hw/vfio/vfio-platform.h | 76L |
-rw-r--r-- | include/hw/vfio/vfio.h | 7L |
-rw-r--r-- | include/hw/virtio/vhost-backend.h | 189L |
-rw-r--r-- | include/hw/virtio/vhost-scsi-common.h | 50L |
-rw-r--r-- | include/hw/virtio/vhost-scsi.h | 35L |
-rw-r--r-- | include/hw/virtio/vhost-user-blk.h | 56L |
-rw-r--r-- | include/hw/virtio/vhost-user-fs.h | 47L |
-rw-r--r-- | include/hw/virtio/vhost-user-i2c.h | 28L |
-rw-r--r-- | include/hw/virtio/vhost-user-scsi.h | 34L |
-rw-r--r-- | include/hw/virtio/vhost-user-vsock.h | 36L |
-rw-r--r-- | include/hw/virtio/vhost-user.h | 29L |
-rw-r--r-- | include/hw/virtio/vhost-vdpa.h | 31L |
-rw-r--r-- | include/hw/virtio/vhost-vsock-common.h | 52L |
-rw-r--r-- | include/hw/virtio/vhost-vsock.h | 36L |
-rw-r--r-- | include/hw/virtio/vhost.h | 155L |
-rw-r--r-- | include/hw/virtio/virtio-access.h | 243L |
-rw-r--r-- | include/hw/virtio/virtio-balloon.h | 76L |
-rw-r--r-- | include/hw/virtio/virtio-blk.h | 96L |
-rw-r--r-- | include/hw/virtio/virtio-bus.h | 160L |
-rw-r--r-- | include/hw/virtio/virtio-crypto.h | 102L |
-rw-r--r-- | include/hw/virtio/virtio-gpu-bswap.h | 78L |
-rw-r--r-- | include/hw/virtio/virtio-gpu-pci.h | 39L |
-rw-r--r-- | include/hw/virtio/virtio-gpu-pixman.h | 45L |
-rw-r--r-- | include/hw/virtio/virtio-gpu.h | 287L |
-rw-r--r-- | include/hw/virtio/virtio-input.h | 115L |
-rw-r--r-- | include/hw/virtio/virtio-iommu.h | 63L |
-rw-r--r-- | include/hw/virtio/virtio-mem.h | 86L |
-rw-r--r-- | include/hw/virtio/virtio-mmio.h | 75L |
-rw-r--r-- | include/hw/virtio/virtio-net.h | 221L |
-rw-r--r-- | include/hw/virtio/virtio-pmem.h | 46L |
-rw-r--r-- | include/hw/virtio/virtio-rng.h | 51L |
-rw-r--r-- | include/hw/virtio/virtio-scsi.h | 166L |
-rw-r--r-- | include/hw/virtio/virtio-serial.h | 227L |
-rw-r--r-- | include/hw/virtio/virtio.h | 400L |
-rw-r--r-- | include/hw/vmstate-if.h | 39L |
-rw-r--r-- | include/hw/watchdog/cmsdk-apb-watchdog.h | 68L |
-rw-r--r-- | include/hw/watchdog/sbsa_gwdt.h | 79L |
-rw-r--r-- | include/hw/watchdog/wdt_aspeed.h | 50L |
-rw-r--r-- | include/hw/watchdog/wdt_diag288.h | 35L |
-rw-r--r-- | include/hw/watchdog/wdt_imx2.h | 91L |
-rw-r--r-- | include/hw/xen/interface/grant_table.h | 36L |
-rw-r--r-- | include/hw/xen/interface/io/blkif.h | 712L |
-rw-r--r-- | include/hw/xen/interface/io/console.h | 46L |
-rw-r--r-- | include/hw/xen/interface/io/fbif.h | 156L |
-rw-r--r-- | include/hw/xen/interface/io/kbdif.h | 566L |
-rw-r--r-- | include/hw/xen/interface/io/netif.h | 1010L |
-rw-r--r-- | include/hw/xen/interface/io/protocols.h | 42L |
-rw-r--r-- | include/hw/xen/interface/io/ring.h | 474L |
-rw-r--r-- | include/hw/xen/interface/io/usbif.h | 254L |
-rw-r--r-- | include/hw/xen/interface/io/xenbus.h | 70L |
-rw-r--r-- | include/hw/xen/start_info.h | 146L |
-rw-r--r-- | include/hw/xen/xen-backend.h | 40L |
-rw-r--r-- | include/hw/xen/xen-block.h | 89L |
-rw-r--r-- | include/hw/xen/xen-bus-helper.h | 45L |
-rw-r--r-- | include/hw/xen/xen-bus.h | 139L |
-rw-r--r-- | include/hw/xen/xen-legacy-backend.h | 105L |
-rw-r--r-- | include/hw/xen/xen-x86.h | 15L |
-rw-r--r-- | include/hw/xen/xen.h | 35L |
-rw-r--r-- | include/hw/xen/xen_common.h | 696L |
-rw-r--r-- | include/hw/xen/xen_pvdev.h | 81L |
-rw-r--r-- | include/hw/xtensa/mx_pic.h | 43L |
-rw-r--r-- | include/hw/xtensa/xtensa-isa.h | 836L |
-rw-r--r-- | include/io/channel-buffer.h | 59L |
-rw-r--r-- | include/io/channel-command.h | 90L |
-rw-r--r-- | include/io/channel-file.h | 92L |
-rw-r--r-- | include/io/channel-socket.h | 263L |
-rw-r--r-- | include/io/channel-tls.h | 145L |
-rw-r--r-- | include/io/channel-util.h | 52L |
-rw-r--r-- | include/io/channel-watch.h | 90L |
-rw-r--r-- | include/io/channel-websock.h | 108L |
-rw-r--r-- | include/io/channel.h | 858L |
-rw-r--r-- | include/io/dns-resolver.h | 219L |
-rw-r--r-- | include/io/net-listener.h | 186L |
-rw-r--r-- | include/io/task.h | 350L |
-rw-r--r-- | include/libdecnumber/dconfig.h | 39L |
-rw-r--r-- | include/libdecnumber/decContext.h | 255L |
-rw-r--r-- | include/libdecnumber/decDPD.h | 1214L |
-rw-r--r-- | include/libdecnumber/decNumber.h | 201L |
-rw-r--r-- | include/libdecnumber/decNumberLocal.h | 663L |
-rw-r--r-- | include/libdecnumber/dpd/decimal128.h | 99L |
-rw-r--r-- | include/libdecnumber/dpd/decimal128Local.h | 47L |
-rw-r--r-- | include/libdecnumber/dpd/decimal32.h | 97L |
-rw-r--r-- | include/libdecnumber/dpd/decimal64.h | 99L |
-rw-r--r-- | include/migration/blocker.h | 35L |
-rw-r--r-- | include/migration/colo.h | 40L |
-rw-r--r-- | include/migration/cpu.h | 64L |
-rw-r--r-- | include/migration/failover.h | 25L |
-rw-r--r-- | include/migration/global_state.h | 24L |
-rw-r--r-- | include/migration/misc.h | 78L |
-rw-r--r-- | include/migration/qemu-file-types.h | 170L |
-rw-r--r-- | include/migration/register.h | 81L |
-rw-r--r-- | include/migration/snapshot.h | 64L |
-rw-r--r-- | include/migration/vmstate.h | 1205L |
-rw-r--r-- | include/monitor/hmp-target.h | 54L |
-rw-r--r-- | include/monitor/hmp.h | 135L |
-rw-r--r-- | include/monitor/monitor.h | 57L |
-rw-r--r-- | include/monitor/qdev.h | 14L |
-rw-r--r-- | include/net/announce.h | 44L |
-rw-r--r-- | include/net/can_emu.h | 129L |
-rw-r--r-- | include/net/can_host.h | 51L |
-rw-r--r-- | include/net/checksum.h | 111L |
-rw-r--r-- | include/net/eth.h | 442L |
-rw-r--r-- | include/net/filter.h | 82L |
-rw-r--r-- | include/net/net.h | 251L |
-rw-r--r-- | include/net/queue.h | 83L |
-rw-r--r-- | include/net/slirp.h | 37L |
-rw-r--r-- | include/net/tap.h | 39L |
-rw-r--r-- | include/net/vhost-user.h | 18L |
-rw-r--r-- | include/net/vhost-vdpa.h | 21L |
-rw-r--r-- | include/net/vhost_net.h | 49L |
-rw-r--r-- | include/qapi/clone-visitor.h | 51L |
-rw-r--r-- | include/qapi/compat-policy.h | 38L |
-rw-r--r-- | include/qapi/dealloc-visitor.h | 28L |
-rw-r--r-- | include/qapi/error.h | 534L |
-rw-r--r-- | include/qapi/forward-visitor.h | 27L |
-rw-r--r-- | include/qapi/opts-visitor.h | 39L |
-rw-r--r-- | include/qapi/qmp-event.h | 18L |
-rw-r--r-- | include/qapi/qmp/dispatch.h | 67L |
-rw-r--r-- | include/qapi/qmp/json-parser.h | 46L |
-rw-r--r-- | include/qapi/qmp/json-writer.h | 35L |
-rw-r--r-- | include/qapi/qmp/qbool.h | 27L |
-rw-r--r-- | include/qapi/qmp/qdict.h | 70L |
-rw-r--r-- | include/qapi/qmp/qerror.h | 71L |
-rw-r--r-- | include/qapi/qmp/qjson.h | 31L |
-rw-r--r-- | include/qapi/qmp/qlist.h | 65L |
-rw-r--r-- | include/qapi/qmp/qlit.h | 55L |
-rw-r--r-- | include/qapi/qmp/qnull.h | 29L |
-rw-r--r-- | include/qapi/qmp/qnum.h | 71L |
-rw-r--r-- | include/qapi/qmp/qobject.h | 138L |
-rw-r--r-- | include/qapi/qmp/qstring.h | 29L |
-rw-r--r-- | include/qapi/qobject-input-visitor.h | 86L |
-rw-r--r-- | include/qapi/qobject-output-visitor.h | 60L |
-rw-r--r-- | include/qapi/string-input-visitor.h | 27L |
-rw-r--r-- | include/qapi/string-output-visitor.h | 35L |
-rw-r--r-- | include/qapi/util.h | 53L |
-rw-r--r-- | include/qapi/visitor-impl.h | 132L |
-rw-r--r-- | include/qapi/visitor.h | 695L |
-rw-r--r-- | include/qemu-common.h | 142L |
-rw-r--r-- | include/qemu-io.h | 56L |
-rw-r--r-- | include/qemu/accel.h | 94L |
-rw-r--r-- | include/qemu/atomic.h | 309L |
-rw-r--r-- | include/qemu/atomic128.h | 155L |
-rw-r--r-- | include/qemu/base64.h | 57L |
-rw-r--r-- | include/qemu/bcd.h | 15L |
-rw-r--r-- | include/qemu/bitmap.h | 283L |
-rw-r--r-- | include/qemu/bitops.h | 621L |
-rw-r--r-- | include/qemu/bswap.h | 515L |
-rw-r--r-- | include/qemu/buffer.h | 160L |
-rw-r--r-- | include/qemu/cacheflush.h | 35L |
-rw-r--r-- | include/qemu/co-shared-resource.h | 69L |
-rw-r--r-- | include/qemu/compiler.h | 203L |
-rw-r--r-- | include/qemu/config-file.h | 29L |
-rw-r--r-- | include/qemu/coroutine.h | 336L |
-rw-r--r-- | include/qemu/coroutine_int.h | 77L |
-rw-r--r-- | include/qemu/cpuid.h | 60L |
-rw-r--r-- | include/qemu/crc-ccitt.h | 33L |
-rw-r--r-- | include/qemu/crc32c.h | 34L |
-rw-r--r-- | include/qemu/ctype.h | 27L |
-rw-r--r-- | include/qemu/cutils.h | 212L |
-rw-r--r-- | include/qemu/datadir.h | 28L |
-rw-r--r-- | include/qemu/dbus.h | 19L |
-rw-r--r-- | include/qemu/drm.h | 6L |
-rw-r--r-- | include/qemu/envlist.h | 22L |
-rw-r--r-- | include/qemu/error-report.h | 81L |
-rw-r--r-- | include/qemu/event_notifier.h | 45L |
-rw-r--r-- | include/qemu/fifo32.h | 190L |
-rw-r--r-- | include/qemu/fifo8.h | 163L |
-rw-r--r-- | include/qemu/filemonitor.h | 127L |
-rw-r--r-- | include/qemu/futex.h | 41L |
-rw-r--r-- | include/qemu/guest-random.h | 68L |
-rw-r--r-- | include/qemu/hbitmap.h | 352L |
-rw-r--r-- | include/qemu/help_option.h | 33L |
-rw-r--r-- | include/qemu/host-utils.h | 739L |
-rw-r--r-- | include/qemu/id.h | 15L |
-rw-r--r-- | include/qemu/int128.h | 369L |
-rw-r--r-- | include/qemu/iov.h | 252L |
-rw-r--r-- | include/qemu/iova-tree.h | 133L |
-rw-r--r-- | include/qemu/jhash.h | 59L |
-rw-r--r-- | include/qemu/job.h | 581L |
-rw-r--r-- | include/qemu/lockable.h | 169L |
-rw-r--r-- | include/qemu/log-for-trace.h | 35L |
-rw-r--r-- | include/qemu/log.h | 167L |
-rw-r--r-- | include/qemu/main-loop.h | 317L |
-rw-r--r-- | include/qemu/memfd.h | 47L |
-rw-r--r-- | include/qemu/mmap-alloc.h | 38L |
-rw-r--r-- | include/qemu/module.h | 155L |
-rw-r--r-- | include/qemu/notify.h | 74L |
-rw-r--r-- | include/qemu/nvdimm-utils.h | 6L |
-rw-r--r-- | include/qemu/option.h | 153L |
-rw-r--r-- | include/qemu/option_int.h | 54L |
-rw-r--r-- | include/qemu/osdep.h | 805L |
-rw-r--r-- | include/qemu/path.h | 7L |
-rw-r--r-- | include/qemu/plugin-memory.h | 40L |
-rw-r--r-- | include/qemu/plugin.h | 289L |
-rw-r--r-- | include/qemu/pmem.h | 36L |
-rw-r--r-- | include/qemu/processor.h | 27L |
-rw-r--r-- | include/qemu/progress_meter.h | 62L |
-rw-r--r-- | include/qemu/qdist.h | 61L |
-rw-r--r-- | include/qemu/qemu-options.h | 41L |
-rw-r--r-- | include/qemu/qemu-plugin.h | 593L |
-rw-r--r-- | include/qemu/qemu-print.h | 23L |
-rw-r--r-- | include/qemu/qht.h | 224L |
-rw-r--r-- | include/qemu/qsp.h | 27L |
-rw-r--r-- | include/qemu/queue.h | 576L |
-rw-r--r-- | include/qemu/range.h | 222L |
-rw-r--r-- | include/qemu/ratelimit.h | 97L |
-rw-r--r-- | include/qemu/rcu.h | 187L |
-rw-r--r-- | include/qemu/rcu_queue.h | 317L |
-rw-r--r-- | include/qemu/readline.h | 64L |
-rw-r--r-- | include/qemu/selfmap.h | 44L |
-rw-r--r-- | include/qemu/seqlock.h | 85L |
-rw-r--r-- | include/qemu/sockets.h | 125L |
-rw-r--r-- | include/qemu/stats64.h | 193L |
-rw-r--r-- | include/qemu/sys_membarrier.h | 27L |
-rw-r--r-- | include/qemu/systemd.h | 26L |
-rw-r--r-- | include/qemu/thread-posix.h | 53L |
-rw-r--r-- | include/qemu/thread-win32.h | 46L |
-rw-r--r-- | include/qemu/thread.h | 400L |
-rw-r--r-- | include/qemu/throttle-options.h | 114L |
-rw-r--r-- | include/qemu/throttle.h | 159L |
-rw-r--r-- | include/qemu/timed-average.h | 63L |
-rw-r--r-- | include/qemu/timer.h | 1001L |
-rw-r--r-- | include/qemu/transactions.h | 63L |
-rw-r--r-- | include/qemu/tsan.h | 71L |
-rw-r--r-- | include/qemu/typedefs.h | 144L |
-rw-r--r-- | include/qemu/unicode.h | 7L |
-rw-r--r-- | include/qemu/units.h | 20L |
-rw-r--r-- | include/qemu/uri.h | 111L |
-rw-r--r-- | include/qemu/userfaultfd.h | 35L |
-rw-r--r-- | include/qemu/uuid.h | 87L |
-rw-r--r-- | include/qemu/vfio-helpers.h | 32L |
-rw-r--r-- | include/qemu/vhost-user-server.h | 65L |
-rw-r--r-- | include/qemu/win_dump_defs.h | 179L |
-rw-r--r-- | include/qemu/xattr.h | 29L |
-rw-r--r-- | include/qemu/xxhash.h | 220L |
-rw-r--r-- | include/qemu/yank.h | 87L |
-rw-r--r-- | include/qom/object.h | 1964L |
-rw-r--r-- | include/qom/object_interfaces.h | 180L |
-rw-r--r-- | include/qom/qom-qobject.h | 43L |
-rw-r--r-- | include/scsi/constants.h | 319L |
-rw-r--r-- | include/scsi/pr-manager.h | 42L |
-rw-r--r-- | include/scsi/utils.h | 147L |
-rw-r--r-- | include/semihosting/console.h | 69L |
-rw-r--r-- | include/semihosting/semihost.h | 77L |
-rw-r--r-- | include/standard-headers/asm-m68k/bootinfo-mac.h | 120L |
-rw-r--r-- | include/standard-headers/asm-m68k/bootinfo-virt.h | 18L |
-rw-r--r-- | include/standard-headers/asm-m68k/bootinfo.h | 166L |
-rw-r--r-- | include/standard-headers/asm-s390/virtio-ccw.h | 18L |
-rw-r--r-- | include/standard-headers/asm-x86/bootparam.h | 41L |
-rw-r--r-- | include/standard-headers/asm-x86/kvm_para.h | 152L |
-rw-r--r-- | include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h | 685L |
-rw-r--r-- | include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h | 348L |
-rw-r--r-- | include/standard-headers/drm/drm_fourcc.h | 1261L |
-rw-r--r-- | include/standard-headers/linux/const.h | 36L |
-rw-r--r-- | include/standard-headers/linux/ethtool.h | 2064L |
-rw-r--r-- | include/standard-headers/linux/fuse.h | 970L |
-rw-r--r-- | include/standard-headers/linux/if_ether.h | 1L |
-rw-r--r-- | include/standard-headers/linux/input-event-codes.h | 950L |
-rw-r--r-- | include/standard-headers/linux/input.h | 511L |
-rw-r--r-- | include/standard-headers/linux/kernel.h | 8L |
-rw-r--r-- | include/standard-headers/linux/pci_regs.h | 1095L |
-rw-r--r-- | include/standard-headers/linux/qemu_fw_cfg.h | 97L |
-rw-r--r-- | include/standard-headers/linux/sysinfo.h | 25L |
-rw-r--r-- | include/standard-headers/linux/types.h | 3L |
-rw-r--r-- | include/standard-headers/linux/udmabuf.h | 32L |
-rw-r--r-- | include/standard-headers/linux/vhost_types.h | 156L |
-rw-r--r-- | include/standard-headers/linux/virtio_9p.h | 44L |
-rw-r--r-- | include/standard-headers/linux/virtio_balloon.h | 119L |
-rw-r--r-- | include/standard-headers/linux/virtio_blk.h | 201L |
-rw-r--r-- | include/standard-headers/linux/virtio_bt.h | 31L |
-rw-r--r-- | include/standard-headers/linux/virtio_config.h | 93L |
-rw-r--r-- | include/standard-headers/linux/virtio_console.h | 78L |
-rw-r--r-- | include/standard-headers/linux/virtio_crypto.h | 450L |
-rw-r--r-- | include/standard-headers/linux/virtio_fs.h | 22L |
-rw-r--r-- | include/standard-headers/linux/virtio_gpu.h | 444L |
-rw-r--r-- | include/standard-headers/linux/virtio_ids.h | 60L |
-rw-r--r-- | include/standard-headers/linux/virtio_input.h | 76L |
-rw-r--r-- | include/standard-headers/linux/virtio_iommu.h | 165L |
-rw-r--r-- | include/standard-headers/linux/virtio_mem.h | 211L |
-rw-r--r-- | include/standard-headers/linux/virtio_mmio.h | 152L |
-rw-r--r-- | include/standard-headers/linux/virtio_net.h | 358L |
-rw-r--r-- | include/standard-headers/linux/virtio_pci.h | 208L |
-rw-r--r-- | include/standard-headers/linux/virtio_pmem.h | 34L |
-rw-r--r-- | include/standard-headers/linux/virtio_ring.h | 242L |
-rw-r--r-- | include/standard-headers/linux/virtio_rng.h | 8L |
-rw-r--r-- | include/standard-headers/linux/virtio_scsi.h | 172L |
-rw-r--r-- | include/standard-headers/linux/virtio_snd.h | 334L |
-rw-r--r-- | include/standard-headers/linux/virtio_types.h | 46L |
-rw-r--r-- | include/standard-headers/linux/virtio_vsock.h | 103L |
-rw-r--r-- | include/standard-headers/rdma/vmw_pvrdma-abi.h | 310L |
-rw-r--r-- | include/sysemu/accel-ops.h | 45L |
-rw-r--r-- | include/sysemu/arch_init.h | 31L |
-rw-r--r-- | include/sysemu/balloon.h | 27L |
-rw-r--r-- | include/sysemu/block-backend.h | 279L |
-rw-r--r-- | include/sysemu/blockdev.h | 61L |
-rw-r--r-- | include/sysemu/cpu-throttle.h | 68L |
-rw-r--r-- | include/sysemu/cpu-timers.h | 90L |
-rw-r--r-- | include/sysemu/cpus.h | 60L |
-rw-r--r-- | include/sysemu/cryptodev-vhost-user.h | 50L |
-rw-r--r-- | include/sysemu/cryptodev-vhost.h | 153L |
-rw-r--r-- | include/sysemu/cryptodev.h | 340L |
-rw-r--r-- | include/sysemu/device_tree.h | 207L |
-rw-r--r-- | include/sysemu/dma.h | 311L |
-rw-r--r-- | include/sysemu/dump-arch.h | 31L |
-rw-r--r-- | include/sysemu/dump.h | 203L |
-rw-r--r-- | include/sysemu/hax.h | 41L |
-rw-r--r-- | include/sysemu/hostmem.h | 83L |
-rw-r--r-- | include/sysemu/hvf.h | 39L |
-rw-r--r-- | include/sysemu/hvf_int.h | 68L |
-rw-r--r-- | include/sysemu/hw_accel.h | 31L |
-rw-r--r-- | include/sysemu/iothread.h | 69L |
-rw-r--r-- | include/sysemu/kvm.h | 550L |
-rw-r--r-- | include/sysemu/kvm_int.h | 55L |
-rw-r--r-- | include/sysemu/memory_mapping.h | 86L |
-rw-r--r-- | include/sysemu/numa.h | 113L |
-rw-r--r-- | include/sysemu/nvmm.h | 27L |
-rw-r--r-- | include/sysemu/os-posix.h | 103L |
-rw-r--r-- | include/sysemu/os-win32.h | 205L |
-rw-r--r-- | include/sysemu/qtest.h | 35L |
-rw-r--r-- | include/sysemu/replay.h | 234L |
-rw-r--r-- | include/sysemu/reset.h | 10L |
-rw-r--r-- | include/sysemu/rng-random.h | 21L |
-rw-r--r-- | include/sysemu/rng.h | 89L |
-rw-r--r-- | include/sysemu/runstate-action.h | 19L |
-rw-r--r-- | include/sysemu/runstate.h | 74L |
-rw-r--r-- | include/sysemu/seccomp.h | 26L |
-rw-r--r-- | include/sysemu/sev.h | 28L |
-rw-r--r-- | include/sysemu/sysemu.h | 123L |
-rw-r--r-- | include/sysemu/tcg.h | 18L |
-rw-r--r-- | include/sysemu/tpm.h | 85L |
-rw-r--r-- | include/sysemu/tpm_backend.h | 216L |
-rw-r--r-- | include/sysemu/tpm_util.h | 72L |
-rw-r--r-- | include/sysemu/vhost-user-backend.h | 48L |
-rw-r--r-- | include/sysemu/watchdog.h | 45L |
-rw-r--r-- | include/sysemu/whpx.h | 32L |
-rw-r--r-- | include/sysemu/xen-mapcache.h | 65L |
-rw-r--r-- | include/sysemu/xen.h | 50L |
-rw-r--r-- | include/tcg/tcg-cond.h | 101L |
-rw-r--r-- | include/tcg/tcg-gvec-desc.h | 66L |
-rw-r--r-- | include/tcg/tcg-mo.h | 48L |
-rw-r--r-- | include/tcg/tcg-op-gvec.h | 447L |
-rw-r--r-- | include/tcg/tcg-op.h | 1330L |
-rw-r--r-- | include/tcg/tcg-opc.h | 288L |
-rw-r--r-- | include/tcg/tcg.h | 1420L |
-rw-r--r-- | include/trace-tcg.h | 6L |
-rw-r--r-- | include/ui/clipboard.h | 226L |
-rw-r--r-- | include/ui/console.h | 482L |
-rw-r--r-- | include/ui/egl-context.h | 13L |
-rw-r--r-- | include/ui/egl-helpers.h | 66L |
-rw-r--r-- | include/ui/gtk.h | 224L |
-rw-r--r-- | include/ui/input.h | 120L |
-rw-r--r-- | include/ui/kbd-state.h | 102L |
-rw-r--r-- | include/ui/pixel_ops.h | 53L |
-rw-r--r-- | include/ui/qemu-pixman.h | 92L |
-rw-r--r-- | include/ui/qemu-spice-module.h | 44L |
-rw-r--r-- | include/ui/qemu-spice.h | 61L |
-rw-r--r-- | include/ui/sdl2.h | 85L |
-rw-r--r-- | include/ui/shader.h | 13L |
-rw-r--r-- | include/ui/spice-display.h | 190L |
-rw-r--r-- | include/ui/win32-kbd-hook.h | 14L |
-rw-r--r-- | include/user/syscall-trace.h | 42L |
-rw-r--r-- | io/channel-buffer.c | 251L |
-rw-r--r-- | io/channel-command.c | 392L |
-rw-r--r-- | io/channel-file.c | 234L |
-rw-r--r-- | io/channel-socket.c | 806L |
-rw-r--r-- | io/channel-tls.c | 434L |
-rw-r--r-- | io/channel-util.c | 38L |
-rw-r--r-- | io/channel-watch.c | 353L |
-rw-r--r-- | io/channel-websock.c | 1335L |
-rw-r--r-- | io/channel.c | 623L |
-rw-r--r-- | io/dns-resolver.c | 283L |
-rw-r--r-- | io/meson.build | 15L |
-rw-r--r-- | io/net-listener.c | 322L |
-rw-r--r-- | io/task.c | 241L |
-rw-r--r-- | io/trace-events | 65L |
-rw-r--r-- | io/trace.h | 1L |
-rw-r--r-- | iothread.c | 436L |
-rw-r--r-- | job-qmp.c | 193L |
-rw-r--r-- | job.c | 1090L |
-rw-r--r-- | libdecnumber/decContext.c | 432L |
-rw-r--r-- | libdecnumber/decNumber.c | 8192L |
-rw-r--r-- | libdecnumber/dpd/decimal128.c | 563L |
-rw-r--r-- | libdecnumber/dpd/decimal32.c | 488L |
-rw-r--r-- | libdecnumber/dpd/decimal64.c | 849L |
-rw-r--r-- | libdecnumber/meson.build | 7L |
-rw-r--r-- | linux-headers/COPYING | 20L |
-rw-r--r-- | linux-headers/LICENSES/exceptions/Linux-syscall-note | 25L |
-rw-r--r-- | linux-headers/LICENSES/preferred/BSD-2-Clause | 32L |
-rw-r--r-- | linux-headers/LICENSES/preferred/BSD-3-Clause | 36L |
-rw-r--r-- | linux-headers/LICENSES/preferred/GPL-2.0 | 359L |
-rw-r--r-- | linux-headers/README | 2L |
-rw-r--r-- | linux-headers/asm-arm/bitsperlong.h | 1L |
-rw-r--r-- | linux-headers/asm-arm/kvm.h | 312L |
-rw-r--r-- | linux-headers/asm-arm/mman.h | 4L |
-rw-r--r-- | linux-headers/asm-arm/unistd-common.h | 397L |
-rw-r--r-- | linux-headers/asm-arm/unistd-eabi.h | 5L |
-rw-r--r-- | linux-headers/asm-arm/unistd-oabi.h | 17L |
-rw-r--r-- | linux-headers/asm-arm/unistd.h | 41L |
-rw-r--r-- | linux-headers/asm-arm64/bitsperlong.h | 24L |
-rw-r--r-- | linux-headers/asm-arm64/kvm.h | 416L |
-rw-r--r-- | linux-headers/asm-arm64/mman.h | 10L |
-rw-r--r-- | linux-headers/asm-arm64/sve_context.h | 53L |
-rw-r--r-- | linux-headers/asm-arm64/unistd.h | 24L |
-rw-r--r-- | linux-headers/asm-generic/bitsperlong.h | 16L |
-rw-r--r-- | linux-headers/asm-generic/hugetlb_encode.h | 37L |
-rw-r--r-- | linux-headers/asm-generic/mman-common.h | 86L |
-rw-r--r-- | linux-headers/asm-generic/mman.h | 22L |
-rw-r--r-- | linux-headers/asm-generic/unistd.h | 925L |
-rw-r--r-- | linux-headers/asm-mips/bitsperlong.h | 9L |
-rw-r--r-- | linux-headers/asm-mips/kvm.h | 227L |
-rw-r--r-- | linux-headers/asm-mips/mman.h | 112L |
-rw-r--r-- | linux-headers/asm-mips/sgidefs.h | 37L |
-rw-r--r-- | linux-headers/asm-mips/unistd.h | 39L |
-rw-r--r-- | linux-headers/asm-mips/unistd_n32.h | 380L |
-rw-r--r-- | linux-headers/asm-mips/unistd_n64.h | 356L |
-rw-r--r-- | linux-headers/asm-mips/unistd_o32.h | 426L |
-rw-r--r-- | linux-headers/asm-powerpc/bitsperlong.h | 13L |
-rw-r--r-- | linux-headers/asm-powerpc/kvm.h | 736L |
-rw-r--r-- | linux-headers/asm-powerpc/mman.h | 35L |
-rw-r--r-- | linux-headers/asm-powerpc/unistd.h | 19L |
-rw-r--r-- | linux-headers/asm-powerpc/unistd_32.h | 434L |
-rw-r--r-- | linux-headers/asm-powerpc/unistd_64.h | 406L |
-rw-r--r-- | linux-headers/asm-s390/bitsperlong.h | 14L |
-rw-r--r-- | linux-headers/asm-s390/kvm.h | 291L |
-rw-r--r-- | linux-headers/asm-s390/mman.h | 1L |
-rw-r--r-- | linux-headers/asm-s390/unistd.h | 17L |
-rw-r--r-- | linux-headers/asm-s390/unistd_32.h | 423L |
-rw-r--r-- | linux-headers/asm-s390/unistd_64.h | 371L |
-rw-r--r-- | linux-headers/asm-x86/bitsperlong.h | 14L |
-rw-r--r-- | linux-headers/asm-x86/kvm.h | 506L |
-rw-r--r-- | linux-headers/asm-x86/mman.h | 31L |
-rw-r--r-- | linux-headers/asm-x86/unistd.h | 23L |
-rw-r--r-- | linux-headers/asm-x86/unistd_32.h | 442L |
-rw-r--r-- | linux-headers/asm-x86/unistd_64.h | 364L |
-rw-r--r-- | linux-headers/asm-x86/unistd_x32.h | 353L |
-rw-r--r-- | linux-headers/linux/kvm.h | 2063L |
-rw-r--r-- | linux-headers/linux/mman.h | 44L |
-rw-r--r-- | linux-headers/linux/psci.h | 119L |
-rw-r--r-- | linux-headers/linux/psp-sev.h | 225L |
-rw-r--r-- | linux-headers/linux/userfaultfd.h | 302L |
-rw-r--r-- | linux-headers/linux/vfio.h | 1370L |
-rw-r--r-- | linux-headers/linux/vfio_ccw.h | 56L |
-rw-r--r-- | linux-headers/linux/vfio_zdev.h | 78L |
-rw-r--r-- | linux-headers/linux/vhost.h | 153L |
-rw-r--r-- | linux-headers/linux/vhost_types.h | 1L |
-rw-r--r-- | linux-headers/linux/virtio_config.h | 1L |
-rw-r--r-- | linux-headers/linux/virtio_ring.h | 1L |
-rw-r--r-- | linux-user/aarch64/cpu_loop.c | 207L |
-rw-r--r-- | linux-user/aarch64/signal.c | 587L |
-rw-r--r-- | linux-user/aarch64/sockbits.h | 1L |
-rw-r--r-- | linux-user/aarch64/syscall_nr.h | 313L |
-rw-r--r-- | linux-user/aarch64/target_cpu.h | 47L |
-rw-r--r-- | linux-user/aarch64/target_elf.h | 14L |
-rw-r--r-- | linux-user/aarch64/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/aarch64/target_fcntl.h | 16L |
-rw-r--r-- | linux-user/aarch64/target_signal.h | 30L |
-rw-r--r-- | linux-user/aarch64/target_structs.h | 58L |
-rw-r--r-- | linux-user/aarch64/target_syscall.h | 46L |
-rw-r--r-- | linux-user/aarch64/termbits.h | 1L |
-rw-r--r-- | linux-user/alpha/cpu_loop.c | 224L |
-rw-r--r-- | linux-user/alpha/meson.build | 5L |
-rw-r--r-- | linux-user/alpha/signal.c | 277L |
-rw-r--r-- | linux-user/alpha/sockbits.h | 83L |
-rw-r--r-- | linux-user/alpha/syscall.tbl | 488L |
-rw-r--r-- | linux-user/alpha/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/alpha/target_cpu.h | 54L |
-rw-r--r-- | linux-user/alpha/target_elf.h | 14L |
-rw-r--r-- | linux-user/alpha/target_errno_defs.h | 204L |
-rw-r--r-- | linux-user/alpha/target_fcntl.h | 39L |
-rw-r--r-- | linux-user/alpha/target_signal.h | 103L |
-rw-r--r-- | linux-user/alpha/target_structs.h | 48L |
-rw-r--r-- | linux-user/alpha/target_syscall.h | 71L |
-rw-r--r-- | linux-user/alpha/termbits.h | 271L |
-rw-r--r-- | linux-user/arm/cpu_loop.c | 482L |
-rw-r--r-- | linux-user/arm/meson.build | 7L |
-rw-r--r-- | linux-user/arm/nwfpe/double_cpdo.c | 296L |
-rw-r--r-- | linux-user/arm/nwfpe/extended_cpdo.c | 273L |
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.c | 247L |
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.h | 126L |
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.inl | 50L |
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cpdo.c | 113L |
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cpdt.c | 382L |
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cprt.c | 284L |
-rw-r--r-- | linux-user/arm/nwfpe/fpopcode.c | 91L |
-rw-r--r-- | linux-user/arm/nwfpe/fpopcode.h | 390L |
-rw-r--r-- | linux-user/arm/nwfpe/fpsr.h | 107L |
-rw-r--r-- | linux-user/arm/nwfpe/meson.build | 10L |
-rw-r--r-- | linux-user/arm/nwfpe/single_cpdo.c | 253L |
-rw-r--r-- | linux-user/arm/signal.c | 630L |
-rw-r--r-- | linux-user/arm/sockbits.h | 1L |
-rw-r--r-- | linux-user/arm/syscall.tbl | 462L |
-rw-r--r-- | linux-user/arm/syscallhdr.sh | 31L |
-rw-r--r-- | linux-user/arm/target_cpu.h | 79L |
-rw-r--r-- | linux-user/arm/target_elf.h | 14L |
-rw-r--r-- | linux-user/arm/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/arm/target_fcntl.h | 17L |
-rw-r--r-- | linux-user/arm/target_signal.h | 27L |
-rw-r--r-- | linux-user/arm/target_structs.h | 59L |
-rw-r--r-- | linux-user/arm/target_syscall.h | 44L |
-rw-r--r-- | linux-user/arm/termbits.h | 1L |
-rw-r--r-- | linux-user/cpu_loop-common.h | 37L |
-rw-r--r-- | linux-user/cris/cpu_loop.c | 110L |
-rw-r--r-- | linux-user/cris/signal.c | 202L |
-rw-r--r-- | linux-user/cris/sockbits.h | 1L |
-rw-r--r-- | linux-user/cris/syscall_nr.h | 367L |
-rw-r--r-- | linux-user/cris/target_cpu.h | 45L |
-rw-r--r-- | linux-user/cris/target_elf.h | 14L |
-rw-r--r-- | linux-user/cris/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/cris/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/cris/target_signal.h | 27L |
-rw-r--r-- | linux-user/cris/target_structs.h | 58L |
-rw-r--r-- | linux-user/cris/target_syscall.h | 47L |
-rw-r--r-- | linux-user/cris/termbits.h | 225L |
-rw-r--r-- | linux-user/elfload.c | 4136L |
-rw-r--r-- | linux-user/errnos.c.inc | 140L |
-rw-r--r-- | linux-user/exit.c | 41L |
-rw-r--r-- | linux-user/fd-trans.c | 1488L |
-rw-r--r-- | linux-user/fd-trans.h | 138L |
-rw-r--r-- | linux-user/flat.h | 72L |
-rw-r--r-- | linux-user/flatload.c | 825L |
-rw-r--r-- | linux-user/generic/fcntl.h | 152L |
-rw-r--r-- | linux-user/generic/signal.h | 63L |
-rw-r--r-- | linux-user/generic/sockbits.h | 61L |
-rw-r--r-- | linux-user/generic/target_errno_defs.h | 167L |
-rw-r--r-- | linux-user/generic/termbits.h | 318L |
-rw-r--r-- | linux-user/hexagon/cpu_loop.c | 102L |
-rw-r--r-- | linux-user/hexagon/signal.c | 288L |
-rw-r--r-- | linux-user/hexagon/sockbits.h | 18L |
-rw-r--r-- | linux-user/hexagon/syscall_nr.h | 332L |
-rw-r--r-- | linux-user/hexagon/target_cpu.h | 44L |
-rw-r--r-- | linux-user/hexagon/target_elf.h | 40L |
-rw-r--r-- | linux-user/hexagon/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/hexagon/target_fcntl.h | 18L |
-rw-r--r-- | linux-user/hexagon/target_signal.h | 36L |
-rw-r--r-- | linux-user/hexagon/target_structs.h | 54L |
-rw-r--r-- | linux-user/hexagon/target_syscall.h | 36L |
-rw-r--r-- | linux-user/hexagon/termbits.h | 18L |
-rw-r--r-- | linux-user/host/aarch64/hostdep.h | 38L |
-rw-r--r-- | linux-user/host/aarch64/safe-syscall.inc.S | 75L |
-rw-r--r-- | linux-user/host/arm/hostdep.h | 38L |
-rw-r--r-- | linux-user/host/arm/safe-syscall.inc.S | 90L |
-rw-r--r-- | linux-user/host/i386/hostdep.h | 38L |
-rw-r--r-- | linux-user/host/i386/safe-syscall.inc.S | 100L |
-rw-r--r-- | linux-user/host/ia64/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/mips/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/ppc/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/ppc64/hostdep.h | 38L |
-rw-r--r-- | linux-user/host/ppc64/safe-syscall.inc.S | 96L |
-rw-r--r-- | linux-user/host/riscv32/hostdep.h | 11L |
-rw-r--r-- | linux-user/host/riscv64/hostdep.h | 34L |
-rw-r--r-- | linux-user/host/riscv64/safe-syscall.inc.S | 77L |
-rw-r--r-- | linux-user/host/s390/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/s390x/hostdep.h | 38L |
-rw-r--r-- | linux-user/host/s390x/safe-syscall.inc.S | 90L |
-rw-r--r-- | linux-user/host/sparc/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/sparc64/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/x32/hostdep.h | 15L |
-rw-r--r-- | linux-user/host/x86_64/hostdep.h | 38L |
-rw-r--r-- | linux-user/host/x86_64/safe-syscall.inc.S | 91L |
-rw-r--r-- | linux-user/hppa/cpu_loop.c | 212L |
-rw-r--r-- | linux-user/hppa/meson.build | 5L |
-rw-r--r-- | linux-user/hppa/signal.c | 199L |
-rw-r--r-- | linux-user/hppa/sockbits.h | 75L |
-rw-r--r-- | linux-user/hppa/syscall.tbl | 446L |
-rw-r--r-- | linux-user/hppa/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/hppa/target_cpu.h | 48L |
-rw-r--r-- | linux-user/hppa/target_elf.h | 14L |
-rw-r--r-- | linux-user/hppa/target_errno_defs.h | 220L |
-rw-r--r-- | linux-user/hppa/target_fcntl.h | 44L |
-rw-r--r-- | linux-user/hppa/target_signal.h | 88L |
-rw-r--r-- | linux-user/hppa/target_structs.h | 54L |
-rw-r--r-- | linux-user/hppa/target_syscall.h | 30L |
-rw-r--r-- | linux-user/hppa/termbits.h | 231L |
-rw-r--r-- | linux-user/i386/cpu_loop.c | 446L |
-rw-r--r-- | linux-user/i386/meson.build | 5L |
-rw-r--r-- | linux-user/i386/signal.c | 613L |
-rw-r--r-- | linux-user/i386/sockbits.h | 1L |
-rw-r--r-- | linux-user/i386/syscall_32.tbl | 453L |
-rw-r--r-- | linux-user/i386/syscall_nr.h | 1L |
-rw-r--r-- | linux-user/i386/syscallhdr.sh | 28L |
-rw-r--r-- | linux-user/i386/target_cpu.h | 57L |
-rw-r--r-- | linux-user/i386/target_elf.h | 14L |
-rw-r--r-- | linux-user/i386/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/i386/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/i386/target_signal.h | 27L |
-rw-r--r-- | linux-user/i386/target_structs.h | 58L |
-rw-r--r-- | linux-user/i386/target_syscall.h | 159L |
-rw-r--r-- | linux-user/i386/termbits.h | 1L |
-rw-r--r-- | linux-user/ioctls.h | 770L |
-rw-r--r-- | linux-user/linux_loop.h | 105L |
-rw-r--r-- | linux-user/linuxload.c | 167L |
-rw-r--r-- | linux-user/loader.h | 59L |
-rw-r--r-- | linux-user/m68k/cpu_loop.c | 149L |
-rw-r--r-- | linux-user/m68k/meson.build | 5L |
-rw-r--r-- | linux-user/m68k/signal.c | 410L |
-rw-r--r-- | linux-user/m68k/sockbits.h | 1L |
-rw-r--r-- | linux-user/m68k/syscall.tbl | 448L |
-rw-r--r-- | linux-user/m68k/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/m68k/target_cpu.h | 49L |
-rw-r--r-- | linux-user/m68k/target_elf.h | 20L |
-rw-r--r-- | linux-user/m68k/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/m68k/target_fcntl.h | 17L |
-rw-r--r-- | linux-user/m68k/target_signal.h | 27L |
-rw-r--r-- | linux-user/m68k/target_structs.h | 58L |
-rw-r--r-- | linux-user/m68k/target_syscall.h | 29L |
-rw-r--r-- | linux-user/m68k/termbits.h | 1L |
-rw-r--r-- | linux-user/main.c | 886L |
-rw-r--r-- | linux-user/meson.build | 37L |
-rw-r--r-- | linux-user/microblaze/cpu_loop.c | 171L |
-rw-r--r-- | linux-user/microblaze/meson.build | 5L |
-rw-r--r-- | linux-user/microblaze/signal.c | 232L |
-rw-r--r-- | linux-user/microblaze/sockbits.h | 1L |
-rw-r--r-- | linux-user/microblaze/syscall.tbl | 454L |
-rw-r--r-- | linux-user/microblaze/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/microblaze/target_cpu.h | 44L |
-rw-r--r-- | linux-user/microblaze/target_elf.h | 14L |
-rw-r--r-- | linux-user/microblaze/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/microblaze/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/microblaze/target_signal.h | 26L |
-rw-r--r-- | linux-user/microblaze/target_structs.h | 58L |
-rw-r--r-- | linux-user/microblaze/target_syscall.h | 59L |
-rw-r--r-- | linux-user/microblaze/termbits.h | 1L |
-rw-r--r-- | linux-user/mips/cpu_loop.c | 428L |
-rw-r--r-- | linux-user/mips/meson.build | 6L |
-rw-r--r-- | linux-user/mips/signal.c | 395L |
-rw-r--r-- | linux-user/mips/sockbits.h | 112L |
-rw-r--r-- | linux-user/mips/syscall-args-o32.c.inc | 443L |
-rw-r--r-- | linux-user/mips/syscall_nr.h | 1L |
-rw-r--r-- | linux-user/mips/syscall_o32.tbl | 436L |
-rw-r--r-- | linux-user/mips/syscallhdr.sh | 36L |
-rw-r--r-- | linux-user/mips/target_cpu.h | 45L |
-rw-r--r-- | linux-user/mips/target_elf.h | 20L |
-rw-r--r-- | linux-user/mips/target_errno_defs.h | 221L |
-rw-r--r-- | linux-user/mips/target_fcntl.h | 51L |
-rw-r--r-- | linux-user/mips/target_signal.h | 83L |
-rw-r--r-- | linux-user/mips/target_structs.h | 64L |
-rw-r--r-- | linux-user/mips/target_syscall.h | 45L |
-rw-r--r-- | linux-user/mips/termbits.h | 268L |
-rw-r--r-- | linux-user/mips64/cpu_loop.c | 20L |
-rw-r--r-- | linux-user/mips64/meson.build | 6L |
-rw-r--r-- | linux-user/mips64/signal.c | 20L |
-rw-r--r-- | linux-user/mips64/sockbits.h | 1L |
-rw-r--r-- | linux-user/mips64/syscall_n32.tbl | 387L |
-rw-r--r-- | linux-user/mips64/syscall_n64.tbl | 363L |
-rw-r--r-- | linux-user/mips64/syscall_nr.h | 10L |
-rw-r--r-- | linux-user/mips64/syscallhdr.sh | 33L |
-rw-r--r-- | linux-user/mips64/target_cpu.h | 19L |
-rw-r--r-- | linux-user/mips64/target_elf.h | 20L |
-rw-r--r-- | linux-user/mips64/target_errno_defs.h | 10L |
-rw-r--r-- | linux-user/mips64/target_fcntl.h | 1L |
-rw-r--r-- | linux-user/mips64/target_signal.h | 81L |
-rw-r--r-- | linux-user/mips64/target_structs.h | 2L |
-rw-r--r-- | linux-user/mips64/target_syscall.h | 42L |
-rw-r--r-- | linux-user/mips64/termbits.h | 2L |
-rw-r--r-- | linux-user/mmap.c | 832L |
-rw-r--r-- | linux-user/nios2/cpu_loop.c | 155L |
-rw-r--r-- | linux-user/nios2/signal.c | 231L |
-rw-r--r-- | linux-user/nios2/sockbits.h | 1L |
-rw-r--r-- | linux-user/nios2/syscall_nr.h | 333L |
-rw-r--r-- | linux-user/nios2/target_cpu.h | 48L |
-rw-r--r-- | linux-user/nios2/target_elf.h | 14L |
-rw-r--r-- | linux-user/nios2/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/nios2/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/nios2/target_signal.h | 25L |
-rw-r--r-- | linux-user/nios2/target_structs.h | 58L |
-rw-r--r-- | linux-user/nios2/target_syscall.h | 38L |
-rw-r--r-- | linux-user/nios2/termbits.h | 1L |
-rw-r--r-- | linux-user/openrisc/cpu_loop.c | 115L |
-rw-r--r-- | linux-user/openrisc/signal.c | 177L |
-rw-r--r-- | linux-user/openrisc/sockbits.h | 1L |
-rw-r--r-- | linux-user/openrisc/syscall_nr.h | 334L |
-rw-r--r-- | linux-user/openrisc/target_cpu.h | 46L |
-rw-r--r-- | linux-user/openrisc/target_elf.h | 14L |
-rw-r--r-- | linux-user/openrisc/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/openrisc/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/openrisc/target_signal.h | 31L |
-rw-r--r-- | linux-user/openrisc/target_structs.h | 58L |
-rw-r--r-- | linux-user/openrisc/target_syscall.h | 25L |
-rw-r--r-- | linux-user/openrisc/termbits.h | 1L |
-rw-r--r-- | linux-user/ppc/cpu_loop.c | 501L |
-rw-r--r-- | linux-user/ppc/meson.build | 5L |
-rw-r--r-- | linux-user/ppc/signal.c | 724L |
-rw-r--r-- | linux-user/ppc/sockbits.h | 26L |
-rw-r--r-- | linux-user/ppc/syscall.tbl | 528L |
-rw-r--r-- | linux-user/ppc/syscallhdr.sh | 34L |
-rw-r--r-- | linux-user/ppc/target_cpu.h | 59L |
-rw-r--r-- | linux-user/ppc/target_elf.h | 18L |
-rw-r--r-- | linux-user/ppc/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/ppc/target_fcntl.h | 17L |
-rw-r--r-- | linux-user/ppc/target_signal.h | 29L |
-rw-r--r-- | linux-user/ppc/target_structs.h | 60L |
-rw-r--r-- | linux-user/ppc/target_syscall.h | 80L |
-rw-r--r-- | linux-user/ppc/termbits.h | 247L |
-rw-r--r-- | linux-user/qemu.h | 349L |
-rw-r--r-- | linux-user/riscv/cpu_loop.c | 145L |
-rw-r--r-- | linux-user/riscv/signal.c | 209L |
-rw-r--r-- | linux-user/riscv/sockbits.h | 1L |
-rw-r--r-- | linux-user/riscv/syscall32_nr.h | 307L |
-rw-r--r-- | linux-user/riscv/syscall64_nr.h | 313L |
-rw-r--r-- | linux-user/riscv/syscall_nr.h | 15L |
-rw-r--r-- | linux-user/riscv/target_cpu.h | 27L |
-rw-r--r-- | linux-user/riscv/target_elf.h | 15L |
-rw-r--r-- | linux-user/riscv/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/riscv/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/riscv/target_signal.h | 20L |
-rw-r--r-- | linux-user/riscv/target_structs.h | 46L |
-rw-r--r-- | linux-user/riscv/target_syscall.h | 62L |
-rw-r--r-- | linux-user/riscv/termbits.h | 1L |
-rw-r--r-- | linux-user/s390x/cpu_loop.c | 189L |
-rw-r--r-- | linux-user/s390x/meson.build | 5L |
-rw-r--r-- | linux-user/s390x/signal.c | 415L |
-rw-r--r-- | linux-user/s390x/sockbits.h | 1L |
-rw-r--r-- | linux-user/s390x/syscall.tbl | 451L |
-rwxr-xr-x | linux-user/s390x/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/s390x/target_cpu.h | 45L |
-rw-r--r-- | linux-user/s390x/target_elf.h | 14L |
-rw-r--r-- | linux-user/s390x/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/s390x/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/s390x/target_signal.h | 24L |
-rw-r--r-- | linux-user/s390x/target_structs.h | 63L |
-rw-r--r-- | linux-user/s390x/target_syscall.h | 35L |
-rw-r--r-- | linux-user/s390x/termbits.h | 1L |
-rw-r--r-- | linux-user/safe-syscall.S | 30L |
-rw-r--r-- | linux-user/safe-syscall.h | 154L |
-rw-r--r-- | linux-user/semihost.c | 76L |
-rw-r--r-- | linux-user/sh4/cpu_loop.c | 105L |
-rw-r--r-- | linux-user/sh4/meson.build | 5L |
-rw-r--r-- | linux-user/sh4/signal.c | 340L |
-rw-r--r-- | linux-user/sh4/sockbits.h | 1L |
-rw-r--r-- | linux-user/sh4/syscall.tbl | 451L |
-rw-r--r-- | linux-user/sh4/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/sh4/target_cpu.h | 44L |
-rw-r--r-- | linux-user/sh4/target_elf.h | 14L |
-rw-r--r-- | linux-user/sh4/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/sh4/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/sh4/target_signal.h | 27L |
-rw-r--r-- | linux-user/sh4/target_structs.h | 58L |
-rw-r--r-- | linux-user/sh4/target_syscall.h | 30L |
-rw-r--r-- | linux-user/sh4/termbits.h | 287L |
-rw-r--r-- | linux-user/signal-common.h | 93L |
-rw-r--r-- | linux-user/signal.c | 1105L |
-rw-r--r-- | linux-user/socket.h | 42L |
-rw-r--r-- | linux-user/sparc/cpu_loop.c | 305L |
-rw-r--r-- | linux-user/sparc/meson.build | 5L |
-rw-r--r-- | linux-user/sparc/signal.c | 790L |
-rw-r--r-- | linux-user/sparc/sockbits.h | 111L |
-rw-r--r-- | linux-user/sparc/syscall.tbl | 494L |
-rw-r--r-- | linux-user/sparc/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/sparc/target_cpu.h | 90L |
-rw-r--r-- | linux-user/sparc/target_elf.h | 18L |
-rw-r--r-- | linux-user/sparc/target_errno_defs.h | 212L |
-rw-r--r-- | linux-user/sparc/target_fcntl.h | 45L |
-rw-r--r-- | linux-user/sparc/target_signal.h | 83L |
-rw-r--r-- | linux-user/sparc/target_structs.h | 55L |
-rw-r--r-- | linux-user/sparc/target_syscall.h | 62L |
-rw-r--r-- | linux-user/sparc/termbits.h | 291L |
-rw-r--r-- | linux-user/strace.c | 3839L |
-rw-r--r-- | linux-user/strace.h | 38L |
-rw-r--r-- | linux-user/strace.list | 1673L |
-rw-r--r-- | linux-user/syscall.c | 13166L |
-rw-r--r-- | linux-user/syscall_defs.h | 2913L |
-rw-r--r-- | linux-user/syscall_types.h | 633L |
-rw-r--r-- | linux-user/target_flat.h | 16L |
-rw-r--r-- | linux-user/trace-events | 22L |
-rw-r--r-- | linux-user/trace.h | 1L |
-rw-r--r-- | linux-user/uaccess.c | 114L |
-rw-r--r-- | linux-user/uname.c | 169L |
-rw-r--r-- | linux-user/uname.h | 10L |
-rw-r--r-- | linux-user/user-internals.h | 186L |
-rw-r--r-- | linux-user/user-mmap.h | 34L |
-rw-r--r-- | linux-user/vm86.c | 492L |
-rw-r--r-- | linux-user/x86_64/cpu_loop.c | 20L |
-rw-r--r-- | linux-user/x86_64/meson.build | 5L |
-rw-r--r-- | linux-user/x86_64/signal.c | 20L |
-rw-r--r-- | linux-user/x86_64/sockbits.h | 1L |
-rw-r--r-- | linux-user/x86_64/syscall_64.tbl | 415L |
-rw-r--r-- | linux-user/x86_64/syscall_nr.h | 1L |
-rw-r--r-- | linux-user/x86_64/syscallhdr.sh | 28L |
-rw-r--r-- | linux-user/x86_64/target_cpu.h | 1L |
-rw-r--r-- | linux-user/x86_64/target_elf.h | 14L |
-rw-r--r-- | linux-user/x86_64/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/x86_64/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/x86_64/target_signal.h | 27L |
-rw-r--r-- | linux-user/x86_64/target_structs.h | 73L |
-rw-r--r-- | linux-user/x86_64/target_syscall.h | 108L |
-rw-r--r-- | linux-user/x86_64/termbits.h | 1L |
-rw-r--r-- | linux-user/xtensa/cpu_loop.c | 266L |
-rw-r--r-- | linux-user/xtensa/meson.build | 5L |
-rw-r--r-- | linux-user/xtensa/signal.c | 282L |
-rw-r--r-- | linux-user/xtensa/sockbits.h | 1L |
-rw-r--r-- | linux-user/xtensa/syscall.tbl | 419L |
-rw-r--r-- | linux-user/xtensa/syscallhdr.sh | 32L |
-rw-r--r-- | linux-user/xtensa/target_cpu.h | 32L |
-rw-r--r-- | linux-user/xtensa/target_elf.h | 16L |
-rw-r--r-- | linux-user/xtensa/target_errno_defs.h | 7L |
-rw-r--r-- | linux-user/xtensa/target_fcntl.h | 11L |
-rw-r--r-- | linux-user/xtensa/target_flat.h | 12L |
-rw-r--r-- | linux-user/xtensa/target_signal.h | 25L |
-rw-r--r-- | linux-user/xtensa/target_structs.h | 51L |
-rw-r--r-- | linux-user/xtensa/target_syscall.h | 50L |
-rw-r--r-- | linux-user/xtensa/termbits.h | 331L |
-rw-r--r-- | memory_ldst.c.inc | 533L |
m--------- | meson @ b25d94e | |
-rw-r--r-- | meson.build | 3146L |
-rw-r--r-- | meson_options.txt | 157L |
-rw-r--r-- | migration/block-dirty-bitmap.c | 1271L |
-rw-r--r-- | migration/block.c | 1036L |
-rw-r--r-- | migration/block.h | 52L |
-rw-r--r-- | migration/channel.c | 101L |
-rw-r--r-- | migration/channel.h | 27L |
-rw-r--r-- | migration/colo-failover.c | 86L |
-rw-r--r-- | migration/colo.c | 929L |
-rw-r--r-- | migration/dirtyrate.c | 496L |
-rw-r--r-- | migration/dirtyrate.h | 75L |
-rw-r--r-- | migration/exec.c | 73L |
-rw-r--r-- | migration/exec.h | 26L |
-rw-r--r-- | migration/fd.c | 76L |
-rw-r--r-- | migration/fd.h | 23L |
-rw-r--r-- | migration/global_state.c | 148L |
-rw-r--r-- | migration/meson.build | 35L |
-rw-r--r-- | migration/migration.c | 4332L |
-rw-r--r-- | migration/migration.h | 395L |
-rw-r--r-- | migration/multifd-zlib.c | 325L |
-rw-r--r-- | migration/multifd-zstd.c | 339L |
-rw-r--r-- | migration/multifd.c | 1215L |
-rw-r--r-- | migration/multifd.h | 172L |
-rw-r--r-- | migration/page_cache.c | 175L |
-rw-r--r-- | migration/page_cache.h | 74L |
-rw-r--r-- | migration/postcopy-ram.c | 1445L |
-rw-r--r-- | migration/postcopy-ram.h | 182L |
-rw-r--r-- | migration/qemu-file-channel.c | 194L |
-rw-r--r-- | migration/qemu-file-channel.h | 32L |
-rw-r--r-- | migration/qemu-file.c | 868L |
-rw-r--r-- | migration/qemu-file.h | 185L |
-rw-r--r-- | migration/ram.c | 4226L |
-rw-r--r-- | migration/ram.h | 89L |
-rw-r--r-- | migration/rdma.c | 4196L |
-rw-r--r-- | migration/rdma.h | 25L |
-rw-r--r-- | migration/savevm.c | 3302L |
-rw-r--r-- | migration/savevm.h | 71L |
-rw-r--r-- | migration/socket.c | 196L |
-rw-r--r-- | migration/socket.h | 30L |
-rw-r--r-- | migration/target.c | 25L |
-rw-r--r-- | migration/tls.c | 172L |
-rw-r--r-- | migration/tls.h | 40L |
-rw-r--r-- | migration/trace-events | 346L |
-rw-r--r-- | migration/trace.h | 1L |
-rw-r--r-- | migration/vmstate-types.c | 893L |
-rw-r--r-- | migration/vmstate.c | 541L |
-rw-r--r-- | migration/xbzrle.c | 176L |
-rw-r--r-- | migration/xbzrle.h | 21L |
-rw-r--r-- | migration/yank_functions.c | 62L |
-rw-r--r-- | migration/yank_functions.h | 20L |
-rw-r--r-- | module-common.c | 10L |
-rw-r--r-- | monitor/hmp-cmds.c | 2244L |
-rw-r--r-- | monitor/hmp.c | 1461L |
-rw-r--r-- | monitor/meson.build | 9L |
-rw-r--r-- | monitor/misc.c | 1981L |
-rw-r--r-- | monitor/monitor-internal.h | 186L |
-rw-r--r-- | monitor/monitor.c | 778L |
-rw-r--r-- | monitor/qmp-cmds-control.c | 222L |
-rw-r--r-- | monitor/qmp-cmds.c | 352L |
-rw-r--r-- | monitor/qmp.c | 538L |
-rw-r--r-- | monitor/trace-events | 19L |
-rw-r--r-- | monitor/trace.h | 1L |
-rw-r--r-- | nbd/client-connection.c | 389L |
-rw-r--r-- | nbd/client.c | 1512L |
-rw-r--r-- | nbd/common.c | 250L |
-rw-r--r-- | nbd/meson.build | 8L |
-rw-r--r-- | nbd/nbd-internal.h | 86L |
-rw-r--r-- | nbd/server.c | 2754L |
-rw-r--r-- | nbd/trace-events | 75L |
-rw-r--r-- | nbd/trace.h | 1L |
-rw-r--r-- | net/announce.c | 202L |
-rw-r--r-- | net/can/can_core.c | 176L |
-rw-r--r-- | net/can/can_host.c | 112L |
-rw-r--r-- | net/can/can_socketcan.c | 333L |
-rw-r--r-- | net/can/meson.build | 5L |
-rw-r--r-- | net/checksum.c | 208L |
-rw-r--r-- | net/clients.h | 66L |
-rw-r--r-- | net/colo-compare.c | 1500L |
-rw-r--r-- | net/colo-compare.h | 25L |
-rw-r--r-- | net/colo.c | 245L |
-rw-r--r-- | net/colo.h | 108L |
-rw-r--r-- | net/dump.c | 263L |
-rw-r--r-- | net/eth.c | 567L |
-rw-r--r-- | net/filter-buffer.c | 201L |
-rw-r--r-- | net/filter-mirror.c | 458L |
-rw-r--r-- | net/filter-replay.c | 89L |
-rw-r--r-- | net/filter-rewriter.c | 449L |
-rw-r--r-- | net/filter.c | 377L |
-rw-r--r-- | net/hub.c | 345L |
-rw-r--r-- | net/hub.h | 24L |
-rw-r--r-- | net/l2tpv3.c | 739L |
-rw-r--r-- | net/meson.build | 41L |
-rw-r--r-- | net/net.c | 1748L |
-rw-r--r-- | net/netmap.c | 431L |
-rw-r--r-- | net/queue.c | 304L |
-rw-r--r-- | net/slirp.c | 1124L |
-rw-r--r-- | net/socket.c | 783L |
-rw-r--r-- | net/tap-bsd.c | 258L |
-rw-r--r-- | net/tap-linux.c | 331L |
-rw-r--r-- | net/tap-linux.h | 54L |
-rw-r--r-- | net/tap-solaris.c | 262L |
-rw-r--r-- | net/tap-stub.c | 92L |
-rw-r--r-- | net/tap-win32.c | 832L |
-rw-r--r-- | net/tap.c | 1056L |
-rw-r--r-- | net/tap_int.h | 49L |
-rw-r--r-- | net/trace-events | 24L |
-rw-r--r-- | net/trace.h | 1L |
-rw-r--r-- | net/util.c | 59L |
-rw-r--r-- | net/util.h | 86L |
-rw-r--r-- | net/vde.c | 129L |
-rw-r--r-- | net/vhost-user-stub.c | 23L |
-rw-r--r-- | net/vhost-user.c | 451L |
-rw-r--r-- | net/vhost-vdpa.c | 213L |
-rw-r--r-- | os-posix.c | 334L |
-rw-r--r-- | os-win32.c | 72L |
-rw-r--r-- | page-vary-common.c | 54L |
-rw-r--r-- | page-vary.c | 41L |
-rw-r--r-- | pc-bios/Makefile | 19L |
-rw-r--r-- | pc-bios/QEMU,cgthree.bin | 850B |
-rw-r--r-- | pc-bios/QEMU,tcx.bin | 1402B |
-rw-r--r-- | pc-bios/README | 83L |
-rw-r--r-- | pc-bios/bamboo.dtb | 3211B |
-rw-r--r-- | pc-bios/bamboo.dts | 200L |
-rw-r--r-- | pc-bios/bios-256k.bin | 262144B |
-rw-r--r-- | pc-bios/bios-microvm.bin | 131072B |
-rw-r--r-- | pc-bios/bios.bin | 131072B |
-rw-r--r-- | pc-bios/canyonlands.dtb | 9779B |
-rw-r--r-- | pc-bios/canyonlands.dts | 566L |
-rw-r--r-- | pc-bios/descriptors/50-edk2-i386-secure.json | 34L |
-rw-r--r-- | pc-bios/descriptors/50-edk2-x86_64-secure.json | 35L |
-rw-r--r-- | pc-bios/descriptors/60-edk2-aarch64.json | 31L |
-rw-r--r-- | pc-bios/descriptors/60-edk2-arm.json | 31L |
-rw-r--r-- | pc-bios/descriptors/60-edk2-i386.json | 33L |
-rw-r--r-- | pc-bios/descriptors/60-edk2-x86_64.json | 34L |
-rw-r--r-- | pc-bios/descriptors/meson.build | 16L |
-rw-r--r-- | pc-bios/edk2-aarch64-code.fd.bz2 | 1507722B |
-rw-r--r-- | pc-bios/edk2-arm-code.fd.bz2 | 1503187B |
-rw-r--r-- | pc-bios/edk2-arm-vars.fd.bz2 | 263B |
-rw-r--r-- | pc-bios/edk2-i386-code.fd.bz2 | 1646741B |
-rw-r--r-- | pc-bios/edk2-i386-secure-code.fd.bz2 | 1860546B |
-rw-r--r-- | pc-bios/edk2-i386-vars.fd.bz2 | 190B |
-rw-r--r-- | pc-bios/edk2-licenses.txt | 843L |
-rw-r--r-- | pc-bios/edk2-x86_64-code.fd.bz2 | 1680164B |
-rw-r--r-- | pc-bios/edk2-x86_64-secure-code.fd.bz2 | 1912112B |
-rw-r--r-- | pc-bios/efi-e1000.rom | 159232B |
-rw-r--r-- | pc-bios/efi-e1000e.rom | 159232B |
-rw-r--r-- | pc-bios/efi-eepro100.rom | 159232B |
-rw-r--r-- | pc-bios/efi-ne2k_pci.rom | 157696B |
-rw-r--r-- | pc-bios/efi-pcnet.rom | 157696B |
-rw-r--r-- | pc-bios/efi-rtl8139.rom | 160768B |
-rw-r--r-- | pc-bios/efi-virtio.rom | 160768B |
-rw-r--r-- | pc-bios/efi-vmxnet3.rom | 156672B |
-rw-r--r-- | pc-bios/hppa-firmware.img | 757144B |
-rw-r--r-- | pc-bios/keymaps/ar | 1034L |
-rw-r--r-- | pc-bios/keymaps/bepo | 1025L |
-rw-r--r-- | pc-bios/keymaps/cz | 1081L |
-rw-r--r-- | pc-bios/keymaps/da | 1080L |
-rw-r--r-- | pc-bios/keymaps/de | 1078L |
-rw-r--r-- | pc-bios/keymaps/de-ch | 1080L |
-rw-r--r-- | pc-bios/keymaps/en-gb | 1079L |
-rw-r--r-- | pc-bios/keymaps/en-us | 991L |
-rw-r--r-- | pc-bios/keymaps/es | 1079L |
-rw-r--r-- | pc-bios/keymaps/et | 989L |
-rw-r--r-- | pc-bios/keymaps/fi | 1054L |
-rw-r--r-- | pc-bios/keymaps/fo | 1081L |
-rw-r--r-- | pc-bios/keymaps/fr | 1081L |
-rw-r--r-- | pc-bios/keymaps/fr-be | 1080L |
-rw-r--r-- | pc-bios/keymaps/fr-ca | 1012L |
-rw-r--r-- | pc-bios/keymaps/fr-ch | 1080L |
-rw-r--r-- | pc-bios/keymaps/hr | 1081L |
-rw-r--r-- | pc-bios/keymaps/hu | 1080L |
-rw-r--r-- | pc-bios/keymaps/is | 1081L |
-rw-r--r-- | pc-bios/keymaps/it | 1084L |
-rw-r--r-- | pc-bios/keymaps/ja | 995L |
-rw-r--r-- | pc-bios/keymaps/lt | 1079L |
-rw-r--r-- | pc-bios/keymaps/lv | 1054L |
-rw-r--r-- | pc-bios/keymaps/meson.build | 69L |
-rw-r--r-- | pc-bios/keymaps/mk | 991L |
-rw-r--r-- | pc-bios/keymaps/nl | 1081L |
-rw-r--r-- | pc-bios/keymaps/no | 1095L |
-rw-r--r-- | pc-bios/keymaps/pl | 1085L |
-rw-r--r-- | pc-bios/keymaps/pt | 1078L |
-rw-r--r-- | pc-bios/keymaps/pt-br | 1078L |
-rw-r--r-- | pc-bios/keymaps/ru | 992L |
-rw-r--r-- | pc-bios/keymaps/sl | 285L |
-rw-r--r-- | pc-bios/keymaps/sv | 255L |
-rw-r--r-- | pc-bios/keymaps/th | 991L |
-rw-r--r-- | pc-bios/keymaps/tr | 1074L |
-rw-r--r-- | pc-bios/kvmvapic.bin | 9216B |
-rw-r--r-- | pc-bios/linuxboot.bin | 1024B |
-rw-r--r-- | pc-bios/linuxboot_dma.bin | 1536B |
-rw-r--r-- | pc-bios/meson.build | 92L |
-rw-r--r-- | pc-bios/multiboot.bin | 1024B |
-rw-r--r-- | pc-bios/npcm7xx_bootrom.bin | 768B |
-rw-r--r-- | pc-bios/openbios-ppc | 696912B |
-rw-r--r-- | pc-bios/openbios-sparc32 | 382048B |
-rw-r--r-- | pc-bios/openbios-sparc64 | 1593408B |
-rw-r--r-- | pc-bios/opensbi-riscv32-generic-fw_dynamic.bin | 78680B |
-rw-r--r-- | pc-bios/opensbi-riscv32-generic-fw_dynamic.elf | 727464B |
-rw-r--r-- | pc-bios/opensbi-riscv64-generic-fw_dynamic.bin | 75096B |
-rw-r--r-- | pc-bios/opensbi-riscv64-generic-fw_dynamic.elf | 781264B |
-rw-r--r-- | pc-bios/optionrom/Makefile | 72L |
-rw-r--r-- | pc-bios/optionrom/code16gcc.h | 3L |
-rw-r--r-- | pc-bios/optionrom/flat.lds | 6L |
-rw-r--r-- | pc-bios/optionrom/kvmvapic.S | 335L |
-rw-r--r-- | pc-bios/optionrom/linuxboot.S | 195L |
-rw-r--r-- | pc-bios/optionrom/linuxboot_dma.c | 212L |
-rw-r--r-- | pc-bios/optionrom/multiboot.S | 232L |
-rw-r--r-- | pc-bios/optionrom/optionrom.h | 164L |
-rw-r--r-- | pc-bios/optionrom/optrom.h | 110L |
-rw-r--r-- | pc-bios/optionrom/optrom_fw_cfg.h | 92L |
-rw-r--r-- | pc-bios/optionrom/pvh.S | 200L |
-rw-r--r-- | pc-bios/optionrom/pvh_main.c | 133L |
-rw-r--r-- | pc-bios/palcode-clipper | 153728B |
-rw-r--r-- | pc-bios/petalogix-ml605.dtb | 9882B |
-rw-r--r-- | pc-bios/petalogix-ml605.dts | 350L |
-rw-r--r-- | pc-bios/petalogix-s3adsp1800.dtb | 8161B |
-rw-r--r-- | pc-bios/petalogix-s3adsp1800.dts | 282L |
-rw-r--r-- | pc-bios/pvh.bin | 1536B |
-rw-r--r-- | pc-bios/pxe-e1000.rom | 67072B |
-rw-r--r-- | pc-bios/pxe-eepro100.rom | 61440B |
-rw-r--r-- | pc-bios/pxe-ne2k_pci.rom | 61440B |
-rw-r--r-- | pc-bios/pxe-pcnet.rom | 61440B |
-rw-r--r-- | pc-bios/pxe-rtl8139.rom | 61440B |
-rw-r--r-- | pc-bios/pxe-virtio.rom | 60416B |
-rw-r--r-- | pc-bios/qboot.rom | 65536B |
-rw-r--r-- | pc-bios/qemu-nsis.bmp | 154542B |
-rw-r--r-- | pc-bios/qemu-nsis.ico | 4846B |
-rw-r--r-- | pc-bios/qemu.rsrc | 1504L |
-rw-r--r-- | pc-bios/qemu_logo.svg | 1010L |
-rw-r--r-- | pc-bios/qemu_vga.ndrv | 18752B |
-rw-r--r-- | pc-bios/s390-ccw.img | 50936B |
-rw-r--r-- | pc-bios/s390-ccw/Makefile | 65L |
-rw-r--r-- | pc-bios/s390-ccw/bootmap.c | 844L |
-rw-r--r-- | pc-bios/s390-ccw/bootmap.h | 498L |
-rw-r--r-- | pc-bios/s390-ccw/bswap.h | 30L |
-rw-r--r-- | pc-bios/s390-ccw/cio.c | 427L |
-rw-r--r-- | pc-bios/s390-ccw/cio.h | 497L |
-rw-r--r-- | pc-bios/s390-ccw/dasd-ipl.c | 238L |
-rw-r--r-- | pc-bios/s390-ccw/dasd-ipl.h | 16L |
-rw-r--r-- | pc-bios/s390-ccw/helper.h | 48L |
-rw-r--r-- | pc-bios/s390-ccw/iplb.h | 126L |
-rw-r--r-- | pc-bios/s390-ccw/jump2ipl.c | 97L |
-rw-r--r-- | pc-bios/s390-ccw/libc.c | 88L |
-rw-r--r-- | pc-bios/s390-ccw/libc.h | 89L |
-rw-r--r-- | pc-bios/s390-ccw/main.c | 298L |
-rw-r--r-- | pc-bios/s390-ccw/menu.c | 272L |
-rw-r--r-- | pc-bios/s390-ccw/netboot.mak | 62L |
-rw-r--r-- | pc-bios/s390-ccw/netmain.c | 544L |
-rw-r--r-- | pc-bios/s390-ccw/s390-arch.h | 114L |
-rw-r--r-- | pc-bios/s390-ccw/s390-ccw.h | 183L |
-rw-r--r-- | pc-bios/s390-ccw/s390-time.h | 23L |
-rw-r--r-- | pc-bios/s390-ccw/sclp.c | 138L |
-rw-r--r-- | pc-bios/s390-ccw/sclp.h | 109L |
-rw-r--r-- | pc-bios/s390-ccw/scsi.h | 214L |
-rw-r--r-- | pc-bios/s390-ccw/start.S | 120L |
-rw-r--r-- | pc-bios/s390-ccw/virtio-blkdev.c | 299L |
-rw-r--r-- | pc-bios/s390-ccw/virtio-net.c | 137L |
-rw-r--r-- | pc-bios/s390-ccw/virtio-scsi.c | 432L |
-rw-r--r-- | pc-bios/s390-ccw/virtio-scsi.h | 74L |
-rw-r--r-- | pc-bios/s390-ccw/virtio.c | 323L |
-rw-r--r-- | pc-bios/s390-ccw/virtio.h | 284L |
-rw-r--r-- | pc-bios/s390-netboot.img | 79688B |
-rw-r--r-- | pc-bios/sgabios.bin | 4096B |
-rw-r--r-- | pc-bios/skiboot.lid | 2528128B |
-rw-r--r-- | pc-bios/slof.bin | 991744B |
-rw-r--r-- | pc-bios/u-boot-sam460-20100605.bin | 524288B |
-rw-r--r-- | pc-bios/u-boot.e500 | 421720B |
-rw-r--r-- | pc-bios/vgabios-ati.bin | 39424B |
-rw-r--r-- | pc-bios/vgabios-bochs-display.bin | 28672B |
-rw-r--r-- | pc-bios/vgabios-cirrus.bin | 38912B |
-rw-r--r-- | pc-bios/vgabios-qxl.bin | 39424B |
-rw-r--r-- | pc-bios/vgabios-ramfb.bin | 28672B |
-rw-r--r-- | pc-bios/vgabios-stdvga.bin | 39424B |
-rw-r--r-- | pc-bios/vgabios-virtio.bin | 39424B |
-rw-r--r-- | pc-bios/vgabios-vmware.bin | 39424B |
-rw-r--r-- | pc-bios/vgabios.bin | 38912B |
-rw-r--r-- | pc-bios/vof-nvram.bin | 16384B |
-rwxr-xr-x | pc-bios/vof.bin | 3456B |
-rw-r--r-- | pc-bios/vof/Makefile | 23L |
-rw-r--r-- | pc-bios/vof/bootmem.c | 14L |
-rw-r--r-- | pc-bios/vof/ci.c | 91L |
-rw-r--r-- | pc-bios/vof/entry.S | 49L |
-rw-r--r-- | pc-bios/vof/libc.c | 66L |
-rw-r--r-- | pc-bios/vof/main.c | 21L |
-rw-r--r-- | pc-bios/vof/vof.h | 41L |
-rw-r--r-- | pc-bios/vof/vof.lds | 48L |
-rw-r--r-- | plugins/api.c | 393L |
-rw-r--r-- | plugins/core.c | 558L |
-rw-r--r-- | plugins/loader.c | 421L |
-rw-r--r-- | plugins/meson.build | 15L |
-rw-r--r-- | plugins/plugin.h | 100L |
-rw-r--r-- | plugins/qemu-plugins.symbols | 41L |
-rw-r--r-- | po/LINGUAS | 8L |
-rw-r--r-- | po/POTFILES | 1L |
-rw-r--r-- | po/bg.po | 75L |
-rw-r--r-- | po/de_DE.po | 74L |
-rw-r--r-- | po/fr_FR.po | 75L |
-rw-r--r-- | po/hu.po | 78L |
-rw-r--r-- | po/it.po | 74L |
-rw-r--r-- | po/meson.build | 7L |
-rw-r--r-- | po/sv.po | 75L |
-rw-r--r-- | po/tr.po | 77L |
-rw-r--r-- | po/zh_CN.po | 75L |
-rw-r--r-- | python/.gitignore | 22L |
-rw-r--r-- | python/MANIFEST.in | 3L |
-rw-r--r-- | python/Makefile | 111L |
-rw-r--r-- | python/PACKAGE.rst | 43L |
-rw-r--r-- | python/Pipfile | 13L |
-rw-r--r-- | python/Pipfile.lock | 335L |
-rw-r--r-- | python/README.rst | 87L |
-rw-r--r-- | python/VERSION | 1L |
-rw-r--r-- | python/avocado.cfg | 13L |
-rw-r--r-- | python/qemu/README.rst | 8L |
-rw-r--r-- | python/qemu/aqmp/__init__.py | 63L |
-rw-r--r-- | python/qemu/aqmp/aqmp_tui.py | 652L |
-rw-r--r-- | python/qemu/aqmp/error.py | 50L |
-rw-r--r-- | python/qemu/aqmp/events.py | 717L |
-rw-r--r-- | python/qemu/aqmp/message.py | 209L |
-rw-r--r-- | python/qemu/aqmp/models.py | 146L |
-rw-r--r-- | python/qemu/aqmp/protocol.py | 905L |
-rw-r--r-- | python/qemu/aqmp/py.typed | 0B |
-rw-r--r-- | python/qemu/aqmp/qmp_client.py | 648L |
-rw-r--r-- | python/qemu/aqmp/util.py | 217L |
-rw-r--r-- | python/qemu/machine/README.rst | 9L |
-rw-r--r-- | python/qemu/machine/__init__.py | 36L |
-rw-r--r-- | python/qemu/machine/console_socket.py | 129L |
-rw-r--r-- | python/qemu/machine/machine.py | 781L |
-rw-r--r-- | python/qemu/machine/py.typed | 0B |
-rw-r--r-- | python/qemu/machine/qtest.py | 163L |
-rw-r--r-- | python/qemu/qmp/README.rst | 9L |
-rw-r--r-- | python/qemu/qmp/__init__.py | 422L |
-rw-r--r-- | python/qemu/qmp/py.typed | 0B |
-rw-r--r-- | python/qemu/qmp/qemu_ga_client.py | 323L |
-rw-r--r-- | python/qemu/qmp/qmp_shell.py | 534L |
-rw-r--r-- | python/qemu/qmp/qom.py | 272L |
-rw-r--r-- | python/qemu/qmp/qom_common.py | 178L |
-rw-r--r-- | python/qemu/qmp/qom_fuse.py | 206L |
-rw-r--r-- | python/qemu/utils/README.rst | 7L |
-rw-r--r-- | python/qemu/utils/__init__.py | 45L |
-rw-r--r-- | python/qemu/utils/accel.py | 84L |
-rw-r--r-- | python/qemu/utils/py.typed | 0B |
-rw-r--r-- | python/setup.cfg | 177L |
-rwxr-xr-x | python/setup.py | 23L |
-rwxr-xr-x | python/tests/flake8.sh | 2L |
-rwxr-xr-x | python/tests/isort.sh | 2L |
-rwxr-xr-x | python/tests/mypy.sh | 2L |
-rw-r--r-- | python/tests/protocol.py | 583L |
-rwxr-xr-x | python/tests/pylint.sh | 2L |
-rw-r--r-- | qapi/acpi.json | 141L |
-rw-r--r-- | qapi/audio.json | 421L |
-rw-r--r-- | qapi/authz.json | 112L |
-rw-r--r-- | qapi/block-core.json | 5502L |
-rw-r--r-- | qapi/block-export.json | 399L |
-rw-r--r-- | qapi/block.json | 572L |
-rw-r--r-- | qapi/char.json | 742L |
-rw-r--r-- | qapi/common.json | 199L |
-rw-r--r-- | qapi/compat.json | 52L |
-rw-r--r-- | qapi/control.json | 215L |
-rw-r--r-- | qapi/crypto.json | 542L |
-rw-r--r-- | qapi/dump.json | 201L |
-rw-r--r-- | qapi/error.json | 30L |
-rw-r--r-- | qapi/introspect.json | 295L |
-rw-r--r-- | qapi/job.json | 266L |
-rw-r--r-- | qapi/machine-target.json | 343L |
-rw-r--r-- | qapi/machine.json | 1413L |
-rw-r--r-- | qapi/meson.build | 147L |
-rw-r--r-- | qapi/migration.json | 1956L |
-rw-r--r-- | qapi/misc-target.json | 439L |
-rw-r--r-- | qapi/misc.json | 525L |
-rw-r--r-- | qapi/net.json | 698L |
-rw-r--r-- | qapi/opts-visitor.c | 586L |
-rw-r--r-- | qapi/pci.json | 316L |
-rw-r--r-- | qapi/pragma.json | 64L |
-rw-r--r-- | qapi/qapi-clone-visitor.c | 204L |
-rw-r--r-- | qapi/qapi-dealloc-visitor.c | 143L |
-rw-r--r-- | qapi/qapi-forward-visitor.c | 326L |
-rw-r--r-- | qapi/qapi-schema.json | 95L |
-rw-r--r-- | qapi/qapi-util.c | 111L |
-rw-r--r-- | qapi/qapi-visit-core.c | 425L |
-rw-r--r-- | qapi/qdev.json | 151L |
-rw-r--r-- | qapi/qmp-dispatch.c | 286L |
-rw-r--r-- | qapi/qmp-event.c | 45L |
-rw-r--r-- | qapi/qmp-registry.c | 93L |
-rw-r--r-- | qapi/qobject-input-visitor.c | 794L |
-rw-r--r-- | qapi/qobject-output-visitor.c | 285L |
-rw-r--r-- | qapi/qom.json | 998L |
-rw-r--r-- | qapi/rdma.json | 39L |
-rw-r--r-- | qapi/replay.json | 121L |
-rw-r--r-- | qapi/rocker.json | 342L |
-rw-r--r-- | qapi/run-state.json | 640L |
-rw-r--r-- | qapi/sockets.json | 202L |
-rw-r--r-- | qapi/string-input-visitor.c | 414L |
-rw-r--r-- | qapi/string-output-visitor.c | 374L |
-rw-r--r-- | qapi/tpm.json | 185L |
-rw-r--r-- | qapi/trace-events | 38L |
-rw-r--r-- | qapi/trace.h | 1L |
-rw-r--r-- | qapi/trace.json | 108L |
-rw-r--r-- | qapi/transaction.json | 254L |
-rw-r--r-- | qapi/ui.json | 1306L |
-rw-r--r-- | qapi/yank.json | 119L |
-rw-r--r-- | qemu-bridge-helper.c | 466L |
-rw-r--r-- | qemu-edid.c | 128L |
-rw-r--r-- | qemu-img-cmds.hx | 100L |
-rw-r--r-- | qemu-img.c | 5440L |
-rw-r--r-- | qemu-io-cmds.c | 2520L |
-rw-r--r-- | qemu-io.c | 696L |
-rw-r--r-- | qemu-keymap.c | 256L |
-rw-r--r-- | qemu-nbd.c | 1113L |
-rw-r--r-- | qemu-options.hx | 5383L |
-rw-r--r-- | qemu.nsi | 247L |
-rw-r--r-- | qemu.sasl | 41L |
-rw-r--r-- | qga/channel-posix.c | 297L |
-rw-r--r-- | qga/channel-win32.c | 359L |
-rw-r--r-- | qga/channel.h | 34L |
-rw-r--r-- | qga/commands-common.h | 21L |
-rw-r--r-- | qga/commands-posix-ssh.c | 494L |
-rw-r--r-- | qga/commands-posix.c | 3305L |
-rw-r--r-- | qga/commands-win32.c | 2517L |
-rw-r--r-- | qga/commands.c | 587L |
-rw-r--r-- | qga/guest-agent-command-state.c | 79L |
-rw-r--r-- | qga/guest-agent-core.h | 52L |
-rw-r--r-- | qga/installer/qemu-ga.wxs | 193L |
-rw-r--r-- | qga/main.c | 1554L |
-rw-r--r-- | qga/meson.build | 129L |
-rw-r--r-- | qga/qapi-schema.json | 1440L |
-rw-r--r-- | qga/service-win32.c | 190L |
-rw-r--r-- | qga/service-win32.h | 36L |
-rw-r--r-- | qga/vss-win32.c | 169L |
-rw-r--r-- | qga/vss-win32.h | 28L |
-rw-r--r-- | qga/vss-win32/install.cpp | 541L |
-rw-r--r-- | qga/vss-win32/install.h | 20L |
-rw-r--r-- | qga/vss-win32/meson.build | 36L |
-rw-r--r-- | qga/vss-win32/provider.cpp | 533L |
-rw-r--r-- | qga/vss-win32/qga-vss.def | 13L |
-rw-r--r-- | qga/vss-win32/qga-vss.idl | 20L |
-rw-r--r-- | qga/vss-win32/qga-vss.tlb | 1528B |
-rw-r--r-- | qga/vss-win32/requester.cpp | 558L |
-rw-r--r-- | qga/vss-win32/requester.h | 52L |
-rw-r--r-- | qga/vss-win32/vss-common.h | 119L |
-rw-r--r-- | qga/vss-win32/vss-handles.h | 14L |
-rw-r--r-- | qobject/block-qdict.c | 738L |
-rw-r--r-- | qobject/json-lexer.c | 365L |
-rw-r--r-- | qobject/json-parser-int.h | 54L |
-rw-r--r-- | qobject/json-parser.c | 590L |
-rw-r--r-- | qobject/json-streamer.c | 134L |
-rw-r--r-- | qobject/json-writer.c | 247L |
-rw-r--r-- | qobject/meson.build | 4L |
-rw-r--r-- | qobject/qbool.c | 58L |
-rw-r--r-- | qobject/qdict.c | 444L |
-rw-r--r-- | qobject/qjson.c | 232L |
-rw-r--r-- | qobject/qlist.c | 184L |
-rw-r--r-- | qobject/qlit.c | 125L |
-rw-r--r-- | qobject/qnull.c | 31L |
-rw-r--r-- | qobject/qnum.c | 241L |
-rw-r--r-- | qobject/qobject-internal.h | 39L |
-rw-r--r-- | qobject/qobject.c | 72L |
-rw-r--r-- | qobject/qstring.c | 102L |
-rw-r--r-- | qom/container.c | 52L |
-rw-r--r-- | qom/meson.build | 10L |
-rw-r--r-- | qom/object.c | 2803L |
-rw-r--r-- | qom/object_interfaces.c | 374L |
-rw-r--r-- | qom/qom-hmp-cmds.c | 152L |
-rw-r--r-- | qom/qom-qmp-cmds.c | 237L |
-rw-r--r-- | qom/qom-qobject.c | 45L |
-rw-r--r-- | qom/trace-events | 5L |
-rw-r--r-- | qom/trace.h | 1L |
-rw-r--r-- | replay/meson.build | 13L |
-rw-r--r-- | replay/replay-audio.c | 72L |
-rw-r--r-- | replay/replay-char.c | 158L |
-rw-r--r-- | replay/replay-debugging.c | 334L |
-rw-r--r-- | replay/replay-events.c | 335L |
-rw-r--r-- | replay/replay-input.c | 140L |
-rw-r--r-- | replay/replay-internal.c | 285L |
-rw-r--r-- | replay/replay-internal.h | 198L |
-rw-r--r-- | replay/replay-net.c | 101L |
-rw-r--r-- | replay/replay-random.c | 44L |
-rw-r--r-- | replay/replay-snapshot.c | 100L |
-rw-r--r-- | replay/replay-time.c | 62L |
-rw-r--r-- | replay/replay.c | 403L |
-rw-r--r-- | replay/stubs-system.c | 96L |
-rw-r--r-- | replication.c | 107L |
-rw-r--r-- | roms/Makefile | 214L |
-rw-r--r-- | roms/Makefile.edk2 | 161L |
m--------- | roms/QemuMacDrivers @ 90c488d | |
m--------- | roms/SLOF @ dd0dcaa | |
-rw-r--r-- | roms/config.seabios-128k | 21L |
-rw-r--r-- | roms/config.seabios-256k | 4L |
-rw-r--r-- | roms/config.seabios-microvm | 26L |
-rw-r--r-- | roms/config.vga-ati | 4L |
-rw-r--r-- | roms/config.vga-bochs-display | 3L |
-rw-r--r-- | roms/config.vga-cirrus | 3L |
-rw-r--r-- | roms/config.vga-isavga | 3L |
-rw-r--r-- | roms/config.vga-qxl | 6L |
-rw-r--r-- | roms/config.vga-ramfb | 3L |
-rw-r--r-- | roms/config.vga-stdvga | 3L |
-rw-r--r-- | roms/config.vga-virtio | 6L |
-rw-r--r-- | roms/config.vga-vmware | 6L |
-rwxr-xr-x | roms/configure-seabios.sh | 5L |
m--------- | roms/edk2 @ 06dc822 | |
-rwxr-xr-x | roms/edk2-build.sh | 55L |
-rw-r--r-- | roms/edk2-funcs.sh | 273L |
m--------- | roms/ipxe @ 4bd064d | |
m--------- | roms/openbios @ d657b65 | |
m--------- | roms/opensbi @ 234ed8e | |
m--------- | roms/qboot @ a5300c4 | |
m--------- | roms/qemu-palcode @ 99d9b4d | |
m--------- | roms/seabios @ 155821a | |
m--------- | roms/seabios-hppa @ b12acac | |
m--------- | roms/sgabios @ cbaee52 | |
m--------- | roms/skiboot @ 820d43c | |
m--------- | roms/u-boot @ 840658b | |
m--------- | roms/u-boot-sam460ex @ 60b3916 | |
m--------- | roms/vbootrom @ 0c37a43 | |
-rwxr-xr-x | scripts/analyse-9p-simpletrace.py | 213L |
-rwxr-xr-x | scripts/analyse-locks-simpletrace.py | 98L |
-rw-r--r-- | scripts/analyze-inclusions | 102L |
-rwxr-xr-x | scripts/analyze-migration.py | 613L |
-rwxr-xr-x | scripts/archive-source.sh | 73L |
-rw-r--r-- | scripts/block-coroutine-wrapper.py | 168L |
-rw-r--r-- | scripts/check_sparse.py | 59L |
-rwxr-xr-x | scripts/checkpatch.pl | 3053L |
-rwxr-xr-x | scripts/ci/coverage-summary.sh | 27L |
-rwxr-xr-x | scripts/ci/gitlab-pipeline-status | 195L |
-rw-r--r-- | scripts/ci/setup/.gitignore | 2L |
-rw-r--r-- | scripts/ci/setup/build-environment.yml | 116L |
-rw-r--r-- | scripts/ci/setup/gitlab-runner.yml | 71L |
-rw-r--r-- | scripts/ci/setup/inventory.template | 1L |
-rw-r--r-- | scripts/ci/setup/vars.yml.template | 12L |
-rwxr-xr-x | scripts/clean-header-guards.pl | 216L |
-rwxr-xr-x | scripts/clean-includes | 198L |
-rwxr-xr-x | scripts/cleanup-trace-events.pl | 65L |
-rw-r--r-- | scripts/cocci-macro-file.h | 118L |
-rw-r--r-- | scripts/coccinelle/cpu-reset.cocci | 47L |
-rw-r--r-- | scripts/coccinelle/cpu_restore_state.cocci | 19L |
-rw-r--r-- | scripts/coccinelle/err-bad-newline.cocci | 49L |
-rw-r--r-- | scripts/coccinelle/error-use-after-free.cocci | 52L |
-rw-r--r-- | scripts/coccinelle/error_propagate_null.cocci | 10L |
-rw-r--r-- | scripts/coccinelle/errp-guard.cocci | 336L |
-rw-r--r-- | scripts/coccinelle/exec_rw_const.cocci | 111L |
-rw-r--r-- | scripts/coccinelle/inplace-byteswaps.cocci | 65L |
-rw-r--r-- | scripts/coccinelle/memory-region-housekeeping.cocci | 159L |
-rw-r--r-- | scripts/coccinelle/overflow_muldiv64.cocci | 16L |
-rw-r--r-- | scripts/coccinelle/qobject.cocci | 47L |
-rw-r--r-- | scripts/coccinelle/qom-parent-type.cocci | 26L |
-rw-r--r-- | scripts/coccinelle/remove_local_err.cocci | 29L |
-rw-r--r-- | scripts/coccinelle/remove_muldiv64.cocci | 6L |
-rw-r--r-- | scripts/coccinelle/return_directly.cocci | 19L |
-rw-r--r-- | scripts/coccinelle/round.cocci | 19L |
-rw-r--r-- | scripts/coccinelle/simplify_muldiv64.cocci | 11L |
-rw-r--r-- | scripts/coccinelle/swap_muldiv64.cocci | 13L |
-rw-r--r-- | scripts/coccinelle/tcg_gen_extract.cocci | 107L |
-rw-r--r-- | scripts/coccinelle/timer-del-timer-free.cocci | 18L |
-rw-r--r-- | scripts/coccinelle/typecast.cocci | 7L |
-rw-r--r-- | scripts/coccinelle/use-error_fatal.cocci | 20L |
-rw-r--r-- | scripts/codeconverter/codeconverter/__init__.py | 0B |
-rw-r--r-- | scripts/codeconverter/codeconverter/patching.py | 466L |
-rw-r--r-- | scripts/codeconverter/codeconverter/qom_macros.py | 861L |
-rw-r--r-- | scripts/codeconverter/codeconverter/qom_type_info.py | 969L |
-rw-r--r-- | scripts/codeconverter/codeconverter/regexps.py | 118L |
-rw-r--r-- | scripts/codeconverter/codeconverter/test_patching.py | 104L |
-rw-r--r-- | scripts/codeconverter/codeconverter/test_regexps.py | 282L |
-rw-r--r-- | scripts/codeconverter/codeconverter/utils.py | 72L |
-rwxr-xr-x | scripts/codeconverter/converter.py | 123L |
-rw-r--r-- | scripts/coverity-scan/COMPONENTS.md | 148L |
-rw-r--r-- | scripts/coverity-scan/coverity-scan.docker | 128L |
-rw-r--r-- | scripts/coverity-scan/model.c | 371L |
-rwxr-xr-x | scripts/coverity-scan/run-coverity-scan | 433L |
-rw-r--r-- | scripts/cpu-x86-uarch-abi.py | 194L |
-rw-r--r-- | scripts/decodetree.py | 1424L |
-rwxr-xr-x | scripts/device-crash-test | 575L |
-rwxr-xr-x | scripts/disas-objdump.pl | 101L |
-rw-r--r-- | scripts/dump-guest-memory.py | 598L |
-rwxr-xr-x | scripts/entitlement.sh | 33L |
-rwxr-xr-x | scripts/extract-vsssdk-headers | 35L |
-rw-r--r-- | scripts/feature_to_c.sh | 68L |
-rwxr-xr-x | scripts/fix-multiline-comments.sh | 62L |
-rwxr-xr-x | scripts/gensyscalls.sh | 102L |
-rwxr-xr-x | scripts/get_maintainer.pl | 2144L |
-rwxr-xr-x | scripts/git-submodule.sh | 104L |
-rw-r--r-- | scripts/git.orderfile | 39L |
-rwxr-xr-x | scripts/hxtool | 24L |
-rwxr-xr-x | scripts/hxtool-conv.pl | 137L |
-rwxr-xr-x | scripts/kernel-doc | 2442L |
-rwxr-xr-x | scripts/kvm/kvm_flightrecorder | 126L |
-rwxr-xr-x | scripts/kvm/vmxcap | 280L |
-rwxr-xr-x | scripts/make-release | 33L |
-rw-r--r-- | scripts/meson.build | 3L |
-rw-r--r-- | scripts/minikconf.py | 711L |
-rwxr-xr-x | scripts/modinfo-collect.py | 67L |
-rwxr-xr-x | scripts/modinfo-generate.py | 97L |
-rw-r--r-- | scripts/modules/module_block.py | 99L |
-rw-r--r-- | scripts/mtest2make.py | 129L |
-rw-r--r-- | scripts/nsis.py | 78L |
-rwxr-xr-x | scripts/oss-fuzz/build.sh | 115L |
-rw-r--r-- | scripts/oss-fuzz/instrumentation-filter-template | 15L |
-rwxr-xr-x | scripts/oss-fuzz/minimize_qtest_trace.py | 323L |
-rwxr-xr-x | scripts/oss-fuzz/output_reproducer.py | 160L |
-rwxr-xr-x | scripts/oss-fuzz/reorder_fuzzer_qtest_trace.py | 103L |
-rwxr-xr-x | scripts/performance/dissect.py | 166L |
-rwxr-xr-x | scripts/performance/topN_callgrind.py | 140L |
-rwxr-xr-x | scripts/performance/topN_perf.py | 149L |
-rw-r--r-- | scripts/qapi-gen.py | 19L |
-rw-r--r-- | scripts/qapi/.flake8 | 2L |
-rw-r--r-- | scripts/qapi/.isort.cfg | 7L |
-rw-r--r-- | scripts/qapi/__init__.py | 0B |
-rw-r--r-- | scripts/qapi/commands.py | 342L |
-rw-r--r-- | scripts/qapi/common.py | 251L |
-rw-r--r-- | scripts/qapi/error.py | 50L |
-rw-r--r-- | scripts/qapi/events.py | 250L |
-rw-r--r-- | scripts/qapi/expr.py | 693L |
-rw-r--r-- | scripts/qapi/gen.py | 331L |
-rw-r--r-- | scripts/qapi/introspect.py | 379L |
-rw-r--r-- | scripts/qapi/main.py | 95L |
-rw-r--r-- | scripts/qapi/mypy.ini | 9L |
-rw-r--r-- | scripts/qapi/parser.py | 810L |
-rw-r--r-- | scripts/qapi/pylintrc | 69L |
-rw-r--r-- | scripts/qapi/schema.py | 1162L |
-rw-r--r-- | scripts/qapi/source.py | 71L |
-rw-r--r-- | scripts/qapi/types.py | 366L |
-rw-r--r-- | scripts/qapi/visit.py | 410L |
-rwxr-xr-x | scripts/qemu-binfmt-conf.sh | 411L |
-rw-r--r-- | scripts/qemu-gdb.py | 47L |
-rwxr-xr-x | scripts/qemu-guest-agent/fsfreeze-hook | 33L |
-rwxr-xr-x | scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample | 56L |
-rwxr-xr-x | scripts/qemu-trace-stap | 169L |
-rwxr-xr-x | scripts/qemu-version.sh | 25L |
-rw-r--r-- | scripts/qemugdb/__init__.py | 27L |
-rw-r--r-- | scripts/qemugdb/aio.py | 57L |
-rw-r--r-- | scripts/qemugdb/coroutine.py | 148L |
-rw-r--r-- | scripts/qemugdb/mtree.py | 85L |
-rw-r--r-- | scripts/qemugdb/tcg.py | 42L |
-rw-r--r-- | scripts/qemugdb/timers.py | 56L |
-rwxr-xr-x | scripts/qmp/qemu-ga-client | 11L |
-rwxr-xr-x | scripts/qmp/qmp | 11L |
-rwxr-xr-x | scripts/qmp/qmp-shell | 11L |
-rwxr-xr-x | scripts/qmp/qom-fuse | 11L |
-rwxr-xr-x | scripts/qmp/qom-get | 11L |
-rwxr-xr-x | scripts/qmp/qom-list | 11L |
-rwxr-xr-x | scripts/qmp/qom-set | 11L |
-rwxr-xr-x | scripts/qmp/qom-tree | 11L |
-rwxr-xr-x | scripts/refresh-pxe-roms.sh | 31L |
-rwxr-xr-x | scripts/render_block_graph.py | 125L |
-rwxr-xr-x | scripts/replay-dump.py | 308L |
-rw-r--r-- | scripts/shaderinclude.pl | 16L |
-rwxr-xr-x | scripts/signrom.py | 53L |
-rwxr-xr-x | scripts/simplebench/bench-backup.py | 228L |
-rw-r--r-- | scripts/simplebench/bench-example.py | 81L |
-rwxr-xr-x | scripts/simplebench/bench_block_job.py | 158L |
-rwxr-xr-x | scripts/simplebench/bench_prealloc.py | 132L |
-rwxr-xr-x | scripts/simplebench/bench_write_req.py | 171L |
-rwxr-xr-x | scripts/simplebench/img_bench_templater.py | 95L |
-rwxr-xr-x | scripts/simplebench/results_to_text.py | 126L |
-rw-r--r-- | scripts/simplebench/simplebench.py | 140L |
-rw-r--r-- | scripts/simplebench/table_templater.py | 62L |
-rwxr-xr-x | scripts/simpletrace.py | 263L |
-rwxr-xr-x | scripts/switch-timer-api | 178L |
-rwxr-xr-x | scripts/tap-driver.pl | 379L |
-rwxr-xr-x | scripts/tap-merge.pl | 111L |
-rw-r--r-- | scripts/test-driver.py | 35L |
-rwxr-xr-x | scripts/tracetool.py | 154L |
-rw-r--r-- | scripts/tracetool/__init__.py | 513L |
-rw-r--r-- | scripts/tracetool/backend/__init__.py | 125L |
-rw-r--r-- | scripts/tracetool/backend/dtrace.py | 72L |
-rw-r--r-- | scripts/tracetool/backend/ftrace.py | 55L |
-rw-r--r-- | scripts/tracetool/backend/log.py | 64L |
-rw-r--r-- | scripts/tracetool/backend/simple.py | 111L |
-rw-r--r-- | scripts/tracetool/backend/syslog.py | 52L |
-rw-r--r-- | scripts/tracetool/backend/ust.py | 45L |
-rw-r--r-- | scripts/tracetool/format/__init__.py | 84L |
-rw-r--r-- | scripts/tracetool/format/c.py | 72L |
-rw-r--r-- | scripts/tracetool/format/d.py | 77L |
-rw-r--r-- | scripts/tracetool/format/h.py | 103L |
-rw-r--r-- | scripts/tracetool/format/log_stap.py | 129L |
-rw-r--r-- | scripts/tracetool/format/simpletrace_stap.py | 72L |
-rw-r--r-- | scripts/tracetool/format/stap.py | 60L |
-rw-r--r-- | scripts/tracetool/format/tcg_h.py | 83L |
-rw-r--r-- | scripts/tracetool/format/tcg_helper_c.py | 79L |
-rw-r--r-- | scripts/tracetool/format/tcg_helper_h.py | 48L |
-rw-r--r-- | scripts/tracetool/format/tcg_helper_wrapper_h.py | 70L |
-rw-r--r-- | scripts/tracetool/format/ust_events_c.py | 34L |
-rw-r--r-- | scripts/tracetool/format/ust_events_h.py | 105L |
-rw-r--r-- | scripts/tracetool/transform.py | 168L |
-rw-r--r-- | scripts/tracetool/vcpu.py | 69L |
-rwxr-xr-x | scripts/u2f-setup-gen.py | 170L |
-rw-r--r-- | scripts/undefsym.py | 48L |
-rwxr-xr-x | scripts/update-linux-headers.sh | 243L |
-rwxr-xr-x | scripts/update-mips-syscall-args.sh | 58L |
-rwxr-xr-x | scripts/update-syscalltbl.sh | 49L |
-rwxr-xr-x | scripts/userfaultfd-wrlat.py | 122L |
-rwxr-xr-x | scripts/vmstate-static-checker.py | 432L |
-rw-r--r-- | scsi/meson.build | 4L |
-rw-r--r-- | scsi/pr-helper.h | 40L |
-rw-r--r-- | scsi/pr-manager-helper.c | 328L |
-rw-r--r-- | scsi/pr-manager-stub.c | 30L |
-rw-r--r-- | scsi/pr-manager.c | 145L |
-rw-r--r-- | scsi/qemu-pr-helper.c | 1082L |
-rw-r--r-- | scsi/trace-events | 5L |
-rw-r--r-- | scsi/trace.h | 1L |
-rw-r--r-- | scsi/utils.c | 660L |
-rw-r--r-- | semihosting/Kconfig | 7L |
-rw-r--r-- | semihosting/arm-compat-semi.c | 1290L |
-rw-r--r-- | semihosting/common-semi.h | 39L |
-rw-r--r-- | semihosting/config.c | 186L |
-rw-r--r-- | semihosting/console.c | 178L |
-rw-r--r-- | semihosting/meson.build | 7L |
m--------- | slirp @ a88d9ac | |
-rw-r--r-- | softmmu/arch_init.c | 41L |
-rw-r--r-- | softmmu/balloon.c | 106L |
-rw-r--r-- | softmmu/bootdevice.c | 429L |
-rw-r--r-- | softmmu/cpu-throttle.c | 129L |
-rw-r--r-- | softmmu/cpu-timers.c | 279L |
-rw-r--r-- | softmmu/cpus.c | 810L |
-rw-r--r-- | softmmu/datadir.c | 129L |
-rw-r--r-- | softmmu/device_tree.c | 604L |
-rw-r--r-- | softmmu/dma-helpers.c | 358L |
-rw-r--r-- | softmmu/globals.c | 72L |
-rw-r--r-- | softmmu/icount.c | 489L |
-rw-r--r-- | softmmu/ioport.c | 299L |
-rw-r--r-- | softmmu/main.c | 54L |
-rw-r--r-- | softmmu/memory.c | 3438L |
-rw-r--r-- | softmmu/memory_mapping.c | 376L |
-rw-r--r-- | softmmu/meson.build | 32L |
-rw-r--r-- | softmmu/physmem.c | 3793L |
-rw-r--r-- | softmmu/qdev-monitor.c | 1021L |
-rw-r--r-- | softmmu/qemu-seccomp.c | 323L |
-rw-r--r-- | softmmu/qtest.c | 1074L |
-rw-r--r-- | softmmu/rtc.c | 191L |
-rw-r--r-- | softmmu/runstate-action.c | 46L |
-rw-r--r-- | softmmu/runstate.c | 826L |
-rw-r--r-- | softmmu/timers-state.h | 71L |
-rw-r--r-- | softmmu/tpm.c | 239L |
-rw-r--r-- | softmmu/trace-events | 32L |
-rw-r--r-- | softmmu/trace.h | 1L |
-rw-r--r-- | softmmu/vl.c | 3730L |
-rw-r--r-- | storage-daemon/meson.build | 13L |
-rw-r--r-- | storage-daemon/qapi/meson.build | 7L |
-rw-r--r-- | storage-daemon/qapi/qapi-schema.json | 32L |
-rw-r--r-- | storage-daemon/qemu-storage-daemon.c | 360L |
-rw-r--r-- | stubs/bdrv-next-monitor-owned.c | 7L |
-rw-r--r-- | stubs/blk-commit-all.c | 7L |
-rw-r--r-- | stubs/blk-exp-close-all.c | 7L |
-rw-r--r-- | stubs/blockdev-close-all-bdrv-states.c | 6L |
-rw-r--r-- | stubs/change-state-handler.c | 13L |
-rw-r--r-- | stubs/cmos.c | 7L |
-rw-r--r-- | stubs/cpu-get-clock.c | 8L |
-rw-r--r-- | stubs/cpu-synchronize-state.c | 9L |
-rw-r--r-- | stubs/cpus-get-virtual-clock.c | 8L |
-rw-r--r-- | stubs/dump.c | 27L |
-rw-r--r-- | stubs/error-printf.c | 22L |
-rw-r--r-- | stubs/fdset.c | 17L |
-rw-r--r-- | stubs/fw_cfg.c | 21L |
-rw-r--r-- | stubs/gdbstub.c | 6L |
-rw-r--r-- | stubs/get-vm-name.c | 8L |
-rw-r--r-- | stubs/icount.c | 45L |
-rw-r--r-- | stubs/io_uring.c | 32L |
-rw-r--r-- | stubs/iothread-lock.c | 15L |
-rw-r--r-- | stubs/is-daemonized.c | 9L |
-rw-r--r-- | stubs/isa-bus.c | 7L |
-rw-r--r-- | stubs/linux-aio.c | 32L |
-rw-r--r-- | stubs/meson.build | 56L |
-rw-r--r-- | stubs/migr-blocker.c | 11L |
-rw-r--r-- | stubs/module-opts.c | 2L |
-rw-r--r-- | stubs/monitor-core.c | 29L |
-rw-r--r-- | stubs/monitor.c | 18L |
-rw-r--r-- | stubs/pci-bus.c | 7L |
-rw-r--r-- | stubs/qdev.c | 30L |
-rw-r--r-- | stubs/qemu-timer-notify-cb.c | 8L |
-rw-r--r-- | stubs/qmp-command-available.c | 7L |
-rw-r--r-- | stubs/qmp_memory_device.c | 12L |
-rw-r--r-- | stubs/qtest.c | 25L |
-rw-r--r-- | stubs/ram-block.c | 37L |
-rw-r--r-- | stubs/ramfb.c | 13L |
-rw-r--r-- | stubs/replay-tools.c | 83L |
-rw-r--r-- | stubs/replay.c | 27L |
-rw-r--r-- | stubs/runstate-check.c | 7L |
-rw-r--r-- | stubs/semihost.c | 74L |
-rw-r--r-- | stubs/sysbus.c | 7L |
-rw-r--r-- | stubs/target-get-monitor-def.c | 29L |
-rw-r--r-- | stubs/target-monitor-defs.c | 8L |
-rw-r--r-- | stubs/trace-control.c | 51L |
-rw-r--r-- | stubs/usb-dev-stub.c | 25L |
-rw-r--r-- | stubs/uuid.c | 12L |
-rw-r--r-- | stubs/vm-stop.c | 12L |
-rw-r--r-- | stubs/vmgenid.c | 10L |
-rw-r--r-- | stubs/vmstate.c | 23L |
-rw-r--r-- | stubs/win32-kbd-hook.c | 18L |
-rw-r--r-- | stubs/xen-hw-stub.c | 46L |
l--------- | subprojects/libvhost-user/include/atomic.h | 1L |
-rw-r--r-- | subprojects/libvhost-user/libvhost-user-glib.c | 176L |
-rw-r--r-- | subprojects/libvhost-user/libvhost-user-glib.h | 36L |
-rw-r--r-- | subprojects/libvhost-user/libvhost-user.c | 2883L |
-rw-r--r-- | subprojects/libvhost-user/libvhost-user.h | 690L |
-rw-r--r-- | subprojects/libvhost-user/link-test.c | 45L |
-rw-r--r-- | subprojects/libvhost-user/meson.build | 23L |
l--------- | subprojects/libvhost-user/standard-headers/linux | 1L |
-rw-r--r-- | target/Kconfig | 19L |
-rw-r--r-- | target/alpha/Kconfig | 2L |
-rw-r--r-- | target/alpha/STATUS | 28L |
-rw-r--r-- | target/alpha/cpu-param.h | 20L |
-rw-r--r-- | target/alpha/cpu-qom.h | 48L |
-rw-r--r-- | target/alpha/cpu.c | 283L |
-rw-r--r-- | target/alpha/cpu.h | 505L |
-rw-r--r-- | target/alpha/fpu_helper.c | 561L |
-rw-r--r-- | target/alpha/gdbstub.c | 93L |
-rw-r--r-- | target/alpha/helper.c | 519L |
-rw-r--r-- | target/alpha/helper.h | 100L |
-rw-r--r-- | target/alpha/int_helper.c | 265L |
-rw-r--r-- | target/alpha/machine.c | 87L |
-rw-r--r-- | target/alpha/mem_helper.c | 65L |
-rw-r--r-- | target/alpha/meson.build | 18L |
-rw-r--r-- | target/alpha/sys_helper.c | 92L |
-rw-r--r-- | target/alpha/translate.c | 3043L |
-rw-r--r-- | target/alpha/vax_helper.c | 355L |
-rw-r--r-- | target/arm/Kconfig | 6L |
-rw-r--r-- | target/arm/a32-uncond.decode | 74L |
-rw-r--r-- | target/arm/a32.decode | 553L |
-rw-r--r-- | target/arm/arch_dump.c | 467L |
-rw-r--r-- | target/arm/arm-powerctl.c | 368L |
-rw-r--r-- | target/arm/arm-powerctl.h | 93L |
-rw-r--r-- | target/arm/arm_ldst.h | 47L |
-rw-r--r-- | target/arm/cpu-param.h | 37L |
-rw-r--r-- | target/arm/cpu-qom.h | 98L |
-rw-r--r-- | target/arm/cpu.c | 2159L |
-rw-r--r-- | target/arm/cpu.h | 4395L |
-rw-r--r-- | target/arm/cpu64.c | 1005L |
-rw-r--r-- | target/arm/cpu_tcg.c | 1079L |
-rw-r--r-- | target/arm/crypto_helper.c | 812L |
-rw-r--r-- | target/arm/debug_helper.c | 329L |
-rw-r--r-- | target/arm/gdbstub.c | 475L |
-rw-r--r-- | target/arm/gdbstub64.c | 211L |
-rw-r--r-- | target/arm/helper-a64.c | 1136L |
-rw-r--r-- | target/arm/helper-a64.h | 120L |
-rw-r--r-- | target/arm/helper-mve.h | 890L |
-rw-r--r-- | target/arm/helper-sve.h | 2800L |
-rw-r--r-- | target/arm/helper.c | 13572L |
-rw-r--r-- | target/arm/helper.h | 1023L |
-rw-r--r-- | target/arm/hvf/hvf.c | 1278L |
-rw-r--r-- | target/arm/hvf/meson.build | 3L |
-rw-r--r-- | target/arm/hvf/trace-events | 11L |
-rw-r--r-- | target/arm/hvf_arm.h | 18L |
-rw-r--r-- | target/arm/idau.h | 58L |
-rw-r--r-- | target/arm/internals.h | 1280L |
-rw-r--r-- | target/arm/iwmmxt_helper.c | 670L |
-rw-r--r-- | target/arm/kvm-consts.h | 180L |
-rw-r--r-- | target/arm/kvm-stub.c | 24L |
-rw-r--r-- | target/arm/kvm.c | 1059L |
-rw-r--r-- | target/arm/kvm64.c | 1606L |
-rw-r--r-- | target/arm/kvm_arm.h | 531L |
-rw-r--r-- | target/arm/m-nocp.decode | 72L |
-rw-r--r-- | target/arm/m_helper.c | 2901L |
-rw-r--r-- | target/arm/machine.c | 882L |
-rw-r--r-- | target/arm/meson.build | 66L |
-rw-r--r-- | target/arm/monitor.c | 230L |
-rw-r--r-- | target/arm/mte_helper.c | 942L |
-rw-r--r-- | target/arm/mve.decode | 832L |
-rw-r--r-- | target/arm/mve_helper.c | 3450L |
-rw-r--r-- | target/arm/neon-dp.decode | 646L |
-rw-r--r-- | target/arm/neon-ls.decode | 52L |
-rw-r--r-- | target/arm/neon-shared.decode | 99L |
-rw-r--r-- | target/arm/neon_helper.c | 1740L |
-rw-r--r-- | target/arm/op_addsub.h | 103L |
-rw-r--r-- | target/arm/op_helper.c | 974L |
-rw-r--r-- | target/arm/pauth_helper.c | 515L |
-rw-r--r-- | target/arm/psci.c | 193L |
-rw-r--r-- | target/arm/sve.decode | 1645L |
-rw-r--r-- | target/arm/sve_helper.c | 7654L |
-rw-r--r-- | target/arm/syndrome.h | 285L |
-rw-r--r-- | target/arm/t16.decode | 281L |
-rw-r--r-- | target/arm/t32.decode | 753L |
-rw-r--r-- | target/arm/tlb_helper.c | 214L |
-rw-r--r-- | target/arm/trace-events | 13L |
-rw-r--r-- | target/arm/trace.h | 1L |
-rw-r--r-- | target/arm/translate-a32.h | 151L |
-rw-r--r-- | target/arm/translate-a64.c | 14969L |
-rw-r--r-- | target/arm/translate-a64.h | 127L |
-rw-r--r-- | target/arm/translate-m-nocp.c | 791L |
-rw-r--r-- | target/arm/translate-mve.c | 2311L |
-rw-r--r-- | target/arm/translate-neon.c | 4064L |
-rw-r--r-- | target/arm/translate-sve.c | 8745L |
-rw-r--r-- | target/arm/translate-vfp.c | 3627L |
-rw-r--r-- | target/arm/translate.c | 9958L |
-rw-r--r-- | target/arm/translate.h | 586L |
-rw-r--r-- | target/arm/vec_helper.c | 2666L |
-rw-r--r-- | target/arm/vec_internal.h | 220L |
-rw-r--r-- | target/arm/vfp-uncond.decode | 82L |
-rw-r--r-- | target/arm/vfp.decode | 247L |
-rw-r--r-- | target/arm/vfp_helper.c | 1348L |
-rw-r--r-- | target/avr/Kconfig | 2L |
-rw-r--r-- | target/avr/cpu-param.h | 36L |
-rw-r--r-- | target/avr/cpu-qom.h | 49L |
-rw-r--r-- | target/avr/cpu.c | 378L |
-rw-r--r-- | target/avr/cpu.h | 255L |
-rw-r--r-- | target/avr/disas.c | 245L |
-rw-r--r-- | target/avr/gdbstub.c | 97L |
-rw-r--r-- | target/avr/helper.c | 347L |
-rw-r--r-- | target/avr/helper.h | 29L |
-rw-r--r-- | target/avr/insn.decode | 187L |
-rw-r--r-- | target/avr/machine.c | 119L |
-rw-r--r-- | target/avr/meson.build | 20L |
-rw-r--r-- | target/avr/translate.c | 3054L |
-rw-r--r-- | target/cris/Kconfig | 2L |
-rw-r--r-- | target/cris/cpu-param.h | 17L |
-rw-r--r-- | target/cris/cpu-qom.h | 51L |
-rw-r--r-- | target/cris/cpu.c | 338L |
-rw-r--r-- | target/cris/cpu.h | 286L |
-rw-r--r-- | target/cris/crisv10-decode.h | 112L |
-rw-r--r-- | target/cris/crisv32-decode.h | 133L |
-rw-r--r-- | target/cris/gdbstub.c | 130L |
-rw-r--r-- | target/cris/helper.c | 308L |
-rw-r--r-- | target/cris/helper.h | 23L |
-rw-r--r-- | target/cris/machine.c | 93L |
-rw-r--r-- | target/cris/meson.build | 14L |
-rw-r--r-- | target/cris/mmu.c | 355L |
-rw-r--r-- | target/cris/mmu.h | 22L |
-rw-r--r-- | target/cris/op_helper.c | 581L |
-rw-r--r-- | target/cris/opcode-cris.h | 355L |
-rw-r--r-- | target/cris/translate.c | 3414L |
-rw-r--r-- | target/cris/translate_v10.c.inc | 1333L |
-rw-r--r-- | target/hexagon/README | 235L |
-rw-r--r-- | target/hexagon/arch.c | 411L |
-rw-r--r-- | target/hexagon/arch.h | 41L |
-rw-r--r-- | target/hexagon/attribs.h | 35L |
-rw-r--r-- | target/hexagon/attribs_def.h.inc | 97L |
-rw-r--r-- | target/hexagon/cpu-param.h | 29L |
-rw-r--r-- | target/hexagon/cpu.c | 321L |
-rw-r--r-- | target/hexagon/cpu.h | 151L |
-rw-r--r-- | target/hexagon/cpu_bits.h | 58L |
-rw-r--r-- | target/hexagon/decode.c | 956L |
-rw-r--r-- | target/hexagon/decode.h | 32L |
-rwxr-xr-x | target/hexagon/dectree.py | 351L |
-rw-r--r-- | target/hexagon/fma_emu.c | 702L |
-rw-r--r-- | target/hexagon/fma_emu.h | 36L |
-rw-r--r-- | target/hexagon/gdbstub.c | 47L |
-rw-r--r-- | target/hexagon/gen_dectree_import.c | 188L |
-rwxr-xr-x | target/hexagon/gen_helper_funcs.py | 220L |
-rwxr-xr-x | target/hexagon/gen_helper_protos.py | 150L |
-rwxr-xr-x | target/hexagon/gen_op_attribs.py | 39L |
-rwxr-xr-x | target/hexagon/gen_op_regs.py | 110L |
-rwxr-xr-x | target/hexagon/gen_opcodes_def.py | 36L |
-rwxr-xr-x | target/hexagon/gen_printinsn.py | 173L |
-rw-r--r-- | target/hexagon/gen_semantics.c | 88L |
-rwxr-xr-x | target/hexagon/gen_shortcode.py | 60L |
-rw-r--r-- | target/hexagon/gen_tcg.h | 746L |
-rwxr-xr-x | target/hexagon/gen_tcg_func_table.py | 58L |
-rwxr-xr-x | target/hexagon/gen_tcg_funcs.py | 483L |
-rw-r--r-- | target/hexagon/genptr.c | 450L |
-rw-r--r-- | target/hexagon/genptr.h | 25L |
-rw-r--r-- | target/hexagon/helper.h | 93L |
-rw-r--r-- | target/hexagon/hex_arch_types.h | 38L |
-rwxr-xr-x | target/hexagon/hex_common.py | 234L |
-rw-r--r-- | target/hexagon/hex_regs.h | 83L |
-rw-r--r-- | target/hexagon/iclass.c | 69L |
-rw-r--r-- | target/hexagon/iclass.h | 50L |
-rw-r--r-- | target/hexagon/imported/allidefs.def | 30L |
-rw-r--r-- | target/hexagon/imported/alu.idef | 1302L |
-rw-r--r-- | target/hexagon/imported/branch.idef | 326L |
-rw-r--r-- | target/hexagon/imported/compare.idef | 619L |
-rw-r--r-- | target/hexagon/imported/encode.def | 124L |
-rw-r--r-- | target/hexagon/imported/encode_pp.def | 2143L |
-rw-r--r-- | target/hexagon/imported/encode_subinsn.def | 149L |
-rw-r--r-- | target/hexagon/imported/float.idef | 344L |
-rw-r--r-- | target/hexagon/imported/iclass.def | 51L |
-rw-r--r-- | target/hexagon/imported/ldst.idef | 354L |
-rwxr-xr-x | target/hexagon/imported/macros.def | 1578L |
-rw-r--r-- | target/hexagon/imported/mpy.idef | 1208L |
-rw-r--r-- | target/hexagon/imported/shift.idef | 1113L |
-rw-r--r-- | target/hexagon/imported/subinsns.idef | 149L |
-rw-r--r-- | target/hexagon/imported/system.idef | 68L |
-rw-r--r-- | target/hexagon/insn.h | 75L |
-rw-r--r-- | target/hexagon/internal.h | 38L |
-rw-r--r-- | target/hexagon/macros.h | 695L |
-rw-r--r-- | target/hexagon/meson.build | 179L |
-rw-r--r-- | target/hexagon/op_helper.c | 1197L |
-rw-r--r-- | target/hexagon/opcodes.c | 143L |
-rw-r--r-- | target/hexagon/opcodes.h | 58L |
-rw-r--r-- | target/hexagon/printinsn.c | 146L |
-rw-r--r-- | target/hexagon/printinsn.h | 27L |
-rw-r--r-- | target/hexagon/reg_fields.c | 26L |
-rw-r--r-- | target/hexagon/reg_fields.h | 36L |
-rw-r--r-- | target/hexagon/reg_fields_def.h.inc | 41L |
-rw-r--r-- | target/hexagon/translate.c | 744L |
-rw-r--r-- | target/hexagon/translate.h | 90L |
-rw-r--r-- | target/hppa/Kconfig | 2L |
-rw-r--r-- | target/hppa/cpu-param.h | 34L |
-rw-r--r-- | target/hppa/cpu-qom.h | 48L |
-rw-r--r-- | target/hppa/cpu.c | 196L |
-rw-r--r-- | target/hppa/cpu.h | 341L |
-rw-r--r-- | target/hppa/gdbstub.c | 282L |
-rw-r--r-- | target/hppa/helper.c | 129L |
-rw-r--r-- | target/hppa/helper.h | 95L |
-rw-r--r-- | target/hppa/insns.decode | 533L |
-rw-r--r-- | target/hppa/int_helper.c | 260L |
-rw-r--r-- | target/hppa/machine.c | 180L |
-rw-r--r-- | target/hppa/mem_helper.c | 395L |
-rw-r--r-- | target/hppa/meson.build | 19L |
-rw-r--r-- | target/hppa/op_helper.c | 705L |
-rw-r--r-- | target/hppa/trace-events | 18L |
-rw-r--r-- | target/hppa/trace.h | 1L |
-rw-r--r-- | target/hppa/translate.c | 4342L |
-rw-r--r-- | target/i386/Kconfig | 5L |
-rw-r--r-- | target/i386/arch_dump.c | 461L |
-rw-r--r-- | target/i386/arch_memory_mapping.c | 314L |
-rw-r--r-- | target/i386/cpu-dump.c | 570L |
-rw-r--r-- | target/i386/cpu-internal.h | 70L |
-rw-r--r-- | target/i386/cpu-param.h | 28L |
-rw-r--r-- | target/i386/cpu-qom.h | 75L |
-rw-r--r-- | target/i386/cpu-sysemu.c | 352L |
-rw-r--r-- | target/i386/cpu.c | 7262L |
-rw-r--r-- | target/i386/cpu.h | 2294L |
-rw-r--r-- | target/i386/gdbstub.c | 397L |
-rw-r--r-- | target/i386/hax/hax-accel-ops.c | 102L |
-rw-r--r-- | target/i386/hax/hax-accel-ops.h | 31L |
-rw-r--r-- | target/i386/hax/hax-all.c | 1140L |
-rw-r--r-- | target/i386/hax/hax-i386.h | 96L |
-rw-r--r-- | target/i386/hax/hax-interface.h | 369L |
-rw-r--r-- | target/i386/hax/hax-mem.c | 323L |
-rw-r--r-- | target/i386/hax/hax-posix.c | 305L |
-rw-r--r-- | target/i386/hax/hax-posix.h | 61L |
-rw-r--r-- | target/i386/hax/hax-windows.c | 485L |
-rw-r--r-- | target/i386/hax/hax-windows.h | 88L |
-rw-r--r-- | target/i386/hax/meson.build | 7L |
-rw-r--r-- | target/i386/helper.c | 679L |
-rw-r--r-- | target/i386/helper.h | 234L |
-rw-r--r-- | target/i386/host-cpu.c | 207L |
-rw-r--r-- | target/i386/host-cpu.h | 19L |
-rw-r--r-- | target/i386/hvf/README.md | 7L |
-rw-r--r-- | target/i386/hvf/hvf-cpu.c | 97L |
-rw-r--r-- | target/i386/hvf/hvf-i386.h | 34L |
-rw-r--r-- | target/i386/hvf/hvf.c | 673L |
-rw-r--r-- | target/i386/hvf/meson.build | 13L |
-rw-r--r-- | target/i386/hvf/panic.h | 45L |
-rw-r--r-- | target/i386/hvf/vmcs.h | 374L |
-rw-r--r-- | target/i386/hvf/vmx.h | 238L |
-rw-r--r-- | target/i386/hvf/x86.c | 186L |
-rw-r--r-- | target/i386/hvf/x86.h | 323L |
-rw-r--r-- | target/i386/hvf/x86_cpuid.c | 164L |
-rw-r--r-- | target/i386/hvf/x86_decode.c | 2197L |
-rw-r--r-- | target/i386/hvf/x86_decode.h | 325L |
-rw-r--r-- | target/i386/hvf/x86_descr.c | 125L |
-rw-r--r-- | target/i386/hvf/x86_descr.h | 58L |
-rw-r--r-- | target/i386/hvf/x86_emu.c | 1489L |
-rw-r--r-- | target/i386/hvf/x86_emu.h | 50L |
-rw-r--r-- | target/i386/hvf/x86_flags.c | 314L |
-rw-r--r-- | target/i386/hvf/x86_flags.h | 81L |
-rw-r--r-- | target/i386/hvf/x86_mmu.c | 268L |
-rw-r--r-- | target/i386/hvf/x86_mmu.h | 44L |
-rw-r--r-- | target/i386/hvf/x86_task.c | 185L |
-rw-r--r-- | target/i386/hvf/x86_task.h | 20L |
-rw-r--r-- | target/i386/hvf/x86hvf.c | 463L |
-rw-r--r-- | target/i386/hvf/x86hvf.h | 36L |
-rw-r--r-- | target/i386/kvm/hyperv-proto.h | 172L |
-rw-r--r-- | target/i386/kvm/hyperv-stub.c | 48L |
-rw-r--r-- | target/i386/kvm/hyperv.c | 101L |
-rw-r--r-- | target/i386/kvm/hyperv.h | 29L |
-rw-r--r-- | target/i386/kvm/kvm-cpu.c | 201L |
-rw-r--r-- | target/i386/kvm/kvm-cpu.h | 41L |
-rw-r--r-- | target/i386/kvm/kvm-stub.c | 46L |
-rw-r--r-- | target/i386/kvm/kvm.c | 5038L |
-rw-r--r-- | target/i386/kvm/kvm_i386.h | 56L |
-rw-r--r-- | target/i386/kvm/meson.build | 8L |
-rw-r--r-- | target/i386/kvm/trace-events | 7L |
-rw-r--r-- | target/i386/kvm/trace.h | 1L |
-rw-r--r-- | target/i386/machine.c | 1576L |
-rw-r--r-- | target/i386/meson.build | 34L |
-rw-r--r-- | target/i386/monitor.c | 814L |
-rw-r--r-- | target/i386/nvmm/meson.build | 8L |
-rw-r--r-- | target/i386/nvmm/nvmm-accel-ops.c | 111L |
-rw-r--r-- | target/i386/nvmm/nvmm-accel-ops.h | 24L |
-rw-r--r-- | target/i386/nvmm/nvmm-all.c | 1226L |
-rw-r--r-- | target/i386/ops_sse.h | 2326L |
-rw-r--r-- | target/i386/ops_sse_header.h | 356L |
-rw-r--r-- | target/i386/sev-stub.c | 94L |
-rw-r--r-- | target/i386/sev.c | 1917L |
-rw-r--r-- | target/i386/sev_i386.h | 57L |
-rw-r--r-- | target/i386/shift_helper_template.h | 108L |
-rw-r--r-- | target/i386/svm.h | 240L |
-rw-r--r-- | target/i386/tcg/bpt_helper.c | 39L |
-rw-r--r-- | target/i386/tcg/cc_helper.c | 389L |
-rw-r--r-- | target/i386/tcg/cc_helper_template.h | 242L |
-rw-r--r-- | target/i386/tcg/excp_helper.c | 141L |
-rw-r--r-- | target/i386/tcg/fpu_helper.c | 3041L |
-rw-r--r-- | target/i386/tcg/helper-tcg.h | 104L |
-rw-r--r-- | target/i386/tcg/int_helper.c | 494L |
-rw-r--r-- | target/i386/tcg/mem_helper.c | 183L |
-rw-r--r-- | target/i386/tcg/meson.build | 15L |
-rw-r--r-- | target/i386/tcg/misc_helper.c | 146L |
-rw-r--r-- | target/i386/tcg/mpx_helper.c | 139L |
-rw-r--r-- | target/i386/tcg/seg_helper.c | 2343L |
-rw-r--r-- | target/i386/tcg/seg_helper.h | 66L |
-rw-r--r-- | target/i386/tcg/sysemu/bpt_helper.c | 298L |
-rw-r--r-- | target/i386/tcg/sysemu/excp_helper.c | 471L |
-rw-r--r-- | target/i386/tcg/sysemu/fpu_helper.c | 57L |
-rw-r--r-- | target/i386/tcg/sysemu/meson.build | 10L |
-rw-r--r-- | target/i386/tcg/sysemu/misc_helper.c | 516L |
-rw-r--r-- | target/i386/tcg/sysemu/seg_helper.c | 216L |
-rw-r--r-- | target/i386/tcg/sysemu/smm_helper.c | 319L |
-rw-r--r-- | target/i386/tcg/sysemu/svm_helper.c | 863L |
-rw-r--r-- | target/i386/tcg/sysemu/tcg-cpu.c | 83L |
-rw-r--r-- | target/i386/tcg/tcg-cpu.c | 159L |
-rw-r--r-- | target/i386/tcg/tcg-cpu.h | 81L |
-rw-r--r-- | target/i386/tcg/tcg-stub.c | 25L |
-rw-r--r-- | target/i386/tcg/translate.c | 8718L |
-rw-r--r-- | target/i386/tcg/user/excp_helper.c | 39L |
-rw-r--r-- | target/i386/tcg/user/meson.build | 4L |
-rw-r--r-- | target/i386/tcg/user/seg_helper.c | 109L |
-rw-r--r-- | target/i386/trace-events | 16L |
-rw-r--r-- | target/i386/trace.h | 1L |
-rw-r--r-- | target/i386/whpx/meson.build | 5L |
-rw-r--r-- | target/i386/whpx/whpx-accel-ops.c | 111L |
-rw-r--r-- | target/i386/whpx/whpx-accel-ops.h | 32L |
-rw-r--r-- | target/i386/whpx/whpx-all.c | 1939L |
-rw-r--r-- | target/i386/whpx/whpx-apic.c | 281L |
-rw-r--r-- | target/i386/whpx/whpx-internal.h | 86L |
-rw-r--r-- | target/i386/xsave_helper.c | 251L |
-rw-r--r-- | target/m68k/Kconfig | 2L |
-rw-r--r-- | target/m68k/cpu-param.h | 22L |
-rw-r--r-- | target/m68k/cpu-qom.h | 48L |
-rw-r--r-- | target/m68k/cpu.c | 605L |
-rw-r--r-- | target/m68k/cpu.h | 611L |
-rw-r--r-- | target/m68k/fpu_helper.c | 666L |
-rw-r--r-- | target/m68k/gdbstub.c | 78L |
-rw-r--r-- | target/m68k/helper.c | 1540L |
-rw-r--r-- | target/m68k/helper.h | 130L |
-rw-r--r-- | target/m68k/m68k-semi.c | 469L |
-rw-r--r-- | target/m68k/meson.build | 17L |
-rw-r--r-- | target/m68k/monitor.c | 62L |
-rw-r--r-- | target/m68k/op_helper.c | 1111L |
-rw-r--r-- | target/m68k/qregs.def | 10L |
-rw-r--r-- | target/m68k/softfloat.c | 2835L |
-rw-r--r-- | target/m68k/softfloat.h | 48L |
-rw-r--r-- | target/m68k/softfloat_fpsp_tables.h | 642L |
-rw-r--r-- | target/m68k/translate.c | 6399L |
-rw-r--r-- | target/meson.build | 20L |
-rw-r--r-- | target/microblaze/Kconfig | 2L |
-rw-r--r-- | target/microblaze/cpu-param.h | 33L |
-rw-r--r-- | target/microblaze/cpu-qom.h | 48L |
-rw-r--r-- | target/microblaze/cpu.c | 421L |
-rw-r--r-- | target/microblaze/cpu.h | 443L |
-rw-r--r-- | target/microblaze/gdbstub.c | 146L |
-rw-r--r-- | target/microblaze/helper.c | 309L |
-rw-r--r-- | target/microblaze/helper.h | 31L |
-rw-r--r-- | target/microblaze/insns.decode | 256L |
-rw-r--r-- | target/microblaze/machine.c | 106L |
-rw-r--r-- | target/microblaze/meson.build | 20L |
-rw-r--r-- | target/microblaze/mmu.c | 327L |
-rw-r--r-- | target/microblaze/mmu.h | 92L |
-rw-r--r-- | target/microblaze/op_helper.c | 430L |
-rw-r--r-- | target/microblaze/translate.c | 1947L |
-rw-r--r-- | target/mips/Kconfig | 6L |
-rw-r--r-- | target/mips/TODO | 51L |
-rw-r--r-- | target/mips/cpu-defs.c.inc | 977L |
-rw-r--r-- | target/mips/cpu-param.h | 34L |
-rw-r--r-- | target/mips/cpu-qom.h | 56L |
-rw-r--r-- | target/mips/cpu.c | 679L |
-rw-r--r-- | target/mips/cpu.h | 1350L |
-rw-r--r-- | target/mips/fpu.c | 25L |
-rw-r--r-- | target/mips/fpu_helper.h | 65L |
-rw-r--r-- | target/mips/gdbstub.c | 150L |
-rw-r--r-- | target/mips/helper.h | 599L |
-rw-r--r-- | target/mips/internal.h | 400L |
-rw-r--r-- | target/mips/kvm.c | 1297L |
-rw-r--r-- | target/mips/kvm_mips.h | 37L |
-rw-r--r-- | target/mips/meson.build | 23L |
-rw-r--r-- | target/mips/mips-defs.h | 94L |
-rw-r--r-- | target/mips/msa.c | 60L |
-rw-r--r-- | target/mips/sysemu/addr.c | 61L |
-rw-r--r-- | target/mips/sysemu/cp0.c | 123L |
-rw-r--r-- | target/mips/sysemu/cp0_timer.c | 145L |
-rw-r--r-- | target/mips/sysemu/machine.c | 333L |
-rw-r--r-- | target/mips/sysemu/meson.build | 7L |
-rw-r--r-- | target/mips/sysemu/physaddr.c | 257L |
-rw-r--r-- | target/mips/tcg/dsp_helper.c | 3771L |
-rw-r--r-- | target/mips/tcg/exception.c | 149L |
-rw-r--r-- | target/mips/tcg/fpu_helper.c | 2254L |
-rw-r--r-- | target/mips/tcg/ldst_helper.c | 306L |
-rw-r--r-- | target/mips/tcg/lmmi_helper.c | 747L |
-rw-r--r-- | target/mips/tcg/meson.build | 36L |
-rw-r--r-- | target/mips/tcg/micromips_translate.c.inc | 3231L |
-rw-r--r-- | target/mips/tcg/mips16e_translate.c.inc | 1123L |
-rw-r--r-- | target/mips/tcg/msa.decode | 31L |
-rw-r--r-- | target/mips/tcg/msa_helper.c | 8597L |
-rw-r--r-- | target/mips/tcg/msa_helper.h.inc | 443L |
-rw-r--r-- | target/mips/tcg/msa_translate.c | 2275L |
-rw-r--r-- | target/mips/tcg/mxu_translate.c | 1605L |
-rw-r--r-- | target/mips/tcg/nanomips_translate.c.inc | 4922L |
-rw-r--r-- | target/mips/tcg/op_helper.c | 303L |
-rw-r--r-- | target/mips/tcg/rel6.decode | 49L |
-rw-r--r-- | target/mips/tcg/rel6_translate.c | 37L |
-rw-r--r-- | target/mips/tcg/sysemu/cp0_helper.c | 1706L |
-rw-r--r-- | target/mips/tcg/sysemu/meson.build | 6L |
-rw-r--r-- | target/mips/tcg/sysemu/mips-semi.c | 367L |
-rw-r--r-- | target/mips/tcg/sysemu/special_helper.c | 173L |
-rw-r--r-- | target/mips/tcg/sysemu/tlb_helper.c | 1423L |
-rw-r--r-- | target/mips/tcg/sysemu_helper.h.inc | 185L |
-rw-r--r-- | target/mips/tcg/tcg-internal.h | 65L |
-rw-r--r-- | target/mips/tcg/trace-events | 5L |
-rw-r--r-- | target/mips/tcg/trace.h | 1L |
-rw-r--r-- | target/mips/tcg/translate.c | 16234L |
-rw-r--r-- | target/mips/tcg/translate.h | 232L |
-rw-r--r-- | target/mips/tcg/translate_addr_const.c | 61L |
-rw-r--r-- | target/mips/tcg/tx79.decode | 73L |
-rw-r--r-- | target/mips/tcg/tx79_translate.c | 685L |
-rw-r--r-- | target/mips/tcg/txx9_translate.c | 20L |
-rw-r--r-- | target/mips/tcg/user/meson.build | 3L |
-rw-r--r-- | target/mips/tcg/user/tlb_helper.c | 59L |
-rw-r--r-- | target/mips/tcg/vr54xx.decode | 27L |
-rw-r--r-- | target/mips/tcg/vr54xx_helper.c | 142L |
-rw-r--r-- | target/mips/tcg/vr54xx_helper.h.inc | 24L |
-rw-r--r-- | target/mips/tcg/vr54xx_translate.c | 72L |
-rw-r--r-- | target/nios2/Kconfig | 2L |
-rw-r--r-- | target/nios2/cpu-param.h | 21L |
-rw-r--r-- | target/nios2/cpu.c | 271L |
-rw-r--r-- | target/nios2/cpu.h | 243L |
-rw-r--r-- | target/nios2/helper.c | 314L |
-rw-r--r-- | target/nios2/helper.h | 27L |
-rw-r--r-- | target/nios2/meson.build | 15L |
-rw-r--r-- | target/nios2/mmu.c | 281L |
-rw-r--r-- | target/nios2/mmu.h | 51L |
-rw-r--r-- | target/nios2/monitor.c | 35L |
-rw-r--r-- | target/nios2/nios2-semi.c | 454L |
-rw-r--r-- | target/nios2/op_helper.c | 61L |
-rw-r--r-- | target/nios2/translate.c | 901L |
-rw-r--r-- | target/openrisc/Kconfig | 2L |
-rw-r--r-- | target/openrisc/cpu-param.h | 17L |
-rw-r--r-- | target/openrisc/cpu.c | 285L |
-rw-r--r-- | target/openrisc/cpu.h | 415L |
-rw-r--r-- | target/openrisc/disas.c | 249L |
-rw-r--r-- | target/openrisc/exception.c | 31L |
-rw-r--r-- | target/openrisc/exception.h | 27L |
-rw-r--r-- | target/openrisc/exception_helper.c | 60L |
-rw-r--r-- | target/openrisc/fpu_helper.c | 171L |
-rw-r--r-- | target/openrisc/gdbstub.c | 88L |
-rw-r--r-- | target/openrisc/helper.h | 66L |
-rw-r--r-- | target/openrisc/insns.decode | 234L |
-rw-r--r-- | target/openrisc/interrupt.c | 120L |
-rw-r--r-- | target/openrisc/interrupt_helper.c | 31L |
-rw-r--r-- | target/openrisc/machine.c | 144L |
-rw-r--r-- | target/openrisc/meson.build | 25L |
-rw-r--r-- | target/openrisc/mmu.c | 180L |
-rw-r--r-- | target/openrisc/sys_helper.c | 316L |
-rw-r--r-- | target/openrisc/translate.c | 1747L |
-rw-r--r-- | target/ppc/Kconfig | 5L |
-rw-r--r-- | target/ppc/arch_dump.c | 309L |
-rw-r--r-- | target/ppc/compat.c | 327L |
-rw-r--r-- | target/ppc/cpu-models.c | 968L |
-rw-r--r-- | target/ppc/cpu-models.h | 505L |
-rw-r--r-- | target/ppc/cpu-param.h | 37L |
-rw-r--r-- | target/ppc/cpu-qom.h | 225L |
-rw-r--r-- | target/ppc/cpu.c | 126L |
-rw-r--r-- | target/ppc/cpu.h | 2669L |
-rw-r--r-- | target/ppc/cpu_init.c | 9289L |
-rw-r--r-- | target/ppc/dfp_helper.c | 1329L |
-rw-r--r-- | target/ppc/excp_helper.c | 1475L |
-rw-r--r-- | target/ppc/fpu_helper.c | 3289L |
-rw-r--r-- | target/ppc/gdbstub.c | 628L |
-rw-r--r-- | target/ppc/helper.h | 764L |
-rw-r--r-- | target/ppc/helper_regs.c | 295L |
-rw-r--r-- | target/ppc/helper_regs.h | 34L |
-rw-r--r-- | target/ppc/insn32.decode | 126L |
-rw-r--r-- | target/ppc/insn64.decode | 124L |
-rw-r--r-- | target/ppc/int_helper.c | 3056L |
-rw-r--r-- | target/ppc/internal.h | 287L |
-rw-r--r-- | target/ppc/kvm-stub.c | 19L |
-rw-r--r-- | target/ppc/kvm.c | 2961L |
-rw-r--r-- | target/ppc/kvm_ppc.h | 478L |
-rw-r--r-- | target/ppc/machine.c | 859L |
-rw-r--r-- | target/ppc/mem_helper.c | 623L |
-rw-r--r-- | target/ppc/meson.build | 57L |
-rw-r--r-- | target/ppc/mfrom_table.c.inc | 78L |
-rw-r--r-- | target/ppc/mfrom_table_gen.c | 34L |
-rw-r--r-- | target/ppc/misc_helper.c | 320L |
-rw-r--r-- | target/ppc/mmu-book3s-v3.c | 42L |
-rw-r--r-- | target/ppc/mmu-book3s-v3.h | 117L |
-rw-r--r-- | target/ppc/mmu-books.h | 30L |
-rw-r--r-- | target/ppc/mmu-hash32.c | 571L |
-rw-r--r-- | target/ppc/mmu-hash32.h | 120L |
-rw-r--r-- | target/ppc/mmu-hash64.c | 1178L |
-rw-r--r-- | target/ppc/mmu-hash64.h | 170L |
-rw-r--r-- | target/ppc/mmu-radix64.c | 590L |
-rw-r--r-- | target/ppc/mmu-radix64.h | 73L |
-rw-r--r-- | target/ppc/mmu_common.c | 1620L |
-rw-r--r-- | target/ppc/mmu_helper.c | 1382L |
-rw-r--r-- | target/ppc/monitor.c | 158L |
-rw-r--r-- | target/ppc/spr_tcg.h | 136L |
-rw-r--r-- | target/ppc/tcg-stub.c | 45L |
-rw-r--r-- | target/ppc/timebase_helper.c | 208L |
-rw-r--r-- | target/ppc/trace-events | 38L |
-rw-r--r-- | target/ppc/trace.h | 1L |
-rw-r--r-- | target/ppc/translate.c | 8731L |
-rw-r--r-- | target/ppc/translate/dfp-impl.c.inc | 232L |
-rw-r--r-- | target/ppc/translate/dfp-ops.c.inc | 165L |
-rw-r--r-- | target/ppc/translate/fixedpoint-impl.c.inc | 333L |
-rw-r--r-- | target/ppc/translate/fp-impl.c.inc | 1495L |
-rw-r--r-- | target/ppc/translate/fp-ops.c.inc | 119L |
-rw-r--r-- | target/ppc/translate/spe-impl.c.inc | 1252L |
-rw-r--r-- | target/ppc/translate/spe-ops.c.inc | 105L |
-rw-r--r-- | target/ppc/translate/vector-impl.c.inc | 56L |
-rw-r--r-- | target/ppc/translate/vmx-impl.c.inc | 1580L |
-rw-r--r-- | target/ppc/translate/vmx-ops.c.inc | 307L |
-rw-r--r-- | target/ppc/translate/vsx-impl.c.inc | 2085L |
-rw-r--r-- | target/ppc/translate/vsx-ops.c.inc | 402L |
-rw-r--r-- | target/ppc/user_only_helper.c | 49L |
-rw-r--r-- | target/riscv/Kconfig | 5L |
-rw-r--r-- | target/riscv/arch_dump.c | 202L |
-rw-r--r-- | target/riscv/bitmanip_helper.c | 51L |
-rw-r--r-- | target/riscv/cpu-param.h | 32L |
-rw-r--r-- | target/riscv/cpu.c | 778L |
-rw-r--r-- | target/riscv/cpu.h | 515L |
-rw-r--r-- | target/riscv/cpu_bits.h | 534L |
-rw-r--r-- | target/riscv/cpu_helper.c | 1097L |
-rw-r--r-- | target/riscv/cpu_user.h | 19L |
-rw-r--r-- | target/riscv/csr.c | 1789L |
-rw-r--r-- | target/riscv/fpu_helper.c | 368L |
-rw-r--r-- | target/riscv/gdbstub.c | 212L |
-rw-r--r-- | target/riscv/helper.h | 1149L |
-rw-r--r-- | target/riscv/insn16.decode | 162L |
-rw-r--r-- | target/riscv/insn32.decode | 728L |
-rw-r--r-- | target/riscv/insn_trans/trans_privileged.c.inc | 132L |
-rw-r--r-- | target/riscv/insn_trans/trans_rva.c.inc | 223L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvb.c.inc | 487L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvd.c.inc | 447L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvf.c.inc | 471L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvh.c.inc | 186L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvi.c.inc | 575L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvm.c.inc | 251L |
-rw-r--r-- | target/riscv/insn_trans/trans_rvv.c.inc | 2863L |
-rw-r--r-- | target/riscv/instmap.h | 369L |
-rw-r--r-- | target/riscv/internals.h | 61L |
-rw-r--r-- | target/riscv/machine.c | 194L |
-rw-r--r-- | target/riscv/meson.build | 32L |
-rw-r--r-- | target/riscv/monitor.c | 236L |
-rw-r--r-- | target/riscv/op_helper.c | 249L |
-rw-r--r-- | target/riscv/pmp.c | 664L |
-rw-r--r-- | target/riscv/pmp.h | 85L |
-rw-r--r-- | target/riscv/trace-events | 11L |
-rw-r--r-- | target/riscv/trace.h | 1L |
-rw-r--r-- | target/riscv/translate.c | 669L |
-rw-r--r-- | target/riscv/vector_helper.c | 4872L |
-rw-r--r-- | target/rx/Kconfig | 2L |
-rw-r--r-- | target/rx/cpu-param.h | 30L |
-rw-r--r-- | target/rx/cpu-qom.h | 50L |
-rw-r--r-- | target/rx/cpu.c | 246L |
-rw-r--r-- | target/rx/cpu.h | 177L |
-rw-r--r-- | target/rx/disas.c | 1446L |
-rw-r--r-- | target/rx/gdbstub.c | 112L |
-rw-r--r-- | target/rx/helper.c | 152L |
-rw-r--r-- | target/rx/helper.h | 31L |
-rw-r--r-- | target/rx/insns.decode | 621L |
-rw-r--r-- | target/rx/meson.build | 16L |
-rw-r--r-- | target/rx/op_helper.c | 470L |
-rw-r--r-- | target/rx/translate.c | 2416L |
-rw-r--r-- | target/s390x/Kconfig | 2L |
-rw-r--r-- | target/s390x/arch_dump.c | 282L |
-rw-r--r-- | target/s390x/cpu-dump.c | 134L |
-rw-r--r-- | target/s390x/cpu-param.h | 17L |
-rw-r--r-- | target/s390x/cpu-qom.h | 68L |
-rw-r--r-- | target/s390x/cpu-sysemu.c | 308L |
-rw-r--r-- | target/s390x/cpu.c | 336L |
-rw-r--r-- | target/s390x/cpu.h | 853L |
-rw-r--r-- | target/s390x/cpu_features.c | 255L |
-rw-r--r-- | target/s390x/cpu_features.h | 96L |
-rw-r--r-- | target/s390x/cpu_features_def.h | 25L |
-rw-r--r-- | target/s390x/cpu_features_def.h.inc | 380L |
-rw-r--r-- | target/s390x/cpu_models.c | 1021L |
-rw-r--r-- | target/s390x/cpu_models.h | 128L |
-rw-r--r-- | target/s390x/cpu_models_sysemu.c | 426L |
-rw-r--r-- | target/s390x/cpu_models_user.c | 20L |
-rw-r--r-- | target/s390x/diag.c | 185L |
-rw-r--r-- | target/s390x/gdbstub.c | 329L |
-rw-r--r-- | target/s390x/gen-features.c | 1015L |
-rw-r--r-- | target/s390x/helper.c | 283L |
-rw-r--r-- | target/s390x/helper.h | 381L |
-rw-r--r-- | target/s390x/interrupt.c | 244L |
-rw-r--r-- | target/s390x/ioinst.c | 818L |
-rw-r--r-- | target/s390x/kvm/kvm.c | 2564L |
-rw-r--r-- | target/s390x/kvm/kvm_s390x.h | 49L |
-rw-r--r-- | target/s390x/kvm/meson.build | 17L |
-rw-r--r-- | target/s390x/kvm/trace-events | 7L |
-rw-r--r-- | target/s390x/kvm/trace.h | 1L |
-rw-r--r-- | target/s390x/machine.c | 292L |
-rw-r--r-- | target/s390x/meson.build | 44L |
-rw-r--r-- | target/s390x/mmu_helper.c | 610L |
-rw-r--r-- | target/s390x/s390x-internal.h | 399L |
-rw-r--r-- | target/s390x/sigp.c | 511L |
-rw-r--r-- | target/s390x/tcg/cc_helper.c | 538L |
-rw-r--r-- | target/s390x/tcg/crypto_helper.c | 61L |
-rw-r--r-- | target/s390x/tcg/excp_helper.c | 628L |
-rw-r--r-- | target/s390x/tcg/fpu_helper.c | 976L |
-rw-r--r-- | target/s390x/tcg/insn-data.def | 1398L |
-rw-r--r-- | target/s390x/tcg/insn-format.def | 81L |
-rw-r--r-- | target/s390x/tcg/int_helper.c | 148L |
-rw-r--r-- | target/s390x/tcg/mem_helper.c | 3026L |
-rw-r--r-- | target/s390x/tcg/meson.build | 14L |
-rw-r--r-- | target/s390x/tcg/misc_helper.c | 798L |
-rw-r--r-- | target/s390x/tcg/s390-tod.h | 29L |
-rw-r--r-- | target/s390x/tcg/tcg_s390x.h | 24L |
-rw-r--r-- | target/s390x/tcg/translate.c | 6656L |
-rw-r--r-- | target/s390x/tcg/translate_vx.c.inc | 3109L |
-rw-r--r-- | target/s390x/tcg/vec.h | 141L |
-rw-r--r-- | target/s390x/tcg/vec_fpu_helper.c | 1072L |
-rw-r--r-- | target/s390x/tcg/vec_helper.c | 214L |
-rw-r--r-- | target/s390x/tcg/vec_int_helper.c | 587L |
-rw-r--r-- | target/s390x/tcg/vec_string_helper.c | 473L |
-rw-r--r-- | target/s390x/trace-events | 19L |
-rw-r--r-- | target/s390x/trace.h | 1L |
-rw-r--r-- | target/sh4/Kconfig | 2L |
-rw-r--r-- | target/sh4/README.sh4 | 150L |
-rw-r--r-- | target/sh4/cpu-param.h | 21L |
-rw-r--r-- | target/sh4/cpu-qom.h | 59L |
-rw-r--r-- | target/sh4/cpu.c | 302L |
-rw-r--r-- | target/sh4/cpu.h | 378L |
-rw-r--r-- | target/sh4/gdbstub.c | 144L |
-rw-r--r-- | target/sh4/helper.c | 870L |
-rw-r--r-- | target/sh4/helper.h | 44L |
-rw-r--r-- | target/sh4/meson.build | 14L |
-rw-r--r-- | target/sh4/monitor.c | 58L |
-rw-r--r-- | target/sh4/op_helper.c | 491L |
-rw-r--r-- | target/sh4/translate.c | 2375L |
-rw-r--r-- | target/sparc/Kconfig | 5L |
-rw-r--r-- | target/sparc/asi.h | 312L |
-rw-r--r-- | target/sparc/cc_helper.c | 471L |
-rw-r--r-- | target/sparc/cpu-param.h | 28L |
-rw-r--r-- | target/sparc/cpu-qom.h | 54L |
-rw-r--r-- | target/sparc/cpu.c | 954L |
-rw-r--r-- | target/sparc/cpu.h | 839L |
-rw-r--r-- | target/sparc/fop_helper.c | 401L |
-rw-r--r-- | target/sparc/gdbstub.c | 208L |
-rw-r--r-- | target/sparc/helper.c | 253L |
-rw-r--r-- | target/sparc/helper.h | 168L |
-rw-r--r-- | target/sparc/int32_helper.c | 171L |
-rw-r--r-- | target/sparc/int64_helper.c | 304L |
-rw-r--r-- | target/sparc/ldst_helper.c | 1977L |
-rw-r--r-- | target/sparc/machine.c | 196L |
-rw-r--r-- | target/sparc/meson.build | 23L |
-rw-r--r-- | target/sparc/mmu_helper.c | 929L |
-rw-r--r-- | target/sparc/monitor.c | 165L |
-rw-r--r-- | target/sparc/trace-events | 32L |
-rw-r--r-- | target/sparc/trace.h | 1L |
-rw-r--r-- | target/sparc/translate.c | 6031L |
-rw-r--r-- | target/sparc/vis_helper.c | 490L |
-rw-r--r-- | target/sparc/win_helper.c | 455L |
-rw-r--r-- | target/tricore/Kconfig | 2L |
-rw-r--r-- | target/tricore/cpu-param.h | 17L |
-rw-r--r-- | target/tricore/cpu-qom.h | 40L |
-rw-r--r-- | target/tricore/cpu.c | 205L |
-rw-r--r-- | target/tricore/cpu.h | 397L |
-rw-r--r-- | target/tricore/csfr.def | 125L |
-rw-r--r-- | target/tricore/fpu_helper.c | 471L |
-rw-r--r-- | target/tricore/gdbstub.c | 139L |
-rw-r--r-- | target/tricore/helper.c | 154L |
-rw-r--r-- | target/tricore/helper.h | 156L |
-rw-r--r-- | target/tricore/meson.build | 15L |
-rw-r--r-- | target/tricore/op_helper.c | 2802L |
-rw-r--r-- | target/tricore/translate.c | 8961L |
-rw-r--r-- | target/tricore/tricore-defs.h | 23L |
-rw-r--r-- | target/tricore/tricore-opcodes.h | 1474L |
-rw-r--r-- | target/xtensa/Kconfig | 2L |
-rw-r--r-- | target/xtensa/core-dc232b.c | 52L |
-rw-r--r-- | target/xtensa/core-dc232b/core-isa.h | 422L |
-rw-r--r-- | target/xtensa/core-dc232b/gdb-config.c.inc | 262L |
-rw-r--r-- | target/xtensa/core-dc232b/xtensa-modules.c.inc | 14078L |
-rw-r--r-- | target/xtensa/core-dc233c.c | 51L |
-rw-r--r-- | target/xtensa/core-dc233c/core-isa.h | 473L |
-rw-r--r-- | target/xtensa/core-dc233c/gdb-config.c.inc | 146L |
-rw-r--r-- | target/xtensa/core-dc233c/xtensa-modules.c.inc | 15205L |
-rw-r--r-- | target/xtensa/core-de212.c | 51L |
-rw-r--r-- | target/xtensa/core-de212/core-isa.h | 620L |
-rw-r--r-- | target/xtensa/core-de212/gdb-config.c.inc | 198L |
-rw-r--r-- | target/xtensa/core-de212/xtensa-modules.c.inc | 14543L |
-rw-r--r-- | target/xtensa/core-de233_fpu.c | 58L |
-rw-r--r-- | target/xtensa/core-de233_fpu/core-isa.h | 727L |
-rw-r--r-- | target/xtensa/core-de233_fpu/core-matmap.h | 717L |
-rw-r--r-- | target/xtensa/core-de233_fpu/gdb-config.c.inc | 277L |
-rw-r--r-- | target/xtensa/core-de233_fpu/xtensa-modules.c.inc | 20758L |
-rw-r--r-- | target/xtensa/core-dsp3400.c | 58L |
-rw-r--r-- | target/xtensa/core-dsp3400/core-isa.h | 452L |
-rw-r--r-- | target/xtensa/core-dsp3400/core-matmap.h | 312L |
-rw-r--r-- | target/xtensa/core-dsp3400/gdb-config.c.inc | 400L |
-rw-r--r-- | target/xtensa/core-dsp3400/xtensa-modules.c.inc | 171906L |
-rw-r--r-- | target/xtensa/core-fsf.c | 52L |
-rw-r--r-- | target/xtensa/core-fsf/core-isa.h | 360L |
-rw-r--r-- | target/xtensa/core-fsf/xtensa-modules.c.inc | 9826L |
-rw-r--r-- | target/xtensa/core-sample_controller.c | 51L |
-rw-r--r-- | target/xtensa/core-sample_controller/core-isa.h | 642L |
-rw-r--r-- | target/xtensa/core-sample_controller/gdb-config.c.inc | 141L |
-rw-r--r-- | target/xtensa/core-sample_controller/xtensa-modules.c.inc | 11366L |
-rw-r--r-- | target/xtensa/core-test_kc705_be.c | 51L |
-rw-r--r-- | target/xtensa/core-test_kc705_be/core-isa.h | 573L |
-rw-r--r-- | target/xtensa/core-test_kc705_be/gdb-config.c.inc | 259L |
-rw-r--r-- | target/xtensa/core-test_kc705_be/xtensa-modules.c.inc | 45117L |
-rw-r--r-- | target/xtensa/core-test_mmuhifi_c3.c | 52L |
-rw-r--r-- | target/xtensa/core-test_mmuhifi_c3/core-isa.h | 472L |
-rw-r--r-- | target/xtensa/core-test_mmuhifi_c3/gdb-config.c.inc | 220L |
-rw-r--r-- | target/xtensa/core-test_mmuhifi_c3/xtensa-modules.c.inc | 36387L |
-rw-r--r-- | target/xtensa/cores.list | 9L |
-rw-r--r-- | target/xtensa/cpu-param.h | 21L |
-rw-r--r-- | target/xtensa/cpu-qom.h | 62L |
-rw-r--r-- | target/xtensa/cpu.c | 247L |
-rw-r--r-- | target/xtensa/cpu.h | 798L |
-rw-r--r-- | target/xtensa/dbg_helper.c | 129L |
-rw-r--r-- | target/xtensa/exc_helper.c | 269L |
-rw-r--r-- | target/xtensa/fpu_helper.c | 448L |
-rw-r--r-- | target/xtensa/gdbstub.c | 182L |
-rw-r--r-- | target/xtensa/helper.c | 339L |
-rw-r--r-- | target/xtensa/helper.h | 105L |
-rwxr-xr-x | target/xtensa/import_core.sh | 71L |
-rw-r--r-- | target/xtensa/meson.build | 27L |
-rw-r--r-- | target/xtensa/mmu_helper.c | 1192L |
-rw-r--r-- | target/xtensa/monitor.c | 39L |
-rw-r--r-- | target/xtensa/op_helper.c | 216L |
-rw-r--r-- | target/xtensa/overlay_tool.h | 879L |
-rw-r--r-- | target/xtensa/translate.c | 7882L |
-rw-r--r-- | target/xtensa/win_helper.c | 212L |
-rw-r--r-- | target/xtensa/xtensa-isa-internal.h | 231L |
-rw-r--r-- | target/xtensa/xtensa-isa.c | 1743L |
-rw-r--r-- | target/xtensa/xtensa-isa.h | 1L |
-rw-r--r-- | target/xtensa/xtensa-semi.c | 437L |
-rw-r--r-- | tcg/README | 778L |
-rw-r--r-- | tcg/aarch64/tcg-target-con-set.h | 36L |
-rw-r--r-- | tcg/aarch64/tcg-target-con-str.h | 24L |
-rw-r--r-- | tcg/aarch64/tcg-target.c.inc | 3028L |
-rw-r--r-- | tcg/aarch64/tcg-target.h | 159L |
-rw-r--r-- | tcg/aarch64/tcg-target.opc.h | 15L |
-rw-r--r-- | tcg/arm/tcg-target-con-set.h | 45L |
-rw-r--r-- | tcg/arm/tcg-target-con-str.h | 25L |
-rw-r--r-- | tcg/arm/tcg-target.c.inc | 3186L |
-rw-r--r-- | tcg/arm/tcg-target.h | 161L |
-rw-r--r-- | tcg/arm/tcg-target.opc.h | 16L |
-rw-r--r-- | tcg/i386/tcg-target-con-set.h | 55L |
-rw-r--r-- | tcg/i386/tcg-target-con-str.h | 33L |
-rw-r--r-- | tcg/i386/tcg-target.c.inc | 3901L |
-rw-r--r-- | tcg/i386/tcg-target.h | 240L |
-rw-r--r-- | tcg/i386/tcg-target.opc.h | 35L |
-rw-r--r-- | tcg/meson.build | 20L |
-rw-r--r-- | tcg/mips/tcg-target-con-set.h | 36L |
-rw-r--r-- | tcg/mips/tcg-target-con-str.h | 24L |
-rw-r--r-- | tcg/mips/tcg-target.c.inc | 2577L |
-rw-r--r-- | tcg/mips/tcg-target.h | 214L |
-rw-r--r-- | tcg/optimize.c | 1603L |
-rw-r--r-- | tcg/ppc/tcg-target-con-set.h | 42L |
-rw-r--r-- | tcg/ppc/tcg-target-con-str.h | 30L |
-rw-r--r-- | tcg/ppc/tcg-target.c.inc | 3907L |
-rw-r--r-- | tcg/ppc/tcg-target.h | 190L |
-rw-r--r-- | tcg/ppc/tcg-target.opc.h | 32L |
-rw-r--r-- | tcg/region.c | 891L |
-rw-r--r-- | tcg/riscv/tcg-target-con-set.h | 30L |
-rw-r--r-- | tcg/riscv/tcg-target-con-str.h | 21L |
-rw-r--r-- | tcg/riscv/tcg-target.c.inc | 1804L |
-rw-r--r-- | tcg/riscv/tcg-target.h | 175L |
-rw-r--r-- | tcg/s390x/tcg-target-con-set.h | 36L |
-rw-r--r-- | tcg/s390x/tcg-target-con-str.h | 29L |
-rw-r--r-- | tcg/s390x/tcg-target.c.inc | 3410L |
-rw-r--r-- | tcg/s390x/tcg-target.h | 186L |
-rw-r--r-- | tcg/s390x/tcg-target.opc.h | 15L |
-rw-r--r-- | tcg/sparc/tcg-target-con-set.h | 32L |
-rw-r--r-- | tcg/sparc/tcg-target-con-str.h | 23L |
-rw-r--r-- | tcg/sparc/tcg-target.c.inc | 1825L |
-rw-r--r-- | tcg/sparc/tcg-target.h | 172L |
-rw-r--r-- | tcg/tcg-common.c | 34L |
-rw-r--r-- | tcg/tcg-internal.h | 62L |
-rw-r--r-- | tcg/tcg-ldst.c.inc | 78L |
-rw-r--r-- | tcg/tcg-op-gvec.c | 3699L |
-rw-r--r-- | tcg/tcg-op-vec.c | 816L |
-rw-r--r-- | tcg/tcg-op.c | 3366L |
-rw-r--r-- | tcg/tcg-pool.c.inc | 162L |
-rw-r--r-- | tcg/tcg.c | 4725L |
-rw-r--r-- | tcg/tci.c | 1400L |
-rw-r--r-- | tcg/tci/README | 120L |
-rw-r--r-- | tcg/tci/tcg-target-con-set.h | 21L |
-rw-r--r-- | tcg/tci/tcg-target-con-str.h | 11L |
-rw-r--r-- | tcg/tci/tcg-target.c.inc | 862L |
-rw-r--r-- | tcg/tci/tcg-target.h | 180L |
-rw-r--r-- | tests/Makefile.include | 166L |
-rw-r--r-- | tests/acceptance/README.rst | 10L |
-rw-r--r-- | tests/acceptance/avocado_qemu/__init__.py | 558L |
-rw-r--r-- | tests/acceptance/boot_linux.py | 138L |
-rw-r--r-- | tests/acceptance/boot_linux_console.py | 1256L |
-rw-r--r-- | tests/acceptance/boot_xen.py | 116L |
-rw-r--r-- | tests/acceptance/cpu_queries.py | 34L |
-rw-r--r-- | tests/acceptance/empty_cpu_model.py | 19L |
-rw-r--r-- | tests/acceptance/hotplug_cpu.py | 37L |
-rw-r--r-- | tests/acceptance/info_usernet.py | 29L |
-rw-r--r-- | tests/acceptance/intel_iommu.py | 119L |
-rw-r--r-- | tests/acceptance/linux_initrd.py | 89L |
-rw-r--r-- | tests/acceptance/linux_ssh_mips_malta.py | 209L |
-rw-r--r-- | tests/acceptance/machine_arm_canona1100.py | 35L |
-rw-r--r-- | tests/acceptance/machine_arm_integratorcp.py | 99L |
-rw-r--r-- | tests/acceptance/machine_arm_n8x0.py | 49L |
-rw-r--r-- | tests/acceptance/machine_avr6.py | 50L |
-rw-r--r-- | tests/acceptance/machine_m68k_nextcube.py | 79L |
-rw-r--r-- | tests/acceptance/machine_microblaze.py | 35L |
-rw-r--r-- | tests/acceptance/machine_mips_fuloong2e.py | 42L |
-rw-r--r-- | tests/acceptance/machine_mips_loongson3v.py | 39L |
-rw-r--r-- | tests/acceptance/machine_mips_malta.py | 120L |
-rw-r--r-- | tests/acceptance/machine_rx_gdbsim.py | 73L |
-rw-r--r-- | tests/acceptance/machine_s390_ccw_virtio.py | 272L |
-rw-r--r-- | tests/acceptance/machine_sparc64_sun4u.py | 36L |
-rw-r--r-- | tests/acceptance/machine_sparc_leon3.py | 37L |
-rw-r--r-- | tests/acceptance/migration.py | 81L |
-rw-r--r-- | tests/acceptance/multiprocess.py | 95L |
-rw-r--r-- | tests/acceptance/pc_cpu_hotplug_props.py | 35L |
-rw-r--r-- | tests/acceptance/ppc_mpc8544ds.py | 32L |
-rw-r--r-- | tests/acceptance/ppc_prep_40p.py | 79L |
-rw-r--r-- | tests/acceptance/ppc_pseries.py | 35L |
-rw-r--r-- | tests/acceptance/ppc_virtex_ml507.py | 34L |
-rw-r--r-- | tests/acceptance/replay_kernel.py | 524L |
-rw-r--r-- | tests/acceptance/replay_linux.py | 116L |
-rw-r--r-- | tests/acceptance/reverse_debugging.py | 210L |
-rw-r--r-- | tests/acceptance/smmu.py | 137L |
-rw-r--r-- | tests/acceptance/tcg_plugins.py | 147L |
-rw-r--r-- | tests/acceptance/tesseract_utils.py | 46L |
-rw-r--r-- | tests/acceptance/version.py | 24L |
-rw-r--r-- | tests/acceptance/virtio-gpu.py | 155L |
-rw-r--r-- | tests/acceptance/virtio_check_params.py | 144L |
-rw-r--r-- | tests/acceptance/virtio_version.py | 175L |
-rw-r--r-- | tests/acceptance/virtiofs_submounts.py | 272L |
-rw-r--r-- | tests/acceptance/virtiofs_submounts.py.data/cleanup.sh | 46L |
-rw-r--r-- | tests/acceptance/virtiofs_submounts.py.data/guest-cleanup.sh | 30L |
-rw-r--r-- | tests/acceptance/virtiofs_submounts.py.data/guest.sh | 138L |
-rw-r--r-- | tests/acceptance/virtiofs_submounts.py.data/host.sh | 127L |
-rw-r--r-- | tests/acceptance/vnc.py | 53L |
-rw-r--r-- | tests/acceptance/x86_cpu_model_versions.py | 358L |
-rw-r--r-- | tests/bench/atomic64-bench.c | 169L |
-rw-r--r-- | tests/bench/atomic_add-bench.c | 180L |
-rw-r--r-- | tests/bench/benchmark-crypto-cipher.c | 208L |
-rw-r--r-- | tests/bench/benchmark-crypto-hash.c | 116L |
-rw-r--r-- | tests/bench/benchmark-crypto-hmac.c | 81L |
-rw-r--r-- | tests/bench/meson.build | 34L |
-rw-r--r-- | tests/bench/qht-bench.c | 523L |
-rwxr-xr-x | tests/check-block.sh | 83L |
-rwxr-xr-x | tests/data/acpi/disassemle-aml.sh | 57L |
-rw-r--r-- | tests/data/acpi/microvm/APIC | 70B |
-rw-r--r-- | tests/data/acpi/microvm/APIC.ioapic2 | 82B |
-rw-r--r-- | tests/data/acpi/microvm/APIC.pcie | 110B |
-rw-r--r-- | tests/data/acpi/microvm/DSDT | 365B |
-rw-r--r-- | tests/data/acpi/microvm/DSDT.ioapic2 | 365B |
-rw-r--r-- | tests/data/acpi/microvm/DSDT.pcie | 3023B |
-rw-r--r-- | tests/data/acpi/microvm/DSDT.rtc | 404B |
-rw-r--r-- | tests/data/acpi/microvm/DSDT.usb | 414B |
-rw-r--r-- | tests/data/acpi/microvm/FACP | 268B |
-rw-r--r-- | tests/data/acpi/pc/APIC | 120B |
-rw-r--r-- | tests/data/acpi/pc/APIC.acpihmat | 128B |
-rw-r--r-- | tests/data/acpi/pc/APIC.cphp | 160B |
-rw-r--r-- | tests/data/acpi/pc/APIC.dimmpxm | 144B |
-rw-r--r-- | tests/data/acpi/pc/DSDT | 6002B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.acpihmat | 7327B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.bridge | 8668B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.cphp | 6466B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.dimmpxm | 7656B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.hpbridge | 5969B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.hpbrroot | 3084B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.ipmikcs | 6074B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.memhp | 7361B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.nohpet | 5860B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.numamem | 6008B |
-rw-r--r-- | tests/data/acpi/pc/DSDT.roothp | 6210B |
-rw-r--r-- | tests/data/acpi/pc/FACP | 116B |
-rw-r--r-- | tests/data/acpi/pc/FACP.nosmm | 116B |
-rw-r--r-- | tests/data/acpi/pc/FACS | 64B |
-rw-r--r-- | tests/data/acpi/pc/HMAT.acpihmat | 280B |
-rw-r--r-- | tests/data/acpi/pc/HPET | 56B |
-rw-r--r-- | tests/data/acpi/pc/NFIT.dimmpxm | 240B |
-rw-r--r-- | tests/data/acpi/pc/SLIT.cphp | 48B |
-rw-r--r-- | tests/data/acpi/pc/SLIT.memhp | 48B |
-rw-r--r-- | tests/data/acpi/pc/SRAT.acpihmat | 280B |
-rw-r--r-- | tests/data/acpi/pc/SRAT.cphp | 304B |
-rw-r--r-- | tests/data/acpi/pc/SRAT.dimmpxm | 392B |
-rw-r--r-- | tests/data/acpi/pc/SRAT.memhp | 264B |
-rw-r--r-- | tests/data/acpi/pc/SRAT.numamem | 224B |
-rw-r--r-- | tests/data/acpi/pc/SSDT.dimmpxm | 734B |
-rw-r--r-- | tests/data/acpi/pc/WAET | 40B |
-rw-r--r-- | tests/data/acpi/q35/APIC | 120B |
-rw-r--r-- | tests/data/acpi/q35/APIC.acpihmat | 128B |
-rw-r--r-- | tests/data/acpi/q35/APIC.cphp | 160B |
-rw-r--r-- | tests/data/acpi/q35/APIC.dimmpxm | 144B |
-rw-r--r-- | tests/data/acpi/q35/DSDT | 8289B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.acpihmat | 9614B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.bridge | 11003B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.cphp | 8753B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.dimmpxm | 9943B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.ipmibt | 8364B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.memhp | 9648B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.mmio64 | 9419B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.nohpet | 8147B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.numamem | 8295B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.tis.tpm12 | 8894B |
-rw-r--r-- | tests/data/acpi/q35/DSDT.tis.tpm2 | 8894B |
-rw-r--r-- | tests/data/acpi/q35/FACP | 244B |
-rw-r--r-- | tests/data/acpi/q35/FACP.nosmm | 244B |
-rw-r--r-- | tests/data/acpi/q35/FACS | 64B |
-rw-r--r-- | tests/data/acpi/q35/HMAT.acpihmat | 280B |
-rw-r--r-- | tests/data/acpi/q35/HPET | 56B |
-rw-r--r-- | tests/data/acpi/q35/MCFG | 60B |
-rw-r--r-- | tests/data/acpi/q35/NFIT.dimmpxm | 240B |
-rw-r--r-- | tests/data/acpi/q35/SLIT.cphp | 48B |
-rw-r--r-- | tests/data/acpi/q35/SLIT.memhp | 48B |
-rw-r--r-- | tests/data/acpi/q35/SRAT.acpihmat | 280B |
-rw-r--r-- | tests/data/acpi/q35/SRAT.cphp | 304B |
-rw-r--r-- | tests/data/acpi/q35/SRAT.dimmpxm | 392B |
-rw-r--r-- | tests/data/acpi/q35/SRAT.memhp | 264B |
-rw-r--r-- | tests/data/acpi/q35/SRAT.mmio64 | 224B |
-rw-r--r-- | tests/data/acpi/q35/SRAT.numamem | 224B |
-rw-r--r-- | tests/data/acpi/q35/SSDT.dimmpxm | 734B |
-rw-r--r-- | tests/data/acpi/q35/TCPA.tis.tpm12 | 50B |
-rw-r--r-- | tests/data/acpi/q35/TPM2.tis.tpm2 | 76B |
-rw-r--r-- | tests/data/acpi/q35/WAET | 40B |
-rwxr-xr-x | tests/data/acpi/rebuild-expected-aml.sh | 44L |
-rw-r--r-- | tests/data/acpi/virt/APIC | 168B |
-rw-r--r-- | tests/data/acpi/virt/APIC.memhp | 168B |
-rw-r--r-- | tests/data/acpi/virt/APIC.numamem | 168B |
-rw-r--r-- | tests/data/acpi/virt/DSDT | 5196B |
-rw-r--r-- | tests/data/acpi/virt/DSDT.memhp | 6557B |
-rw-r--r-- | tests/data/acpi/virt/DSDT.numamem | 5196B |
-rw-r--r-- | tests/data/acpi/virt/DSDT.pxb | 7679B |
-rw-r--r-- | tests/data/acpi/virt/FACP | 268B |
-rw-r--r-- | tests/data/acpi/virt/FACP.memhp | 268B |
-rw-r--r-- | tests/data/acpi/virt/FACP.numamem | 268B |
-rw-r--r-- | tests/data/acpi/virt/GTDT | 96B |
-rw-r--r-- | tests/data/acpi/virt/GTDT.memhp | 96B |
-rw-r--r-- | tests/data/acpi/virt/GTDT.numamem | 96B |
-rw-r--r-- | tests/data/acpi/virt/IORT | 124B |
-rw-r--r-- | tests/data/acpi/virt/IORT.memhp | 124B |
-rw-r--r-- | tests/data/acpi/virt/IORT.numamem | 124B |
-rw-r--r-- | tests/data/acpi/virt/IORT.pxb | 124B |
-rw-r--r-- | tests/data/acpi/virt/MCFG | 60B |
-rw-r--r-- | tests/data/acpi/virt/MCFG.memhp | 60B |
-rw-r--r-- | tests/data/acpi/virt/MCFG.numamem | 60B |
-rw-r--r-- | tests/data/acpi/virt/NFIT.memhp | 224B |
-rw-r--r-- | tests/data/acpi/virt/SLIT.memhp | 48B |
-rw-r--r-- | tests/data/acpi/virt/SPCR | 80B |
-rw-r--r-- | tests/data/acpi/virt/SPCR.memhp | 80B |
-rw-r--r-- | tests/data/acpi/virt/SPCR.numamem | 80B |
-rw-r--r-- | tests/data/acpi/virt/SRAT.memhp | 226B |
-rw-r--r-- | tests/data/acpi/virt/SRAT.numamem | 106B |
-rw-r--r-- | tests/data/acpi/virt/SSDT.memhp | 736B |
-rw-r--r-- | tests/data/hex-loader/test.hex | 18L |
-rw-r--r-- | tests/data/qobject/qdict.txt | 4999L |
-rw-r--r-- | tests/data/test-qga-config | 8L |
-rw-r--r-- | tests/data/test-qga-os-release | 7L |
-rw-r--r-- | tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2 | 12288B |
-rw-r--r-- | tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2 | 11776B |
-rw-r--r-- | tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 | 13312B |
-rw-r--r-- | tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2 | 13312B |
-rwxr-xr-x | tests/dbus-vmstate-daemon.sh | 95L |
-rwxr-xr-x | tests/decode/check.sh | 24L |
-rw-r--r-- | tests/decode/err_argset1.decode | 5L |
-rw-r--r-- | tests/decode/err_argset2.decode | 5L |
-rw-r--r-- | tests/decode/err_field1.decode | 5L |
-rw-r--r-- | tests/decode/err_field2.decode | 5L |
-rw-r--r-- | tests/decode/err_field3.decode | 5L |
-rw-r--r-- | tests/decode/err_field4.decode | 6L |
-rw-r--r-- | tests/decode/err_field5.decode | 5L |
-rw-r--r-- | tests/decode/err_field6.decode | 5L |
-rw-r--r-- | tests/decode/err_init1.decode | 6L |
-rw-r--r-- | tests/decode/err_init2.decode | 6L |
-rw-r--r-- | tests/decode/err_init3.decode | 7L |
-rw-r--r-- | tests/decode/err_init4.decode | 7L |
-rw-r--r-- | tests/decode/err_overlap1.decode | 6L |
-rw-r--r-- | tests/decode/err_overlap2.decode | 6L |
-rw-r--r-- | tests/decode/err_overlap3.decode | 6L |
-rw-r--r-- | tests/decode/err_overlap4.decode | 6L |
-rw-r--r-- | tests/decode/err_overlap5.decode | 5L |
-rw-r--r-- | tests/decode/err_overlap6.decode | 6L |
-rw-r--r-- | tests/decode/err_overlap7.decode | 6L |
-rw-r--r-- | tests/decode/err_overlap8.decode | 5L |
-rw-r--r-- | tests/decode/err_overlap9.decode | 6L |
-rw-r--r-- | tests/decode/err_pattern_group_empty.decode | 6L |
-rw-r--r-- | tests/decode/err_pattern_group_ident1.decode | 10L |
-rw-r--r-- | tests/decode/err_pattern_group_ident2.decode | 11L |
-rw-r--r-- | tests/decode/err_pattern_group_nest1.decode | 14L |
-rw-r--r-- | tests/decode/err_pattern_group_nest2.decode | 6L |
-rw-r--r-- | tests/decode/err_pattern_group_nest3.decode | 14L |
-rw-r--r-- | tests/decode/err_pattern_group_overlap1.decode | 6L |
-rw-r--r-- | tests/decode/err_width1.decode | 5L |
-rw-r--r-- | tests/decode/err_width2.decode | 5L |
-rw-r--r-- | tests/decode/err_width3.decode | 5L |
-rw-r--r-- | tests/decode/err_width4.decode | 5L |
-rw-r--r-- | tests/decode/succ_argset_type1.decode | 1L |
-rw-r--r-- | tests/decode/succ_function.decode | 6L |
-rw-r--r-- | tests/decode/succ_ident1.decode | 7L |
-rw-r--r-- | tests/decode/succ_pattern_group_nest1.decode | 22L |
-rw-r--r-- | tests/decode/succ_pattern_group_nest2.decode | 13L |
-rw-r--r-- | tests/decode/succ_pattern_group_nest3.decode | 11L |
-rw-r--r-- | tests/decode/succ_pattern_group_nest4.decode | 13L |
-rw-r--r-- | tests/docker/Makefile.include | 306L |
-rwxr-xr-x | tests/docker/common.rc | 92L |
-rwxr-xr-x | tests/docker/docker.py | 758L |
-rw-r--r-- | tests/docker/dockerfiles/alpine.docker | 59L |
-rw-r--r-- | tests/docker/dockerfiles/centos8.docker | 111L |
-rw-r--r-- | tests/docker/dockerfiles/debian-all-test-cross.docker | 53L |
-rw-r--r-- | tests/docker/dockerfiles/debian-alpha-cross.docker | 12L |
-rw-r--r-- | tests/docker/dockerfiles/debian-amd64-cross.docker | 22L |
-rw-r--r-- | tests/docker/dockerfiles/debian-amd64.docker | 59L |
-rw-r--r-- | tests/docker/dockerfiles/debian-arm64-cross.docker | 32L |
-rw-r--r-- | tests/docker/dockerfiles/debian-arm64-test-cross.docker | 13L |
-rw-r--r-- | tests/docker/dockerfiles/debian-armel-cross.docker | 26L |
-rw-r--r-- | tests/docker/dockerfiles/debian-armhf-cross.docker | 29L |
-rw-r--r-- | tests/docker/dockerfiles/debian-bootstrap.docker | 20L |
-rwxr-xr-x | tests/docker/dockerfiles/debian-bootstrap.pre | 130L |
-rw-r--r-- | tests/docker/dockerfiles/debian-hexagon-cross.docker | 45L |
-rwxr-xr-x | tests/docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh | 141L |
-rw-r--r-- | tests/docker/dockerfiles/debian-hppa-cross.docker | 12L |
-rw-r--r-- | tests/docker/dockerfiles/debian-m68k-cross.docker | 12L |
-rw-r--r-- | tests/docker/dockerfiles/debian-mips-cross.docker | 32L |
-rw-r--r-- | tests/docker/dockerfiles/debian-mips64-cross.docker | 12L |
-rw-r--r-- | tests/docker/dockerfiles/debian-mips64el-cross.docker | 33L |
-rw-r--r-- | tests/docker/dockerfiles/debian-mipsel-cross.docker | 31L |
-rw-r--r-- | tests/docker/dockerfiles/debian-native.docker | 49L |
-rw-r--r-- | tests/docker/dockerfiles/debian-powerpc-test-cross.docker | 17L |
-rw-r--r-- | tests/docker/dockerfiles/debian-ppc64el-cross.docker | 28L |
-rw-r--r-- | tests/docker/dockerfiles/debian-riscv64-cross.docker | 48L |
-rw-r--r-- | tests/docker/dockerfiles/debian-s390x-cross.docker | 33L |
-rw-r--r-- | tests/docker/dockerfiles/debian-sh4-cross.docker | 12L |
-rw-r--r-- | tests/docker/dockerfiles/debian-sparc64-cross.docker | 12L |
-rw-r--r-- | tests/docker/dockerfiles/debian-tricore-cross.docker | 47L |
-rw-r--r-- | tests/docker/dockerfiles/debian-xtensa-cross.docker | 29L |
-rw-r--r-- | tests/docker/dockerfiles/debian10.docker | 37L |
-rw-r--r-- | tests/docker/dockerfiles/debian11.docker | 18L |
-rw-r--r-- | tests/docker/dockerfiles/empty.docker | 8L |
-rw-r--r-- | tests/docker/dockerfiles/fedora-cris-cross.docker | 8L |
-rw-r--r-- | tests/docker/dockerfiles/fedora-i386-cross.docker | 31L |
-rw-r--r-- | tests/docker/dockerfiles/fedora-win32-cross.docker | 43L |
-rw-r--r-- | tests/docker/dockerfiles/fedora-win64-cross.docker | 40L |
-rw-r--r-- | tests/docker/dockerfiles/fedora.docker | 117L |
-rw-r--r-- | tests/docker/dockerfiles/opensuse-leap.docker | 113L |
-rw-r--r-- | tests/docker/dockerfiles/python.docker | 18L |
-rw-r--r-- | tests/docker/dockerfiles/ubuntu.docker | 71L |
-rw-r--r-- | tests/docker/dockerfiles/ubuntu1804.docker | 116L |
-rw-r--r-- | tests/docker/dockerfiles/ubuntu2004.docker | 118L |
-rwxr-xr-x | tests/docker/run | 75L |
-rwxr-xr-x | tests/docker/test-block | 21L |
-rwxr-xr-x | tests/docker/test-build | 20L |
-rwxr-xr-x | tests/docker/test-clang | 25L |
-rwxr-xr-x | tests/docker/test-debug | 27L |
-rwxr-xr-x | tests/docker/test-full | 18L |
-rwxr-xr-x | tests/docker/test-mingw | 36L |
-rwxr-xr-x | tests/docker/test-misc | 24L |
-rwxr-xr-x | tests/docker/test-quick | 21L |
-rwxr-xr-x | tests/docker/test-static | 24L |
-rwxr-xr-x | tests/docker/test-tcg | 22L |
-rwxr-xr-x | tests/docker/test-tsan | 44L |
-rwxr-xr-x | tests/docker/test-unit | 21L |
m--------- | tests/fp/berkeley-softfloat-3 @ b64af41 | |
m--------- | tests/fp/berkeley-testfloat-3 @ 5a59dce | |
-rw-r--r-- | tests/fp/fp-bench.c | 709L |
-rw-r--r-- | tests/fp/fp-test-log2.c | 118L |
-rw-r--r-- | tests/fp/fp-test.c | 1021L |
-rw-r--r-- | tests/fp/meson.build | 645L |
-rw-r--r-- | tests/fp/platform.h | 41L |
-rw-r--r-- | tests/fp/wrap.c.inc | 666L |
-rwxr-xr-x | tests/guest-debug/run-test.py | 108L |
-rw-r--r-- | tests/guest-debug/test-gdbstub.py | 177L |
-rw-r--r-- | tests/image-fuzzer/qcow2/__init__.py | 1L |
-rw-r--r-- | tests/image-fuzzer/qcow2/fuzz.py | 368L |
-rw-r--r-- | tests/image-fuzzer/qcow2/layout.py | 612L |
-rwxr-xr-x | tests/image-fuzzer/runner.py | 431L |
-rw-r--r-- | tests/include/meson.build | 16L |
-rw-r--r-- | tests/keys/README | 6L |
-rw-r--r-- | tests/keys/id_rsa | 27L |
-rw-r--r-- | tests/keys/id_rsa.pub | 1L |
-rw-r--r-- | tests/keys/vagrant | 27L |
-rw-r--r-- | tests/keys/vagrant.pub | 1L |
-rw-r--r-- | tests/meson.build | 88L |
-rw-r--r-- | tests/migration/Makefile | 40L |
-rw-r--r-- | tests/migration/aarch64/Makefile | 18L |
-rw-r--r-- | tests/migration/aarch64/a-b-kernel.S | 75L |
-rw-r--r-- | tests/migration/aarch64/a-b-kernel.h | 18L |
-rwxr-xr-x | tests/migration/guestperf-batch.py | 26L |
-rwxr-xr-x | tests/migration/guestperf-plot.py | 26L |
-rwxr-xr-x | tests/migration/guestperf.py | 27L |
-rw-r--r-- | tests/migration/guestperf/__init__.py | 0B |
-rw-r--r-- | tests/migration/guestperf/comparison.py | 138L |
-rw-r--r-- | tests/migration/guestperf/engine.py | 463L |
-rw-r--r-- | tests/migration/guestperf/hardware.py | 62L |
-rw-r--r-- | tests/migration/guestperf/plot.py | 623L |
-rw-r--r-- | tests/migration/guestperf/progress.py | 117L |
-rw-r--r-- | tests/migration/guestperf/report.py | 98L |
-rw-r--r-- | tests/migration/guestperf/scenario.py | 103L |
-rw-r--r-- | tests/migration/guestperf/shell.py | 276L |
-rw-r--r-- | tests/migration/guestperf/timings.py | 55L |
-rw-r--r-- | tests/migration/i386/Makefile | 22L |
-rw-r--r-- | tests/migration/i386/a-b-bootblock.S | 88L |
-rw-r--r-- | tests/migration/i386/a-b-bootblock.h | 51L |
-rwxr-xr-x | tests/migration/initrd-stress.sh | 10L |
-rw-r--r-- | tests/migration/meson.build | 14L |
-rw-r--r-- | tests/migration/migration-test.h | 35L |
-rw-r--r-- | tests/migration/s390x/Makefile | 24L |
-rw-r--r-- | tests/migration/s390x/a-b-bios.c | 36L |
-rw-r--r-- | tests/migration/s390x/a-b-bios.h | 253L |
-rw-r--r-- | tests/migration/stress.c | 328L |
-rw-r--r-- | tests/multiboot/Makefile | 31L |
-rw-r--r-- | tests/multiboot/aout_kludge.S | 138L |
-rw-r--r-- | tests/multiboot/aout_kludge.out | 42L |
-rw-r--r-- | tests/multiboot/libc.c | 151L |
-rw-r--r-- | tests/multiboot/libc.h | 62L |
-rw-r--r-- | tests/multiboot/link.ld | 19L |
-rw-r--r-- | tests/multiboot/mmap.c | 56L |
-rw-r--r-- | tests/multiboot/mmap.out | 92L |
-rw-r--r-- | tests/multiboot/module.txt | 1L |
-rw-r--r-- | tests/multiboot/modules.c | 55L |
-rw-r--r-- | tests/multiboot/modules.out | 38L |
-rw-r--r-- | tests/multiboot/multiboot.h | 66L |
-rwxr-xr-x | tests/multiboot/run_test.sh | 94L |
-rw-r--r-- | tests/multiboot/start.S | 51L |
-rwxr-xr-x | tests/perf/block/qcow2/convert-blockstatus | 71L |
-rw-r--r-- | tests/plugin/bb.c | 144L |
-rw-r--r-- | tests/plugin/empty.c | 32L |
-rw-r--r-- | tests/plugin/insn.c | 82L |
-rw-r--r-- | tests/plugin/mem.c | 123L |
-rw-r--r-- | tests/plugin/meson.build | 7L |
-rw-r--r-- | tests/plugin/syscall.c | 146L |
-rw-r--r-- | tests/qapi-schema/allow-preconfig-test.err | 2L |
-rw-r--r-- | tests/qapi-schema/allow-preconfig-test.json | 2L |
-rw-r--r-- | tests/qapi-schema/allow-preconfig-test.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-any.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-any.json | 4L |
-rw-r--r-- | tests/qapi-schema/alternate-any.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-array.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-array.json | 7L |
-rw-r--r-- | tests/qapi-schema/alternate-array.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-base.err | 3L |
-rw-r--r-- | tests/qapi-schema/alternate-base.json | 6L |
-rw-r--r-- | tests/qapi-schema/alternate-base.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-branch-if-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-branch-if-invalid.json | 3L |
-rw-r--r-- | tests/qapi-schema/alternate-branch-if-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-clash.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-clash.json | 7L |
-rw-r--r-- | tests/qapi-schema/alternate-clash.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-bool-string.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-bool-string.json | 4L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-bool-string.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-dict.json | 8L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-enum-bool.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-enum-bool.json | 6L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-enum-bool.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-enum-int.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-enum-int.json | 6L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-enum-int.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-num-string.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-num-string.json | 4L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-num-string.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-string.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-string.json | 4L |
-rw-r--r-- | tests/qapi-schema/alternate-conflict-string.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-data-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-data-invalid.json | 4L |
-rw-r--r-- | tests/qapi-schema/alternate-data-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-empty.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-empty.json | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-empty.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-invalid-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-invalid-dict.json | 4L |
-rw-r--r-- | tests/qapi-schema/alternate-invalid-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-nested.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-nested.json | 5L |
-rw-r--r-- | tests/qapi-schema/alternate-nested.out | 0B |
-rw-r--r-- | tests/qapi-schema/alternate-unknown.err | 2L |
-rw-r--r-- | tests/qapi-schema/alternate-unknown.json | 3L |
-rw-r--r-- | tests/qapi-schema/alternate-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-alternate.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-alternate.json | 3L |
-rw-r--r-- | tests/qapi-schema/args-alternate.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-any.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-any.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-any.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-array-empty.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-array-empty.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-array-empty.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-array-unknown.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-array-unknown.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-array-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-bad-boxed.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-bad-boxed.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-bad-boxed.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-boxed-anon.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-boxed-anon.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-boxed-anon.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-boxed-string.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-boxed-string.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-boxed-string.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-int.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-int.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-int.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-invalid.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-member-array-bad.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-member-array-bad.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-member-array-bad.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-member-case.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-member-case.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-member-case.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-member-unknown.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-member-unknown.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-member-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-union.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-union.json | 9L |
-rw-r--r-- | tests/qapi-schema/args-union.out | 0B |
-rw-r--r-- | tests/qapi-schema/args-unknown.err | 2L |
-rw-r--r-- | tests/qapi-schema/args-unknown.json | 2L |
-rw-r--r-- | tests/qapi-schema/args-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-base.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-base.json | 9L |
-rw-r--r-- | tests/qapi-schema/bad-base.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-data.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-data.json | 2L |
-rw-r--r-- | tests/qapi-schema/bad-data.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-ident.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-ident.json | 2L |
-rw-r--r-- | tests/qapi-schema/bad-ident.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-all.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if-all.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-all.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-empty-list.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if-empty-list.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-empty-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-empty.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if-empty.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-empty.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-key.err | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-key.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-key.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-keys.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if-keys.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-keys.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-list.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if-list.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if-not.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if-not.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if-not.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-if.err | 2L |
-rw-r--r-- | tests/qapi-schema/bad-if.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-if.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-type-bool.err | 1L |
-rw-r--r-- | tests/qapi-schema/bad-type-bool.json | 2L |
-rw-r--r-- | tests/qapi-schema/bad-type-bool.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-type-dict.err | 1L |
-rw-r--r-- | tests/qapi-schema/bad-type-dict.json | 2L |
-rw-r--r-- | tests/qapi-schema/bad-type-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/bad-type-int.err | 1L |
-rw-r--r-- | tests/qapi-schema/bad-type-int.json | 3L |
-rw-r--r-- | tests/qapi-schema/bad-type-int.out | 0B |
-rw-r--r-- | tests/qapi-schema/base-cycle-direct.err | 2L |
-rw-r--r-- | tests/qapi-schema/base-cycle-direct.json | 2L |
-rw-r--r-- | tests/qapi-schema/base-cycle-direct.out | 0B |
-rw-r--r-- | tests/qapi-schema/base-cycle-indirect.err | 2L |
-rw-r--r-- | tests/qapi-schema/base-cycle-indirect.json | 3L |
-rw-r--r-- | tests/qapi-schema/base-cycle-indirect.out | 0B |
-rw-r--r-- | tests/qapi-schema/command-int.err | 2L |
-rw-r--r-- | tests/qapi-schema/command-int.json | 2L |
-rw-r--r-- | tests/qapi-schema/command-int.out | 0B |
-rw-r--r-- | tests/qapi-schema/comments.err | 0B |
-rw-r--r-- | tests/qapi-schema/comments.json | 4L |
-rw-r--r-- | tests/qapi-schema/comments.out | 16L |
-rw-r--r-- | tests/qapi-schema/doc-bad-alternate-member.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-alternate-member.json | 9L |
-rw-r--r-- | tests/qapi-schema/doc-bad-alternate-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-boxed-command-arg.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-boxed-command-arg.json | 14L |
-rw-r--r-- | tests/qapi-schema/doc-bad-boxed-command-arg.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-command-arg.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-command-arg.json | 8L |
-rw-r--r-- | tests/qapi-schema/doc-bad-command-arg.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-enum-member.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-enum-member.json | 8L |
-rw-r--r-- | tests/qapi-schema/doc-bad-enum-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-event-arg.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-event-arg.json | 7L |
-rw-r--r-- | tests/qapi-schema/doc-bad-event-arg.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-feature.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-feature.json | 9L |
-rw-r--r-- | tests/qapi-schema/doc-bad-feature.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-indent.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-indent.json | 8L |
-rw-r--r-- | tests/qapi-schema/doc-bad-indent.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-section.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-section.json | 10L |
-rw-r--r-- | tests/qapi-schema/doc-bad-section.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-symbol.err | 2L |
-rw-r--r-- | tests/qapi-schema/doc-bad-symbol.json | 6L |
-rw-r--r-- | tests/qapi-schema/doc-bad-symbol.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-bad-union-member.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-bad-union-member.json | 19L |
-rw-r--r-- | tests/qapi-schema/doc-bad-union-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-before-include.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-before-include.json | 7L |
-rw-r--r-- | tests/qapi-schema/doc-before-include.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-before-pragma.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-before-pragma.json | 7L |
-rw-r--r-- | tests/qapi-schema/doc-before-pragma.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-arg.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-arg.json | 7L |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-arg.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-return.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-return.json | 8L |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-return.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-since.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-since.json | 8L |
-rw-r--r-- | tests/qapi-schema/doc-duplicated-since.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-empty-arg.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-empty-arg.json | 6L |
-rw-r--r-- | tests/qapi-schema/doc-empty-arg.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-empty-section.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-empty-section.json | 8L |
-rw-r--r-- | tests/qapi-schema/doc-empty-section.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-empty-symbol.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-empty-symbol.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-empty-symbol.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-good.err | 0B |
-rw-r--r-- | tests/qapi-schema/doc-good.json | 191L |
-rw-r--r-- | tests/qapi-schema/doc-good.out | 198L |
-rw-r--r-- | tests/qapi-schema/doc-good.rst | 5L |
-rw-r--r-- | tests/qapi-schema/doc-good.txt | 281L |
-rw-r--r-- | tests/qapi-schema/doc-interleaved-section.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-interleaved-section.json | 21L |
-rw-r--r-- | tests/qapi-schema/doc-interleaved-section.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-invalid-end.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-end.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-end.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-invalid-end2.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-end2.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-end2.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-invalid-return.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-return.json | 7L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-return.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-invalid-section.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-section.json | 6L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-section.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-invalid-start.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-start.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-invalid-start.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-missing-colon.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-missing-colon.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-missing-colon.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-missing-expr.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-missing-expr.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-missing-expr.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-missing-space.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-missing-space.json | 6L |
-rw-r--r-- | tests/qapi-schema/doc-missing-space.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-missing.err | 2L |
-rw-r--r-- | tests/qapi-schema/doc-missing.json | 5L |
-rw-r--r-- | tests/qapi-schema/doc-missing.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-no-symbol.err | 1L |
-rw-r--r-- | tests/qapi-schema/doc-no-symbol.json | 6L |
-rw-r--r-- | tests/qapi-schema/doc-no-symbol.out | 0B |
-rw-r--r-- | tests/qapi-schema/doc-undoc-feature.err | 2L |
-rw-r--r-- | tests/qapi-schema/doc-undoc-feature.json | 9L |
-rw-r--r-- | tests/qapi-schema/doc-undoc-feature.out | 0B |
-rw-r--r-- | tests/qapi-schema/double-type.err | 1L |
-rw-r--r-- | tests/qapi-schema/double-type.json | 2L |
-rw-r--r-- | tests/qapi-schema/double-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/duplicate-key.err | 1L |
-rw-r--r-- | tests/qapi-schema/duplicate-key.json | 3L |
-rw-r--r-- | tests/qapi-schema/duplicate-key.out | 0B |
-rw-r--r-- | tests/qapi-schema/empty.err | 0B |
-rw-r--r-- | tests/qapi-schema/empty.json | 0B |
-rw-r--r-- | tests/qapi-schema/empty.out | 12L |
-rw-r--r-- | tests/qapi-schema/enum-bad-member.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-bad-member.json | 2L |
-rw-r--r-- | tests/qapi-schema/enum-bad-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-bad-name.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-bad-name.json | 3L |
-rw-r--r-- | tests/qapi-schema/enum-bad-name.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-bad-prefix.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-bad-prefix.json | 2L |
-rw-r--r-- | tests/qapi-schema/enum-bad-prefix.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-clash-member.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-clash-member.json | 3L |
-rw-r--r-- | tests/qapi-schema/enum-clash-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-dict-member-unknown.err | 3L |
-rw-r--r-- | tests/qapi-schema/enum-dict-member-unknown.json | 2L |
-rw-r--r-- | tests/qapi-schema/enum-dict-member-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-dict-no-name.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-dict-no-name.json | 2L |
-rw-r--r-- | tests/qapi-schema/enum-dict-no-name.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-if-invalid.err | 3L |
-rw-r--r-- | tests/qapi-schema/enum-if-invalid.json | 3L |
-rw-r--r-- | tests/qapi-schema/enum-if-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-int-member.err | 1L |
-rw-r--r-- | tests/qapi-schema/enum-int-member.json | 3L |
-rw-r--r-- | tests/qapi-schema/enum-int-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-member-case.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-member-case.json | 4L |
-rw-r--r-- | tests/qapi-schema/enum-member-case.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-missing-data.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-missing-data.json | 2L |
-rw-r--r-- | tests/qapi-schema/enum-missing-data.out | 0B |
-rw-r--r-- | tests/qapi-schema/enum-wrong-data.err | 2L |
-rw-r--r-- | tests/qapi-schema/enum-wrong-data.json | 2L |
-rw-r--r-- | tests/qapi-schema/enum-wrong-data.out | 0B |
-rw-r--r-- | tests/qapi-schema/escape-outside-string.err | 1L |
-rw-r--r-- | tests/qapi-schema/event-boxed-empty.err | 2L |
-rw-r--r-- | tests/qapi-schema/event-boxed-empty.json | 2L |
-rw-r--r-- | tests/qapi-schema/event-boxed-empty.out | 0B |
-rw-r--r-- | tests/qapi-schema/event-case.err | 2L |
-rw-r--r-- | tests/qapi-schema/event-case.json | 1L |
-rw-r--r-- | tests/qapi-schema/event-case.out | 0B |
-rw-r--r-- | tests/qapi-schema/event-member-invalid-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/event-member-invalid-dict.json | 4L |
-rw-r--r-- | tests/qapi-schema/event-member-invalid-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/event-nest-struct.err | 2L |
-rw-r--r-- | tests/qapi-schema/event-nest-struct.json | 2L |
-rw-r--r-- | tests/qapi-schema/event-nest-struct.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-bad-type.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-bad-type.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-bad-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-deprecated-type.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-deprecated-type.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-deprecated-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-duplicate-name.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-duplicate-name.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-duplicate-name.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-if-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-if-invalid.json | 4L |
-rw-r--r-- | tests/qapi-schema/features-if-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-missing-name.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-missing-name.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-missing-name.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-name-bad-type.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-name-bad-type.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-name-bad-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-no-list.err | 2L |
-rw-r--r-- | tests/qapi-schema/features-no-list.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-no-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/features-unknown-key.err | 3L |
-rw-r--r-- | tests/qapi-schema/features-unknown-key.json | 3L |
-rw-r--r-- | tests/qapi-schema/features-unknown-key.out | 0B |
-rw-r--r-- | tests/qapi-schema/funny-char.err | 1L |
-rw-r--r-- | tests/qapi-schema/funny-char.json | 2L |
-rw-r--r-- | tests/qapi-schema/funny-char.out | 0B |
-rw-r--r-- | tests/qapi-schema/funny-word.err | 1L |
-rw-r--r-- | tests/qapi-schema/funny-word.json | 1L |
-rw-r--r-- | tests/qapi-schema/funny-word.out | 0B |
-rw-r--r-- | tests/qapi-schema/ident-with-escape.err | 1L |
-rw-r--r-- | tests/qapi-schema/ident-with-escape.json | 4L |
-rw-r--r-- | tests/qapi-schema/ident-with-escape.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-before-err.err | 1L |
-rw-r--r-- | tests/qapi-schema/include-before-err.json | 2L |
-rw-r--r-- | tests/qapi-schema/include-before-err.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-cycle-b.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-cycle-c.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-cycle.err | 3L |
-rw-r--r-- | tests/qapi-schema/include-cycle.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-cycle.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-extra-junk.err | 1L |
-rw-r--r-- | tests/qapi-schema/include-extra-junk.json | 3L |
-rw-r--r-- | tests/qapi-schema/include-extra-junk.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-nested-err.err | 2L |
-rw-r--r-- | tests/qapi-schema/include-nested-err.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-nested-err.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-no-file.err | 1L |
-rw-r--r-- | tests/qapi-schema/include-no-file.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-no-file.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-non-file.err | 1L |
-rw-r--r-- | tests/qapi-schema/include-non-file.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-non-file.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-repetition-sub.json | 2L |
-rw-r--r-- | tests/qapi-schema/include-repetition.err | 0B |
-rw-r--r-- | tests/qapi-schema/include-repetition.json | 3L |
-rw-r--r-- | tests/qapi-schema/include-repetition.out | 23L |
-rw-r--r-- | tests/qapi-schema/include-self-cycle.err | 1L |
-rw-r--r-- | tests/qapi-schema/include-self-cycle.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-self-cycle.out | 0B |
-rw-r--r-- | tests/qapi-schema/include-simple-sub.json | 2L |
-rw-r--r-- | tests/qapi-schema/include-simple.err | 0B |
-rw-r--r-- | tests/qapi-schema/include-simple.json | 1L |
-rw-r--r-- | tests/qapi-schema/include-simple.out | 18L |
-rw-r--r-- | tests/qapi-schema/include/sub-module.json | 8L |
-rw-r--r-- | tests/qapi-schema/indented-expr.err | 0B |
-rw-r--r-- | tests/qapi-schema/indented-expr.json | 2L |
-rw-r--r-- | tests/qapi-schema/indented-expr.out | 16L |
-rw-r--r-- | tests/qapi-schema/leading-comma-list.err | 1L |
-rw-r--r-- | tests/qapi-schema/leading-comma-list.json | 2L |
-rw-r--r-- | tests/qapi-schema/leading-comma-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/leading-comma-object.err | 1L |
-rw-r--r-- | tests/qapi-schema/leading-comma-object.json | 2L |
-rw-r--r-- | tests/qapi-schema/leading-comma-object.out | 0B |
-rw-r--r-- | tests/qapi-schema/meson.build | 283L |
-rw-r--r-- | tests/qapi-schema/missing-array-rsqb.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-array-rsqb.json | 1L |
-rw-r--r-- | tests/qapi-schema/missing-array-rsqb.out | 0B |
-rw-r--r-- | tests/qapi-schema/missing-colon.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-colon.json | 2L |
-rw-r--r-- | tests/qapi-schema/missing-colon.out | 0B |
-rw-r--r-- | tests/qapi-schema/missing-comma-list.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-comma-list.json | 2L |
-rw-r--r-- | tests/qapi-schema/missing-comma-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/missing-comma-object.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-comma-object.json | 2L |
-rw-r--r-- | tests/qapi-schema/missing-comma-object.out | 0B |
-rw-r--r-- | tests/qapi-schema/missing-object-member-element.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-object-member-element.json | 1L |
-rw-r--r-- | tests/qapi-schema/missing-object-member-element.out | 0B |
-rw-r--r-- | tests/qapi-schema/missing-schema.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-schema.out | 0B |
-rw-r--r-- | tests/qapi-schema/missing-type.err | 1L |
-rw-r--r-- | tests/qapi-schema/missing-type.json | 2L |
-rw-r--r-- | tests/qapi-schema/missing-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/nested-struct-data-invalid-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/nested-struct-data-invalid-dict.json | 4L |
-rw-r--r-- | tests/qapi-schema/nested-struct-data-invalid-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/nested-struct-data.err | 2L |
-rw-r--r-- | tests/qapi-schema/nested-struct-data.json | 3L |
-rw-r--r-- | tests/qapi-schema/nested-struct-data.out | 0B |
-rw-r--r-- | tests/qapi-schema/non-objects.err | 1L |
-rw-r--r-- | tests/qapi-schema/non-objects.json | 2L |
-rw-r--r-- | tests/qapi-schema/non-objects.out | 0B |
-rw-r--r-- | tests/qapi-schema/oob-coroutine.err | 2L |
-rw-r--r-- | tests/qapi-schema/oob-coroutine.json | 2L |
-rw-r--r-- | tests/qapi-schema/oob-coroutine.out | 0B |
-rw-r--r-- | tests/qapi-schema/oob-test.err | 2L |
-rw-r--r-- | tests/qapi-schema/oob-test.json | 2L |
-rw-r--r-- | tests/qapi-schema/oob-test.out | 0B |
-rw-r--r-- | tests/qapi-schema/pragma-extra-junk.err | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-extra-junk.json | 3L |
-rw-r--r-- | tests/qapi-schema/pragma-extra-junk.out | 0B |
-rw-r--r-- | tests/qapi-schema/pragma-non-dict.err | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-non-dict.json | 3L |
-rw-r--r-- | tests/qapi-schema/pragma-non-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/pragma-unknown.err | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-unknown.json | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-bool.err | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-bool.json | 3L |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-bool.out | 0B |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list-of-str.err | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list-of-str.json | 3L |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list-of-str.out | 0B |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list.err | 1L |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list.json | 2L |
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/qapi-schema-test.err | 0B |
-rw-r--r-- | tests/qapi-schema/qapi-schema-test.json | 349L |
-rw-r--r-- | tests/qapi-schema/qapi-schema-test.out | 405L |
-rw-r--r-- | tests/qapi-schema/quoted-structural-chars.err | 1L |
-rw-r--r-- | tests/qapi-schema/quoted-structural-chars.json | 1L |
-rw-r--r-- | tests/qapi-schema/quoted-structural-chars.out | 0B |
-rw-r--r-- | tests/qapi-schema/redefined-command.err | 4L |
-rw-r--r-- | tests/qapi-schema/redefined-command.json | 3L |
-rw-r--r-- | tests/qapi-schema/redefined-command.out | 0B |
-rw-r--r-- | tests/qapi-schema/redefined-event.err | 4L |
-rw-r--r-- | tests/qapi-schema/redefined-event.json | 3L |
-rw-r--r-- | tests/qapi-schema/redefined-event.out | 0B |
-rw-r--r-- | tests/qapi-schema/redefined-predefined.err | 2L |
-rw-r--r-- | tests/qapi-schema/redefined-predefined.json | 2L |
-rw-r--r-- | tests/qapi-schema/redefined-predefined.out | 0B |
-rw-r--r-- | tests/qapi-schema/redefined-type.err | 4L |
-rw-r--r-- | tests/qapi-schema/redefined-type.json | 3L |
-rw-r--r-- | tests/qapi-schema/redefined-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-command-q.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-command-q.json | 5L |
-rw-r--r-- | tests/qapi-schema/reserved-command-q.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-enum-q.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-enum-q.json | 4L |
-rw-r--r-- | tests/qapi-schema/reserved-enum-q.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-member-has.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-member-has.json | 5L |
-rw-r--r-- | tests/qapi-schema/reserved-member-has.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-member-q.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-member-q.json | 4L |
-rw-r--r-- | tests/qapi-schema/reserved-member-q.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-member-u.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-member-u.json | 7L |
-rw-r--r-- | tests/qapi-schema/reserved-member-u.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-member-underscore.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-member-underscore.json | 4L |
-rw-r--r-- | tests/qapi-schema/reserved-member-underscore.out | 0B |
-rw-r--r-- | tests/qapi-schema/reserved-type-list.err | 2L |
-rw-r--r-- | tests/qapi-schema/reserved-type-list.json | 5L |
-rw-r--r-- | tests/qapi-schema/reserved-type-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/returns-alternate.err | 2L |
-rw-r--r-- | tests/qapi-schema/returns-alternate.json | 3L |
-rw-r--r-- | tests/qapi-schema/returns-alternate.out | 0B |
-rw-r--r-- | tests/qapi-schema/returns-array-bad.err | 2L |
-rw-r--r-- | tests/qapi-schema/returns-array-bad.json | 2L |
-rw-r--r-- | tests/qapi-schema/returns-array-bad.out | 0B |
-rw-r--r-- | tests/qapi-schema/returns-bad-type.err | 2L |
-rw-r--r-- | tests/qapi-schema/returns-bad-type.json | 15L |
-rw-r--r-- | tests/qapi-schema/returns-bad-type.out | 0B |
-rw-r--r-- | tests/qapi-schema/returns-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/returns-dict.json | 2L |
-rw-r--r-- | tests/qapi-schema/returns-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/returns-unknown.err | 2L |
-rw-r--r-- | tests/qapi-schema/returns-unknown.json | 2L |
-rw-r--r-- | tests/qapi-schema/returns-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/string-code-point-127.err | 1L |
-rw-r--r-- | tests/qapi-schema/string-code-point-127.json | 91B |
-rw-r--r-- | tests/qapi-schema/string-code-point-127.out | 0B |
-rw-r--r-- | tests/qapi-schema/string-code-point-31.err | 1L |
-rw-r--r-- | tests/qapi-schema/string-code-point-31.json | 91B |
-rw-r--r-- | tests/qapi-schema/string-code-point-31.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-base-clash-deep.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-base-clash-deep.json | 12L |
-rw-r--r-- | tests/qapi-schema/struct-base-clash-deep.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-base-clash.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-base-clash.json | 7L |
-rw-r--r-- | tests/qapi-schema/struct-base-clash.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-data-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-data-invalid.json | 2L |
-rw-r--r-- | tests/qapi-schema/struct-data-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-member-if-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-member-if-invalid.json | 3L |
-rw-r--r-- | tests/qapi-schema/struct-member-if-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-member-invalid-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-member-invalid-dict.json | 4L |
-rw-r--r-- | tests/qapi-schema/struct-member-invalid-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-member-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-member-invalid.json | 2L |
-rw-r--r-- | tests/qapi-schema/struct-member-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/struct-member-name-clash.err | 2L |
-rw-r--r-- | tests/qapi-schema/struct-member-name-clash.json | 5L |
-rw-r--r-- | tests/qapi-schema/struct-member-name-clash.out | 0B |
-rw-r--r-- | tests/qapi-schema/sub-sub-module.json | 7L |
-rwxr-xr-x | tests/qapi-schema/test-qapi.py | 224L |
-rw-r--r-- | tests/qapi-schema/trailing-comma-list.err | 1L |
-rw-r--r-- | tests/qapi-schema/trailing-comma-list.json | 2L |
-rw-r--r-- | tests/qapi-schema/trailing-comma-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/trailing-comma-object.err | 1L |
-rw-r--r-- | tests/qapi-schema/trailing-comma-object.json | 2L |
-rw-r--r-- | tests/qapi-schema/trailing-comma-object.out | 0B |
-rw-r--r-- | tests/qapi-schema/type-bypass-bad-gen.err | 2L |
-rw-r--r-- | tests/qapi-schema/type-bypass-bad-gen.json | 2L |
-rw-r--r-- | tests/qapi-schema/type-bypass-bad-gen.out | 0B |
-rw-r--r-- | tests/qapi-schema/type-case.err | 2L |
-rw-r--r-- | tests/qapi-schema/type-case.json | 2L |
-rw-r--r-- | tests/qapi-schema/type-case.out | 0B |
-rw-r--r-- | tests/qapi-schema/unclosed-list.err | 1L |
-rw-r--r-- | tests/qapi-schema/unclosed-list.json | 1L |
-rw-r--r-- | tests/qapi-schema/unclosed-list.out | 0B |
-rw-r--r-- | tests/qapi-schema/unclosed-object.err | 1L |
-rw-r--r-- | tests/qapi-schema/unclosed-object.json | 1L |
-rw-r--r-- | tests/qapi-schema/unclosed-object.out | 0B |
-rw-r--r-- | tests/qapi-schema/unclosed-string.err | 1L |
-rw-r--r-- | tests/qapi-schema/unclosed-string.json | 2L |
-rw-r--r-- | tests/qapi-schema/unclosed-string.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-array-branch.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-array-branch.json | 12L |
-rw-r--r-- | tests/qapi-schema/union-array-branch.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-bad-base.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-bad-base.json | 12L |
-rw-r--r-- | tests/qapi-schema/union-bad-base.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-bad-discriminator.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-bad-discriminator.json | 15L |
-rw-r--r-- | tests/qapi-schema/union-bad-discriminator.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-base-any.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-base-any.json | 12L |
-rw-r--r-- | tests/qapi-schema/union-base-any.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-base-empty.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-base-empty.json | 9L |
-rw-r--r-- | tests/qapi-schema/union-base-empty.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-base-no-discriminator.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-base-no-discriminator.json | 14L |
-rw-r--r-- | tests/qapi-schema/union-base-no-discriminator.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-base-union.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-base-union.json | 21L |
-rw-r--r-- | tests/qapi-schema/union-base-union.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-branch-if-invalid.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-branch-if-invalid.json | 6L |
-rw-r--r-- | tests/qapi-schema/union-branch-if-invalid.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-branch-invalid-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-branch-invalid-dict.json | 8L |
-rw-r--r-- | tests/qapi-schema/union-branch-invalid-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-clash-member.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-clash-member.json | 15L |
-rw-r--r-- | tests/qapi-schema/union-clash-member.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-discriminator-bad-name.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-discriminator-bad-name.json | 10L |
-rw-r--r-- | tests/qapi-schema/union-discriminator-bad-name.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-empty.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-empty.json | 4L |
-rw-r--r-- | tests/qapi-schema/union-empty.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-inline-invalid-dict.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-inline-invalid-dict.json | 11L |
-rw-r--r-- | tests/qapi-schema/union-inline-invalid-dict.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-int-branch.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-int-branch.json | 12L |
-rw-r--r-- | tests/qapi-schema/union-int-branch.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-invalid-base.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-invalid-base.json | 12L |
-rw-r--r-- | tests/qapi-schema/union-invalid-base.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-invalid-branch-key.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-invalid-branch-key.json | 17L |
-rw-r--r-- | tests/qapi-schema/union-invalid-branch-key.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-invalid-data.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-invalid-data.json | 6L |
-rw-r--r-- | tests/qapi-schema/union-invalid-data.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-invalid-discriminator.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-invalid-discriminator.json | 14L |
-rw-r--r-- | tests/qapi-schema/union-invalid-discriminator.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-invalid-if-discriminator.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-invalid-if-discriminator.json | 14L |
-rw-r--r-- | tests/qapi-schema/union-invalid-if-discriminator.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-no-base.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-no-base.json | 11L |
-rw-r--r-- | tests/qapi-schema/union-no-base.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-optional-discriminator.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-optional-discriminator.json | 10L |
-rw-r--r-- | tests/qapi-schema/union-optional-discriminator.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-string-discriminator.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-string-discriminator.json | 17L |
-rw-r--r-- | tests/qapi-schema/union-string-discriminator.out | 0B |
-rw-r--r-- | tests/qapi-schema/union-unknown.err | 2L |
-rw-r--r-- | tests/qapi-schema/union-unknown.json | 6L |
-rw-r--r-- | tests/qapi-schema/union-unknown.out | 0B |
-rw-r--r-- | tests/qapi-schema/unknown-escape.err | 1L |
-rw-r--r-- | tests/qapi-schema/unknown-escape.json | 3L |
-rw-r--r-- | tests/qapi-schema/unknown-escape.out | 0B |
-rw-r--r-- | tests/qapi-schema/unknown-expr-key.err | 3L |
-rw-r--r-- | tests/qapi-schema/unknown-expr-key.json | 2L |
-rw-r--r-- | tests/qapi-schema/unknown-expr-key.out | 0B |
-rwxr-xr-x | tests/qemu-iotests/001 | 63L |
-rw-r--r-- | tests/qemu-iotests/001.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/002 | 84L |
-rw-r--r-- | tests/qemu-iotests/002.out | 49L |
-rwxr-xr-x | tests/qemu-iotests/003 | 77L |
-rw-r--r-- | tests/qemu-iotests/003.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/004 | 102L |
-rw-r--r-- | tests/qemu-iotests/004.out | 41L |
-rwxr-xr-x | tests/qemu-iotests/005 | 76L |
-rw-r--r-- | tests/qemu-iotests/005.out | 13L |
-rwxr-xr-x | tests/qemu-iotests/007 | 68L |
-rw-r--r-- | tests/qemu-iotests/007.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/008 | 63L |
-rw-r--r-- | tests/qemu-iotests/008.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/009 | 68L |
-rw-r--r-- | tests/qemu-iotests/009.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/010 | 70L |
-rw-r--r-- | tests/qemu-iotests/010.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/011 | 74L |
-rw-r--r-- | tests/qemu-iotests/011.out | 50L |
-rwxr-xr-x | tests/qemu-iotests/012 | 63L |
-rw-r--r-- | tests/qemu-iotests/012.out | 9L |
-rwxr-xr-x | tests/qemu-iotests/013 | 97L |
-rw-r--r-- | tests/qemu-iotests/013.out | 43983L |
-rwxr-xr-x | tests/qemu-iotests/014 | 78L |
-rw-r--r-- | tests/qemu-iotests/014.out | 64074L |
-rwxr-xr-x | tests/qemu-iotests/015 | 86L |
-rw-r--r-- | tests/qemu-iotests/015.out | 20L |
-rwxr-xr-x | tests/qemu-iotests/017 | 103L |
-rw-r--r-- | tests/qemu-iotests/017.out | 1077L |
-rwxr-xr-x | tests/qemu-iotests/018 | 107L |
-rw-r--r-- | tests/qemu-iotests/018.out | 1077L |
-rwxr-xr-x | tests/qemu-iotests/019 | 134L |
-rw-r--r-- | tests/qemu-iotests/019.out | 1628L |
-rwxr-xr-x | tests/qemu-iotests/020 | 190L |
-rw-r--r-- | tests/qemu-iotests/020.out | 1096L |
-rwxr-xr-x | tests/qemu-iotests/021 | 61L |
-rw-r--r-- | tests/qemu-iotests/021.out | 93L |
-rwxr-xr-x | tests/qemu-iotests/022 | 65L |
-rw-r--r-- | tests/qemu-iotests/022.out | 8801L |
-rwxr-xr-x | tests/qemu-iotests/023 | 119L |
-rw-r--r-- | tests/qemu-iotests/023.out | 26426L |
-rwxr-xr-x | tests/qemu-iotests/024 | 206L |
-rw-r--r-- | tests/qemu-iotests/024.out | 174L |
-rwxr-xr-x | tests/qemu-iotests/025 | 83L |
-rw-r--r-- | tests/qemu-iotests/025.out | 27L |
-rwxr-xr-x | tests/qemu-iotests/026 | 247L |
-rw-r--r-- | tests/qemu-iotests/026.out | 656L |
-rw-r--r-- | tests/qemu-iotests/026.out.nocache | 664L |
-rwxr-xr-x | tests/qemu-iotests/027 | 77L |
-rw-r--r-- | tests/qemu-iotests/027.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/028 | 162L |
-rw-r--r-- | tests/qemu-iotests/028.out | 747L |
-rwxr-xr-x | tests/qemu-iotests/029 | 100L |
-rw-r--r-- | tests/qemu-iotests/029.out | 27L |
-rwxr-xr-x | tests/qemu-iotests/030 | 978L |
-rw-r--r-- | tests/qemu-iotests/030.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/031 | 81L |
-rw-r--r-- | tests/qemu-iotests/031.out | 199L |
-rwxr-xr-x | tests/qemu-iotests/032 | 68L |
-rw-r--r-- | tests/qemu-iotests/032.out | 78L |
-rwxr-xr-x | tests/qemu-iotests/033 | 138L |
-rw-r--r-- | tests/qemu-iotests/033.out | 180L |
-rwxr-xr-x | tests/qemu-iotests/034 | 120L |
-rw-r--r-- | tests/qemu-iotests/034.out | 81L |
-rwxr-xr-x | tests/qemu-iotests/035 | 70L |
-rw-r--r-- | tests/qemu-iotests/035.out | 392L |
-rwxr-xr-x | tests/qemu-iotests/036 | 124L |
-rw-r--r-- | tests/qemu-iotests/036.out | 44L |
-rwxr-xr-x | tests/qemu-iotests/037 | 124L |
-rw-r--r-- | tests/qemu-iotests/037.out | 645L |
-rwxr-xr-x | tests/qemu-iotests/038 | 136L |
-rw-r--r-- | tests/qemu-iotests/038.out | 909L |
-rwxr-xr-x | tests/qemu-iotests/039 | 182L |
-rw-r--r-- | tests/qemu-iotests/039.out | 95L |
-rwxr-xr-x | tests/qemu-iotests/040 | 978L |
-rw-r--r-- | tests/qemu-iotests/040.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/041 | 1441L |
-rw-r--r-- | tests/qemu-iotests/041.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/042 | 76L |
-rw-r--r-- | tests/qemu-iotests/042.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/043 | 96L |
-rw-r--r-- | tests/qemu-iotests/043.out | 68L |
-rwxr-xr-x | tests/qemu-iotests/044 | 120L |
-rw-r--r-- | tests/qemu-iotests/044.out | 8L |
-rwxr-xr-x | tests/qemu-iotests/045 | 180L |
-rw-r--r-- | tests/qemu-iotests/045.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/046 | 276L |
-rw-r--r-- | tests/qemu-iotests/046.out | 243L |
-rwxr-xr-x | tests/qemu-iotests/047 | 73L |
-rw-r--r-- | tests/qemu-iotests/047.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/048 | 100L |
-rw-r--r-- | tests/qemu-iotests/048.out | 42L |
-rwxr-xr-x | tests/qemu-iotests/049 | 130L |
-rw-r--r-- | tests/qemu-iotests/049.out | 223L |
-rwxr-xr-x | tests/qemu-iotests/050 | 74L |
-rw-r--r-- | tests/qemu-iotests/050.out | 17L |
-rwxr-xr-x | tests/qemu-iotests/051 | 385L |
-rw-r--r-- | tests/qemu-iotests/051.out | 473L |
-rw-r--r-- | tests/qemu-iotests/051.pc.out | 553L |
-rwxr-xr-x | tests/qemu-iotests/052 | 65L |
-rw-r--r-- | tests/qemu-iotests/052.out | 17L |
-rwxr-xr-x | tests/qemu-iotests/053 | 71L |
-rw-r--r-- | tests/qemu-iotests/053.out | 17L |
-rwxr-xr-x | tests/qemu-iotests/054 | 56L |
-rw-r--r-- | tests/qemu-iotests/054.out | 10L |
-rwxr-xr-x | tests/qemu-iotests/055 | 617L |
-rw-r--r-- | tests/qemu-iotests/055.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/056 | 348L |
-rw-r--r-- | tests/qemu-iotests/056.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/057 | 261L |
-rw-r--r-- | tests/qemu-iotests/057.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/058 | 117L |
-rw-r--r-- | tests/qemu-iotests/058.out | 44L |
-rwxr-xr-x | tests/qemu-iotests/059 | 192L |
-rw-r--r-- | tests/qemu-iotests/059.out | 2367L |
-rwxr-xr-x | tests/qemu-iotests/060 | 492L |
-rw-r--r-- | tests/qemu-iotests/060.out | 439L |
-rwxr-xr-x | tests/qemu-iotests/061 | 353L |
-rw-r--r-- | tests/qemu-iotests/061.out | 623L |
-rwxr-xr-x | tests/qemu-iotests/062 | 63L |
-rw-r--r-- | tests/qemu-iotests/062.out | 9L |
-rwxr-xr-x | tests/qemu-iotests/063 | 104L |
-rw-r--r-- | tests/qemu-iotests/063.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/064 | 87L |
-rw-r--r-- | tests/qemu-iotests/064.out | 54L |
-rwxr-xr-x | tests/qemu-iotests/065 | 142L |
-rw-r--r-- | tests/qemu-iotests/065.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/066 | 192L |
-rw-r--r-- | tests/qemu-iotests/066.out | 63L |
-rwxr-xr-x | tests/qemu-iotests/068 | 86L |
-rw-r--r-- | tests/qemu-iotests/068.out | 24L |
-rwxr-xr-x | tests/qemu-iotests/069 | 58L |
-rw-r--r-- | tests/qemu-iotests/069.out | 8L |
-rwxr-xr-x | tests/qemu-iotests/070 | 84L |
-rw-r--r-- | tests/qemu-iotests/070.out | 27L |
-rwxr-xr-x | tests/qemu-iotests/071 | 272L |
-rw-r--r-- | tests/qemu-iotests/071.out | 92L |
-rwxr-xr-x | tests/qemu-iotests/072 | 68L |
-rw-r--r-- | tests/qemu-iotests/072.out | 21L |
-rwxr-xr-x | tests/qemu-iotests/073 | 168L |
-rw-r--r-- | tests/qemu-iotests/073.out | 118L |
-rwxr-xr-x | tests/qemu-iotests/074 | 90L |
-rw-r--r-- | tests/qemu-iotests/074.out | 16L |
-rwxr-xr-x | tests/qemu-iotests/075 | 105L |
-rw-r--r-- | tests/qemu-iotests/075.out | 31L |
-rwxr-xr-x | tests/qemu-iotests/076 | 85L |
-rw-r--r-- | tests/qemu-iotests/076.out | 29L |
-rwxr-xr-x | tests/qemu-iotests/077 | 268L |
-rw-r--r-- | tests/qemu-iotests/077.out | 160L |
-rwxr-xr-x | tests/qemu-iotests/078 | 90L |
-rw-r--r-- | tests/qemu-iotests/078.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/079 | 57L |
-rw-r--r-- | tests/qemu-iotests/079.out | 14L |
-rwxr-xr-x | tests/qemu-iotests/080 | 205L |
-rw-r--r-- | tests/qemu-iotests/080.out | 107L |
-rwxr-xr-x | tests/qemu-iotests/081 | 343L |
-rw-r--r-- | tests/qemu-iotests/081.out | 155L |
-rwxr-xr-x | tests/qemu-iotests/082 | 230L |
-rw-r--r-- | tests/qemu-iotests/082.out | 852L |
-rwxr-xr-x | tests/qemu-iotests/083 | 152L |
-rw-r--r-- | tests/qemu-iotests/083.out | 220L |
-rwxr-xr-x | tests/qemu-iotests/084 | 115L |
-rw-r--r-- | tests/qemu-iotests/084.out | 47L |
-rwxr-xr-x | tests/qemu-iotests/085 | 247L |
-rw-r--r-- | tests/qemu-iotests/085.out | 231L |
-rwxr-xr-x | tests/qemu-iotests/086 | 64L |
-rw-r--r-- | tests/qemu-iotests/086.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/087 | 215L |
-rw-r--r-- | tests/qemu-iotests/087.out | 69L |
-rwxr-xr-x | tests/qemu-iotests/088 | 63L |
-rw-r--r-- | tests/qemu-iotests/088.out | 11L |
-rwxr-xr-x | tests/qemu-iotests/089 | 152L |
-rw-r--r-- | tests/qemu-iotests/089.out | 53L |
-rwxr-xr-x | tests/qemu-iotests/090 | 61L |
-rw-r--r-- | tests/qemu-iotests/090.out | 12L |
-rwxr-xr-x | tests/qemu-iotests/091 | 110L |
-rw-r--r-- | tests/qemu-iotests/091.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/092 | 97L |
-rw-r--r-- | tests/qemu-iotests/092.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/093 | 434L |
-rw-r--r-- | tests/qemu-iotests/093.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/094 | 86L |
-rw-r--r-- | tests/qemu-iotests/094.out | 28L |
-rwxr-xr-x | tests/qemu-iotests/095 | 86L |
-rw-r--r-- | tests/qemu-iotests/095.out | 31L |
-rwxr-xr-x | tests/qemu-iotests/096 | 72L |
-rw-r--r-- | tests/qemu-iotests/096.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/097 | 127L |
-rw-r--r-- | tests/qemu-iotests/097.out | 150L |
-rwxr-xr-x | tests/qemu-iotests/098 | 82L |
-rw-r--r-- | tests/qemu-iotests/098.out | 52L |
-rwxr-xr-x | tests/qemu-iotests/099 | 132L |
-rw-r--r-- | tests/qemu-iotests/099.out | 28L |
-rwxr-xr-x | tests/qemu-iotests/101 | 57L |
-rw-r--r-- | tests/qemu-iotests/101.out | 10L |
-rwxr-xr-x | tests/qemu-iotests/102 | 85L |
-rw-r--r-- | tests/qemu-iotests/102.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/103 | 127L |
-rw-r--r-- | tests/qemu-iotests/103.out | 37L |
-rwxr-xr-x | tests/qemu-iotests/104 | 52L |
-rw-r--r-- | tests/qemu-iotests/104.out | 12L |
-rwxr-xr-x | tests/qemu-iotests/105 | 69L |
-rw-r--r-- | tests/qemu-iotests/105.out | 21L |
-rwxr-xr-x | tests/qemu-iotests/106 | 119L |
-rw-r--r-- | tests/qemu-iotests/106.out | 60L |
-rwxr-xr-x | tests/qemu-iotests/107 | 59L |
-rw-r--r-- | tests/qemu-iotests/107.out | 10L |
-rwxr-xr-x | tests/qemu-iotests/108 | 144L |
-rw-r--r-- | tests/qemu-iotests/108.out | 110L |
-rwxr-xr-x | tests/qemu-iotests/109 | 137L |
-rw-r--r-- | tests/qemu-iotests/109.out | 549L |
-rwxr-xr-x | tests/qemu-iotests/110 | 127L |
-rw-r--r-- | tests/qemu-iotests/110.out | 29L |
-rwxr-xr-x | tests/qemu-iotests/111 | 50L |
-rw-r--r-- | tests/qemu-iotests/111.out | 4L |
-rwxr-xr-x | tests/qemu-iotests/112 | 295L |
-rw-r--r-- | tests/qemu-iotests/112.out | 152L |
-rwxr-xr-x | tests/qemu-iotests/113 | 74L |
-rw-r--r-- | tests/qemu-iotests/113.out | 16L |
-rwxr-xr-x | tests/qemu-iotests/114 | 75L |
-rw-r--r-- | tests/qemu-iotests/114.out | 20L |
-rwxr-xr-x | tests/qemu-iotests/115 | 92L |
-rw-r--r-- | tests/qemu-iotests/115.out | 8L |
-rwxr-xr-x | tests/qemu-iotests/116 | 95L |
-rw-r--r-- | tests/qemu-iotests/116.out | 30L |
-rwxr-xr-x | tests/qemu-iotests/117 | 85L |
-rw-r--r-- | tests/qemu-iotests/117.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/118 | 706L |
-rw-r--r-- | tests/qemu-iotests/118.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/119 | 59L |
-rw-r--r-- | tests/qemu-iotests/119.out | 11L |
-rwxr-xr-x | tests/qemu-iotests/120 | 65L |
-rw-r--r-- | tests/qemu-iotests/120.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/121 | 124L |
-rw-r--r-- | tests/qemu-iotests/121.out | 33L |
-rwxr-xr-x | tests/qemu-iotests/122 | 339L |
-rw-r--r-- | tests/qemu-iotests/122.out | 257L |
-rwxr-xr-x | tests/qemu-iotests/123 | 61L |
-rw-r--r-- | tests/qemu-iotests/123.out | 9L |
-rwxr-xr-x | tests/qemu-iotests/124 | 763L |
-rw-r--r-- | tests/qemu-iotests/124.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/125 | 203L |
-rw-r--r-- | tests/qemu-iotests/125.out | 803L |
-rwxr-xr-x | tests/qemu-iotests/126 | 110L |
-rw-r--r-- | tests/qemu-iotests/126.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/127 | 99L |
-rw-r--r-- | tests/qemu-iotests/127.out | 33L |
-rwxr-xr-x | tests/qemu-iotests/128 | 90L |
-rw-r--r-- | tests/qemu-iotests/128.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/129 | 108L |
-rw-r--r-- | tests/qemu-iotests/129.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/130 | 97L |
-rw-r--r-- | tests/qemu-iotests/130.out | 43L |
-rwxr-xr-x | tests/qemu-iotests/131 | 76L |
-rw-r--r-- | tests/qemu-iotests/131.out | 40L |
-rwxr-xr-x | tests/qemu-iotests/132 | 61L |
-rw-r--r-- | tests/qemu-iotests/132.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/133 | 115L |
-rw-r--r-- | tests/qemu-iotests/133.out | 42L |
-rwxr-xr-x | tests/qemu-iotests/134 | 84L |
-rw-r--r-- | tests/qemu-iotests/134.out | 30L |
-rwxr-xr-x | tests/qemu-iotests/135 | 53L |
-rw-r--r-- | tests/qemu-iotests/135.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/136 | 350L |
-rw-r--r-- | tests/qemu-iotests/136.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/137 | 165L |
-rw-r--r-- | tests/qemu-iotests/137.out | 44L |
-rwxr-xr-x | tests/qemu-iotests/138 | 109L |
-rw-r--r-- | tests/qemu-iotests/138.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/139 | 355L |
-rw-r--r-- | tests/qemu-iotests/139.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/140 | 110L |
-rw-r--r-- | tests/qemu-iotests/140.out | 24L |
-rwxr-xr-x | tests/qemu-iotests/141 | 195L |
-rw-r--r-- | tests/qemu-iotests/141.out | 179L |
-rwxr-xr-x | tests/qemu-iotests/142 | 356L |
-rw-r--r-- | tests/qemu-iotests/142.out | 750L |
-rwxr-xr-x | tests/qemu-iotests/143 | 76L |
-rw-r--r-- | tests/qemu-iotests/143.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/144 | 115L |
-rw-r--r-- | tests/qemu-iotests/144.out | 56L |
-rwxr-xr-x | tests/qemu-iotests/145 | 66L |
-rw-r--r-- | tests/qemu-iotests/145.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/146 | 195L |
-rw-r--r-- | tests/qemu-iotests/146.out | 445L |
-rwxr-xr-x | tests/qemu-iotests/147 | 293L |
-rw-r--r-- | tests/qemu-iotests/147.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/148 | 143L |
-rw-r--r-- | tests/qemu-iotests/148.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/149 | 532L |
-rw-r--r-- | tests/qemu-iotests/149.out | 2598L |
-rwxr-xr-x | tests/qemu-iotests/150 | 73L |
-rw-r--r-- | tests/qemu-iotests/150.out.qcow2 | 11L |
-rw-r--r-- | tests/qemu-iotests/150.out.raw | 12L |
-rwxr-xr-x | tests/qemu-iotests/151 | 197L |
-rw-r--r-- | tests/qemu-iotests/151.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/152 | 64L |
-rw-r--r-- | tests/qemu-iotests/152.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/153 | 279L |
-rw-r--r-- | tests/qemu-iotests/153.out | 482L |
-rwxr-xr-x | tests/qemu-iotests/154 | 457L |
-rw-r--r-- | tests/qemu-iotests/154.out | 417L |
-rwxr-xr-x | tests/qemu-iotests/155 | 325L |
-rw-r--r-- | tests/qemu-iotests/155.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/156 | 181L |
-rw-r--r-- | tests/qemu-iotests/156.out | 87L |
-rwxr-xr-x | tests/qemu-iotests/157 | 99L |
-rw-r--r-- | tests/qemu-iotests/157.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/158 | 84L |
-rw-r--r-- | tests/qemu-iotests/158.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/159 | 70L |
-rw-r--r-- | tests/qemu-iotests/159.out | 87L |
-rwxr-xr-x | tests/qemu-iotests/160 | 73L |
-rw-r--r-- | tests/qemu-iotests/160.out | 51L |
-rwxr-xr-x | tests/qemu-iotests/161 | 138L |
-rw-r--r-- | tests/qemu-iotests/161.out | 55L |
-rwxr-xr-x | tests/qemu-iotests/162 | 113L |
-rw-r--r-- | tests/qemu-iotests/162.out | 17L |
-rwxr-xr-x | tests/qemu-iotests/163 | 172L |
-rw-r--r-- | tests/qemu-iotests/163.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/165 | 160L |
-rw-r--r-- | tests/qemu-iotests/165.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/170 | 67L |
-rw-r--r-- | tests/qemu-iotests/170.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/171 | 212L |
-rw-r--r-- | tests/qemu-iotests/171.out | 313L |
-rwxr-xr-x | tests/qemu-iotests/172 | 243L |
-rw-r--r-- | tests/qemu-iotests/172.out | 1196L |
-rwxr-xr-x | tests/qemu-iotests/173 | 97L |
-rw-r--r-- | tests/qemu-iotests/173.out | 39L |
-rwxr-xr-x | tests/qemu-iotests/174 | 67L |
-rw-r--r-- | tests/qemu-iotests/174.out | 7L |
-rwxr-xr-x | tests/qemu-iotests/175 | 114L |
-rw-r--r-- | tests/qemu-iotests/175.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/176 | 178L |
-rw-r--r-- | tests/qemu-iotests/176.out | 358L |
-rwxr-xr-x | tests/qemu-iotests/177 | 118L |
-rw-r--r-- | tests/qemu-iotests/177.out | 49L |
-rwxr-xr-x | tests/qemu-iotests/178 | 179L |
-rw-r--r-- | tests/qemu-iotests/178.out.qcow2 | 327L |
-rw-r--r-- | tests/qemu-iotests/178.out.raw | 159L |
-rwxr-xr-x | tests/qemu-iotests/179 | 131L |
-rw-r--r-- | tests/qemu-iotests/179.out | 201L |
-rwxr-xr-x | tests/qemu-iotests/181 | 147L |
-rw-r--r-- | tests/qemu-iotests/181.out | 37L |
-rwxr-xr-x | tests/qemu-iotests/182 | 171L |
-rw-r--r-- | tests/qemu-iotests/182.out | 58L |
-rwxr-xr-x | tests/qemu-iotests/183 | 147L |
-rw-r--r-- | tests/qemu-iotests/183.out | 66L |
-rwxr-xr-x | tests/qemu-iotests/184 | 185L |
-rw-r--r-- | tests/qemu-iotests/184.out | 267L |
-rwxr-xr-x | tests/qemu-iotests/185 | 222L |
-rw-r--r-- | tests/qemu-iotests/185.out | 119L |
-rwxr-xr-x | tests/qemu-iotests/186 | 143L |
-rw-r--r-- | tests/qemu-iotests/186.out | 461L |
-rwxr-xr-x | tests/qemu-iotests/187 | 68L |
-rw-r--r-- | tests/qemu-iotests/187.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/188 | 95L |
-rw-r--r-- | tests/qemu-iotests/188.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/189 | 87L |
-rw-r--r-- | tests/qemu-iotests/189.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/190 | 103L |
-rw-r--r-- | tests/qemu-iotests/190.out | 36L |
-rwxr-xr-x | tests/qemu-iotests/191 | 151L |
-rw-r--r-- | tests/qemu-iotests/191.out | 826L |
-rwxr-xr-x | tests/qemu-iotests/192 | 77L |
-rw-r--r-- | tests/qemu-iotests/192.out | 7L |
-rwxr-xr-x | tests/qemu-iotests/194 | 101L |
-rw-r--r-- | tests/qemu-iotests/194.out | 29L |
-rwxr-xr-x | tests/qemu-iotests/195 | 92L |
-rw-r--r-- | tests/qemu-iotests/195.out | 80L |
-rwxr-xr-x | tests/qemu-iotests/196 | 68L |
-rw-r--r-- | tests/qemu-iotests/196.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/197 | 127L |
-rw-r--r-- | tests/qemu-iotests/197.out | 34L |
-rwxr-xr-x | tests/qemu-iotests/198 | 113L |
-rw-r--r-- | tests/qemu-iotests/198.out | 121L |
-rwxr-xr-x | tests/qemu-iotests/200 | 106L |
-rw-r--r-- | tests/qemu-iotests/200.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/201 | 134L |
-rw-r--r-- | tests/qemu-iotests/201.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/202 | 96L |
-rw-r--r-- | tests/qemu-iotests/202.out | 11L |
-rwxr-xr-x | tests/qemu-iotests/203 | 67L |
-rw-r--r-- | tests/qemu-iotests/203.out | 11L |
-rwxr-xr-x | tests/qemu-iotests/204 | 119L |
-rw-r--r-- | tests/qemu-iotests/204.out | 64L |
-rwxr-xr-x | tests/qemu-iotests/205 | 158L |
-rw-r--r-- | tests/qemu-iotests/205.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/206 | 279L |
-rw-r--r-- | tests/qemu-iotests/206.out | 271L |
-rwxr-xr-x | tests/qemu-iotests/207 | 304L |
-rw-r--r-- | tests/qemu-iotests/207.out | 105L |
-rwxr-xr-x | tests/qemu-iotests/208 | 58L |
-rw-r--r-- | tests/qemu-iotests/208.out | 9L |
-rwxr-xr-x | tests/qemu-iotests/209 | 36L |
-rw-r--r-- | tests/qemu-iotests/209.out | 2L |
-rwxr-xr-x | tests/qemu-iotests/210 | 179L |
-rw-r--r-- | tests/qemu-iotests/210.out | 231L |
-rwxr-xr-x | tests/qemu-iotests/211 | 173L |
-rw-r--r-- | tests/qemu-iotests/211.out | 112L |
-rwxr-xr-x | tests/qemu-iotests/212 | 190L |
-rw-r--r-- | tests/qemu-iotests/212.out | 156L |
-rwxr-xr-x | tests/qemu-iotests/213 | 204L |
-rw-r--r-- | tests/qemu-iotests/213.out | 169L |
-rwxr-xr-x | tests/qemu-iotests/214 | 140L |
-rw-r--r-- | tests/qemu-iotests/214.out | 49L |
-rwxr-xr-x | tests/qemu-iotests/215 | 120L |
-rw-r--r-- | tests/qemu-iotests/215.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/216 | 117L |
-rw-r--r-- | tests/qemu-iotests/216.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/217 | 91L |
-rw-r--r-- | tests/qemu-iotests/217.out | 42L |
-rwxr-xr-x | tests/qemu-iotests/218 | 190L |
-rw-r--r-- | tests/qemu-iotests/218.out | 34L |
-rwxr-xr-x | tests/qemu-iotests/219 | 235L |
-rw-r--r-- | tests/qemu-iotests/219.out | 335L |
-rwxr-xr-x | tests/qemu-iotests/220 | 98L |
-rw-r--r-- | tests/qemu-iotests/220.out | 54L |
-rwxr-xr-x | tests/qemu-iotests/221 | 71L |
-rw-r--r-- | tests/qemu-iotests/221.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/223 | 218L |
-rw-r--r-- | tests/qemu-iotests/223.out | 249L |
-rwxr-xr-x | tests/qemu-iotests/224 | 140L |
-rw-r--r-- | tests/qemu-iotests/224.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/225 | 132L |
-rw-r--r-- | tests/qemu-iotests/225.out | 24L |
-rwxr-xr-x | tests/qemu-iotests/226 | 69L |
-rw-r--r-- | tests/qemu-iotests/226.out | 26L |
-rwxr-xr-x | tests/qemu-iotests/227 | 100L |
-rw-r--r-- | tests/qemu-iotests/227.out | 227L |
-rwxr-xr-x | tests/qemu-iotests/228 | 243L |
-rw-r--r-- | tests/qemu-iotests/228.out | 84L |
-rwxr-xr-x | tests/qemu-iotests/229 | 109L |
-rw-r--r-- | tests/qemu-iotests/229.out | 34L |
-rwxr-xr-x | tests/qemu-iotests/231 | 65L |
-rw-r--r-- | tests/qemu-iotests/231.out | 10L |
-rwxr-xr-x | tests/qemu-iotests/232 | 159L |
-rw-r--r-- | tests/qemu-iotests/232.out | 59L |
-rwxr-xr-x | tests/qemu-iotests/233 | 157L |
-rw-r--r-- | tests/qemu-iotests/233.out | 70L |
-rwxr-xr-x | tests/qemu-iotests/234 | 110L |
-rw-r--r-- | tests/qemu-iotests/234.out | 36L |
-rwxr-xr-x | tests/qemu-iotests/235 | 77L |
-rw-r--r-- | tests/qemu-iotests/235.out | 3L |
-rwxr-xr-x | tests/qemu-iotests/236 | 162L |
-rw-r--r-- | tests/qemu-iotests/236.out | 379L |
-rwxr-xr-x | tests/qemu-iotests/237 | 230L |
-rw-r--r-- | tests/qemu-iotests/237.out | 348L |
-rwxr-xr-x | tests/qemu-iotests/238 | 40L |
-rw-r--r-- | tests/qemu-iotests/238.out | 6L |
-rwxr-xr-x | tests/qemu-iotests/239 | 54L |
-rw-r--r-- | tests/qemu-iotests/239.out | 4L |
-rwxr-xr-x | tests/qemu-iotests/240 | 107L |
-rw-r--r-- | tests/qemu-iotests/240.out | 75L |
-rwxr-xr-x | tests/qemu-iotests/241 | 101L |
-rw-r--r-- | tests/qemu-iotests/241.out | 28L |
-rwxr-xr-x | tests/qemu-iotests/242 | 108L |
-rw-r--r-- | tests/qemu-iotests/242.out | 176L |
-rwxr-xr-x | tests/qemu-iotests/243 | 91L |
-rw-r--r-- | tests/qemu-iotests/243.out | 58L |
-rwxr-xr-x | tests/qemu-iotests/244 | 377L |
-rw-r--r-- | tests/qemu-iotests/244.out | 200L |
-rwxr-xr-x | tests/qemu-iotests/245 | 1200L |
-rw-r--r-- | tests/qemu-iotests/245.out | 24L |
-rwxr-xr-x | tests/qemu-iotests/246 | 116L |
-rw-r--r-- | tests/qemu-iotests/246.out | 273L |
-rwxr-xr-x | tests/qemu-iotests/247 | 85L |
-rw-r--r-- | tests/qemu-iotests/247.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/248 | 72L |
-rw-r--r-- | tests/qemu-iotests/248.out | 8L |
-rwxr-xr-x | tests/qemu-iotests/249 | 116L |
-rw-r--r-- | tests/qemu-iotests/249.out | 47L |
-rwxr-xr-x | tests/qemu-iotests/250 | 80L |
-rw-r--r-- | tests/qemu-iotests/250.out | 16L |
-rwxr-xr-x | tests/qemu-iotests/251 | 175L |
-rw-r--r-- | tests/qemu-iotests/251.out | 43L |
-rwxr-xr-x | tests/qemu-iotests/252 | 125L |
-rw-r--r-- | tests/qemu-iotests/252.out | 39L |
-rwxr-xr-x | tests/qemu-iotests/253 | 85L |
-rw-r--r-- | tests/qemu-iotests/253.out | 18L |
-rwxr-xr-x | tests/qemu-iotests/254 | 81L |
-rw-r--r-- | tests/qemu-iotests/254.out | 131L |
-rwxr-xr-x | tests/qemu-iotests/255 | 126L |
-rw-r--r-- | tests/qemu-iotests/255.out | 40L |
-rwxr-xr-x | tests/qemu-iotests/256 | 125L |
-rw-r--r-- | tests/qemu-iotests/256.out | 119L |
-rwxr-xr-x | tests/qemu-iotests/257 | 531L |
-rw-r--r-- | tests/qemu-iotests/257.out | 5167L |
-rwxr-xr-x | tests/qemu-iotests/258 | 162L |
-rw-r--r-- | tests/qemu-iotests/258.out | 33L |
-rwxr-xr-x | tests/qemu-iotests/259 | 63L |
-rw-r--r-- | tests/qemu-iotests/259.out | 14L |
-rwxr-xr-x | tests/qemu-iotests/260 | 93L |
-rw-r--r-- | tests/qemu-iotests/260.out | 52L |
-rwxr-xr-x | tests/qemu-iotests/261 | 528L |
-rw-r--r-- | tests/qemu-iotests/261.out | 363L |
-rwxr-xr-x | tests/qemu-iotests/262 | 83L |
-rw-r--r-- | tests/qemu-iotests/262.out | 17L |
-rwxr-xr-x | tests/qemu-iotests/263 | 93L |
-rw-r--r-- | tests/qemu-iotests/263.out | 40L |
-rwxr-xr-x | tests/qemu-iotests/264 | 121L |
-rw-r--r-- | tests/qemu-iotests/264.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/265 | 68L |
-rw-r--r-- | tests/qemu-iotests/265.out | 6L |
-rwxr-xr-x | tests/qemu-iotests/266 | 145L |
-rw-r--r-- | tests/qemu-iotests/266.out | 151L |
-rwxr-xr-x | tests/qemu-iotests/267 | 177L |
-rw-r--r-- | tests/qemu-iotests/267.out | 182L |
-rwxr-xr-x | tests/qemu-iotests/268 | 56L |
-rw-r--r-- | tests/qemu-iotests/268.out | 7L |
-rwxr-xr-x | tests/qemu-iotests/270 | 84L |
-rw-r--r-- | tests/qemu-iotests/270.out | 9L |
-rwxr-xr-x | tests/qemu-iotests/271 | 905L |
-rw-r--r-- | tests/qemu-iotests/271.out | 726L |
-rwxr-xr-x | tests/qemu-iotests/272 | 80L |
-rw-r--r-- | tests/qemu-iotests/272.out | 10L |
-rwxr-xr-x | tests/qemu-iotests/273 | 81L |
-rw-r--r-- | tests/qemu-iotests/273.out | 305L |
-rwxr-xr-x | tests/qemu-iotests/274 | 176L |
-rw-r--r-- | tests/qemu-iotests/274.out | 345L |
-rwxr-xr-x | tests/qemu-iotests/277 | 99L |
-rw-r--r-- | tests/qemu-iotests/277.out | 6L |
-rwxr-xr-x | tests/qemu-iotests/279 | 61L |
-rw-r--r-- | tests/qemu-iotests/279.out | 35L |
-rwxr-xr-x | tests/qemu-iotests/280 | 86L |
-rw-r--r-- | tests/qemu-iotests/280.out | 50L |
-rwxr-xr-x | tests/qemu-iotests/281 | 248L |
-rw-r--r-- | tests/qemu-iotests/281.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/282 | 67L |
-rw-r--r-- | tests/qemu-iotests/282.out | 11L |
-rwxr-xr-x | tests/qemu-iotests/283 | 147L |
-rw-r--r-- | tests/qemu-iotests/283.out | 23L |
-rwxr-xr-x | tests/qemu-iotests/284 | 99L |
-rw-r--r-- | tests/qemu-iotests/284.out | 62L |
-rwxr-xr-x | tests/qemu-iotests/286 | 77L |
-rw-r--r-- | tests/qemu-iotests/286.out | 8L |
-rwxr-xr-x | tests/qemu-iotests/287 | 153L |
-rw-r--r-- | tests/qemu-iotests/287.out | 67L |
-rwxr-xr-x | tests/qemu-iotests/288 | 94L |
-rw-r--r-- | tests/qemu-iotests/288.out | 30L |
-rwxr-xr-x | tests/qemu-iotests/289 | 90L |
-rw-r--r-- | tests/qemu-iotests/289.out | 8L |
-rwxr-xr-x | tests/qemu-iotests/290 | 98L |
-rw-r--r-- | tests/qemu-iotests/290.out | 61L |
-rwxr-xr-x | tests/qemu-iotests/292 | 79L |
-rw-r--r-- | tests/qemu-iotests/292.out | 24L |
-rwxr-xr-x | tests/qemu-iotests/293 | 209L |
-rw-r--r-- | tests/qemu-iotests/293.out | 99L |
-rwxr-xr-x | tests/qemu-iotests/294 | 92L |
-rw-r--r-- | tests/qemu-iotests/294.out | 30L |
-rwxr-xr-x | tests/qemu-iotests/295 | 281L |
-rw-r--r-- | tests/qemu-iotests/295.out | 40L |
-rwxr-xr-x | tests/qemu-iotests/296 | 280L |
-rw-r--r-- | tests/qemu-iotests/296.out | 41L |
-rwxr-xr-x | tests/qemu-iotests/297 | 105L |
-rw-r--r-- | tests/qemu-iotests/297.out | 2L |
-rwxr-xr-x | tests/qemu-iotests/298 | 186L |
-rw-r--r-- | tests/qemu-iotests/298.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/299 | 66L |
-rw-r--r-- | tests/qemu-iotests/299.out | 10L |
-rwxr-xr-x | tests/qemu-iotests/300 | 699L |
-rw-r--r-- | tests/qemu-iotests/300.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/301 | 87L |
-rw-r--r-- | tests/qemu-iotests/301.out | 47L |
-rwxr-xr-x | tests/qemu-iotests/302 | 128L |
-rw-r--r-- | tests/qemu-iotests/302.out | 32L |
-rwxr-xr-x | tests/qemu-iotests/303 | 64L |
-rw-r--r-- | tests/qemu-iotests/303.out | 158L |
-rwxr-xr-x | tests/qemu-iotests/304 | 61L |
-rw-r--r-- | tests/qemu-iotests/304.out | 2L |
-rwxr-xr-x | tests/qemu-iotests/305 | 75L |
-rw-r--r-- | tests/qemu-iotests/305.out | 16L |
-rwxr-xr-x | tests/qemu-iotests/307 | 146L |
-rw-r--r-- | tests/qemu-iotests/307.out | 132L |
-rwxr-xr-x | tests/qemu-iotests/308 | 356L |
-rw-r--r-- | tests/qemu-iotests/308.out | 174L |
-rwxr-xr-x | tests/qemu-iotests/310 | 117L |
-rw-r--r-- | tests/qemu-iotests/310.out | 15L |
-rwxr-xr-x | tests/qemu-iotests/312 | 160L |
-rw-r--r-- | tests/qemu-iotests/312.out | 81L |
-rwxr-xr-x | tests/qemu-iotests/313 | 104L |
-rw-r--r-- | tests/qemu-iotests/313.out | 29L |
-rw-r--r-- | tests/qemu-iotests/Makefile | 9L |
-rw-r--r-- | tests/qemu-iotests/README | 21L |
-rwxr-xr-x | tests/qemu-iotests/check | 169L |
-rw-r--r-- | tests/qemu-iotests/common.config | 41L |
-rw-r--r-- | tests/qemu-iotests/common.filter | 341L |
-rw-r--r-- | tests/qemu-iotests/common.nbd | 99L |
-rw-r--r-- | tests/qemu-iotests/common.pattern | 140L |
-rw-r--r-- | tests/qemu-iotests/common.qemu | 406L |
-rw-r--r-- | tests/qemu-iotests/common.rc | 1000L |
-rw-r--r-- | tests/qemu-iotests/common.tls | 177L |
-rw-r--r-- | tests/qemu-iotests/findtests.py | 159L |
-rw-r--r-- | tests/qemu-iotests/iotests.py | 1430L |
-rwxr-xr-x | tests/qemu-iotests/nbd-fault-injector.py | 270L |
-rw-r--r-- | tests/qemu-iotests/pylintrc | 37L |
-rwxr-xr-x | tests/qemu-iotests/qcow2.py | 176L |
-rw-r--r-- | tests/qemu-iotests/qcow2_format.py | 468L |
-rwxr-xr-x | tests/qemu-iotests/qed.py | 235L |
-rw-r--r-- | tests/qemu-iotests/sample_images/README | 8L |
-rw-r--r-- | tests/qemu-iotests/sample_images/afl5.img.bz2 | 175B |
-rw-r--r-- | tests/qemu-iotests/sample_images/afl9.vmdk.bz2 | 618B |
-rw-r--r-- | tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2 | 1021B |
-rw-r--r-- | tests/qemu-iotests/sample_images/empty.bochs.bz2 | 118B |
-rw-r--r-- | tests/qemu-iotests/sample_images/grub_mbr.raw.bz2 | 552B |
-rw-r--r-- | tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2 | 214B |
-rw-r--r-- | tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2 | 4490B |
-rw-r--r-- | tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2 | 874B |
-rw-r--r-- | tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2 | 4764B |
-rw-r--r-- | tests/qemu-iotests/sample_images/parallels-v1.bz2 | 147B |
-rw-r--r-- | tests/qemu-iotests/sample_images/parallels-v2.bz2 | 150B |
-rw-r--r-- | tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2 | 203B |
-rwxr-xr-x | tests/qemu-iotests/sample_images/parallels-with-bitmap.sh | 51L |
-rw-r--r-- | tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2 | 3479B |
-rw-r--r-- | tests/qemu-iotests/sample_images/simple-pattern.cloop.bz2 | 488B |
-rw-r--r-- | tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 | 1424B |
-rw-r--r-- | tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2 | 212B |
-rw-r--r-- | tests/qemu-iotests/testenv.py | 314L |
-rw-r--r-- | tests/qemu-iotests/testrunner.py | 359L |
-rwxr-xr-x | tests/qemu-iotests/tests/fuse-allow-other | 168L |
-rw-r--r-- | tests/qemu-iotests/tests/fuse-allow-other.out | 88L |
-rwxr-xr-x | tests/qemu-iotests/tests/image-fleecing | 193L |
-rw-r--r-- | tests/qemu-iotests/tests/image-fleecing.out | 139L |
-rwxr-xr-x | tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test | 275L |
-rw-r--r-- | tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/tests/migrate-bitmaps-test | 315L |
-rw-r--r-- | tests/qemu-iotests/tests/migrate-bitmaps-test.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/tests/migrate-during-backup | 97L |
-rw-r--r-- | tests/qemu-iotests/tests/migrate-during-backup.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/tests/mirror-ready-cancel-error | 143L |
-rw-r--r-- | tests/qemu-iotests/tests/mirror-ready-cancel-error.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/tests/mirror-top-perms | 121L |
-rw-r--r-- | tests/qemu-iotests/tests/mirror-top-perms.out | 5L |
-rwxr-xr-x | tests/qemu-iotests/tests/nbd-qemu-allocation | 81L |
-rw-r--r-- | tests/qemu-iotests/tests/nbd-qemu-allocation.out | 32L |
-rwxr-xr-x | tests/qemu-iotests/tests/parallels-read-bitmap | 55L |
-rw-r--r-- | tests/qemu-iotests/tests/parallels-read-bitmap.out | 6L |
-rwxr-xr-x | tests/qemu-iotests/tests/qemu-img-bitmaps | 167L |
-rw-r--r-- | tests/qemu-iotests/tests/qemu-img-bitmaps.out | 183L |
-rwxr-xr-x | tests/qemu-iotests/tests/qsd-jobs | 89L |
-rw-r--r-- | tests/qemu-iotests/tests/qsd-jobs.out | 22L |
-rwxr-xr-x | tests/qemu-iotests/tests/remove-bitmap-from-backing | 71L |
-rw-r--r-- | tests/qemu-iotests/tests/remove-bitmap-from-backing.out | 6L |
-rw-r--r-- | tests/qtest/ac97-test.c | 57L |
-rw-r--r-- | tests/qtest/acpi-utils.c | 147L |
-rw-r--r-- | tests/qtest/acpi-utils.h | 56L |
-rw-r--r-- | tests/qtest/adm1272-test.c | 445L |
-rw-r--r-- | tests/qtest/ahci-test.c | 1955L |
-rw-r--r-- | tests/qtest/am53c974-test.c | 218L |
-rw-r--r-- | tests/qtest/arm-cpu-features.c | 655L |
-rw-r--r-- | tests/qtest/aspeed_hace-test.c | 469L |
-rw-r--r-- | tests/qtest/aspeed_smc-test.c | 382L |
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 1L |
-rw-r--r-- | tests/qtest/bios-tables-test.c | 1580L |
-rw-r--r-- | tests/qtest/boot-order-test.c | 180L |
-rw-r--r-- | tests/qtest/boot-sector.c | 177L |
-rw-r--r-- | tests/qtest/boot-sector.h | 28L |
-rw-r--r-- | tests/qtest/boot-serial-test.c | 296L |
-rw-r--r-- | tests/qtest/cdrom-test.c | 240L |
-rw-r--r-- | tests/qtest/cmsdk-apb-dualtimer-test.c | 130L |
-rw-r--r-- | tests/qtest/cmsdk-apb-timer-test.c | 75L |
-rw-r--r-- | tests/qtest/cmsdk-apb-watchdog-test.c | 131L |
-rw-r--r-- | tests/qtest/cpu-plug-test.c | 175L |
-rw-r--r-- | tests/qtest/dbus-vmstate-test.c | 382L |
-rw-r--r-- | tests/qtest/dbus-vmstate1.xml | 12L |
-rw-r--r-- | tests/qtest/device-introspect-test.c | 340L |
-rw-r--r-- | tests/qtest/device-plug-test.c | 164L |
-rw-r--r-- | tests/qtest/display-vga-test.c | 69L |
-rw-r--r-- | tests/qtest/drive_del-test.c | 344L |
-rw-r--r-- | tests/qtest/ds1338-test.c | 58L |
-rw-r--r-- | tests/qtest/e1000-test.c | 68L |
-rw-r--r-- | tests/qtest/e1000e-test.c | 280L |
-rw-r--r-- | tests/qtest/eepro100-test.c | 77L |
-rw-r--r-- | tests/qtest/emc141x-test.c | 81L |
-rw-r--r-- | tests/qtest/endianness-test.c | 304L |
-rw-r--r-- | tests/qtest/es1370-test.c | 58L |
-rw-r--r-- | tests/qtest/fdc-test.c | 587L |
-rw-r--r-- | tests/qtest/fuzz-e1000e-test.c | 53L |
-rw-r--r-- | tests/qtest/fuzz-megasas-test.c | 49L |
-rw-r--r-- | tests/qtest/fuzz-sb16-test.c | 69L |
-rw-r--r-- | tests/qtest/fuzz-sdcard-test.c | 102L |
-rw-r--r-- | tests/qtest/fuzz-virtio-scsi-test.c | 75L |
-rw-r--r-- | tests/qtest/fuzz-xlnx-dp-test.c | 33L |
-rw-r--r-- | tests/qtest/fuzz/fork_fuzz.c | 41L |
-rw-r--r-- | tests/qtest/fuzz/fork_fuzz.h | 23L |
-rw-r--r-- | tests/qtest/fuzz/fork_fuzz.ld | 56L |
-rw-r--r-- | tests/qtest/fuzz/fuzz.c | 252L |
-rw-r--r-- | tests/qtest/fuzz/fuzz.h | 125L |
-rw-r--r-- | tests/qtest/fuzz/generic_fuzz.c | 1043L |
-rw-r--r-- | tests/qtest/fuzz/generic_fuzz_configs.h | 245L |
-rw-r--r-- | tests/qtest/fuzz/i440fx_fuzz.c | 207L |
-rw-r--r-- | tests/qtest/fuzz/meson.build | 34L |
-rw-r--r-- | tests/qtest/fuzz/qos_fuzz.c | 217L |
-rw-r--r-- | tests/qtest/fuzz/qos_fuzz.h | 33L |
-rw-r--r-- | tests/qtest/fuzz/qtest_wrappers.c | 252L |
-rw-r--r-- | tests/qtest/fuzz/virtio_blk_fuzz.c | 234L |
-rw-r--r-- | tests/qtest/fuzz/virtio_net_fuzz.c | 201L |
-rw-r--r-- | tests/qtest/fuzz/virtio_scsi_fuzz.c | 215L |
-rw-r--r-- | tests/qtest/fw_cfg-test.c | 260L |
-rw-r--r-- | tests/qtest/hd-geo-test.c | 988L |
-rw-r--r-- | tests/qtest/hexloader-test.c | 45L |
-rw-r--r-- | tests/qtest/i440fx-test.c | 413L |
-rw-r--r-- | tests/qtest/i82801b11-test.c | 31L |
-rw-r--r-- | tests/qtest/ide-test.c | 1066L |
-rw-r--r-- | tests/qtest/intel-hda-test.c | 39L |
-rw-r--r-- | tests/qtest/ioh3420-test.c | 32L |
-rw-r--r-- | tests/qtest/ipmi-bt-test.c | 427L |
-rw-r--r-- | tests/qtest/ipmi-kcs-test.c | 287L |
-rw-r--r-- | tests/qtest/ipoctal232-test.c | 49L |
-rw-r--r-- | tests/qtest/ivshmem-test.c | 500L |
-rw-r--r-- | tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c | 95L |
-rw-r--r-- | tests/qtest/libqos/ahci.c | 1245L |
-rw-r--r-- | tests/qtest/libqos/ahci.h | 651L |
-rw-r--r-- | tests/qtest/libqos/arm-imx25-pdk-machine.c | 92L |
-rw-r--r-- | tests/qtest/libqos/arm-n800-machine.c | 92L |
-rw-r--r-- | tests/qtest/libqos/arm-raspi2-machine.c | 92L |
-rw-r--r-- | tests/qtest/libqos/arm-sabrelite-machine.c | 92L |
-rw-r--r-- | tests/qtest/libqos/arm-smdkc210-machine.c | 92L |
-rw-r--r-- | tests/qtest/libqos/arm-virt-machine.c | 91L |
-rw-r--r-- | tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c | 95L |
-rw-r--r-- | tests/qtest/libqos/e1000e.c | 266L |
-rw-r--r-- | tests/qtest/libqos/e1000e.h | 53L |
-rw-r--r-- | tests/qtest/libqos/fw_cfg.c | 164L |
-rw-r--r-- | tests/qtest/libqos/fw_cfg.h | 54L |
-rw-r--r-- | tests/qtest/libqos/i2c-imx.c | 216L |
-rw-r--r-- | tests/qtest/libqos/i2c-omap.c | 196L |
-rw-r--r-- | tests/qtest/libqos/i2c.c | 85L |
-rw-r--r-- | tests/qtest/libqos/i2c.h | 82L |
-rw-r--r-- | tests/qtest/libqos/libqos-pc.c | 35L |
-rw-r--r-- | tests/qtest/libqos/libqos-pc.h | 10L |
-rw-r--r-- | tests/qtest/libqos/libqos-spapr.c | 33L |
-rw-r--r-- | tests/qtest/libqos/libqos-spapr.h | 17L |
-rw-r--r-- | tests/qtest/libqos/libqos.c | 240L |
-rw-r--r-- | tests/qtest/libqos/libqos.h | 45L |
-rw-r--r-- | tests/qtest/libqos/libqtest.h | 779L |
-rw-r--r-- | tests/qtest/libqos/malloc-pc.c | 33L |
-rw-r--r-- | tests/qtest/libqos/malloc-pc.h | 20L |
-rw-r--r-- | tests/qtest/libqos/malloc-spapr.c | 23L |
-rw-r--r-- | tests/qtest/libqos/malloc-spapr.h | 15L |
-rw-r--r-- | tests/qtest/libqos/malloc.c | 347L |
-rw-r--r-- | tests/qtest/libqos/malloc.h | 50L |
-rw-r--r-- | tests/qtest/libqos/meson.build | 61L |
-rw-r--r-- | tests/qtest/libqos/pci-pc.c | 200L |
-rw-r--r-- | tests/qtest/libqos/pci-pc.h | 49L |
-rw-r--r-- | tests/qtest/libqos/pci-spapr.c | 232L |
-rw-r--r-- | tests/qtest/libqos/pci-spapr.h | 41L |
-rw-r--r-- | tests/qtest/libqos/pci.c | 457L |
-rw-r--r-- | tests/qtest/libqos/pci.h | 129L |
-rw-r--r-- | tests/qtest/libqos/ppc64_pseries-machine.c | 112L |
-rw-r--r-- | tests/qtest/libqos/qgraph.c | 852L |
-rw-r--r-- | tests/qtest/libqos/qgraph.h | 390L |
-rw-r--r-- | tests/qtest/libqos/qgraph_internal.h | 269L |
-rw-r--r-- | tests/qtest/libqos/qos_external.c | 146L |
-rw-r--r-- | tests/qtest/libqos/qos_external.h | 32L |
-rw-r--r-- | tests/qtest/libqos/rtas.c | 120L |
-rw-r--r-- | tests/qtest/libqos/rtas.h | 17L |
-rw-r--r-- | tests/qtest/libqos/sdhci.c | 164L |
-rw-r--r-- | tests/qtest/libqos/sdhci.h | 70L |
-rw-r--r-- | tests/qtest/libqos/tpci200.c | 66L |
-rw-r--r-- | tests/qtest/libqos/usb.c | 57L |
-rw-r--r-- | tests/qtest/libqos/usb.h | 18L |
-rw-r--r-- | tests/qtest/libqos/vhost-user-blk.c | 130L |
-rw-r--r-- | tests/qtest/libqos/vhost-user-blk.h | 48L |
-rw-r--r-- | tests/qtest/libqos/virtio-9p.c | 290L |
-rw-r--r-- | tests/qtest/libqos/virtio-9p.h | 67L |
-rw-r--r-- | tests/qtest/libqos/virtio-balloon.c | 114L |
-rw-r--r-- | tests/qtest/libqos/virtio-balloon.h | 44L |
-rw-r--r-- | tests/qtest/libqos/virtio-blk.c | 125L |
-rw-r--r-- | tests/qtest/libqos/virtio-blk.h | 45L |
-rw-r--r-- | tests/qtest/libqos/virtio-mmio.c | 266L |
-rw-r--r-- | tests/qtest/libqos/virtio-mmio.h | 51L |
-rw-r--r-- | tests/qtest/libqos/virtio-net.c | 197L |
-rw-r--r-- | tests/qtest/libqos/virtio-net.h | 46L |
-rw-r--r-- | tests/qtest/libqos/virtio-pci-modern.c | 443L |
-rw-r--r-- | tests/qtest/libqos/virtio-pci-modern.h | 17L |
-rw-r--r-- | tests/qtest/libqos/virtio-pci.c | 435L |
-rw-r--r-- | tests/qtest/libqos/virtio-pci.h | 86L |
-rw-r--r-- | tests/qtest/libqos/virtio-rng.c | 111L |
-rw-r--r-- | tests/qtest/libqos/virtio-rng.h | 44L |
-rw-r--r-- | tests/qtest/libqos/virtio-scsi.c | 119L |
-rw-r--r-- | tests/qtest/libqos/virtio-scsi.h | 44L |
-rw-r--r-- | tests/qtest/libqos/virtio-serial.c | 111L |
-rw-r--r-- | tests/qtest/libqos/virtio-serial.h | 44L |
-rw-r--r-- | tests/qtest/libqos/virtio.c | 450L |
-rw-r--r-- | tests/qtest/libqos/virtio.h | 155L |
-rw-r--r-- | tests/qtest/libqos/x86_64_pc-machine.c | 115L |
-rw-r--r-- | tests/qtest/libqtest-single.h | 315L |
-rw-r--r-- | tests/qtest/libqtest.c | 1485L |
-rw-r--r-- | tests/qtest/lpc-ich9-test.c | 41L |
-rw-r--r-- | tests/qtest/m48t59-test.c | 269L |
-rw-r--r-- | tests/qtest/machine-none-test.c | 100L |
-rw-r--r-- | tests/qtest/max34451-test.c | 336L |
-rw-r--r-- | tests/qtest/megasas-test.c | 91L |
-rw-r--r-- | tests/qtest/meson.build | 313L |
-rw-r--r-- | tests/qtest/microbit-test.c | 507L |
-rw-r--r-- | tests/qtest/migration-helpers.c | 190L |
-rw-r--r-- | tests/qtest/migration-helpers.h | 37L |
-rw-r--r-- | tests/qtest/migration-test.c | 1506L |
-rw-r--r-- | tests/qtest/modules-test.c | 74L |
-rw-r--r-- | tests/qtest/ne2000-test.c | 58L |
-rw-r--r-- | tests/qtest/npcm7xx_adc-test.c | 378L |
-rw-r--r-- | tests/qtest/npcm7xx_emc-test.c | 874L |
-rw-r--r-- | tests/qtest/npcm7xx_gpio-test.c | 385L |
-rw-r--r-- | tests/qtest/npcm7xx_pwm-test.c | 686L |
-rw-r--r-- | tests/qtest/npcm7xx_rng-test.c | 296L |
-rw-r--r-- | tests/qtest/npcm7xx_smbus-test.c | 495L |
-rw-r--r-- | tests/qtest/npcm7xx_timer-test.c | 560L |
-rw-r--r-- | tests/qtest/npcm7xx_watchdog_timer-test.c | 321L |
-rw-r--r-- | tests/qtest/numa-test.c | 582L |
-rw-r--r-- | tests/qtest/nvme-test.c | 173L |
-rw-r--r-- | tests/qtest/pca9552-test.c | 93L |
-rw-r--r-- | tests/qtest/pci-test.c | 26L |
-rw-r--r-- | tests/qtest/pcnet-test.c | 58L |
-rw-r--r-- | tests/qtest/pflash-cfi02-test.c | 681L |
-rw-r--r-- | tests/qtest/pnv-xscom-test.c | 153L |
-rw-r--r-- | tests/qtest/prom-env-test.c | 105L |
-rw-r--r-- | tests/qtest/pvpanic-pci-test.c | 98L |
-rw-r--r-- | tests/qtest/pvpanic-test.c | 71L |
-rw-r--r-- | tests/qtest/pxe-test.c | 153L |
-rw-r--r-- | tests/qtest/q35-test.c | 306L |
-rw-r--r-- | tests/qtest/qmp-cmd-test.c | 351L |
-rw-r--r-- | tests/qtest/qmp-test.c | 344L |
-rw-r--r-- | tests/qtest/qom-test.c | 96L |
-rw-r--r-- | tests/qtest/qos-test.c | 343L |
-rw-r--r-- | tests/qtest/rtas-test.c | 51L |
-rw-r--r-- | tests/qtest/rtc-test.c | 718L |
-rw-r--r-- | tests/qtest/rtl8139-test.c | 211L |
-rw-r--r-- | tests/qtest/sdhci-test.c | 111L |
-rw-r--r-- | tests/qtest/spapr-phb-test.c | 32L |
-rw-r--r-- | tests/qtest/sse-timer-test.c | 240L |
-rw-r--r-- | tests/qtest/tco-test.c | 469L |
-rw-r--r-- | tests/qtest/test-arm-mptimer.c | 1090L |
-rw-r--r-- | tests/qtest/test-filter-mirror.c | 94L |
-rw-r--r-- | tests/qtest/test-filter-redirector.c | 219L |
-rw-r--r-- | tests/qtest/test-hmp.c | 166L |
-rw-r--r-- | tests/qtest/test-netfilter.c | 204L |
-rw-r--r-- | tests/qtest/test-x86-cpuid-compat.c | 381L |
-rw-r--r-- | tests/qtest/tmp105-test.c | 120L |
-rw-r--r-- | tests/qtest/tpm-crb-swtpm-test.c | 72L |
-rw-r--r-- | tests/qtest/tpm-crb-test.c | 183L |
-rw-r--r-- | tests/qtest/tpm-emu.c | 232L |
-rw-r--r-- | tests/qtest/tpm-emu.h | 56L |
-rw-r--r-- | tests/qtest/tpm-tests.c | 132L |
-rw-r--r-- | tests/qtest/tpm-tests.h | 27L |
-rw-r--r-- | tests/qtest/tpm-tis-device-swtpm-test.c | 76L |
-rw-r--r-- | tests/qtest/tpm-tis-device-test.c | 88L |
-rw-r--r-- | tests/qtest/tpm-tis-swtpm-test.c | 71L |
-rw-r--r-- | tests/qtest/tpm-tis-test.c | 81L |
-rw-r--r-- | tests/qtest/tpm-tis-util.c | 451L |
-rw-r--r-- | tests/qtest/tpm-tis-util.h | 23L |
-rw-r--r-- | tests/qtest/tpm-util.c | 294L |
-rw-r--r-- | tests/qtest/tpm-util.h | 57L |
-rw-r--r-- | tests/qtest/tulip-test.c | 91L |
-rw-r--r-- | tests/qtest/usb-hcd-ehci-test.c | 178L |
-rw-r--r-- | tests/qtest/usb-hcd-ohci-test.c | 68L |
-rw-r--r-- | tests/qtest/usb-hcd-uhci-test.c | 88L |
-rw-r--r-- | tests/qtest/usb-hcd-xhci-test.c | 69L |
-rw-r--r-- | tests/qtest/vhost-user-blk-test.c | 997L |
-rw-r--r-- | tests/qtest/vhost-user-test.c | 1019L |
-rw-r--r-- | tests/qtest/virtio-9p-test.c | 1499L |
-rw-r--r-- | tests/qtest/virtio-blk-test.c | 802L |
-rw-r--r-- | tests/qtest/virtio-ccw-test.c | 115L |
-rw-r--r-- | tests/qtest/virtio-net-test.c | 337L |
-rw-r--r-- | tests/qtest/virtio-rng-test.c | 38L |
-rw-r--r-- | tests/qtest/virtio-scsi-test.c | 388L |
-rw-r--r-- | tests/qtest/virtio-serial-test.c | 39L |
-rw-r--r-- | tests/qtest/virtio-test.c | 26L |
-rw-r--r-- | tests/qtest/vmgenid-test.c | 185L |
-rw-r--r-- | tests/qtest/vmxnet3-test.c | 58L |
-rw-r--r-- | tests/qtest/wdt_ib700-test.c | 118L |
-rw-r--r-- | tests/qtest/xlnx-can-test.c | 360L |
-rw-r--r-- | tests/requirements.txt | 5L |
-rw-r--r-- | tests/rocker/README | 5L |
-rwxr-xr-x | tests/rocker/all | 19L |
-rwxr-xr-x | tests/rocker/bridge | 43L |
-rwxr-xr-x | tests/rocker/bridge-stp | 52L |
-rwxr-xr-x | tests/rocker/bridge-vlan | 52L |
-rwxr-xr-x | tests/rocker/bridge-vlan-stp | 64L |
-rwxr-xr-x | tests/rocker/port | 22L |
-rw-r--r-- | tests/rocker/tut.dot | 8L |
-rw-r--r-- | tests/tcg/Makefile.prereqs | 18L |
-rw-r--r-- | tests/tcg/Makefile.qemu | 121L |
-rw-r--r-- | tests/tcg/Makefile.target | 190L |
-rw-r--r-- | tests/tcg/README | 9L |
-rw-r--r-- | tests/tcg/aarch64/Makefile.softmmu-target | 76L |
-rw-r--r-- | tests/tcg/aarch64/Makefile.target | 75L |
-rw-r--r-- | tests/tcg/aarch64/bti-1.c | 62L |
-rw-r--r-- | tests/tcg/aarch64/bti-2.c | 116L |
-rw-r--r-- | tests/tcg/aarch64/bti-crt.inc.c | 51L |
-rw-r--r-- | tests/tcg/aarch64/fcvt.ref | 3268L |
-rwxr-xr-x | tests/tcg/aarch64/float_convs.ref | 748L |
-rw-r--r-- | tests/tcg/aarch64/float_madds.ref | 768L |
-rw-r--r-- | tests/tcg/aarch64/gdbstub/test-sve-ioctl.py | 92L |
-rw-r--r-- | tests/tcg/aarch64/gdbstub/test-sve.py | 80L |
-rw-r--r-- | tests/tcg/aarch64/mte-1.c | 28L |
-rw-r--r-- | tests/tcg/aarch64/mte-2.c | 45L |
-rw-r--r-- | tests/tcg/aarch64/mte-3.c | 51L |
-rw-r--r-- | tests/tcg/aarch64/mte-4.c | 45L |
-rw-r--r-- | tests/tcg/aarch64/mte-5.c | 44L |
-rw-r--r-- | tests/tcg/aarch64/mte-6.c | 43L |
-rw-r--r-- | tests/tcg/aarch64/mte-7.c | 31L |
-rw-r--r-- | tests/tcg/aarch64/mte.h | 61L |
-rw-r--r-- | tests/tcg/aarch64/pauth-1.c | 35L |
-rw-r--r-- | tests/tcg/aarch64/pauth-2.c | 58L |
-rw-r--r-- | tests/tcg/aarch64/pauth-4.c | 45L |
-rw-r--r-- | tests/tcg/aarch64/pauth-5.c | 33L |
-rw-r--r-- | tests/tcg/aarch64/semicall.h | 18L |
-rw-r--r-- | tests/tcg/aarch64/sve-ioctls.c | 70L |
-rw-r--r-- | tests/tcg/aarch64/sysregs.c | 172L |
-rw-r--r-- | tests/tcg/aarch64/system/boot.S | 240L |
-rw-r--r-- | tests/tcg/aarch64/system/kernel.ld | 24L |
-rw-r--r-- | tests/tcg/aarch64/system/pauth-3.c | 40L |
-rw-r--r-- | tests/tcg/aarch64/system/semiconsole.c | 38L |
-rw-r--r-- | tests/tcg/alpha/Makefile.softmmu-target | 34L |
-rw-r--r-- | tests/tcg/alpha/Makefile.target | 18L |
-rw-r--r-- | tests/tcg/alpha/hello-alpha.c | 7L |
-rw-r--r-- | tests/tcg/alpha/system/boot.S | 511L |
-rw-r--r-- | tests/tcg/alpha/system/kernel.ld | 30L |
-rw-r--r-- | tests/tcg/alpha/test-cond.c | 88L |
-rw-r--r-- | tests/tcg/alpha/test-ovf.c | 31L |
-rw-r--r-- | tests/tcg/arm/Makefile.softmmu-target | 26L |
-rw-r--r-- | tests/tcg/arm/Makefile.target | 72L |
-rw-r--r-- | tests/tcg/arm/README | 11L |
-rw-r--r-- | tests/tcg/arm/commpage.c | 61L |
-rw-r--r-- | tests/tcg/arm/fcvt.c | 456L |
-rw-r--r-- | tests/tcg/arm/fcvt.ref | 3268L |
-rw-r--r-- | tests/tcg/arm/float_convs.ref | 748L |
-rw-r--r-- | tests/tcg/arm/float_madds.ref | 768L |
-rw-r--r-- | tests/tcg/arm/hello-arm.c | 113L |
-rw-r--r-- | tests/tcg/arm/semicall.h | 22L |
-rw-r--r-- | tests/tcg/arm/test-arm-iwmmxt.S | 49L |
-rw-r--r-- | tests/tcg/arm/test-armv6m-undef.S | 154L |
-rw-r--r-- | tests/tcg/arm/test-armv6m-undef.ld | 21L |
-rwxr-xr-x | tests/tcg/configure.sh | 330L |
-rw-r--r-- | tests/tcg/cris/.gdbinit | 11L |
-rw-r--r-- | tests/tcg/cris/Makefile.target | 59L |
-rw-r--r-- | tests/tcg/cris/README | 1L |
-rw-r--r-- | tests/tcg/cris/bare/check_addcv17.s | 65L |
-rw-r--r-- | tests/tcg/cris/bare/check_addi.s | 57L |
-rw-r--r-- | tests/tcg/cris/bare/check_addiv32.s | 62L |
-rw-r--r-- | tests/tcg/cris/bare/check_addm.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_addq.s | 47L |
-rw-r--r-- | tests/tcg/cris/bare/check_addr.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_addxc.s | 91L |
-rw-r--r-- | tests/tcg/cris/bare/check_addxm.s | 106L |
-rw-r--r-- | tests/tcg/cris/bare/check_addxr.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_andc.s | 80L |
-rw-r--r-- | tests/tcg/cris/bare/check_andm.s | 90L |
-rw-r--r-- | tests/tcg/cris/bare/check_andq.s | 46L |
-rw-r--r-- | tests/tcg/cris/bare/check_andr.s | 95L |
-rw-r--r-- | tests/tcg/cris/bare/check_asr.s | 230L |
-rw-r--r-- | tests/tcg/cris/bare/check_ba.s | 93L |
-rw-r--r-- | tests/tcg/cris/bare/check_bas.s | 102L |
-rw-r--r-- | tests/tcg/cris/bare/check_bcc.s | 197L |
-rw-r--r-- | tests/tcg/cris/bare/check_boundc.s | 101L |
-rw-r--r-- | tests/tcg/cris/bare/check_boundr.s | 125L |
-rw-r--r-- | tests/tcg/cris/bare/check_btst.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_clearfv32.s | 19L |
-rw-r--r-- | tests/tcg/cris/bare/check_clrjmp1.s | 36L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmp-2.s | 15L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmpc.s | 86L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmpm.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmpq.s | 75L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmpr.s | 102L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmpxc.s | 92L |
-rw-r--r-- | tests/tcg/cris/bare/check_cmpxm.s | 106L |
-rw-r--r-- | tests/tcg/cris/bare/check_dstep.s | 42L |
-rw-r--r-- | tests/tcg/cris/bare/check_jsr.s | 85L |
-rw-r--r-- | tests/tcg/cris/bare/check_lapc.s | 78L |
-rw-r--r-- | tests/tcg/cris/bare/check_lsl.s | 217L |
-rw-r--r-- | tests/tcg/cris/bare/check_lsr.s | 218L |
-rw-r--r-- | tests/tcg/cris/bare/check_mcp.s | 49L |
-rw-r--r-- | tests/tcg/cris/bare/check_movdelsr1.s | 33L |
-rw-r--r-- | tests/tcg/cris/bare/check_movecr.s | 37L |
-rw-r--r-- | tests/tcg/cris/bare/check_movei.s | 50L |
-rw-r--r-- | tests/tcg/cris/bare/check_movemr.s | 78L |
-rw-r--r-- | tests/tcg/cris/bare/check_movemrv32.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_mover.s | 28L |
-rw-r--r-- | tests/tcg/cris/bare/check_moverm.s | 45L |
-rw-r--r-- | tests/tcg/cris/bare/check_movmp.s | 131L |
-rw-r--r-- | tests/tcg/cris/bare/check_movpmv32.s | 35L |
-rw-r--r-- | tests/tcg/cris/bare/check_movpr.s | 28L |
-rw-r--r-- | tests/tcg/cris/bare/check_movprv32.s | 21L |
-rw-r--r-- | tests/tcg/cris/bare/check_movscr.s | 29L |
-rw-r--r-- | tests/tcg/cris/bare/check_movsm.s | 44L |
-rw-r--r-- | tests/tcg/cris/bare/check_movsr.s | 46L |
-rw-r--r-- | tests/tcg/cris/bare/check_movucr.s | 33L |
-rw-r--r-- | tests/tcg/cris/bare/check_movum.s | 40L |
-rw-r--r-- | tests/tcg/cris/bare/check_movur.s | 45L |
-rw-r--r-- | tests/tcg/cris/bare/check_mulv32.s | 51L |
-rw-r--r-- | tests/tcg/cris/bare/check_mulx.s | 257L |
-rw-r--r-- | tests/tcg/cris/bare/check_neg.s | 104L |
-rw-r--r-- | tests/tcg/cris/bare/check_not.s | 31L |
-rw-r--r-- | tests/tcg/cris/bare/check_orc.s | 71L |
-rw-r--r-- | tests/tcg/cris/bare/check_orm.s | 75L |
-rw-r--r-- | tests/tcg/cris/bare/check_orq.s | 41L |
-rw-r--r-- | tests/tcg/cris/bare/check_orr.s | 84L |
-rw-r--r-- | tests/tcg/cris/bare/check_ret.s | 25L |
-rw-r--r-- | tests/tcg/cris/bare/check_scc.s | 95L |
-rw-r--r-- | tests/tcg/cris/bare/check_subc.s | 87L |
-rw-r--r-- | tests/tcg/cris/bare/check_subm.s | 96L |
-rw-r--r-- | tests/tcg/cris/bare/check_subq.s | 52L |
-rw-r--r-- | tests/tcg/cris/bare/check_subr.s | 102L |
-rw-r--r-- | tests/tcg/cris/bare/check_xarith.s | 72L |
-rw-r--r-- | tests/tcg/cris/bare/crt.s | 13L |
-rw-r--r-- | tests/tcg/cris/bare/sys.c | 63L |
-rw-r--r-- | tests/tcg/cris/bare/testutils.inc | 117L |
-rw-r--r-- | tests/tcg/cris/libc/check_abs.c | 40L |
-rw-r--r-- | tests/tcg/cris/libc/check_addc.c | 58L |
-rw-r--r-- | tests/tcg/cris/libc/check_addcm.c | 85L |
-rw-r--r-- | tests/tcg/cris/libc/check_addo.c | 125L |
-rw-r--r-- | tests/tcg/cris/libc/check_addoq.c | 44L |
-rw-r--r-- | tests/tcg/cris/libc/check_bound.c | 142L |
-rw-r--r-- | tests/tcg/cris/libc/check_ftag.c | 37L |
-rw-r--r-- | tests/tcg/cris/libc/check_gcctorture_pr28634-1.c | 15L |
-rw-r--r-- | tests/tcg/cris/libc/check_gcctorture_pr28634.c | 15L |
-rw-r--r-- | tests/tcg/cris/libc/check_glibc_kernelversion.c | 116L |
-rw-r--r-- | tests/tcg/cris/libc/check_hello.c | 7L |
-rw-r--r-- | tests/tcg/cris/libc/check_int64.c | 47L |
-rw-r--r-- | tests/tcg/cris/libc/check_lz.c | 49L |
-rw-r--r-- | tests/tcg/cris/libc/check_mapbrk.c | 39L |
-rw-r--r-- | tests/tcg/cris/libc/check_mmap1.c | 48L |
-rw-r--r-- | tests/tcg/cris/libc/check_mmap2.c | 48L |
-rw-r--r-- | tests/tcg/cris/libc/check_mmap3.c | 33L |
-rw-r--r-- | tests/tcg/cris/libc/check_moveq.c | 51L |
-rw-r--r-- | tests/tcg/cris/libc/check_openpf1.c | 38L |
-rw-r--r-- | tests/tcg/cris/libc/check_openpf2.c | 16L |
-rw-r--r-- | tests/tcg/cris/libc/check_openpf3.c | 49L |
-rw-r--r-- | tests/tcg/cris/libc/check_openpf5.c | 56L |
-rw-r--r-- | tests/tcg/cris/libc/check_settls1.c | 45L |
-rw-r--r-- | tests/tcg/cris/libc/check_sigalrm.c | 26L |
-rw-r--r-- | tests/tcg/cris/libc/check_stat1.c | 16L |
-rw-r--r-- | tests/tcg/cris/libc/check_stat2.c | 20L |
-rw-r--r-- | tests/tcg/cris/libc/check_stat3.c | 25L |
-rw-r--r-- | tests/tcg/cris/libc/check_stat4.c | 27L |
-rw-r--r-- | tests/tcg/cris/libc/check_swap.c | 76L |
-rw-r--r-- | tests/tcg/cris/libc/check_time2.c | 18L |
-rw-r--r-- | tests/tcg/cris/libc/crisutils.h | 76L |
-rw-r--r-- | tests/tcg/cris/libc/sys.h | 18L |
-rw-r--r-- | tests/tcg/hexagon/Makefile.target | 44L |
-rw-r--r-- | tests/tcg/hexagon/atomics.c | 139L |
-rw-r--r-- | tests/tcg/hexagon/brev.c | 190L |
-rw-r--r-- | tests/tcg/hexagon/circ.c | 486L |
-rw-r--r-- | tests/tcg/hexagon/dual_stores.c | 60L |
-rw-r--r-- | tests/tcg/hexagon/first.S | 56L |
-rw-r--r-- | tests/tcg/hexagon/float_convs.ref | 748L |
-rw-r--r-- | tests/tcg/hexagon/float_madds.ref | 768L |
-rw-r--r-- | tests/tcg/hexagon/fpstuff.c | 612L |
-rw-r--r-- | tests/tcg/hexagon/hex_sigsegv.c | 106L |
-rw-r--r-- | tests/tcg/hexagon/load_align.c | 415L |
-rw-r--r-- | tests/tcg/hexagon/load_unpack.c | 474L |
-rw-r--r-- | tests/tcg/hexagon/mem_noshuf.c | 328L |
-rw-r--r-- | tests/tcg/hexagon/misc.c | 473L |
-rw-r--r-- | tests/tcg/hexagon/multi_result.c | 282L |
-rw-r--r-- | tests/tcg/hexagon/preg_alias.c | 169L |
-rw-r--r-- | tests/tcg/hppa/Makefile.target | 14L |
-rw-r--r-- | tests/tcg/i386/Makefile.softmmu-target | 47L |
-rw-r--r-- | tests/tcg/i386/Makefile.target | 73L |
-rw-r--r-- | tests/tcg/i386/README | 35L |
-rw-r--r-- | tests/tcg/i386/hello-i386.c | 28L |
-rw-r--r-- | tests/tcg/i386/system/boot.S | 172L |
-rw-r--r-- | tests/tcg/i386/system/kernel.ld | 23L |
-rw-r--r-- | tests/tcg/i386/test-i386-bmi2.c | 42L |
-rw-r--r-- | tests/tcg/i386/test-i386-code16.S | 79L |
-rw-r--r-- | tests/tcg/i386/test-i386-f2xm1.c | 1140L |
-rw-r--r-- | tests/tcg/i386/test-i386-fbstp.c | 140L |
-rw-r--r-- | tests/tcg/i386/test-i386-fisttp.c | 100L |
-rw-r--r-- | tests/tcg/i386/test-i386-fldcst.c | 199L |
-rw-r--r-- | tests/tcg/i386/test-i386-fp-exceptions.c | 831L |
-rw-r--r-- | tests/tcg/i386/test-i386-fpatan.c | 1071L |
-rw-r--r-- | tests/tcg/i386/test-i386-fprem.c | 357L |
-rw-r--r-- | tests/tcg/i386/test-i386-fscale.c | 108L |
-rw-r--r-- | tests/tcg/i386/test-i386-fxam.c | 143L |
-rw-r--r-- | tests/tcg/i386/test-i386-fxtract.c | 120L |
-rw-r--r-- | tests/tcg/i386/test-i386-fyl2x.c | 1161L |
-rw-r--r-- | tests/tcg/i386/test-i386-fyl2xp1.c | 1156L |
-rw-r--r-- | tests/tcg/i386/test-i386-muldiv.h | 76L |
-rw-r--r-- | tests/tcg/i386/test-i386-pcmpistri.c | 33L |
-rw-r--r-- | tests/tcg/i386/test-i386-pseudo-denormal.c | 38L |
-rw-r--r-- | tests/tcg/i386/test-i386-shift.h | 185L |
-rw-r--r-- | tests/tcg/i386/test-i386-snan-convert.c | 63L |
-rw-r--r-- | tests/tcg/i386/test-i386-sse-exceptions.c | 813L |
-rw-r--r-- | tests/tcg/i386/test-i386-ssse3.c | 57L |
-rw-r--r-- | tests/tcg/i386/test-i386-vm86.S | 103L |
-rw-r--r-- | tests/tcg/i386/test-i386.c | 2764L |
-rw-r--r-- | tests/tcg/i386/test-i386.h | 152L |
-rw-r--r-- | tests/tcg/m68k/Makefile.target | 7L |
-rw-r--r-- | tests/tcg/minilib/Makefile.target | 21L |
-rw-r--r-- | tests/tcg/minilib/minilib.h | 25L |
-rw-r--r-- | tests/tcg/minilib/printf.c | 136L |
-rw-r--r-- | tests/tcg/mips/Makefile.target | 19L |
-rw-r--r-- | tests/tcg/mips/README | 7L |
-rw-r--r-- | tests/tcg/mips/hello-mips.c | 64L |
-rw-r--r-- | tests/tcg/mips/include/test_inputs_128.h | 122L |
-rw-r--r-- | tests/tcg/mips/include/test_inputs_32.h | 122L |
-rw-r--r-- | tests/tcg/mips/include/test_inputs_64.h | 208L |
-rw-r--r-- | tests/tcg/mips/include/test_utils_128.h | 103L |
-rw-r--r-- | tests/tcg/mips/include/test_utils_32.h | 78L |
-rw-r--r-- | tests/tcg/mips/include/test_utils_64.h | 81L |
-rw-r--r-- | tests/tcg/mips/include/wrappers_mips64r6.h | 83L |
-rw-r--r-- | tests/tcg/mips/include/wrappers_msa.h | 732L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/Makefile | 184L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_ph.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_w.c | 37L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_ph.c | 46L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_ph.c | 69L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_w.c | 44L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addsc.c | 33L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_qb.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_s_qb.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_addwc.c | 49L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_bitrev.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_bposge32.c | 44L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_eq_ph.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_le_ph.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_lt_ph.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_eq_qb.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_le_qb.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_lt_qb.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_eq_qb.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_le_qb.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_lt_qb.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_s_w_ph.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_sa_l_w.c | 125L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbl.c | 27L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbr.c | 27L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_s_w_ph.c | 45L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_sa_l_w.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbl.c | 27L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbr.c | 27L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extp.c | 62L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdp.c | 64L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdpv.c | 47L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpv.c | 45L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_r_w.c | 94L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_rs_w.c | 117L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_s_h.c | 86L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_w.c | 94L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_r_w.c | 79L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_rs_w.c | 77L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_s_h.c | 88L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_w.c | 80L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_insv.c | 36L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_lbux.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_lhx.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_lwx.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_madd.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_maddu.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_main.c | 6L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phl.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phr.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phl.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phr.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mfhi.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mflo.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_modsub.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_msub.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_msubu.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthi.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthlip.c | 58L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mtlo.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phl.c | 41L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phr.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbl.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbr.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mulq_rs_ph.c | 42L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_mult.c | 24L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_multu.c | 24L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_packrl_ph.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_ph.c | 49L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_qb.c | 36L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phl.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phr.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbl.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbla.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbr.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbra.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbl.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbla.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbr.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbra.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_ph_w.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_qb_ph.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_rs_ph_w.c | 51L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrqu_s_qb_ph.c | 24L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_raddu_w_qb.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_rddsp.c | 46L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_ph.c | 23L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_qb.c | 16L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_ph.c | 19L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_qb.c | 19L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilo.c | 45L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilov.c | 49L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_ph.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_qb.c | 55L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_ph.c | 24L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_w.c | 52L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_ph.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_qb.c | 38L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_ph.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_w.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_ph.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_ph.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_w.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_ph.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_ph.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_w.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrl_qb.c | 31L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrlv_qb.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_ph.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_ph.c | 58L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_w.c | 74L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_qb.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_s_qb.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r1_wrdsp.c | 46L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_absq_s_qb.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_ph.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_ph.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_w.c | 34L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_w.c | 34L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_ph.c | 33L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_s_ph.c | 33L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_qb.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_r_qb.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_append.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_balign.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_eq_qb.c | 37L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_le_qb.c | 37L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_lt_qb.c | 37L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpa_w_ph.c | 44L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_s_w_ph.c | 79L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_sa_w_ph.c | 57L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpax_w_ph.c | 44L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dps_w_ph.c | 44L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_s_w_ph.c | 54L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_sa_w_ph.c | 53L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsx_w_ph.c | 27L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_ph.c | 47L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_s_ph.c | 62L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_rs_w.c | 36L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_ph.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_w.c | 36L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsa_w_ph.c | 29L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsaq_s_w_ph.c | 29L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_qb_ph.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_ph_w.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_r_ph_w.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_prepend.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_qb.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_r_qb.c | 30L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_qb.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_r_qb.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrl_ph.c | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrlv_ph.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_ph.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_ph.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_w.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_w.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_ph.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_s_ph.c | 25L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_qb.c | 21L |
-rw-r--r-- | tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_r_qb.c | 32L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/README | 20L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmnz_v.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmz_v.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-move/test_msa_bsel_v.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_h.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_w.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_h.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_w.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_h.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_w.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_h.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_w.c | 216L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_b.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_d.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_h.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_w.c | 160L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/move/test_msa_move_v.c | 149L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c | 214L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sll_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sll_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sll_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sll_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sra_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sra_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sra_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_sra_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srar_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srar_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srar_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srar_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srl_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srl_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srl_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srl_w.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_b.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_d.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_h.c | 158L |
-rw-r--r-- | tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_w.c | 158L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_compile_32r5eb.sh | 917L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_compile_32r5el.sh | 917L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_compile_64r6eb.sh | 643L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_compile_64r6el.sh | 643L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_run_32r5eb.sh | 371L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_run_32r5el.sh | 371L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_run_64r6eb.sh | 371L |
-rwxr-xr-x | tests/tcg/mips/user/ase/msa/test_msa_run_64r6el.sh | 371L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clo.c | 146L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c | 146L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclo.c | 146L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c | 146L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-swap/test_mips64r6_bitswap.c | 146L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-swap/test_mips64r6_dbitswap.c | 146L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuh.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuhu.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmul.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmulu.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muh.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muhu.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mul.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mulu.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_and.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_nor.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_or.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_xor.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsllv.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrav.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrlv.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_sllv.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srav.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srlv.c | 153L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/Makefile | 32L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_div1.c | 73L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_divu1.c | 48L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_madd.c | 78L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_maddu.c | 70L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_mflohi1.c | 35L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_mtlohi1.c | 40L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_mult.c | 76L |
-rw-r--r-- | tests/tcg/mips/user/isa/r5900/test_r5900_multu.c | 68L |
-rw-r--r-- | tests/tcg/multiarch/Makefile.target | 112L |
-rw-r--r-- | tests/tcg/multiarch/README | 1L |
-rw-r--r-- | tests/tcg/multiarch/arm-compat-semi/semiconsole.c | 29L |
-rw-r--r-- | tests/tcg/multiarch/arm-compat-semi/semihosting.c | 82L |
-rw-r--r-- | tests/tcg/multiarch/float_convs.c | 107L |
-rw-r--r-- | tests/tcg/multiarch/float_helpers.h | 43L |
-rw-r--r-- | tests/tcg/multiarch/float_madds.c | 105L |
-rw-r--r-- | tests/tcg/multiarch/gdbstub/memory.py | 130L |
-rw-r--r-- | tests/tcg/multiarch/gdbstub/sha1.py | 88L |
-rw-r--r-- | tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py | 57L |
-rw-r--r-- | tests/tcg/multiarch/libs/float_helpers.c | 228L |
-rw-r--r-- | tests/tcg/multiarch/linux/linux-test.c | 545L |
-rw-r--r-- | tests/tcg/multiarch/sha1.c | 239L |
-rw-r--r-- | tests/tcg/multiarch/signals.c | 149L |
-rw-r--r-- | tests/tcg/multiarch/system/Makefile.softmmu-target | 35L |
-rw-r--r-- | tests/tcg/multiarch/system/hello.c | 14L |
-rw-r--r-- | tests/tcg/multiarch/system/memory.c | 476L |
-rw-r--r-- | tests/tcg/multiarch/test-mmap.c | 504L |
-rw-r--r-- | tests/tcg/multiarch/testthread.c | 57L |
-rw-r--r-- | tests/tcg/multiarch/threadcount.c | 64L |
-rw-r--r-- | tests/tcg/openrisc/Makefile | 71L |
-rw-r--r-- | tests/tcg/openrisc/test_add.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_addc.c | 40L |
-rw-r--r-- | tests/tcg/openrisc/test_addi.c | 33L |
-rw-r--r-- | tests/tcg/openrisc/test_addic.c | 35L |
-rw-r--r-- | tests/tcg/openrisc/test_and_or.c | 65L |
-rw-r--r-- | tests/tcg/openrisc/test_bf.c | 47L |
-rw-r--r-- | tests/tcg/openrisc/test_bnf.c | 51L |
-rw-r--r-- | tests/tcg/openrisc/test_div.c | 54L |
-rw-r--r-- | tests/tcg/openrisc/test_divu.c | 34L |
-rw-r--r-- | tests/tcg/openrisc/test_extx.c | 78L |
-rw-r--r-- | tests/tcg/openrisc/test_fx.c | 57L |
-rw-r--r-- | tests/tcg/openrisc/test_j.c | 26L |
-rw-r--r-- | tests/tcg/openrisc/test_jal.c | 26L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_add.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_div.c | 37L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_eqs.c | 88L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_ges.c | 88L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_gts.c | 86L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_les.c | 88L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_lts.c | 92L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_mul.c | 22L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_nes.c | 89L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_rem.c | 32L |
-rw-r--r-- | tests/tcg/openrisc/test_lf_sub.c | 35L |
-rw-r--r-- | tests/tcg/openrisc/test_logic.c | 105L |
-rw-r--r-- | tests/tcg/openrisc/test_lx.c | 84L |
-rw-r--r-- | tests/tcg/openrisc/test_movhi.c | 31L |
-rw-r--r-- | tests/tcg/openrisc/test_mul.c | 61L |
-rw-r--r-- | tests/tcg/openrisc/test_muli.c | 48L |
-rw-r--r-- | tests/tcg/openrisc/test_mulu.c | 48L |
-rw-r--r-- | tests/tcg/openrisc/test_sfeq.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_sfeqi.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_sfges.c | 44L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgesi.c | 40L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgeu.c | 44L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgeui.c | 41L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgts.c | 45L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgtsi.c | 41L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgtu.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_sfgtui.c | 42L |
-rw-r--r-- | tests/tcg/openrisc/test_sfles.c | 26L |
-rw-r--r-- | tests/tcg/openrisc/test_sflesi.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_sfleu.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_sfleui.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_sflts.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_sfltsi.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_sfltu.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_sfltui.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_sfne.c | 43L |
-rw-r--r-- | tests/tcg/openrisc/test_sfnei.c | 39L |
-rw-r--r-- | tests/tcg/openrisc/test_sub.c | 35L |
-rw-r--r-- | tests/tcg/ppc/Makefile.target | 12L |
-rw-r--r-- | tests/tcg/ppc64/Makefile.target | 26L |
-rw-r--r-- | tests/tcg/ppc64le/Makefile.target | 25L |
-rw-r--r-- | tests/tcg/ppc64le/bcdsub.c | 130L |
-rw-r--r-- | tests/tcg/ppc64le/byte_reverse.c | 21L |
-rw-r--r-- | tests/tcg/riscv64/Makefile.target | 5L |
-rw-r--r-- | tests/tcg/riscv64/semicall.h | 22L |
-rw-r--r-- | tests/tcg/riscv64/test-div.c | 58L |
-rw-r--r-- | tests/tcg/s390x/Makefile.target | 26L |
-rw-r--r-- | tests/tcg/s390x/csst.c | 43L |
-rw-r--r-- | tests/tcg/s390x/exrl-trt.c | 48L |
-rw-r--r-- | tests/tcg/s390x/exrl-trtr.c | 48L |
-rw-r--r-- | tests/tcg/s390x/gdbstub/test-signals-s390x.py | 76L |
-rw-r--r-- | tests/tcg/s390x/hello-s390x.c | 7L |
-rw-r--r-- | tests/tcg/s390x/ipm.c | 22L |
-rw-r--r-- | tests/tcg/s390x/mvc.c | 109L |
-rw-r--r-- | tests/tcg/s390x/mvo.c | 25L |
-rw-r--r-- | tests/tcg/s390x/pack.c | 21L |
-rw-r--r-- | tests/tcg/s390x/signals-s390x.c | 165L |
-rw-r--r-- | tests/tcg/s390x/trap.c | 102L |
-rw-r--r-- | tests/tcg/sh4/Makefile.target | 14L |
-rw-r--r-- | tests/tcg/sparc64/Makefile.target | 6L |
-rw-r--r-- | tests/tcg/tricore/Makefile.softmmu-target | 26L |
-rw-r--r-- | tests/tcg/tricore/link.ld | 60L |
-rw-r--r-- | tests/tcg/tricore/macros.h | 129L |
-rw-r--r-- | tests/tcg/tricore/test_abs.S | 7L |
-rw-r--r-- | tests/tcg/tricore/test_bmerge.S | 8L |
-rw-r--r-- | tests/tcg/tricore/test_clz.S | 9L |
-rw-r--r-- | tests/tcg/tricore/test_dvstep.S | 15L |
-rw-r--r-- | tests/tcg/tricore/test_fadd.S | 16L |
-rw-r--r-- | tests/tcg/tricore/test_fmul.S | 8L |
-rw-r--r-- | tests/tcg/tricore/test_ftoi.S | 10L |
-rw-r--r-- | tests/tcg/tricore/test_madd.S | 11L |
-rw-r--r-- | tests/tcg/tricore/test_msub.S | 9L |
-rw-r--r-- | tests/tcg/tricore/test_muls.S | 9L |
-rw-r--r-- | tests/tcg/x86_64/Makefile.softmmu-target | 47L |
-rw-r--r-- | tests/tcg/x86_64/Makefile.target | 24L |
-rw-r--r-- | tests/tcg/x86_64/system/boot.S | 274L |
-rw-r--r-- | tests/tcg/x86_64/system/kernel.ld | 33L |
-rw-r--r-- | tests/tcg/x86_64/vsyscall.c | 12L |
-rw-r--r-- | tests/tcg/xtensa/Makefile.softmmu-target | 42L |
-rw-r--r-- | tests/tcg/xtensa/crt.S | 24L |
-rw-r--r-- | tests/tcg/xtensa/fpu.h | 142L |
-rw-r--r-- | tests/tcg/xtensa/linker.ld.S | 166L |
-rw-r--r-- | tests/tcg/xtensa/macros.inc | 122L |
-rw-r--r-- | tests/tcg/xtensa/test_b.S | 245L |
-rw-r--r-- | tests/tcg/xtensa/test_bi.S | 103L |
-rw-r--r-- | tests/tcg/xtensa/test_boolean.S | 27L |
-rw-r--r-- | tests/tcg/xtensa/test_break.S | 266L |
-rw-r--r-- | tests/tcg/xtensa/test_bz.S | 57L |
-rw-r--r-- | tests/tcg/xtensa/test_cache.S | 135L |
-rw-r--r-- | tests/tcg/xtensa/test_clamps.S | 46L |
-rw-r--r-- | tests/tcg/xtensa/test_dfp0_arith.S | 162L |
-rw-r--r-- | tests/tcg/xtensa/test_exclusive.S | 48L |
-rw-r--r-- | tests/tcg/xtensa/test_extui.S | 26L |
-rw-r--r-- | tests/tcg/xtensa/test_flix.S | 77L |
-rw-r--r-- | tests/tcg/xtensa/test_fp0_arith.S | 261L |
-rw-r--r-- | tests/tcg/xtensa/test_fp0_conv.S | 315L |
-rw-r--r-- | tests/tcg/xtensa/test_fp0_div.S | 82L |
-rw-r--r-- | tests/tcg/xtensa/test_fp0_sqrt.S | 76L |
-rw-r--r-- | tests/tcg/xtensa/test_fp1.S | 147L |
-rw-r--r-- | tests/tcg/xtensa/test_fp_cpenable.S | 27L |
-rw-r--r-- | tests/tcg/xtensa/test_interrupt.S | 259L |
-rw-r--r-- | tests/tcg/xtensa/test_load_store.S | 221L |
-rw-r--r-- | tests/tcg/xtensa/test_loop.S | 167L |
-rw-r--r-- | tests/tcg/xtensa/test_lsc.S | 266L |
-rw-r--r-- | tests/tcg/xtensa/test_mac16.S | 247L |
-rw-r--r-- | tests/tcg/xtensa/test_max.S | 85L |
-rw-r--r-- | tests/tcg/xtensa/test_min.S | 85L |
-rw-r--r-- | tests/tcg/xtensa/test_mmu.S | 747L |
-rw-r--r-- | tests/tcg/xtensa/test_mul16.S | 87L |
-rw-r--r-- | tests/tcg/xtensa/test_mul32.S | 24L |
-rw-r--r-- | tests/tcg/xtensa/test_nsa.S | 63L |
-rw-r--r-- | tests/tcg/xtensa/test_phys_mem.S | 128L |
-rw-r--r-- | tests/tcg/xtensa/test_quo.S | 151L |
-rw-r--r-- | tests/tcg/xtensa/test_rem.S | 151L |
-rw-r--r-- | tests/tcg/xtensa/test_rst0.S | 156L |
-rw-r--r-- | tests/tcg/xtensa/test_s32c1i.S | 51L |
-rw-r--r-- | tests/tcg/xtensa/test_sar.S | 111L |
-rw-r--r-- | tests/tcg/xtensa/test_sext.S | 73L |
-rw-r--r-- | tests/tcg/xtensa/test_shift.S | 206L |
-rw-r--r-- | tests/tcg/xtensa/test_sr.S | 236L |
-rw-r--r-- | tests/tcg/xtensa/test_timer.S | 257L |
-rw-r--r-- | tests/tcg/xtensa/test_windowed.S | 367L |
-rw-r--r-- | tests/tcg/xtensa/vectors.S | 65L |
-rw-r--r-- | tests/test-qht-par.c | 55L |
-rw-r--r-- | tests/tsan/blacklist.tsan | 10L |
-rw-r--r-- | tests/tsan/suppressions.tsan | 14L |
-rw-r--r-- | tests/uefi-test-tools/LICENSE | 25L |
-rw-r--r-- | tests/uefi-test-tools/Makefile | 110L |
-rw-r--r-- | tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c | 145L |
-rw-r--r-- | tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.inf | 43L |
-rw-r--r-- | tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h | 80L |
-rw-r--r-- | tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dec | 27L |
-rw-r--r-- | tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dsc | 69L |
-rwxr-xr-x | tests/uefi-test-tools/build.sh | 65L |
-rw-r--r-- | tests/unit/check-block-qdict.c | 712L |
-rw-r--r-- | tests/unit/check-qdict.c | 379L |
-rw-r--r-- | tests/unit/check-qjson.c | 1518L |
-rw-r--r-- | tests/unit/check-qlist.c | 103L |
-rw-r--r-- | tests/unit/check-qlit.c | 101L |
-rw-r--r-- | tests/unit/check-qnull.c | 78L |
-rw-r--r-- | tests/unit/check-qnum.c | 175L |
-rw-r--r-- | tests/unit/check-qobject.c | 334L |
-rw-r--r-- | tests/unit/check-qom-interface.c | 103L |
-rw-r--r-- | tests/unit/check-qom-proplist.c | 671L |
-rw-r--r-- | tests/unit/check-qstring.c | 82L |
-rw-r--r-- | tests/unit/crypto-tls-psk-helpers.c | 44L |
-rw-r--r-- | tests/unit/crypto-tls-psk-helpers.h | 29L |
-rw-r--r-- | tests/unit/crypto-tls-x509-helpers.c | 504L |
-rw-r--r-- | tests/unit/crypto-tls-x509-helpers.h | 123L |
-rw-r--r-- | tests/unit/io-channel-helpers.c | 163L |
-rw-r--r-- | tests/unit/io-channel-helpers.h | 41L |
-rw-r--r-- | tests/unit/iothread.c | 120L |
-rw-r--r-- | tests/unit/iothread.h | 25L |
-rw-r--r-- | tests/unit/meson.build | 186L |
-rw-r--r-- | tests/unit/pkix_asn1_tab.c | 1105L |
-rw-r--r-- | tests/unit/ptimer-test-stubs.c | 124L |
-rw-r--r-- | tests/unit/ptimer-test.c | 892L |
-rw-r--r-- | tests/unit/ptimer-test.h | 22L |
-rw-r--r-- | tests/unit/rcutorture.c | 483L |
-rw-r--r-- | tests/unit/socket-helpers.c | 157L |
-rw-r--r-- | tests/unit/socket-helpers.h | 35L |
-rw-r--r-- | tests/unit/test-aio-multithread.c | 460L |
-rw-r--r-- | tests/unit/test-aio.c | 958L |
-rw-r--r-- | tests/unit/test-authz-list.c | 160L |
-rw-r--r-- | tests/unit/test-authz-listfile.c | 196L |
-rw-r--r-- | tests/unit/test-authz-pam.c | 133L |
-rw-r--r-- | tests/unit/test-authz-simple.c | 51L |
-rw-r--r-- | tests/unit/test-base64.c | 108L |
-rw-r--r-- | tests/unit/test-bdrv-drain.c | 2233L |
-rw-r--r-- | tests/unit/test-bdrv-graph-mod.c | 408L |
-rw-r--r-- | tests/unit/test-bitcnt.c | 140L |
-rw-r--r-- | tests/unit/test-bitmap.c | 138L |
-rw-r--r-- | tests/unit/test-bitops.c | 146L |
-rw-r--r-- | tests/unit/test-block-backend.c | 85L |
-rw-r--r-- | tests/unit/test-block-iothread.c | 777L |
-rw-r--r-- | tests/unit/test-blockjob-txn.c | 262L |
-rw-r--r-- | tests/unit/test-blockjob.c | 514L |
-rw-r--r-- | tests/unit/test-bufferiszero.c | 78L |
-rw-r--r-- | tests/unit/test-char.c | 1554L |
-rw-r--r-- | tests/unit/test-clone-visitor.c | 213L |
-rw-r--r-- | tests/unit/test-coroutine.c | 673L |
-rw-r--r-- | tests/unit/test-crypto-afsplit.c | 194L |
-rw-r--r-- | tests/unit/test-crypto-block.c | 368L |
-rw-r--r-- | tests/unit/test-crypto-cipher.c | 822L |
-rw-r--r-- | tests/unit/test-crypto-hash.c | 256L |
-rw-r--r-- | tests/unit/test-crypto-hmac.c | 254L |
-rw-r--r-- | tests/unit/test-crypto-ivgen.c | 178L |
-rw-r--r-- | tests/unit/test-crypto-pbkdf.c | 443L |
-rw-r--r-- | tests/unit/test-crypto-secret.c | 614L |
-rw-r--r-- | tests/unit/test-crypto-tlscredsx509.c | 706L |
-rw-r--r-- | tests/unit/test-crypto-tlssession.c | 648L |
-rw-r--r-- | tests/unit/test-crypto-xts.c | 529L |
-rw-r--r-- | tests/unit/test-cutils.c | 2733L |
-rw-r--r-- | tests/unit/test-fdmon-epoll.c | 73L |
-rw-r--r-- | tests/unit/test-forward-visitor.c | 197L |
-rw-r--r-- | tests/unit/test-hbitmap.c | 1119L |
-rw-r--r-- | tests/unit/test-image-locking.c | 158L |
-rw-r--r-- | tests/unit/test-int128.c | 223L |
-rw-r--r-- | tests/unit/test-io-channel-buffer.c | 52L |
-rw-r--r-- | tests/unit/test-io-channel-command.c | 130L |
-rw-r--r-- | tests/unit/test-io-channel-file.c | 155L |
-rw-r--r-- | tests/unit/test-io-channel-socket.c | 603L |
-rw-r--r-- | tests/unit/test-io-channel-tls.c | 334L |
-rw-r--r-- | tests/unit/test-io-task.c | 268L |
-rw-r--r-- | tests/unit/test-iov.c | 578L |
-rw-r--r-- | tests/unit/test-keyval.c | 823L |
-rw-r--r-- | tests/unit/test-logging.c | 218L |
-rw-r--r-- | tests/unit/test-mul64.c | 68L |
-rw-r--r-- | tests/unit/test-opts-visitor.c | 371L |
-rw-r--r-- | tests/unit/test-qapi-util.c | 78L |
-rw-r--r-- | tests/unit/test-qdev-global-props.c | 319L |
-rw-r--r-- | tests/unit/test-qdist.c | 389L |
-rw-r--r-- | tests/unit/test-qemu-opts.c | 1022L |
-rw-r--r-- | tests/unit/test-qga.c | 1019L |
-rw-r--r-- | tests/unit/test-qgraph.c | 434L |
-rw-r--r-- | tests/unit/test-qht.c | 260L |
-rw-r--r-- | tests/unit/test-qmp-cmds.c | 428L |
-rw-r--r-- | tests/unit/test-qmp-event.c | 195L |
-rw-r--r-- | tests/unit/test-qobject-input-visitor.c | 1215L |
-rw-r--r-- | tests/unit/test-qobject-output-visitor.c | 602L |
-rw-r--r-- | tests/unit/test-rcu-list.c | 381L |
-rw-r--r-- | tests/unit/test-rcu-simpleq.c | 2L |
-rw-r--r-- | tests/unit/test-rcu-slist.c | 2L |
-rw-r--r-- | tests/unit/test-rcu-tailq.c | 2L |
-rw-r--r-- | tests/unit/test-replication.c | 623L |
-rw-r--r-- | tests/unit/test-shift128.c | 139L |
-rw-r--r-- | tests/unit/test-string-input-visitor.c | 501L |
-rw-r--r-- | tests/unit/test-string-output-visitor.c | 248L |
-rw-r--r-- | tests/unit/test-thread-pool.c | 250L |
-rw-r--r-- | tests/unit/test-throttle.c | 770L |
-rw-r--r-- | tests/unit/test-timed-average.c | 89L |
-rw-r--r-- | tests/unit/test-util-filemonitor.c | 720L |
-rw-r--r-- | tests/unit/test-util-sockets.c | 380L |
-rw-r--r-- | tests/unit/test-uuid.c | 184L |
-rw-r--r-- | tests/unit/test-visitor-serialization.c | 1116L |
-rw-r--r-- | tests/unit/test-vmstate.c | 1532L |
-rw-r--r-- | tests/unit/test-write-threshold.c | 47L |
-rw-r--r-- | tests/unit/test-x86-cpuid.c | 138L |
-rw-r--r-- | tests/unit/test-xbzrle.c | 191L |
-rw-r--r-- | tests/unit/test-yank.c | 249L |
-rw-r--r-- | tests/vhost-user-bridge.c | 844L |
-rw-r--r-- | tests/vm/Makefile.include | 132L |
-rw-r--r-- | tests/vm/README | 1L |
-rw-r--r-- | tests/vm/aarch64vm.py | 106L |
-rw-r--r-- | tests/vm/basevm.py | 665L |
-rwxr-xr-x | tests/vm/centos | 52L |
-rw-r--r-- | tests/vm/centos-8-aarch64.ks | 51L |
-rwxr-xr-x | tests/vm/centos.aarch64 | 227L |
-rw-r--r-- | tests/vm/conf_example_aarch64.yml | 51L |
-rw-r--r-- | tests/vm/conf_example_x86.yml | 50L |
-rwxr-xr-x | tests/vm/fedora | 191L |
-rwxr-xr-x | tests/vm/freebsd | 215L |
-rwxr-xr-x | tests/vm/haiku.x86_64 | 118L |
-rwxr-xr-x | tests/vm/netbsd | 211L |
-rwxr-xr-x | tests/vm/openbsd | 184L |
-rwxr-xr-x | tests/vm/ubuntu.aarch64 | 68L |
-rwxr-xr-x | tests/vm/ubuntu.i386 | 40L |
-rw-r--r-- | tests/vm/ubuntuvm.py | 60L |
-rw-r--r-- | tests/vmstate-static-checker-data/dump1.json | 1163L |
-rw-r--r-- | tests/vmstate-static-checker-data/dump2.json | 968L |
-rw-r--r-- | thunk.c | 481L |
-rwxr-xr-x | tools/ebpf/Makefile.ebpf | 21L |
-rw-r--r-- | tools/ebpf/rss.bpf.c | 571L |
-rw-r--r-- | tools/meson.build | 26L |
-rw-r--r-- | tools/virtiofsd/50-qemu-virtiofsd.json.in | 5L |
-rw-r--r-- | tools/virtiofsd/buffer.c | 350L |
-rw-r--r-- | tools/virtiofsd/fuse_common.h | 832L |
-rw-r--r-- | tools/virtiofsd/fuse_i.h | 100L |
-rw-r--r-- | tools/virtiofsd/fuse_log.c | 39L |
-rw-r--r-- | tools/virtiofsd/fuse_log.h | 73L |
-rw-r--r-- | tools/virtiofsd/fuse_lowlevel.c | 2614L |
-rw-r--r-- | tools/virtiofsd/fuse_lowlevel.h | 1975L |
-rw-r--r-- | tools/virtiofsd/fuse_misc.h | 59L |
-rw-r--r-- | tools/virtiofsd/fuse_opt.c | 446L |
-rw-r--r-- | tools/virtiofsd/fuse_opt.h | 272L |
-rw-r--r-- | tools/virtiofsd/fuse_signals.c | 93L |
-rw-r--r-- | tools/virtiofsd/fuse_virtio.c | 1083L |
-rw-r--r-- | tools/virtiofsd/fuse_virtio.h | 33L |
-rw-r--r-- | tools/virtiofsd/helper.c | 405L |
-rw-r--r-- | tools/virtiofsd/meson.build | 18L |
-rw-r--r-- | tools/virtiofsd/passthrough_helpers.h | 51L |
-rw-r--r-- | tools/virtiofsd/passthrough_ll.c | 4079L |
-rw-r--r-- | tools/virtiofsd/passthrough_seccomp.c | 177L |
-rw-r--r-- | tools/virtiofsd/passthrough_seccomp.h | 15L |
-rw-r--r-- | trace-events | 152L |
-rw-r--r-- | trace/control-internal.h | 61L |
-rw-r--r-- | trace/control-target.c | 149L |
-rw-r--r-- | trace/control-vcpu.h | 63L |
-rw-r--r-- | trace/control.c | 336L |
-rw-r--r-- | trace/control.h | 264L |
-rw-r--r-- | trace/event-internal.h | 44L |
-rw-r--r-- | trace/ftrace.c | 95L |
-rw-r--r-- | trace/ftrace.h | 12L |
-rw-r--r-- | trace/meson.build | 97L |
-rw-r--r-- | trace/qmp.c | 168L |
-rw-r--r-- | trace/simple.c | 436L |
-rw-r--r-- | trace/simple.h | 52L |
-rw-r--r-- | ui/clipboard.c | 133L |
-rw-r--r-- | ui/cocoa.m | 2063L |
-rw-r--r-- | ui/console-gl.c | 158L |
-rw-r--r-- | ui/console.c | 2511L |
-rw-r--r-- | ui/curses.c | 813L |
-rw-r--r-- | ui/curses_keys.h | 537L |
-rw-r--r-- | ui/cursor.c | 243L |
-rw-r--r-- | ui/cursor_hidden.xpm | 37L |
-rw-r--r-- | ui/cursor_left_ptr.xpm | 39L |
-rw-r--r-- | ui/egl-context.c | 37L |
-rw-r--r-- | ui/egl-headless.c | 217L |
-rw-r--r-- | ui/egl-helpers.c | 512L |
-rw-r--r-- | ui/gtk-clipboard.c | 192L |
-rw-r--r-- | ui/gtk-egl.c | 346L |
-rw-r--r-- | ui/gtk-gl-area.c | 273L |
-rw-r--r-- | ui/gtk.c | 2371L |
-rw-r--r-- | ui/icons/Makefile | 13L |
-rw-r--r-- | ui/icons/meson.build | 13L |
-rw-r--r-- | ui/icons/qemu.svg | 976L |
-rw-r--r-- | ui/icons/qemu_128x128.png | 8286B |
-rw-r--r-- | ui/icons/qemu_16x16.png | 765B |
-rw-r--r-- | ui/icons/qemu_24x24.png | 1201B |
-rw-r--r-- | ui/icons/qemu_256x256.png | 17572B |
-rw-r--r-- | ui/icons/qemu_32x32.bmp | 4234B |
-rw-r--r-- | ui/icons/qemu_32x32.png | 1696B |
-rw-r--r-- | ui/icons/qemu_48x48.png | 2694B |
-rw-r--r-- | ui/icons/qemu_512x512.png | 38007B |
-rw-r--r-- | ui/icons/qemu_64x64.png | 3807B |
-rw-r--r-- | ui/input-barrier.c | 746L |
-rw-r--r-- | ui/input-barrier.h | 112L |
-rw-r--r-- | ui/input-keymap.c | 89L |
-rw-r--r-- | ui/input-legacy.c | 275L |
-rw-r--r-- | ui/input-linux.c | 534L |
-rw-r--r-- | ui/input.c | 622L |
-rw-r--r-- | ui/kbd-state.c | 137L |
m--------- | ui/keycodemapdb @ d21009b | |
-rw-r--r-- | ui/keymaps.c | 273L |
-rw-r--r-- | ui/keymaps.h | 62L |
-rw-r--r-- | ui/meson.build | 151L |
-rw-r--r-- | ui/qemu-pixman.c | 280L |
-rw-r--r-- | ui/qemu-x509.h | 9L |
-rw-r--r-- | ui/qemu.desktop | 8L |
-rw-r--r-- | ui/sdl2-2d.c | 165L |
-rw-r--r-- | ui/sdl2-gl.c | 245L |
-rw-r--r-- | ui/sdl2-input.c | 59L |
-rw-r--r-- | ui/sdl2.c | 927L |
-rw-r--r-- | ui/shader.c | 174L |
-rw-r--r-- | ui/shader/meson.build | 14L |
-rw-r--r-- | ui/shader/texture-blit-flip.vert | 10L |
-rw-r--r-- | ui/shader/texture-blit.frag | 10L |
-rw-r--r-- | ui/shader/texture-blit.vert | 10L |
-rw-r--r-- | ui/spice-app.c | 227L |
-rw-r--r-- | ui/spice-core.c | 1039L |
-rw-r--r-- | ui/spice-display.c | 1199L |
-rw-r--r-- | ui/spice-input.c | 260L |
-rw-r--r-- | ui/spice-module.c | 85L |
-rw-r--r-- | ui/trace-events | 137L |
-rw-r--r-- | ui/trace.h | 1L |
-rw-r--r-- | ui/udmabuf.c | 29L |
-rw-r--r-- | ui/vdagent.c | 871L |
-rw-r--r-- | ui/vgafont.h | 4611L |
-rw-r--r-- | ui/vnc-auth-sasl.c | 692L |
-rw-r--r-- | ui/vnc-auth-sasl.h | 74L |
-rw-r--r-- | ui/vnc-auth-vencrypt.c | 166L |
-rw-r--r-- | ui/vnc-auth-vencrypt.h | 32L |
-rw-r--r-- | ui/vnc-clipboard.c | 323L |
-rw-r--r-- | ui/vnc-enc-hextile-template.h | 211L |
-rw-r--r-- | ui/vnc-enc-hextile.c | 84L |
-rw-r--r-- | ui/vnc-enc-tight.c | 1712L |
-rw-r--r-- | ui/vnc-enc-tight.h | 183L |
-rw-r--r-- | ui/vnc-enc-zlib.c | 154L |
-rw-r--r-- | ui/vnc-enc-zrle.c | 366L |
-rw-r--r-- | ui/vnc-enc-zrle.c.inc | 263L |
-rw-r--r-- | ui/vnc-enc-zrle.h | 40L |
-rw-r--r-- | ui/vnc-enc-zywrle-template.c | 171L |
-rw-r--r-- | ui/vnc-enc-zywrle.h | 659L |
-rw-r--r-- | ui/vnc-jobs.c | 382L |
-rw-r--r-- | ui/vnc-jobs.h | 68L |
-rw-r--r-- | ui/vnc-palette.c | 159L |
-rw-r--r-- | ui/vnc-palette.h | 66L |
-rw-r--r-- | ui/vnc-stubs.c | 24L |
-rw-r--r-- | ui/vnc-ws.c | 150L |
-rw-r--r-- | ui/vnc-ws.h | 31L |
-rw-r--r-- | ui/vnc.c | 4312L |
-rw-r--r-- | ui/vnc.h | 645L |
-rw-r--r-- | ui/vnc_keysym.h | 722L |
-rw-r--r-- | ui/win32-kbd-hook.c | 102L |
-rw-r--r-- | ui/x_keymap.c | 119L |
-rw-r--r-- | ui/x_keymap.h | 32L |
-rw-r--r-- | util/aio-posix.c | 730L |
-rw-r--r-- | util/aio-posix.h | 81L |
-rw-r--r-- | util/aio-wait.c | 72L |
-rw-r--r-- | util/aio-win32.c | 447L |
-rw-r--r-- | util/aiocb.c | 55L |
-rw-r--r-- | util/async.c | 690L |
-rw-r--r-- | util/atomic64.c | 83L |
-rw-r--r-- | util/base64.c | 60L |
-rw-r--r-- | util/bitmap.c | 489L |
-rw-r--r-- | util/bitops.c | 157L |
-rw-r--r-- | util/block-helpers.c | 46L |
-rw-r--r-- | util/block-helpers.h | 19L |
-rw-r--r-- | util/buffer.c | 173L |
-rw-r--r-- | util/bufferiszero.c | 355L |
-rw-r--r-- | util/cacheflush.c | 146L |
-rw-r--r-- | util/cacheinfo.c | 199L |
-rw-r--r-- | util/compatfd.c | 107L |
-rw-r--r-- | util/coroutine-sigaltstack.c | 304L |
-rw-r--r-- | util/coroutine-ucontext.c | 332L |
-rw-r--r-- | util/coroutine-win32.c | 102L |
-rw-r--r-- | util/crc-ccitt.c | 127L |
-rw-r--r-- | util/crc32c.c | 115L |
-rw-r--r-- | util/cutils.c | 1059L |
-rw-r--r-- | util/dbus.c | 57L |
-rw-r--r-- | util/drm.c | 75L |
-rw-r--r-- | util/envlist.c | 232L |
-rw-r--r-- | util/error.c | 305L |
-rw-r--r-- | util/event_notifier-posix.c | 140L |
-rw-r--r-- | util/event_notifier-win32.c | 50L |
-rw-r--r-- | util/fdmon-epoll.c | 155L |
-rw-r--r-- | util/fdmon-io_uring.c | 361L |
-rw-r--r-- | util/fdmon-poll.c | 108L |
-rw-r--r-- | util/fifo8.c | 118L |
-rw-r--r-- | util/filemonitor-inotify.c | 339L |
-rw-r--r-- | util/filemonitor-stub.c | 59L |
-rw-r--r-- | util/getauxval.c | 118L |
-rw-r--r-- | util/guest-random.c | 101L |
-rw-r--r-- | util/hbitmap.c | 933L |
-rw-r--r-- | util/hexdump.c | 65L |
-rw-r--r-- | util/host-utils.c | 227L |
-rw-r--r-- | util/id.c | 69L |
-rw-r--r-- | util/iov.c | 764L |
-rw-r--r-- | util/iova-tree.c | 114L |
-rw-r--r-- | util/keyval.c | 577L |
-rw-r--r-- | util/lockcnt.c | 399L |
-rw-r--r-- | util/log.c | 389L |
-rw-r--r-- | util/main-loop.c | 594L |
-rw-r--r-- | util/memfd.c | 206L |
-rw-r--r-- | util/meson.build | 87L |
-rw-r--r-- | util/mmap-alloc.c | 306L |
-rw-r--r-- | util/module.c | 387L |
-rw-r--r-- | util/notify.c | 76L |
-rw-r--r-- | util/nvdimm-utils.c | 30L |
-rw-r--r-- | util/osdep.c | 617L |
-rw-r--r-- | util/oslib-posix.c | 860L |
-rw-r--r-- | util/oslib-win32.c | 654L |
-rw-r--r-- | util/pagesize.c | 18L |
-rw-r--r-- | util/path.c | 70L |
-rw-r--r-- | util/qdist.c | 397L |
-rw-r--r-- | util/qemu-co-shared-resource.c | 90L |
-rw-r--r-- | util/qemu-config.c | 565L |
-rw-r--r-- | util/qemu-coroutine-io.c | 93L |
-rw-r--r-- | util/qemu-coroutine-lock.c | 467L |
-rw-r--r-- | util/qemu-coroutine-sleep.c | 80L |
-rw-r--r-- | util/qemu-coroutine.c | 204L |
-rw-r--r-- | util/qemu-error.c | 413L |
-rw-r--r-- | util/qemu-openpty.c | 139L |
-rw-r--r-- | util/qemu-option.c | 1226L |
-rw-r--r-- | util/qemu-print.c | 70L |
-rw-r--r-- | util/qemu-progress.c | 162L |
-rw-r--r-- | util/qemu-sockets.c | 1482L |
-rw-r--r-- | util/qemu-thread-common.h | 54L |
-rw-r--r-- | util/qemu-thread-posix.c | 633L |
-rw-r--r-- | util/qemu-thread-win32.c | 461L |
-rw-r--r-- | util/qemu-timer-common.c | 63L |
-rw-r--r-- | util/qemu-timer.c | 674L |
-rw-r--r-- | util/qht.c | 963L |
-rw-r--r-- | util/qsp.c | 813L |
-rw-r--r-- | util/range.c | 72L |
-rw-r--r-- | util/rcu.c | 436L |
-rw-r--r-- | util/readline.c | 549L |
-rw-r--r-- | util/selfmap.c | 83L |
-rw-r--r-- | util/stats64.c | 137L |
-rw-r--r-- | util/sys_membarrier.c | 50L |
-rw-r--r-- | util/systemd.c | 79L |
-rw-r--r-- | util/thread-pool.c | 352L |
-rw-r--r-- | util/throttle.c | 637L |
-rw-r--r-- | util/timed-average.c | 231L |
-rw-r--r-- | util/trace-events | 106L |
-rw-r--r-- | util/trace.h | 1L |
-rw-r--r-- | util/transactions.c | 96L |
-rw-r--r-- | util/unicode.c | 156L |
-rw-r--r-- | util/uri.c | 2314L |
-rw-r--r-- | util/userfaultfd.c | 345L |
-rw-r--r-- | util/uuid.c | 118L |
-rw-r--r-- | util/vfio-helpers.c | 861L |
-rw-r--r-- | util/vhost-user-server.c | 446L |
-rw-r--r-- | util/yank.c | 199L |
-rw-r--r-- | version.rc | 30L |