History log of /qemu/rust/hw/timer/ (Results 1 – 25 of 31)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
869b0afa26-May-2025 Zhao Liu <zhao1.liu@intel.com>

rust/hpet: Drop BqlCell wrapper for num_timers

Now that the num_timers field is initialized as a property, someone may
change its default value using qdev_prop_set_uint8(), but the value is
fixed af

rust/hpet: Drop BqlCell wrapper for num_timers

Now that the num_timers field is initialized as a property, someone may
change its default value using qdev_prop_set_uint8(), but the value is
fixed after the Rust code sees it first. Since there is no need to modify
it after realize(), it is not to be necessary to have a BqlCell wrapper.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250520152750.2542612-4-zhao1.liu@intel.com
[Remove .into() as well. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

4d2fec8923-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust/hpet: return errors from realize if properties are incorrect

Match the code in hpet.c; this also allows removing the
BqlCell from the num_timers field.

Reviewed-by: Zhao Liu <zhao1.liu@intel.c

rust/hpet: return errors from realize if properties are incorrect

Match the code in hpet.c; this also allows removing the
BqlCell from the num_timers field.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

b3bf86b826-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust/hpet: change type of num_timers to usize

Remove the need to convert after every read of the BqlCell. Because the
vmstate uses a u8 as the size of the VARRAY, this requires switching
the VARRAY

rust/hpet: change type of num_timers to usize

Remove the need to convert after every read of the BqlCell. Because the
vmstate uses a u8 as the size of the VARRAY, this requires switching
the VARRAY to use num_timers_save; which in turn requires ensuring that
the num_timers_save is always there. For simplicity do this by
removing support for version 1, which QEMU has not been producing for
~15 years.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

4b66abea23-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: qdev: support returning errors from realize

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


/qemu/.gitlab-ci.d/buildtest-template.yml
/qemu/.gitlab-ci.d/buildtest.yml
/qemu/MAINTAINERS
/qemu/accel/kvm/kvm-all.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/translate-all.c
/qemu/audio/alsaaudio.c
/qemu/audio/audio.c
/qemu/audio/audio_int.h
/qemu/audio/audio_template.h
/qemu/audio/mixeng.c
/qemu/audio/mixeng.h
/qemu/block/file-posix.c
/qemu/clippy.toml
/qemu/configs/devices/i386-softmmu/default.mak
/qemu/configs/targets/microblaze-softmmu.mak
/qemu/configs/targets/microblazeel-softmmu.mak
/qemu/configure
/qemu/crypto/cipher-stub.c.inc
/qemu/crypto/cipher.c
/qemu/docs/about/deprecated.rst
/qemu/docs/about/removed-features.rst
/qemu/docs/devel/rust.rst
/qemu/docs/interop/bitmaps.rst
/qemu/docs/interop/index.rst
/qemu/docs/interop/qcow2.rst
/qemu/docs/qcow2-cache.txt
/qemu/docs/system/arm/aspeed.rst
/qemu/docs/system/confidential-guest-support.rst
/qemu/docs/system/i386/tdx.rst
/qemu/docs/system/target-i386.rst
/qemu/hmp-commands-info.hx
/qemu/hw/arm/Kconfig
/qemu/hw/arm/aspeed_ast27x0-fc.c
/qemu/hw/arm/aspeed_ast27x0.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/fby35.c
/qemu/hw/arm/npcm8xx.c
/qemu/hw/audio/asc.c
/qemu/hw/block/Kconfig
/qemu/hw/block/meson.build
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/i386/Kconfig
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/xen-stubs.c
/qemu/hw/i386/kvm/xen_evtchn.c
/qemu/hw/i386/meson.build
/qemu/hw/i386/monitor.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/sgx-stub.c
/qemu/hw/i386/sgx.c
/qemu/hw/i386/tdvf-hob.c
/qemu/hw/i386/tdvf-hob.h
/qemu/hw/i386/tdvf.c
/qemu/hw/i386/x86-common.c
/qemu/hw/i386/x86.c
/qemu/hw/intc/aspeed_intc.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/misc/aspeed_hace.c
/qemu/hw/misc/trace-events
/qemu/hw/net/e1000.c
/qemu/hw/net/rocker/rocker.h
/qemu/hw/net/rocker/rocker_hw.h
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pcie.c
/qemu/hw/s390x/cpu-topology.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/include/accel/tcg/cpu-ops.h
/qemu/include/hw/arm/npcm8xx.h
/qemu/include/hw/block/flash.h
/qemu/include/hw/boards.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/tdvf.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/loader.h
/qemu/include/hw/misc/aspeed_hace.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_device.h
/qemu/include/hw/pci/pcie.h
/qemu/include/hw/pci/pcie_regs.h
/qemu/include/hw/s390x/cpu-topology.h
/qemu/include/hw/virtio/vhost-vdpa.h
/qemu/include/hw/virtio/virtio-pci.h
/qemu/include/io/channel-socket.h
/qemu/include/qapi/error-internal.h
/qemu/include/standard-headers/uefi/uefi.h
/qemu/include/system/kvm.h
/qemu/include/system/memory.h
/qemu/include/tcg/tcg.h
/qemu/include/ui/clipboard.h
/qemu/include/ui/egl-helpers.h
/qemu/include/ui/gtk.h
/qemu/include/ui/qemu-pixman.h
/qemu/io/channel-socket.c
/qemu/io/dns-resolver.c
/qemu/linux-user/hppa/cpu_loop.c
/qemu/linux-user/syscall.c
/qemu/meson.build
/qemu/migration/migration-hmp-cmds.c
/qemu/migration/multifd-nocomp.c
/qemu/migration/multifd-zero-page.c
/qemu/migration/multifd.c
/qemu/migration/options.c
/qemu/migration/ram.c
/qemu/nbd/client-connection.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/net/vhost-vdpa.c
/qemu/python/scripts/vendor.py
/qemu/python/wheels/meson-1.8.1-py3-none-any.whl
/qemu/pythondeps.toml
/qemu/qapi/acpi.json
/qemu/qapi/audio.json
/qemu/qapi/block-core.json
/qemu/qapi/block-export.json
/qemu/qapi/block.json
/qemu/qapi/char.json
/qemu/qapi/control.json
/qemu/qapi/crypto.json
/qemu/qapi/cryptodev.json
/qemu/qapi/cxl.json
/qemu/qapi/dump.json
/qemu/qapi/introspect.json
/qemu/qapi/job.json
/qemu/qapi/machine-s390x.json
/qemu/qapi/machine.json
/qemu/qapi/meson.build
/qemu/qapi/migration.json
/qemu/qapi/misc-arm.json
/qemu/qapi/misc-i386.json
/qemu/qapi/misc.json
/qemu/qapi/net.json
/qemu/qapi/qapi-schema.json
/qemu/qapi/qom.json
/qemu/qapi/run-state.json
/qemu/qapi/sockets.json
/qemu/qapi/transaction.json
/qemu/qapi/uefi.json
/qemu/qapi/ui.json
/qemu/qapi/virtio.json
/qemu/qemu-img.c
/qemu/qemu-options.hx
/qemu/rust/Cargo.lock
/qemu/rust/Cargo.toml
/qemu/rust/bits/Cargo.toml
/qemu/rust/bits/meson.build
/qemu/rust/bits/src/lib.rs
/qemu/rust/hw/char/pl011/Cargo.toml
/qemu/rust/hw/char/pl011/meson.build
/qemu/rust/hw/char/pl011/src/device.rs
/qemu/rust/hw/char/pl011/src/registers.rs
hpet/src/device.rs
/qemu/rust/meson.build
/qemu/rust/qemu-api-macros/meson.build
/qemu/rust/qemu-api-macros/src/bits.rs
/qemu/rust/qemu-api-macros/src/lib.rs
/qemu/rust/qemu-api/Cargo.toml
/qemu/rust/qemu-api/meson.build
/qemu/rust/qemu-api/src/bindings.rs
/qemu/rust/qemu-api/src/cell.rs
/qemu/rust/qemu-api/src/error.rs
/qemu/rust/qemu-api/src/lib.rs
/qemu/rust/qemu-api/src/qdev.rs
/qemu/rust/wrapper.h
/qemu/scripts/archive-source.sh
/qemu/scripts/checkpatch.pl
/qemu/scripts/make-release
/qemu/scripts/rdma-migration-helper.sh
/qemu/scripts/rust/rustc_args.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/vmstate-static-checker.py
/qemu/stubs/meson.build
/qemu/stubs/monitor-arm-gic.c
/qemu/stubs/monitor-cpu-s390x-kvm.c
/qemu/stubs/monitor-cpu-s390x.c
/qemu/stubs/monitor-cpu.c
/qemu/stubs/monitor-i386-rtc.c
/qemu/stubs/monitor-i386-sev.c
/qemu/stubs/monitor-i386-sgx.c
/qemu/stubs/monitor-i386-xen.c
/qemu/subprojects/.gitignore
/qemu/subprojects/anyhow-1-rs.wrap
/qemu/subprojects/foreign-0.3-rs.wrap
/qemu/subprojects/packagefiles/anyhow-1-rs/meson.build
/qemu/subprojects/packagefiles/foreign-0.3-rs/meson.build
/qemu/system/main.c
/qemu/system/runstate.c
/qemu/system/vl.c
/qemu/target/alpha/cpu.c
/qemu/target/arm/arm-qmp-cmds.c
/qemu/target/arm/cpregs.h
/qemu/target/arm/cpu-features.h
/qemu/target/arm/cpu.c
/qemu/target/arm/hvf-stub.c
/qemu/target/arm/hvf_arm.h
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/meson.build
/qemu/target/arm/tcg/cpu-v7m.c
/qemu/target/arm/tcg/meson.build
/qemu/target/avr/cpu.c
/qemu/target/hppa/cpu.c
/qemu/target/hppa/fpu_helper.c
/qemu/target/hppa/int_helper.c
/qemu/target/i386/confidential-guest.h
/qemu/target/i386/cpu-system.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/emulate/x86_flags.c
/qemu/target/i386/host-cpu.c
/qemu/target/i386/host-cpu.h
/qemu/target/i386/kvm/kvm.c
/qemu/target/i386/kvm/kvm_i386.h
/qemu/target/i386/kvm/meson.build
/qemu/target/i386/kvm/tdx-stub.c
/qemu/target/i386/kvm/tdx.c
/qemu/target/i386/kvm/tdx.h
/qemu/target/i386/machine.c
/qemu/target/i386/monitor.c
/qemu/target/i386/sev-system-stub.c
/qemu/target/i386/sev.c
/qemu/target/i386/tcg/helper-tcg.h
/qemu/target/i386/tcg/tcg-cpu.c
/qemu/target/loongarch/cpu.c
/qemu/target/loongarch/kvm/kvm.c
/qemu/target/loongarch/loongarch-qmp-cmds.c
/qemu/target/m68k/cpu.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/helper.h
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu.c
/qemu/target/mips/kvm.c
/qemu/target/mips/system/mips-qmp-cmds.c
/qemu/target/openrisc/cpu.c
/qemu/target/ppc/cpu_init.c
/qemu/target/ppc/kvm.c
/qemu/target/ppc/ppc-qmp-cmds.c
/qemu/target/riscv/kvm/kvm-cpu.c
/qemu/target/riscv/riscv-qmp-cmds.c
/qemu/target/riscv/tcg/tcg-cpu.c
/qemu/target/rx/cpu.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu_models_system.c
/qemu/target/s390x/kvm/kvm.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/fop_helper.c
/qemu/target/tricore/cpu.c
/qemu/target/xtensa/cpu.c
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/arm/tcg-target.c.inc
/qemu/tcg/i386/tcg-target.c.inc
/qemu/tcg/loongarch64/tcg-target.c.inc
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/perf.c
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/riscv/tcg-target.c.inc
/qemu/tcg/s390x/tcg-target.c.inc
/qemu/tcg/sparc64/tcg-target.c.inc
/qemu/tcg/tcg-op-ldst.c
/qemu/tcg/tcg.c
/qemu/tests/data/uefi-boot-images/bios-tables-test.loongarch64.iso.qcow2
/qemu/tests/docker/dockerfiles/fedora-rust-nightly.docker
/qemu/tests/docker/dockerfiles/ubuntu2204.docker
/qemu/tests/functional/meson.build
/qemu/tests/functional/test_arm_stellaris.py
/qemu/tests/functional/test_m68k_q800.py
/qemu/tests/functional/test_m68k_replay.py
/qemu/tests/functional/test_mem_addr_space.py
/qemu/tests/functional/test_microblaze_s3adsp1800.py
/qemu/tests/functional/test_microblazeel_s3adsp1800.py
/qemu/tests/functional/test_mips_malta.py
/qemu/tests/functional/test_sparc64_tuxrun.py
/qemu/tests/lcitool/mappings.yml
/qemu/tests/lcitool/refresh
/qemu/tests/qemu-iotests/106
/qemu/tests/qemu-iotests/125
/qemu/tests/qemu-iotests/175
/qemu/tests/qemu-iotests/221
/qemu/tests/qemu-iotests/253
/qemu/tests/qemu-iotests/308
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/tests/mirror-sparse
/qemu/tests/qemu-iotests/tests/write-zeroes-unmap
/qemu/tests/qtest/aspeed-hace-utils.c
/qemu/tests/qtest/aspeed-hace-utils.h
/qemu/tests/qtest/aspeed_hace-test.c
/qemu/tests/qtest/aspeed_smc-test.c
/qemu/tests/qtest/ast2700-hace-test.c
/qemu/tests/qtest/ast2700-smc-test.c
/qemu/tests/qtest/bios-tables-test.c
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/migration/compression-tests.c
/qemu/tests/qtest/migration/postcopy-tests.c
/qemu/tests/qtest/migration/precopy-tests.c
/qemu/tests/qtest/migration/tls-tests.c
/qemu/tests/qtest/npcm_gmac-test.c
/qemu/tests/qtest/qmp-cmd-test.c
/qemu/tests/qtest/test-x86-cpuid-compat.c
/qemu/tests/uefi-test-tools/Makefile
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dsc
/qemu/tests/uefi-test-tools/uefi-test-build.config
/qemu/tests/unit/test-crypto-block.c
/qemu/tests/unit/test-crypto-cipher.c
/qemu/tests/unit/test-crypto-secret.c
/qemu/tests/unit/test-util-sockets.c
/qemu/ui/clipboard.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk-clipboard.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/gtk.c
/qemu/ui/qemu-pixman.c
/qemu/ui/sdl2-gl.c
/qemu/ui/sdl2.c
/qemu/ui/vdagent.c
/qemu/ui/vnc-enc-tight.c
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/error.c
/qemu/util/qemu-sockets.c
734a1e9e13-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: hpet: rename hpet module to "device"

Follow a similar convention as pl011.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

86c54a3a20-May-2025 Zhao Liu <zhao1.liu@intel.com>

rust: Fix Zhao's email address

No one could find Zhao Liu via zhai1.liu@intel.com.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250520152750.2542612-5-zhao1.liu@i

rust: Fix Zhao's email address

No one could find Zhao Liu via zhai1.liu@intel.com.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250520152750.2542612-5-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitlab-ci.d/buildtest-template.yml
/qemu/.gitlab-ci.d/buildtest.yml
/qemu/.gitlab-ci.d/container-cross.yml
/qemu/.gitlab-ci.d/crossbuilds.yml
/qemu/MAINTAINERS
/qemu/accel/hvf/hvf-accel-ops.c
/qemu/accel/hvf/hvf-all.c
/qemu/accel/stubs/hvf-stub.c
/qemu/accel/stubs/meson.build
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/internal-common.h
/qemu/accel/tcg/ldst_common.c.inc
/qemu/accel/tcg/meson.build
/qemu/accel/tcg/tb-hash.h
/qemu/accel/tcg/tb-internal.h
/qemu/accel/tcg/tb-maint.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/tlb-bounds.h
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec.c
/qemu/backends/meson.build
/qemu/backends/vhost-user.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/commit.c
/qemu/block/copy-before-write.c
/qemu/block/copy-before-write.h
/qemu/block/coroutines.h
/qemu/block/file-posix.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/null.c
/qemu/block/nvme.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-format.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/snapshot-access.c
/qemu/block/vdi.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/bsd-user/qemu.h
/qemu/bsd-user/signal.c
/qemu/common-user/host/riscv/safe-syscall.inc.S
/qemu/configs/meson/emscripten.txt
/qemu/configure
/qemu/docs/about/deprecated.rst
/qemu/docs/about/removed-features.rst
/qemu/docs/conf.py
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/codebase.rst
/qemu/docs/devel/rust.rst
/qemu/docs/devel/testing/functional.rst
/qemu/docs/igd-assign.txt
/qemu/docs/system/devices/cxl.rst
/qemu/docs/system/gdb.rst
/qemu/docs/system/index.rst
/qemu/docs/system/linuxboot.rst
/qemu/docs/system/qemu-block-drivers.rst.inc
/qemu/docs/system/riscv/microchip-icicle-kit.rst
/qemu/docs/system/sriov.rst
/qemu/docs/system/target-mips.rst
/qemu/gdbstub/meson.build
/qemu/hw/acpi/acpi-pci-hotplug-stub.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/arm/meson.build
/qemu/hw/arm/npcm8xx.c
/qemu/hw/arm/npcm8xx_boards.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/cpu-common.c
/qemu/hw/core/machine.c
/qemu/hw/core/meson.build
/qemu/hw/core/vm-change-state-handler.c
/qemu/hw/cxl/cxl-device-utils.c
/qemu/hw/cxl/cxl-mailbox-utils.c
/qemu/hw/display/apple-gfx.m
/qemu/hw/display/vhost-user-gpu.c
/qemu/hw/display/virtio-gpu-udmabuf.c
/qemu/hw/dma/omap_dma.c
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/hyperv/meson.build
/qemu/hw/hyperv/syndbg.c
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-build.h
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/amd_iommu.h
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/sgx-stub.c
/qemu/hw/i386/sgx.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/loongarch_extioi.c
/qemu/hw/intc/loongarch_extioi_common.c
/qemu/hw/intc/loongarch_ipi.c
/qemu/hw/intc/loongarch_pch_pic.c
/qemu/hw/intc/loongarch_pic_common.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/trace-events
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/loongarch/boot.c
/qemu/hw/loongarch/virt-acpi-build.c
/qemu/hw/loongarch/virt.c
/qemu/hw/mem/cxl_type3.c
/qemu/hw/misc/mchp_pfsoc_sysreg.c
/qemu/hw/misc/omap_clk.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/net/e1000x_regs.h
/qemu/hw/net/virtio-net.c
/qemu/hw/nvme/subsys.c
/qemu/hw/pci-host/designware.c
/qemu/hw/pci-host/gpex-acpi.c
/qemu/hw/pci-host/gt64120.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_host.c
/qemu/hw/pci/pcie_port.c
/qemu/hw/pci/pcie_sriov.c
/qemu/hw/pci/trace-events
/qemu/hw/ppc/spapr_nested.c
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/microchip_pfsoc.c
/qemu/hw/riscv/riscv-iommu-sys.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/virt-acpi-build.c
/qemu/hw/riscv/virt.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/vhost-scsi-common.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/sh4/sh7750.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/container-base.c
/qemu/hw/vfio/container.c
/qemu/hw/vfio/device.c
/qemu/hw/vfio/display.c
/qemu/hw/vfio/igd.c
/qemu/hw/vfio/iommufd.c
/qemu/hw/vfio/listener.c
/qemu/hw/vfio/migration.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/region.c
/qemu/hw/virtio/vdpa-dev.c
/qemu/hw/virtio/vhost-user-base.c
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost-user-scmi.c
/qemu/hw/virtio/vhost-user-vsock.c
/qemu/hw/virtio/vhost-vsock-common.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen-hvm-common.c
/qemu/hw/xen/xen-mapcache.c
/qemu/include/accel/tcg/cpu-ldst.h
/qemu/include/accel/tcg/cpu-ops.h
/qemu/include/accel/tcg/getpc.h
/qemu/include/accel/tcg/helper-retaddr.h
/qemu/include/accel/tcg/iommu.h
/qemu/include/accel/tcg/probe.h
/qemu/include/accel/tcg/tb-cpu-state.h
/qemu/include/block/block-common.h
/qemu/include/block/block-io.h
/qemu/include/block/block_int-common.h
/qemu/include/block/block_int-global-state.h
/qemu/include/block/block_int-io.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/helper-head.h.inc
/qemu/include/exec/helper-proto-common.h
/qemu/include/exec/poison.h
/qemu/include/exec/translation-block.h
/qemu/include/glib-compat.h
/qemu/include/hw/acpi/pcihp.h
/qemu/include/hw/arm/npcm8xx.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/sharpsl.h
/qemu/include/hw/arm/soc_dma.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/boards.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/cxl/cxl_device.h
/qemu/include/hw/cxl/cxl_mailbox.h
/qemu/include/hw/dma/xlnx_dpdma.h
/qemu/include/hw/hyperv/hyperv.h
/qemu/include/hw/intc/loongarch_extioi.h
/qemu/include/hw/intc/loongarch_extioi_common.h
/qemu/include/hw/intc/loongarch_ipi.h
/qemu/include/hw/intc/loongarch_pch_pic.h
/qemu/include/hw/intc/loongarch_pic_common.h
/qemu/include/hw/pci-host/dino.h
/qemu/include/hw/pci/pci_device.h
/qemu/include/hw/pci/pci_host.h
/qemu/include/hw/pci/pcie_sriov.h
/qemu/include/hw/riscv/microchip_pfsoc.h
/qemu/include/hw/riscv/virt.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/vfio/vfio-container-base.h
/qemu/include/hw/vfio/vfio-device.h
/qemu/include/hw/virtio/vhost-scsi-common.h
/qemu/include/hw/virtio/vhost-vsock-common.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-pci.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/interface/io/blkif.h
/qemu/include/qemu/cacheflush.h
/qemu/include/qemu/host-pci-mmio.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/s390x_pci_mmio.h
/qemu/include/qemu/target-info-impl.h
/qemu/include/qemu/target-info.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/asm-x86/setup_data.h
/qemu/include/standard-headers/drm/drm_fourcc.h
/qemu/include/standard-headers/linux/const.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/fuse.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_net.h
/qemu/include/standard-headers/linux/virtio_snd.h
/qemu/include/system/hvf.h
/qemu/include/system/hvf_int.h
/qemu/include/system/os-wasm.h
/qemu/include/system/ram_addr.h
/qemu/include/system/runstate.h
/qemu/include/system/vhost-user-backend.h
/qemu/include/tcg/insn-start-words.h
/qemu/include/tcg/tcg-op-common.h
/qemu/include/tcg/tcg-op.h
/qemu/include/tcg/tcg-opc.h
/qemu/include/tcg/tcg.h
/qemu/include/ui/dmabuf.h
/qemu/include/ui/egl-helpers.h
/qemu/include/user/cpu_loop.h
/qemu/include/user/guest-host.h
/qemu/include/user/page-protection.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-arm64/unistd_64.h
/qemu/linux-headers/asm-generic/mman-common.h
/qemu/linux-headers/asm-generic/unistd.h
/qemu/linux-headers/asm-loongarch/unistd_64.h
/qemu/linux-headers/asm-mips/unistd_n32.h
/qemu/linux-headers/asm-mips/unistd_n64.h
/qemu/linux-headers/asm-mips/unistd_o32.h
/qemu/linux-headers/asm-powerpc/unistd_32.h
/qemu/linux-headers/asm-powerpc/unistd_64.h
/qemu/linux-headers/asm-riscv/kvm.h
/qemu/linux-headers/asm-riscv/unistd_32.h
/qemu/linux-headers/asm-riscv/unistd_64.h
/qemu/linux-headers/asm-s390/unistd_32.h
/qemu/linux-headers/asm-s390/unistd_64.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/bits.h
/qemu/linux-headers/linux/const.h
/qemu/linux-headers/linux/iommufd.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/psp-sev.h
/qemu/linux-headers/linux/stddef.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-user/elfload.c
/qemu/linux-user/main.c
/qemu/linux-user/mmap.c
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/user-internals.h
/qemu/meson.build
/qemu/meson_options.txt
/qemu/os-wasm.c
/qemu/plugins/meson.build
/qemu/qapi/block-core.json
/qemu/qapi/job.json
/qemu/qapi/machine-target.json
/qemu/qapi/misc-target.json
/qemu/qapi/qom.json
/qemu/qemu-options.hx
/qemu/qom/object.c
/qemu/qom/qom-qmp-cmds.c
/qemu/rust/Cargo.toml
/qemu/rust/clippy.toml
/qemu/rust/hw/char/pl011/src/device.rs
/qemu/rust/hw/char/pl011/src/registers.rs
hpet/src/fw_cfg.rs
hpet/src/hpet.rs
hpet/src/lib.rs
/qemu/rust/qemu-api-macros/src/lib.rs
/qemu/rust/qemu-api/build.rs
/qemu/rust/qemu-api/src/bitops.rs
/qemu/rust/qemu-api/src/timer.rs
/qemu/rust/qemu-api/tests/vmstate_tests.rs
/qemu/scripts/meson-buildoptions.sh
/qemu/scripts/modinfo-collect.py
/qemu/scripts/update-linux-headers.sh
/qemu/semihosting/uaccess.c
/qemu/system/cpus.c
/qemu/system/memory.c
/qemu/system/meson.build
/qemu/system/physmem.c
/qemu/system/runstate.c
/qemu/system/vl.c
/qemu/target-info-stub.c
/qemu/target-info.c
/qemu/target/alpha/cpu.c
/qemu/target/alpha/cpu.h
/qemu/target/alpha/fpu_helper.c
/qemu/target/alpha/int_helper.c
/qemu/target/alpha/machine.c
/qemu/target/alpha/mem_helper.c
/qemu/target/alpha/translate.c
/qemu/target/alpha/vax_helper.c
/qemu/target/arm/arch_dump.c
/qemu/target/arm/arm-qmp-cmds.c
/qemu/target/arm/cpu-param.h
/qemu/target/arm/cpu-qom.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu32-stubs.c
/qemu/target/arm/cpu64.c
/qemu/target/arm/debug_helper.c
/qemu/target/arm/helper.c
/qemu/target/arm/helper.h
/qemu/target/arm/hvf/hvf.c
/qemu/target/arm/hyp_gdbstub.c
/qemu/target/arm/internals.h
/qemu/target/arm/kvm-stub.c
/qemu/target/arm/kvm.c
/qemu/target/arm/kvm_arm.h
/qemu/target/arm/machine.c
/qemu/target/arm/meson.build
/qemu/target/arm/ptw.c
/qemu/target/arm/tcg-stubs.c
/qemu/target/arm/tcg/arith_helper.c
/qemu/target/arm/tcg/cpu-v7m.c
/qemu/target/arm/tcg/cpu64.c
/qemu/target/arm/tcg/crypto_helper.c
/qemu/target/arm/tcg/helper-a64.c
/qemu/target/arm/tcg/helper.h
/qemu/target/arm/tcg/hflags.c
/qemu/target/arm/tcg/iwmmxt_helper.c
/qemu/target/arm/tcg/m_helper.c
/qemu/target/arm/tcg/meson.build
/qemu/target/arm/tcg/mte_helper.c
/qemu/target/arm/tcg/mve_helper.c
/qemu/target/arm/tcg/neon_helper.c
/qemu/target/arm/tcg/op_helper.c
/qemu/target/arm/tcg/pauth_helper.c
/qemu/target/arm/tcg/sme_helper.c
/qemu/target/arm/tcg/sve_helper.c
/qemu/target/arm/tcg/tlb-insns.c
/qemu/target/arm/tcg/tlb_helper.c
/qemu/target/arm/tcg/translate-a64.c
/qemu/target/arm/tcg/translate.c
/qemu/target/arm/tcg/translate.h
/qemu/target/arm/tcg/vec_internal.h
/qemu/target/arm/tcg/vfp_helper.c
/qemu/target/avr/cpu.c
/qemu/target/avr/cpu.h
/qemu/target/avr/helper.c
/qemu/target/avr/translate.c
/qemu/target/hexagon/cpu.c
/qemu/target/hexagon/cpu.h
/qemu/target/hexagon/mmvec/macros.h
/qemu/target/hexagon/op_helper.c
/qemu/target/hppa/cpu.c
/qemu/target/hppa/cpu.h
/qemu/target/hppa/fpu_helper.c
/qemu/target/hppa/helper.c
/qemu/target/hppa/machine.c
/qemu/target/hppa/mem_helper.c
/qemu/target/hppa/op_helper.c
/qemu/target/hppa/sys_helper.c
/qemu/target/hppa/translate.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/emulate/x86_decode.c
/qemu/target/i386/emulate/x86_decode.h
/qemu/target/i386/emulate/x86_emu.c
/qemu/target/i386/emulate/x86_emu.h
/qemu/target/i386/emulate/x86_flags.c
/qemu/target/i386/emulate/x86_flags.h
/qemu/target/i386/helper.c
/qemu/target/i386/hvf/x86_cpuid.c
/qemu/target/i386/tcg/access.c
/qemu/target/i386/tcg/decode-new.c.inc
/qemu/target/i386/tcg/excp_helper.c
/qemu/target/i386/tcg/helper-tcg.h
/qemu/target/i386/tcg/int_helper.c
/qemu/target/i386/tcg/mem_helper.c
/qemu/target/i386/tcg/mpx_helper.c
/qemu/target/i386/tcg/seg_helper.c
/qemu/target/i386/tcg/system/bpt_helper.c
/qemu/target/i386/tcg/system/excp_helper.c
/qemu/target/i386/tcg/tcg-cpu.c
/qemu/target/i386/tcg/translate.c
/qemu/target/i386/tcg/user/excp_helper.c
/qemu/target/i386/tcg/user/seg_helper.c
/qemu/target/loongarch/cpu.c
/qemu/target/loongarch/cpu.h
/qemu/target/loongarch/tcg/fpu_helper.c
/qemu/target/loongarch/tcg/iocsr_helper.c
/qemu/target/loongarch/tcg/op_helper.c
/qemu/target/loongarch/tcg/tlb_helper.c
/qemu/target/loongarch/tcg/vec_helper.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/fpu_helper.c
/qemu/target/m68k/helper.c
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/machine.c
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu.c
/qemu/target/mips/cpu.h
/qemu/target/mips/system/physaddr.c
/qemu/target/mips/tcg/exception.c
/qemu/target/mips/tcg/fpu_helper.c
/qemu/target/mips/tcg/ldst_helper.c
/qemu/target/mips/tcg/msa_helper.c
/qemu/target/mips/tcg/op_helper.c
/qemu/target/mips/tcg/system/special_helper.c
/qemu/target/mips/tcg/system/tlb_helper.c
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/exception.c
/qemu/target/openrisc/exception_helper.c
/qemu/target/openrisc/fpu_helper.c
/qemu/target/openrisc/interrupt.c
/qemu/target/openrisc/interrupt_helper.c
/qemu/target/openrisc/machine.c
/qemu/target/openrisc/sys_helper.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/cpu_init.c
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/fpu_helper.c
/qemu/target/ppc/helper_regs.c
/qemu/target/ppc/internal.h
/qemu/target/ppc/machine.c
/qemu/target/ppc/mem_helper.c
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/mmu-hash32.c
/qemu/target/ppc/mmu-hash64.c
/qemu/target/ppc/mmu-radix64.c
/qemu/target/ppc/mmu_common.c
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/power8-pmu.c
/qemu/target/ppc/tcg-excp_helper.c
/qemu/target/ppc/timebase_helper.c
/qemu/target/ppc/translate.c
/qemu/target/ppc/user_only_helper.c
/qemu/target/riscv/cpu-qom.h
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_cfg.h
/qemu/target/riscv/cpu_cfg_fields.h.inc
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/crypto_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/debug.c
/qemu/target/riscv/fpu_helper.c
/qemu/target/riscv/gdbstub.c
/qemu/target/riscv/insn32.decode
/qemu/target/riscv/insn_trans/trans_rvbf16.c.inc
/qemu/target/riscv/insn_trans/trans_rvv.c.inc
/qemu/target/riscv/internals.h
/qemu/target/riscv/kvm/kvm-cpu.c
/qemu/target/riscv/m128_helper.c
/qemu/target/riscv/machine.c
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/tcg/tcg-cpu.c
/qemu/target/riscv/th_csr.c
/qemu/target/riscv/translate.c
/qemu/target/riscv/vcrypto_helper.c
/qemu/target/riscv/vector_helper.c
/qemu/target/riscv/zce_helper.c
/qemu/target/rx/cpu.c
/qemu/target/rx/cpu.h
/qemu/target/rx/op_helper.c
/qemu/target/rx/translate.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/gen-features.c
/qemu/target/s390x/interrupt.c
/qemu/target/s390x/kvm/kvm.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/sigp.c
/qemu/target/s390x/tcg/cc_helper.c
/qemu/target/s390x/tcg/crypto_helper.c
/qemu/target/s390x/tcg/excp_helper.c
/qemu/target/s390x/tcg/fpu_helper.c
/qemu/target/s390x/tcg/int_helper.c
/qemu/target/s390x/tcg/mem_helper.c
/qemu/target/s390x/tcg/misc_helper.c
/qemu/target/s390x/tcg/translate.c
/qemu/target/s390x/tcg/vec_fpu_helper.c
/qemu/target/s390x/tcg/vec_helper.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/helper.c
/qemu/target/sh4/op_helper.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/fop_helper.c
/qemu/target/sparc/helper.c
/qemu/target/sparc/ldst_helper.c
/qemu/target/sparc/machine.c
/qemu/target/sparc/translate.c
/qemu/target/sparc/win_helper.c
/qemu/target/tricore/cpu.c
/qemu/target/tricore/cpu.h
/qemu/target/tricore/op_helper.c
/qemu/target/tricore/translate.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/dbg_helper.c
/qemu/target/xtensa/exc_helper.c
/qemu/target/xtensa/fpu_helper.c
/qemu/target/xtensa/mmu_helper.c
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/translate.c
/qemu/target/xtensa/win_helper.c
/qemu/tcg/meson.build
/qemu/tcg/perf.c
/qemu/tcg/tcg.c
/qemu/tests/docker/dockerfiles/emsdk-wasm32-cross.docker
/qemu/tests/functional/meson.build
/qemu/tests/functional/test_aarch64_imx8mp_evk.py
/qemu/tests/functional/test_arm_integratorcp.py
/qemu/tests/functional/test_hppa_seabios.py
/qemu/tests/functional/test_m68k_nextcube.py
/qemu/tests/functional/test_mips64el_malta.py
/qemu/tests/functional/test_s390x_tuxrun.py
/qemu/tests/qemu-iotests/194
/qemu/tests/qemu-iotests/194.out
/qemu/tests/qemu-iotests/250
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qemu-iotests/tests/commit-zero-blocks
/qemu/tests/qemu-iotests/tests/commit-zero-blocks.out
/qemu/tests/qemu-iotests/tests/copy-before-write
/qemu/tests/qemu-iotests/tests/copy-before-write.out
/qemu/tests/qemu-iotests/tests/mirror-sparse
/qemu/tests/qemu-iotests/tests/mirror-sparse.out
/qemu/tests/qtest/cpu-plug-test.c
/qemu/tests/qtest/libqos/virtio.c
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/libqtest.h
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/migration/framework.c
/qemu/tests/qtest/q35-test.c
/qemu/tests/tcg/loongarch64/system/kernel.ld
/qemu/tests/unit/test-block-iothread.c
/qemu/ui/dbus-display1.xml
/qemu/ui/dbus-listener.c
/qemu/ui/dmabuf.c
/qemu/ui/egl-helpers.c
/qemu/ui/meson.build
/qemu/ui/spice-display.c
/qemu/util/cacheflush.c
/qemu/util/coroutine-wasm.c
/qemu/util/meson.build
/qemu/util/oslib-posix.c
/qemu/util/s390x_pci_mmio.c
f117857b02-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: replace c_str! with c"" literals

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

b134a09f02-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: remove offset_of replacement

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

5df3fe0614-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: enable clippy::ptr_cast_constness

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.co

rust: enable clippy::ptr_cast_constness

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

0823837202-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: use MaybeUninit::zeroed() in const context

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@

rust: use MaybeUninit::zeroed() in const context

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

e4fb0be102-May-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: use std::ffi instead of std::os::raw

This is allowed since Rust 1.64.0.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-of

rust: use std::ffi instead of std::os::raw

This is allowed since Rust 1.64.0.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/configure
/qemu/docs/about/build-platforms.rst
/qemu/docs/devel/build-environment.rst
/qemu/docs/devel/rust.rst
/qemu/docs/system/arm/aspeed.rst
/qemu/fsdev/file-op-9p.h
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p-util.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/codir.c
/qemu/hw/9pfs/cofile.c
/qemu/hw/9pfs/cofs.c
/qemu/hw/9pfs/coth.h
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast27x0-fc.c
/qemu/hw/arm/aspeed_ast27x0-ssp.c
/qemu/hw/arm/aspeed_ast27x0-tsp.c
/qemu/hw/arm/aspeed_ast27x0.c
/qemu/hw/arm/meson.build
/qemu/hw/intc/aspeed_intc.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/include/hw/arm/aspeed.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/intc/aspeed_intc.h
/qemu/include/migration/register.h
/qemu/meson.build
/qemu/meson_options.txt
/qemu/migration/migration.c
/qemu/migration/multifd.c
/qemu/migration/multifd.h
/qemu/migration/options.c
/qemu/migration/options.h
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/rdma.h
/qemu/migration/savevm.c
/qemu/migration/savevm.h
/qemu/monitor/qmp.c
/qemu/pc-bios/README
/qemu/pc-bios/ast27x0_bootrom.bin
/qemu/pc-bios/meson.build
/qemu/python/Makefile
/qemu/python/setup.cfg
/qemu/python/tests/minreqs.txt
/qemu/rust/Cargo.toml
/qemu/rust/clippy.toml
/qemu/rust/hw/char/pl011/src/device_class.rs
hpet/src/hpet.rs
/qemu/rust/qemu-api/src/chardev.rs
/qemu/rust/qemu-api/src/irq.rs
/qemu/rust/qemu-api/src/lib.rs
/qemu/rust/qemu-api/src/memory.rs
/qemu/rust/qemu-api/src/qdev.rs
/qemu/rust/qemu-api/src/qom.rs
/qemu/rust/qemu-api/src/timer.rs
/qemu/rust/qemu-api/src/vmstate.rs
/qemu/rust/qemu-api/tests/vmstate_tests.rs
/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml
/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml
/qemu/scripts/meson-buildoptions.sh
/qemu/scripts/qapi/mypy.ini
/qemu/scripts/rdma-migration-helper.sh
/qemu/scripts/vmstate-static-checker.py
/qemu/target/s390x/kvm/pv.c
/qemu/target/s390x/kvm/pv.h
/qemu/tests/docker/dockerfiles/debian-amd64-cross.docker
/qemu/tests/docker/dockerfiles/debian-arm64-cross.docker
/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker
/qemu/tests/docker/dockerfiles/debian-i686-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker
/qemu/tests/docker/dockerfiles/debian.docker
/qemu/tests/docker/dockerfiles/python.docker
/qemu/tests/docker/dockerfiles/ubuntu2204.docker
/qemu/tests/functional/meson.build
/qemu/tests/functional/test_aarch64_aspeed_ast2700.py
/qemu/tests/functional/test_aarch64_aspeed_ast2700fc.py
/qemu/tests/functional/test_arm_aspeed_ast1030.py
/qemu/tests/functional/test_arm_aspeed_ast2500.py
/qemu/tests/functional/test_arm_aspeed_ast2600.py
/qemu/tests/functional/test_ppc64_pseries.py
/qemu/tests/lcitool/mappings.yml
/qemu/tests/lcitool/refresh
/qemu/tests/qtest/libqos/virtio-9p-client.c
/qemu/tests/qtest/libqos/virtio-9p-client.h
/qemu/tests/qtest/migration/compression-tests.c
/qemu/tests/qtest/migration/cpr-tests.c
/qemu/tests/qtest/migration/file-tests.c
/qemu/tests/qtest/migration/framework.c
/qemu/tests/qtest/migration/framework.h
/qemu/tests/qtest/migration/misc-tests.c
/qemu/tests/qtest/migration/postcopy-tests.c
/qemu/tests/qtest/migration/precopy-tests.c
/qemu/tests/qtest/migration/tls-tests.c
/qemu/tests/qtest/virtio-9p-test.c
ffd5a60e02-May-2025 Stefan Zabka <git@zabka.it>

rust: centralize config in workspace root

This commit bundles common config option in the workspace
root and applies them through <config>.workspace = true

Signed-off-by: Stefan Zabka <git@zabka.it

rust: centralize config in workspace root

This commit bundles common config option in the workspace
root and applies them through <config>.workspace = true

Signed-off-by: Stefan Zabka <git@zabka.it>
Link: https://lore.kernel.org/r/20250502212748.124953-1-git@zabka.it
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

db46654a14-Apr-2025 Zhao Liu <zhao1.liu@intel.com>

rust/hpet: Support migration

Based on commit 1433e38cc8 ("hpet: do not overwrite properties on
post_load"), add the basic migration support to Rust HPET.

The current migration implementation introd

rust/hpet: Support migration

Based on commit 1433e38cc8 ("hpet: do not overwrite properties on
post_load"), add the basic migration support to Rust HPET.

The current migration implementation introduces multiple unsafe
callbacks. Before the vmstate builder, one possible cleanup approach is
to wrap callbacks in the vmstate binding using a method similar to the
vmstate_exist_fn macro.

However, this approach would also create a lot of repetitive code (since
vmstate has so many callbacks: pre_load, post_load, pre_save, post_save,
needed and dev_unplug_pending). Although it would be cleaner, it would
somewhat deviate from the path of the vmstate builder.

Therefore, firstly focus on completing the functionality of HPET, and
those current unsafe callbacks can at least clearly indicate the needed
functionality of vmstate. The next step is to consider refactoring
vmstate to move towards the vmstate builder direction.

Additionally, update rust.rst about Rust HPET can support migration.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250414144943.1112885-9-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitlab-ci.d/base.yml
/qemu/.gitlab-ci.d/buildtest-template.yml
/qemu/.gitlab-ci.d/buildtest.yml
/qemu/MAINTAINERS
/qemu/VERSION
/qemu/accel/accel-common.c
/qemu/accel/accel-internal.h
/qemu/accel/accel-system.c
/qemu/accel/accel-target.c
/qemu/accel/accel-user.c
/qemu/accel/hvf/hvf-accel-ops.c
/qemu/accel/kvm/kvm-accel-ops.c
/qemu/accel/kvm/kvm-all.c
/qemu/accel/meson.build
/qemu/accel/qtest/qtest.c
/qemu/accel/stubs/tcg-stub.c
/qemu/accel/tcg/atomic_template.h
/qemu/accel/tcg/backend-ldst.h
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/icount-common.c
/qemu/accel/tcg/internal-common.h
/qemu/accel/tcg/internal-target.h
/qemu/accel/tcg/ldst_common.c.inc
/qemu/accel/tcg/meson.build
/qemu/accel/tcg/monitor.c
/qemu/accel/tcg/plugin-gen.c
/qemu/accel/tcg/tb-hash.h
/qemu/accel/tcg/tb-internal.h
/qemu/accel/tcg/tb-maint.c
/qemu/accel/tcg/tcg-accel-ops-icount.c
/qemu/accel/tcg/tcg-accel-ops-mttcg.c
/qemu/accel/tcg/tcg-accel-ops-rr.c
/qemu/accel/tcg/tcg-accel-ops.c
/qemu/accel/tcg/tcg-all.c
/qemu/accel/tcg/tlb-bounds.h
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/translator.c
/qemu/accel/tcg/user-exec.c
/qemu/accel/tcg/watchpoint.c
/qemu/accel/xen/xen-all.c
/qemu/authz/list.c
/qemu/authz/listfile.c
/qemu/authz/pamacct.c
/qemu/authz/simple.c
/qemu/backends/confidential-guest-support.c
/qemu/backends/cryptodev-builtin.c
/qemu/backends/cryptodev-lkcf.c
/qemu/backends/cryptodev-vhost-user.c
/qemu/backends/cryptodev.c
/qemu/backends/dbus-vmstate.c
/qemu/backends/host_iommu_device.c
/qemu/backends/hostmem-epc.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-memfd.c
/qemu/backends/hostmem-ram.c
/qemu/backends/hostmem-shm.c
/qemu/backends/hostmem.c
/qemu/backends/iommufd.c
/qemu/backends/rng-builtin.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/rng.c
/qemu/backends/tpm/tpm_emulator.c
/qemu/backends/tpm/tpm_passthrough.c
/qemu/backends/tpm/tpm_util.c
/qemu/backends/vhost-user.c
/qemu/block/blkio.c
/qemu/block/file-posix.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/rbd.c
/qemu/block/replication.c
/qemu/block/throttle-groups.c
/qemu/bsd-user/bsd-mem.h
/qemu/bsd-user/mmap.c
/qemu/bsd-user/qemu.h
/qemu/bsd-user/signal.c
/qemu/chardev/baum.c
/qemu/chardev/char-console.c
/qemu/chardev/char-fd.c
/qemu/chardev/char-file.c
/qemu/chardev/char-hub.c
/qemu/chardev/char-mux.c
/qemu/chardev/char-null.c
/qemu/chardev/char-parallel.c
/qemu/chardev/char-pipe.c
/qemu/chardev/char-pty.c
/qemu/chardev/char-ringbuf.c
/qemu/chardev/char-serial.c
/qemu/chardev/char-socket.c
/qemu/chardev/char-stdio.c
/qemu/chardev/char-udp.c
/qemu/chardev/char-win-stdio.c
/qemu/chardev/char-win.c
/qemu/chardev/char.c
/qemu/chardev/msmouse.c
/qemu/chardev/spice.c
/qemu/chardev/testdev.c
/qemu/chardev/wctablet.c
/qemu/configs/targets/aarch64-softmmu.mak
/qemu/configs/targets/alpha-softmmu.mak
/qemu/configs/targets/arm-softmmu.mak
/qemu/configs/targets/hppa-softmmu.mak
/qemu/configs/targets/i386-softmmu.mak
/qemu/configs/targets/loongarch64-softmmu.mak
/qemu/configs/targets/microblaze-softmmu.mak
/qemu/configs/targets/microblazeel-softmmu.mak
/qemu/configs/targets/mips-softmmu.mak
/qemu/configs/targets/mipsel-softmmu.mak
/qemu/configs/targets/or1k-softmmu.mak
/qemu/configs/targets/ppc64-softmmu.mak
/qemu/configs/targets/riscv32-softmmu.mak
/qemu/configs/targets/riscv64-softmmu.mak
/qemu/configs/targets/s390x-softmmu.mak
/qemu/configs/targets/sparc-softmmu.mak
/qemu/configs/targets/sparc64-softmmu.mak
/qemu/configs/targets/x86_64-softmmu.mak
/qemu/configs/targets/xtensa-softmmu.mak
/qemu/configs/targets/xtensaeb-softmmu.mak
/qemu/configure
/qemu/contrib/plugins/cache.c
/qemu/contrib/plugins/cflow.c
/qemu/contrib/plugins/hotblocks.c
/qemu/contrib/plugins/hotpages.c
/qemu/contrib/plugins/howvec.c
/qemu/contrib/plugins/hwprofile.c
/qemu/cpu-target.c
/qemu/crypto/secret.c
/qemu/crypto/secret_common.c
/qemu/crypto/secret_keyring.c
/qemu/crypto/tls-cipher-suites.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredspsk.c
/qemu/crypto/tlscredsx509.c
/qemu/disas/disas-mon.c
/qemu/docs/about/build-platforms.rst
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/codebase.rst
/qemu/docs/devel/memory.rst
/qemu/docs/devel/multi-thread-tcg.rst
/qemu/docs/devel/qom.rst
/qemu/docs/devel/reset.rst
/qemu/docs/devel/rust.rst
/qemu/docs/devel/tcg-ops.rst
/qemu/docs/devel/testing/ci-jobs.rst.inc
/qemu/docs/devel/testing/ci.rst
/qemu/docs/devel/testing/functional.rst
/qemu/docs/devel/testing/index.rst
/qemu/docs/devel/testing/main.rst
/qemu/docs/devel/virtio-backends.rst
/qemu/docs/igd-assign.txt
/qemu/dump/win_dump.c
/qemu/event-loop-base.c
/qemu/gdbstub/gdbstub.c
/qemu/gdbstub/meson.build
/qemu/gdbstub/system.c
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/acpi-cpu-hotplug-stub.c
/qemu/hw/acpi/acpi-mem-hotplug-stub.c
/qemu/hw/acpi/acpi-nvdimm-stub.c
/qemu/hw/acpi/acpi-pci-hotplug-stub.c
/qemu/hw/acpi/erst.c
/qemu/hw/acpi/generic_event_device.c
/qemu/hw/acpi/ipmi.c
/qemu/hw/acpi/pci.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/vmclock.c
/qemu/hw/acpi/vmgenid.c
/qemu/hw/adc/aspeed_adc.c
/qemu/hw/adc/npcm7xx_adc.c
/qemu/hw/adc/stm32f2xx_adc.c
/qemu/hw/adc/zynq-xadc.c
/qemu/hw/alpha/dp264.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/allwinner-h3.c
/qemu/hw/arm/allwinner-r40.c
/qemu/hw/arm/armsse.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast10x0.c
/qemu/hw/arm/aspeed_ast2400.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_ast27x0.c
/qemu/hw/arm/aspeed_soc_common.c
/qemu/hw/arm/b-l475e-iot01a.c
/qemu/hw/arm/bananapi_m2u.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/bcm2838.c
/qemu/hw/arm/bcm2838_peripherals.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/digic.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/exynos4_boards.c
/qemu/hw/arm/fby35.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx6ul.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/fsl-imx8mp.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/imx8mp-evk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/meson.build
/qemu/hw/arm/microbit.c
/qemu/hw/arm/mps2-tz.c
/qemu/hw/arm/mps2.c
/qemu/hw/arm/mps3r.c
/qemu/hw/arm/msf2-soc.c
/qemu/hw/arm/msf2-som.c
/qemu/hw/arm/musca.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/npcm7xx.c
/qemu/hw/arm/npcm7xx_boards.c
/qemu/hw/arm/npcm8xx.c
/qemu/hw/arm/npcm8xx_boards.c
/qemu/hw/arm/nrf51_soc.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/orangepi.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/raspi4b.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmu-common.c
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f100_soc.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/stm32f405_soc.c
/qemu/hw/arm/stm32l4x5_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/strongarm.h
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xen-pvh.c
/qemu/hw/arm/xen-stubs.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-versal-virt.c
/qemu/hw/arm/xlnx-versal.c
/qemu/hw/arm/xlnx-zcu102.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/asc.c
/qemu/hw/audio/cs4231.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/via-ac97.c
/qemu/hw/audio/virtio-snd-pci.c
/qemu/hw/audio/virtio-snd.c
/qemu/hw/audio/wm8750.c
/qemu/hw/avr/arduino.c
/qemu/hw/avr/atmega.c
/qemu/hw/avr/atmega.h
/qemu/hw/block/fdc-isa.c
/qemu/hw/block/fdc-sysbus.c
/qemu/hw/block/fdc.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/swim.c
/qemu/hw/block/vhost-user-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/avr_usart.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/cmsdk-apb-uart.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/diva-gsp.c
/qemu/hw/char/escc.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/goldfish_tty.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/ibex_uart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/mchp_pfsoc_mmuart.c
/qemu/hw/char/nrf51_uart.c
/qemu/hw/char/omap_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/renesas_sci.c
/qemu/hw/char/riscv_htif.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-mm.c
/qemu/hw/char/serial-pci-multi.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/shakti_uart.c
/qemu/hw/char/sifive_uart.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/stm32l4x5_usart.c
/qemu/hw/char/terminal3270.c
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/char/xen_console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/bus.c
/qemu/hw/core/clock.c
/qemu/hw/core/cpu-common.c
/qemu/hw/core/cpu-system.c
/qemu/hw/core/generic-loader.c
/qemu/hw/core/guest-loader.c
/qemu/hw/core/loader-fit.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine-qmp-cmds.c
/qemu/hw/core/machine.c
/qemu/hw/core/meson.build
/qemu/hw/core/null-machine.c
/qemu/hw/core/or-irq.c
/qemu/hw/core/platform-bus.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev.c
/qemu/hw/core/register.c
/qemu/hw/core/reset.c
/qemu/hw/core/resetcontainer.c
/qemu/hw/core/split-irq.c
/qemu/hw/core/sysbus-fdt.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/arm11mpcore.c
/qemu/hw/cpu/cluster.c
/qemu/hw/cpu/core.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/cxl/cxl-host.c
/qemu/hw/cxl/switch-mailbox-cci.c
/qemu/hw/display/apple-gfx-mmio.m
/qemu/hw/display/apple-gfx-pci.m
/qemu/hw/display/apple-gfx.h
/qemu/hw/display/apple-gfx.m
/qemu/hw/display/artist.c
/qemu/hw/display/ati.c
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/bochs-display.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/cirrus_vga_isa.c
/qemu/hw/display/dm163.c
/qemu/hw/display/dpcd.c
/qemu/hw/display/edid-region.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/framebuffer.h
/qemu/hw/display/g364fb.c
/qemu/hw/display/i2c-ddc.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/macfb.c
/qemu/hw/display/next-fb.c
/qemu/hw/display/pl110.c
/qemu/hw/display/qxl.c
/qemu/hw/display/ramfb-standalone.c
/qemu/hw/display/sii9022.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0303.c
/qemu/hw/display/ssd0323.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-mmio.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vga.c
/qemu/hw/display/vga_int.h
/qemu/hw/display/vhost-user-gpu.c
/qemu/hw/display/virtio-gpu-base.c
/qemu/hw/display/virtio-gpu-gl.c
/qemu/hw/display/virtio-gpu-pci-rutabaga.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu-rutabaga.c
/qemu/hw/display/virtio-gpu-udmabuf.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xlnx_dp.c
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/i82374.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/pl080.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/sifive_pdma.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/dma/xlnx-zdma.c
/qemu/hw/dma/xlnx-zynq-devcfg.c
/qemu/hw/dma/xlnx_csu_dma.c
/qemu/hw/dma/xlnx_dpdma.c
/qemu/hw/fsi/aspeed_apb2opb.c
/qemu/hw/fsi/cfam.c
/qemu/hw/fsi/fsi-master.c
/qemu/hw/fsi/fsi.c
/qemu/hw/fsi/lbus.c
/qemu/hw/gpio/aspeed_gpio.c
/qemu/hw/gpio/bcm2835_gpio.c
/qemu/hw/gpio/bcm2838_gpio.c
/qemu/hw/gpio/gpio_key.c
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/gpio/mpc8xxx.c
/qemu/hw/gpio/npcm7xx_gpio.c
/qemu/hw/gpio/nrf51_gpio.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/gpio/pca9552.c
/qemu/hw/gpio/pca9554.c
/qemu/hw/gpio/pcf8574.c
/qemu/hw/gpio/pl061.c
/qemu/hw/gpio/sifive_gpio.c
/qemu/hw/gpio/stm32l4x5_gpio.c
/qemu/hw/gpio/zaurus.c
/qemu/hw/hppa/machine.c
/qemu/hw/hyperv/hv-balloon-our_range_memslots.h
/qemu/hw/hyperv/hv-balloon.c
/qemu/hw/hyperv/hyperv.c
/qemu/hw/hyperv/hyperv_testdev.c
/qemu/hw/hyperv/syndbg.c
/qemu/hw/hyperv/vmbus.c
/qemu/hw/i2c/allwinner-i2c.c
/qemu/hw/i2c/aspeed_i2c.c
/qemu/hw/i2c/bcm2835_i2c.c
/qemu/hw/i2c/bitbang_i2c.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/exynos4210_i2c.c
/qemu/hw/i2c/i2c_mux_pca954x.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i2c/microbit_i2c.c
/qemu/hw/i2c/mpc_i2c.c
/qemu/hw/i2c/npcm7xx_smbus.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i2c/pm_smbus.c
/qemu/hw/i2c/pmbus_device.c
/qemu/hw/i2c/ppc4xx_i2c.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i2c/smbus_slave.c
/qemu/hw/i386/acpi-common.c
/qemu/hw/i386/acpi-microvm.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/kvm/xen_evtchn.c
/qemu/hw/i386/kvm/xen_gnttab.c
/qemu/hw/i386/kvm/xen_overlay.c
/qemu/hw/i386/kvm/xen_primary_console.c
/qemu/hw/i386/kvm/xen_xenstore.c
/qemu/hw/i386/microvm.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/nitro_enclave.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw_ovmf.c
/qemu/hw/i386/port92.c
/qemu/hw/i386/sgx-epc.c
/qemu/hw/i386/sgx.c
/qemu/hw/i386/vapic.c
/qemu/hw/i386/vmmouse.c
/qemu/hw/i386/vmport.c
/qemu/hw/i386/x86-iommu.c
/qemu/hw/i386/x86.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen-pvh.c
/qemu/hw/i386/xen/xen_apic.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/ahci-allwinner.c
/qemu/hw/ide/ahci-sysbus.c
/qemu/hw/ide/cf.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/ide-bus.c
/qemu/hw/ide/ide-dev.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/mmio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/sii3112.c
/qemu/hw/ide/via.c
/qemu/hw/input/adb-kbd.c
/qemu/hw/input/adb-mouse.c
/qemu/hw/input/adb.c
/qemu/hw/input/lasips2.c
/qemu/hw/input/pckbd.c
/qemu/hw/input/pl050.c
/qemu/hw/input/ps2.c
/qemu/hw/input/stellaris_gamepad.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/input/virtio-input-host.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/allwinner-a10-pic.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/arm_gicv3_its.c
/qemu/hw/intc/arm_gicv3_its_common.c
/qemu/hw/intc/arm_gicv3_its_kvm.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/aspeed_intc.c
/qemu/hw/intc/aspeed_vic.c
/qemu/hw/intc/bcm2835_ic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/goldfish_pic.c
/qemu/hw/intc/grlib_irqmp.c
/qemu/hw/intc/heathrow_pic.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/imx_avic.c
/qemu/hw/intc/imx_gpcv2.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/ioapic_common.c
/qemu/hw/intc/ioapic_internal.h
/qemu/hw/intc/loongarch_extioi.c
/qemu/hw/intc/loongarch_extioi_common.c
/qemu/hw/intc/loongarch_ipi.c
/qemu/hw/intc/loongarch_pch_msi.c
/qemu/hw/intc/loongarch_pch_pic.c
/qemu/hw/intc/loongarch_pic_common.c
/qemu/hw/intc/loongson_ipi.c
/qemu/hw/intc/loongson_ipi_common.c
/qemu/hw/intc/m68k_irqc.c
/qemu/hw/intc/mips_gic.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/ompic.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/pnv_xive.c
/qemu/hw/intc/pnv_xive2.c
/qemu/hw/intc/ppc-uic.c
/qemu/hw/intc/realview_gic.c
/qemu/hw/intc/riscv_aclint.c
/qemu/hw/intc/riscv_aplic.c
/qemu/hw/intc/riscv_imsic.c
/qemu/hw/intc/rx_icu.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/sifive_plic.c
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_pnv.c
/qemu/hw/intc/xics_spapr.c
/qemu/hw/intc/xilinx_intc.c
/qemu/hw/intc/xive.c
/qemu/hw/intc/xive2.c
/qemu/hw/intc/xlnx-pmu-iomod-intc.c
/qemu/hw/intc/xlnx-zynqmp-ipi.c
/qemu/hw/ipack/ipack.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/ipmi/ipmi_bt.c
/qemu/hw/ipmi/ipmi_kcs.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/ipmi/pci_ipmi_bt.c
/qemu/hw/ipmi/pci_ipmi_kcs.c
/qemu/hw/ipmi/smbus_ipmi.c
/qemu/hw/isa/fdc37m81x-superio.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/isa-superio.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/pc87312.c
/qemu/hw/isa/piix.c
/qemu/hw/isa/smc37c669-superio.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/loongarch/virt.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/m68k/next-cube.c
/qemu/hw/m68k/next-kbd.c
/qemu/hw/m68k/q800-glue.c
/qemu/hw/m68k/q800.c
/qemu/hw/m68k/virt.c
/qemu/hw/mem/cxl_type3.c
/qemu/hw/mem/memory-device.c
/qemu/hw/mem/npcm7xx_mc.c
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/mem/sparse-mem.c
/qemu/hw/microblaze/boot.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/microblaze/xlnx-zynqmp-pmu.c
/qemu/hw/mips/cps.c
/qemu/hw/mips/jazz.c
/qemu/hw/mips/loongson3_virt.c
/qemu/hw/mips/malta.c
/qemu/hw/mips/mipssim.c
/qemu/hw/misc/a9scu.c
/qemu/hw/misc/allwinner-a10-ccm.c
/qemu/hw/misc/allwinner-a10-dramc.c
/qemu/hw/misc/allwinner-cpucfg.c
/qemu/hw/misc/allwinner-h3-ccu.c
/qemu/hw/misc/allwinner-h3-dramc.c
/qemu/hw/misc/allwinner-h3-sysctrl.c
/qemu/hw/misc/allwinner-r40-ccu.c
/qemu/hw/misc/allwinner-r40-dramc.c
/qemu/hw/misc/allwinner-sid.c
/qemu/hw/misc/allwinner-sramc.c
/qemu/hw/misc/applesmc.c
/qemu/hw/misc/arm11scu.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/armsse-cpu-pwrctrl.c
/qemu/hw/misc/armsse-cpuid.c
/qemu/hw/misc/armsse-mhu.c
/qemu/hw/misc/armv7m_ras.c
/qemu/hw/misc/aspeed_hace.c
/qemu/hw/misc/aspeed_i3c.c
/qemu/hw/misc/aspeed_lpc.c
/qemu/hw/misc/aspeed_peci.c
/qemu/hw/misc/aspeed_sbc.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/aspeed_sdmc.c
/qemu/hw/misc/aspeed_sli.c
/qemu/hw/misc/aspeed_xdma.c
/qemu/hw/misc/auxbus.c
/qemu/hw/misc/avr_power.c
/qemu/hw/misc/axp2xx.c
/qemu/hw/misc/bcm2835_cprman.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_mphi.c
/qemu/hw/misc/bcm2835_powermgt.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/bcm2835_rng.c
/qemu/hw/misc/bcm2835_thermal.c
/qemu/hw/misc/debugexit.c
/qemu/hw/misc/djmemc.c
/qemu/hw/misc/eccmemctl.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/empty_slot.c
/qemu/hw/misc/exynos4210_clk.c
/qemu/hw/misc/exynos4210_pmu.c
/qemu/hw/misc/exynos4210_rng.c
/qemu/hw/misc/grlib_ahb_apb_pnp.c
/qemu/hw/misc/i2c-echo.c
/qemu/hw/misc/imx25_ccm.c
/qemu/hw/misc/imx31_ccm.c
/qemu/hw/misc/imx6_ccm.c
/qemu/hw/misc/imx6_src.c
/qemu/hw/misc/imx6ul_ccm.c
/qemu/hw/misc/imx7_ccm.c
/qemu/hw/misc/imx7_gpr.c
/qemu/hw/misc/imx7_snvs.c
/qemu/hw/misc/imx7_src.c
/qemu/hw/misc/imx8mp_analog.c
/qemu/hw/misc/imx8mp_ccm.c
/qemu/hw/misc/imx_rngc.c
/qemu/hw/misc/iosb.c
/qemu/hw/misc/iotkit-secctl.c
/qemu/hw/misc/iotkit-sysctl.c
/qemu/hw/misc/iotkit-sysinfo.c
/qemu/hw/misc/ivshmem-flat.c
/qemu/hw/misc/ivshmem-pci.c
/qemu/hw/misc/lasi.c
/qemu/hw/misc/led.c
/qemu/hw/misc/mac_via.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/gpio.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/macio/pmu.c
/qemu/hw/misc/mchp_pfsoc_dmc.c
/qemu/hw/misc/mchp_pfsoc_ioscb.c
/qemu/hw/misc/mchp_pfsoc_sysreg.c
/qemu/hw/misc/mips_cmgcr.c
/qemu/hw/misc/mips_cpc.c
/qemu/hw/misc/mips_itu.c
/qemu/hw/misc/mos6522.c
/qemu/hw/misc/mps2-fpgaio.c
/qemu/hw/misc/mps2-scc.c
/qemu/hw/misc/msf2-sysreg.c
/qemu/hw/misc/npcm7xx_mft.c
/qemu/hw/misc/npcm7xx_pwm.c
/qemu/hw/misc/npcm7xx_rng.c
/qemu/hw/misc/npcm_clk.c
/qemu/hw/misc/npcm_gcr.c
/qemu/hw/misc/nrf51_rng.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/pvpanic-isa.c
/qemu/hw/misc/pvpanic-mmio.c
/qemu/hw/misc/pvpanic-pci.c
/qemu/hw/misc/sbsa_ec.c
/qemu/hw/misc/sifive_e_aon.c
/qemu/hw/misc/sifive_u_otp.c
/qemu/hw/misc/sifive_u_prci.c
/qemu/hw/misc/slavio_misc.c
/qemu/hw/misc/stm32_rcc.c
/qemu/hw/misc/stm32f2xx_syscfg.c
/qemu/hw/misc/stm32f4xx_exti.c
/qemu/hw/misc/stm32f4xx_syscfg.c
/qemu/hw/misc/stm32l4x5_exti.c
/qemu/hw/misc/stm32l4x5_rcc.c
/qemu/hw/misc/stm32l4x5_syscfg.c
/qemu/hw/misc/tz-mpc.c
/qemu/hw/misc/tz-msc.c
/qemu/hw/misc/tz-ppc.c
/qemu/hw/misc/unimp.c
/qemu/hw/misc/virt_ctrl.c
/qemu/hw/misc/vmcoreinfo.c
/qemu/hw/misc/xlnx-versal-cframe-reg.c
/qemu/hw/misc/xlnx-versal-cfu.c
/qemu/hw/misc/xlnx-versal-crl.c
/qemu/hw/misc/xlnx-versal-pmc-iou-slcr.c
/qemu/hw/misc/xlnx-versal-trng.c
/qemu/hw/misc/xlnx-versal-xramc.c
/qemu/hw/misc/xlnx-zynqmp-apu-ctrl.c
/qemu/hw/misc/xlnx-zynqmp-crf.c
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/net/allwinner-sun8i-emac.c
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/can/can_kvaser_pci.c
/qemu/hw/net/can/can_mioe3680_pci.c
/qemu/hw/net/can/can_pcm3680_pci.c
/qemu/hw/net/can/ctucan_core.c
/qemu/hw/net/can/ctucan_pci.c
/qemu/hw/net/can/xlnx-versal-canfd.c
/qemu/hw/net/can/xlnx-zynqmp-can.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/ftgmac100.c
/qemu/hw/net/i82596.c
/qemu/hw/net/i82596.h
/qemu/hw/net/igb.c
/qemu/hw/net/igbvf.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lan9118_phy.c
/qemu/hw/net/lance.c
/qemu/hw/net/lasi_i82596.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/msf2-emac.c
/qemu/hw/net/mv88w8618_eth.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000-pci.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/npcm7xx_emc.c
/qemu/hw/net/npcm_gmac.c
/qemu/hw/net/npcm_pcs.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/pcnet.h
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/sungem.c
/qemu/hw/net/sunhme.c
/qemu/hw/net/tulip.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/xen_nic.c
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nubus/mac-nubus-bridge.c
/qemu/hw/nubus/nubus-bridge.c
/qemu/hw/nubus/nubus-bus.c
/qemu/hw/nubus/nubus-device.c
/qemu/hw/nubus/nubus-virtio-mmio.c
/qemu/hw/nvme/ctrl.c
/qemu/hw/nvme/ns.c
/qemu/hw/nvme/subsys.c
/qemu/hw/nvram/bcm2835_otp.c
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/npcm7xx_otp.c
/qemu/hw/nvram/nrf51_nvm.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/nvram/xlnx-bbram.c
/qemu/hw/nvram/xlnx-efuse.c
/qemu/hw/nvram/xlnx-versal-efuse-cache.c
/qemu/hw/nvram/xlnx-versal-efuse-ctrl.c
/qemu/hw/nvram/xlnx-zynqmp-efuse.c
/qemu/hw/openrisc/boot.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/openrisc/virt.c
/qemu/hw/pci-bridge/cxl_downstream.c
/qemu/hw/pci-bridge/cxl_root_port.c
/qemu/hw/pci-bridge/cxl_upstream.c
/qemu/hw/pci-bridge/gen_pcie_root_port.c
/qemu/hw/pci-bridge/i82801b11.c
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/pcie_pci_bridge.c
/qemu/hw/pci-bridge/pcie_root_port.c
/qemu/hw/pci-bridge/simba.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-bridge/xio3130_upstream.c
/qemu/hw/pci-host/articia.c
/qemu/hw/pci-host/astro.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/designware.c
/qemu/hw/pci-host/dino.c
/qemu/hw/pci-host/fsl_imx8m_phy.c
/qemu/hw/pci-host/gpex.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/gt64120.c
/qemu/hw/pci-host/i440fx.c
/qemu/hw/pci-host/mv64361.c
/qemu/hw/pci-host/pnv_phb.c
/qemu/hw/pci-host/pnv_phb3.c
/qemu/hw/pci-host/pnv_phb3_msi.c
/qemu/hw/pci-host/pnv_phb3_pbcq.c
/qemu/hw/pci-host/pnv_phb4.c
/qemu/hw/pci-host/pnv_phb4_pec.c
/qemu/hw/pci-host/ppc440_pcix.c
/qemu/hw/pci-host/ppc4xx_pci.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/raven.c
/qemu/hw/pci-host/remote.c
/qemu/hw/pci-host/sabre.c
/qemu/hw/pci-host/sh_pci.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci-host/xen_igd_pt.c
/qemu/hw/pci-host/xilinx-pcie.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/pci/pci_host.c
/qemu/hw/pci/pcie_port.c
/qemu/hw/ppc/amigaone.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/mpc8544ds.c
/qemu/hw/ppc/pef.c
/qemu/hw/ppc/pegasos2.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_adu.c
/qemu/hw/ppc/pnv_chiptod.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_homer.c
/qemu/hw/ppc/pnv_i2c.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/pnv_n1_chiplet.c
/qemu/hw/ppc/pnv_nest_pervasive.c
/qemu/hw/ppc/pnv_occ.c
/qemu/hw/ppc/pnv_pnor.c
/qemu/hw/ppc/pnv_psi.c
/qemu/hw/ppc/pnv_sbe.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc440_uc.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/ppc4xx_sdram.c
/qemu/hw/ppc/ppc_booke.c
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/prep_systemio.c
/qemu/hw/ppc/rs6000_mc.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_nested.c
/qemu/hw/ppc/spapr_nvdimm.c
/qemu/hw/ppc/spapr_ovec.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_rtc.c
/qemu/hw/ppc/spapr_tpm_proxy.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/ppc/vof.c
/qemu/hw/remote/iommu.c
/qemu/hw/remote/machine.c
/qemu/hw/remote/memory.c
/qemu/hw/remote/proxy-memory-listener.c
/qemu/hw/remote/proxy.c
/qemu/hw/remote/remote-obj.c
/qemu/hw/remote/vfio-user-obj.c
/qemu/hw/riscv/microblaze-v-generic.c
/qemu/hw/riscv/microchip_pfsoc.c
/qemu/hw/riscv/opentitan.c
/qemu/hw/riscv/riscv-iommu-pci.c
/qemu/hw/riscv/riscv-iommu-sys.c
/qemu/hw/riscv/riscv-iommu.c
/qemu/hw/riscv/riscv_hart.c
/qemu/hw/riscv/shakti_c.c
/qemu/hw/riscv/sifive_e.c
/qemu/hw/riscv/sifive_u.c
/qemu/hw/riscv/spike.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/allwinner-rtc.c
/qemu/hw/rtc/aspeed_rtc.c
/qemu/hw/rtc/ds1338.c
/qemu/hw/rtc/exynos4210_rtc.c
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/rtc/ls7a_rtc.c
/qemu/hw/rtc/m41t80.c
/qemu/hw/rtc/m48t59-isa.c
/qemu/hw/rtc/m48t59.c
/qemu/hw/rtc/mc146818rtc.c
/qemu/hw/rtc/pl031.c
/qemu/hw/rtc/rs5c372.c
/qemu/hw/rtc/sun4v-rtc.c
/qemu/hw/rtc/xlnx-zynqmp-rtc.c
/qemu/hw/rx/rx-gdbsim.c
/qemu/hw/rx/rx62n.c
/qemu/hw/s390x/3270-ccw.c
/qemu/hw/s390x/ap-bridge.c
/qemu/hw/s390x/ap-device.c
/qemu/hw/s390x/ccw-device.c
/qemu/hw/s390x/css-bridge.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-ccw.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-vfio.c
/qemu/hw/s390x/s390-skeys-kvm.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-stattrib-kvm.c
/qemu/hw/s390x/s390-stattrib.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/sclpcpu.c
/qemu/hw/s390x/sclpquiesce.c
/qemu/hw/s390x/tod-kvm.c
/qemu/hw/s390x/tod-tcg.c
/qemu/hw/s390x/tod.c
/qemu/hw/s390x/vhost-scsi-ccw.c
/qemu/hw/s390x/vhost-user-fs-ccw.c
/qemu/hw/s390x/vhost-vsock-ccw.c
/qemu/hw/s390x/virtio-ccw-9p.c
/qemu/hw/s390x/virtio-ccw-balloon.c
/qemu/hw/s390x/virtio-ccw-blk.c
/qemu/hw/s390x/virtio-ccw-crypto.c
/qemu/hw/s390x/virtio-ccw-gpu.c
/qemu/hw/s390x/virtio-ccw-input.c
/qemu/hw/s390x/virtio-ccw-md.c
/qemu/hw/s390x/virtio-ccw-mem.c
/qemu/hw/s390x/virtio-ccw-net.c
/qemu/hw/s390x/virtio-ccw-rng.c
/qemu/hw/s390x/virtio-ccw-scsi.c
/qemu/hw/s390x/virtio-ccw-serial.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/vhost-user-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/allwinner-sdhost.c
/qemu/hw/sd/aspeed_sdhci.c
/qemu/hw/sd/bcm2835_sdhost.c
/qemu/hw/sd/cadence_sdhci.c
/qemu/hw/sd/npcm7xx_sdhci.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-pci.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sensor/adm1266.c
/qemu/hw/sensor/adm1272.c
/qemu/hw/sensor/dps310.c
/qemu/hw/sensor/emc141x.c
/qemu/hw/sensor/isl_pmbus_vr.c
/qemu/hw/sensor/lsm303dlhc_mag.c
/qemu/hw/sensor/max31785.c
/qemu/hw/sensor/max34451.c
/qemu/hw/sensor/tmp105.c
/qemu/hw/sensor/tmp421.c
/qemu/hw/sh4/sh7750.c
/qemu/hw/smbios/smbios_type_38.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc/sun4m_iommu.c
/qemu/hw/sparc64/niagara.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/sparc64/sun4u_iommu.c
/qemu/hw/ssi/allwinner-a10-spi.c
/qemu/hw/ssi/aspeed_smc.c
/qemu/hw/ssi/bcm2835_spi.c
/qemu/hw/ssi/ibex_spi_host.c
/qemu/hw/ssi/imx_spi.c
/qemu/hw/ssi/mss-spi.c
/qemu/hw/ssi/npcm7xx_fiu.c
/qemu/hw/ssi/npcm_pspi.c
/qemu/hw/ssi/pl022.c
/qemu/hw/ssi/pnv_spi.c
/qemu/hw/ssi/sifive_spi.c
/qemu/hw/ssi/ssi.c
/qemu/hw/ssi/stm32f2xx_spi.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/ssi/xlnx-versal-ospi.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/allwinner-a10-pit.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/armv7m_systick.c
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/timer/avr_timer16.c
/qemu/hw/timer/bcm2835_systmr.c
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/cmsdk-apb-dualtimer.c
/qemu/hw/timer/cmsdk-apb-timer.c
/qemu/hw/timer/digic-timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/i8254_common.c
/qemu/hw/timer/ibex_timer.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/mss-timer.c
/qemu/hw/timer/npcm7xx_timer.c
/qemu/hw/timer/nrf51_timer.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/renesas_cmt.c
/qemu/hw/timer/renesas_tmr.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/timer/sifive_pwm.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/sse-counter.c
/qemu/hw/timer/sse-timer.c
/qemu/hw/timer/stellaris-gptm.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/tpm/tpm_crb.c
/qemu/hw/tpm/tpm_ppi.h
/qemu/hw/tpm/tpm_spapr.c
/qemu/hw/tpm/tpm_tis_i2c.c
/qemu/hw/tpm/tpm_tis_isa.c
/qemu/hw/tpm/tpm_tis_sysbus.c
/qemu/hw/tricore/tc27x_soc.c
/qemu/hw/tricore/triboard.c
/qemu/hw/tricore/tricore_testdevice.c
/qemu/hw/uefi/var-service-sysbus.c
/qemu/hw/ufs/lu.c
/qemu/hw/ufs/ufs.c
/qemu/hw/usb/bus.c
/qemu/hw/usb/canokey.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/chipidea.c
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage-bot.c
/qemu/hw/usb/dev-storage-classic.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-dwc2.c
/qemu/hw/usb/hcd-dwc3.c
/qemu/hw/usb/hcd-ehci-pci.c
/qemu/hw/usb/hcd-ehci-sysbus.c
/qemu/hw/usb/hcd-ohci-pci.c
/qemu/hw/usb/hcd-ohci-sysbus.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-uhci.h
/qemu/hw/usb/hcd-xhci-nec.c
/qemu/hw/usb/hcd-xhci-pci.c
/qemu/hw/usb/hcd-xhci-sysbus.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/imx-usb-phy.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/u2f-emulated.c
/qemu/hw/usb/u2f-passthru.c
/qemu/hw/usb/u2f.c
/qemu/hw/usb/xlnx-usb-subsystem.c
/qemu/hw/usb/xlnx-versal-usb2-ctrl-regs.c
/qemu/hw/vfio/amd-xgbe.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/calxeda-xgmac.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/container-base.c
/qemu/hw/vfio/container.c
/qemu/hw/vfio/cpr.c
/qemu/hw/vfio/device.c
/qemu/hw/vfio/display.c
/qemu/hw/vfio/helpers.c
/qemu/hw/vfio/igd.c
/qemu/hw/vfio/iommufd.c
/qemu/hw/vfio/listener.c
/qemu/hw/vfio/meson.build
/qemu/hw/vfio/migration-multifd.c
/qemu/hw/vfio/migration-multifd.h
/qemu/hw/vfio/migration.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/region.c
/qemu/hw/vfio/spapr.c
/qemu/hw/vfio/trace-events
/qemu/hw/vfio/vfio-cpr.h
/qemu/hw/vfio/vfio-display.h
/qemu/hw/vfio/vfio-helpers.h
/qemu/hw/vfio/vfio-iommufd.h
/qemu/hw/vfio/vfio-listener.h
/qemu/hw/vfio/vfio-migration-internal.h
/qemu/hw/virtio/vdpa-dev-pci.c
/qemu/hw/virtio/vdpa-dev.c
/qemu/hw/virtio/vhost-iova-tree.h
/qemu/hw/virtio/vhost-scsi-pci.c
/qemu/hw/virtio/vhost-user-base.c
/qemu/hw/virtio/vhost-user-blk-pci.c
/qemu/hw/virtio/vhost-user-device-pci.c
/qemu/hw/virtio/vhost-user-device.c
/qemu/hw/virtio/vhost-user-fs-pci.c
/qemu/hw/virtio/vhost-user-fs.c
/qemu/hw/virtio/vhost-user-gpio-pci.c
/qemu/hw/virtio/vhost-user-gpio.c
/qemu/hw/virtio/vhost-user-i2c-pci.c
/qemu/hw/virtio/vhost-user-i2c.c
/qemu/hw/virtio/vhost-user-input.c
/qemu/hw/virtio/vhost-user-rng-pci.c
/qemu/hw/virtio/vhost-user-rng.c
/qemu/hw/virtio/vhost-user-scmi-pci.c
/qemu/hw/virtio/vhost-user-scmi.c
/qemu/hw/virtio/vhost-user-scsi-pci.c
/qemu/hw/virtio/vhost-user-snd-pci.c
/qemu/hw/virtio/vhost-user-snd.c
/qemu/hw/virtio/vhost-user-vsock-pci.c
/qemu/hw/virtio/vhost-user-vsock.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost-vdpa.c
/qemu/hw/virtio/vhost-vsock-common.c
/qemu/hw/virtio/vhost-vsock-pci.c
/qemu/hw/virtio/vhost-vsock.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-9p-pci.c
/qemu/hw/virtio/virtio-balloon-pci.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-blk-pci.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-crypto-pci.c
/qemu/hw/virtio/virtio-crypto.c
/qemu/hw/virtio/virtio-input-pci.c
/qemu/hw/virtio/virtio-iommu-pci.c
/qemu/hw/virtio/virtio-iommu.c
/qemu/hw/virtio/virtio-md-pci.c
/qemu/hw/virtio/virtio-mem-pci.c
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-net-pci.c
/qemu/hw/virtio/virtio-nsm-pci.c
/qemu/hw/virtio/virtio-nsm.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pmem-pci.c
/qemu/hw/virtio/virtio-pmem.c
/qemu/hw/virtio/virtio-rng-pci.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio-scsi-pci.c
/qemu/hw/virtio/virtio-serial-pci.c
/qemu/hw/virtio/virtio.c
/qemu/hw/vmapple/aes.c
/qemu/hw/vmapple/bdif.c
/qemu/hw/vmapple/cfg.c
/qemu/hw/vmapple/virtio-blk.c
/qemu/hw/vmapple/vmapple.c
/qemu/hw/watchdog/allwinner-wdt.c
/qemu/hw/watchdog/cmsdk-apb-watchdog.c
/qemu/hw/watchdog/sbsa_gwdt.c
/qemu/hw/watchdog/spapr_watchdog.c
/qemu/hw/watchdog/wdt_aspeed.c
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/watchdog/wdt_ib700.c
/qemu/hw/watchdog/wdt_imx2.c
/qemu/hw/xen/meson.build
/qemu/hw/xen/xen-bus.c
/qemu/hw/xen/xen-legacy-backend.c
/qemu/hw/xen/xen-pvh-common.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_graphics.c
/qemu/hw/xen/xen_stubs.c
/qemu/hw/xtensa/pic_cpu.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/virt.c
/qemu/hw/xtensa/xtensa_memory.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/accel/accel-cpu-target.h
/qemu/include/accel/accel-cpu.h
/qemu/include/accel/tcg/cpu-ldst-common.h
/qemu/include/accel/tcg/cpu-ldst.h
/qemu/include/accel/tcg/cpu-mmu-index.h
/qemu/include/accel/tcg/cpu-ops.h
/qemu/include/block/block_int-common.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/cputlb.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/icount.h
/qemu/include/exec/memory_ldst.h.inc
/qemu/include/exec/memory_ldst_phys.h.inc
/qemu/include/exec/mmap-lock.h
/qemu/include/exec/page-protection.h
/qemu/include/exec/page-vary.h
/qemu/include/exec/poison.h
/qemu/include/exec/target_page.h
/qemu/include/exec/tlb-flags.h
/qemu/include/exec/translation-block.h
/qemu/include/exec/translator.h
/qemu/include/exec/tswap.h
/qemu/include/exec/watchpoint.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/ich9_tco.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx31.h
/qemu/include/hw/arm/fsl-imx6.h
/qemu/include/hw/arm/fsl-imx6ul.h
/qemu/include/hw/arm/omap.h
/qemu/include/hw/arm/stm32l4x5_soc.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/parallel-isa.h
/qemu/include/hw/char/parallel.h
/qemu/include/hw/char/riscv_htif.h
/qemu/include/hw/char/serial-mm.h
/qemu/include/hw/char/serial.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/display/macfb.h
/qemu/include/hw/dma/i8257.h
/qemu/include/hw/fsi/aspeed_apb2opb.h
/qemu/include/hw/fsi/cfam.h
/qemu/include/hw/fsi/fsi-master.h
/qemu/include/hw/fsi/fsi.h
/qemu/include/hw/fsi/lbus.h
/qemu/include/hw/gpio/npcm7xx_gpio.h
/qemu/include/hw/hw.h
/qemu/include/hw/i2c/npcm7xx_smbus.h
/qemu/include/hw/i2c/pm_smbus.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/x86.h
/qemu/include/hw/ide/ahci.h
/qemu/include/hw/ide/ide-bus.h
/qemu/include/hw/intc/armv7m_nvic.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/apm.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/m68k/q800.h
/qemu/include/hw/mem/npcm7xx_mc.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/mips/mips.h
/qemu/include/hw/misc/auxbus.h
/qemu/include/hw/misc/ivshmem-flat.h
/qemu/include/hw/misc/lasi.h
/qemu/include/hw/misc/mac_via.h
/qemu/include/hw/misc/npcm7xx_mft.h
/qemu/include/hw/misc/npcm_clk.h
/qemu/include/hw/misc/npcm_gcr.h
/qemu/include/hw/misc/pvpanic.h
/qemu/include/hw/net/dp8393x.h
/qemu/include/hw/net/msf2-emac.h
/qemu/include/hw/nubus/nubus.h
/qemu/include/hw/nvram/mac_nvram.h
/qemu/include/hw/nvram/npcm7xx_otp.h
/qemu/include/hw/pci-host/fsl_imx8m_phy.h
/qemu/include/hw/pci-host/pam.h
/qemu/include/hw/pci-host/remote.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pcie_host.h
/qemu/include/hw/pci/shpc.h
/qemu/include/hw/ppc/mac_dbdma.h
/qemu/include/hw/ppc/pnv_lpc.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/pnv_sbe.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/ppc4xx.h
/qemu/include/hw/ppc/vof.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/register.h
/qemu/include/hw/remote/proxy-memory-listener.h
/qemu/include/hw/s390x/css.h
/qemu/include/hw/s390x/s390_flic.h
/qemu/include/hw/s390x/storage-attributes.h
/qemu/include/hw/s390x/storage-keys.h
/qemu/include/hw/s390x/vfio-ccw.h
/qemu/include/hw/sh4/sh_intc.h
/qemu/include/hw/southbridge/ich9.h
/qemu/include/hw/sysbus.h
/qemu/include/hw/timer/npcm7xx_timer.h
/qemu/include/hw/tricore/triboard.h
/qemu/include/hw/tricore/tricore.h
/qemu/include/hw/usb.h
/qemu/include/hw/vfio/vfio-container-base.h
/qemu/include/hw/vfio/vfio-container.h
/qemu/include/hw/vfio/vfio-device.h
/qemu/include/hw/vfio/vfio-migration.h
/qemu/include/hw/vfio/vfio-platform.h
/qemu/include/hw/vfio/vfio-region.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-pci.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen-pvh-common.h
/qemu/include/hw/xtensa/mx_pic.h
/qemu/include/qemu/accel.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/datadir.h
/qemu/include/qemu/iova-tree.h
/qemu/include/qemu/reserved-region.h
/qemu/include/qemu/target-info-impl.h
/qemu/include/qemu/target-info.h
/qemu/include/qom/object.h
/qemu/include/semihosting/semihost.h
/qemu/include/system/address-spaces.h
/qemu/include/system/confidential-guest-support.h
/qemu/include/system/cpu-timers.h
/qemu/include/system/dma.h
/qemu/include/system/hostmem.h
/qemu/include/system/ioport.h
/qemu/include/system/kvm.h
/qemu/include/system/kvm_int.h
/qemu/include/system/memory.h
/qemu/include/system/os-win32.h
/qemu/include/system/qtest.h
/qemu/include/system/ram_addr.h
/qemu/include/system/ramblock.h
/qemu/include/system/replay.h
/qemu/include/system/tcg.h
/qemu/include/system/vhost-user-backend.h
/qemu/include/system/xen-mapcache.h
/qemu/include/system/xen.h
/qemu/include/tcg/insn-start-words.h
/qemu/include/tcg/startup.h
/qemu/include/tcg/tcg-op-common.h
/qemu/include/tcg/tcg-op.h
/qemu/include/tcg/tcg-opc.h
/qemu/include/tcg/tcg.h
/qemu/include/user/page-protection.h
/qemu/io/channel-buffer.c
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-null.c
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-websock.c
/qemu/iothread.c
/qemu/linux-user/arm/cpu_loop.c
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/loongarch64/cpu_loop.c
/qemu/linux-user/mmap.c
/qemu/linux-user/qemu.h
/qemu/linux-user/syscall.c
/qemu/linux-user/xtensa/signal.c
/qemu/meson.build
/qemu/migration/channel-block.c
/qemu/migration/dirtyrate.c
/qemu/migration/file.c
/qemu/migration/migration.c
/qemu/migration/multifd-nocomp.c
/qemu/migration/multifd-qatzip.c
/qemu/migration/multifd-qpl.c
/qemu/migration/multifd-uadk.c
/qemu/migration/multifd-zero-page.c
/qemu/migration/multifd-zlib.c
/qemu/migration/multifd-zstd.c
/qemu/migration/multifd.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/rdma.h
/qemu/migration/savevm.c
/qemu/migration/target.c
/qemu/monitor/hmp-cmds-target.c
/qemu/monitor/hmp-cmds.c
/qemu/net/can/can_core.c
/qemu/net/can/can_host.c
/qemu/net/can/can_socketcan.c
/qemu/net/colo-compare.c
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter-mirror.c
/qemu/net/filter-replay.c
/qemu/net/filter-rewriter.c
/qemu/net/filter.c
/qemu/page-target.c
/qemu/page-vary-target.c
/qemu/pc-bios/dtb/bamboo.dtb
/qemu/pc-bios/dtb/bamboo.dts
/qemu/pc-bios/dtb/canyonlands.dtb
/qemu/pc-bios/dtb/canyonlands.dts
/qemu/pc-bios/dtb/meson.build
/qemu/pc-bios/dtb/petalogix-ml605.dtb
/qemu/pc-bios/dtb/petalogix-ml605.dts
/qemu/pc-bios/dtb/petalogix-s3adsp1800.dtb
/qemu/pc-bios/dtb/petalogix-s3adsp1800.dts
/qemu/pc-bios/meson.build
/qemu/plugins/api.c
/qemu/plugins/loader.c
/qemu/plugins/meson.build
/qemu/pythondeps.toml
/qemu/qapi/machine.json
/qemu/qapi/misc-target.json
/qemu/qemu-img.c
/qemu/qemu-keymap.c
/qemu/qemu.nsi
/qemu/qga/commands-win32.c
/qemu/qom/object.c
/qemu/replay/replay.c
/qemu/rust/hw/char/pl011/src/device.rs
hpet/src/hpet.rs
/qemu/rust/qemu-api/src/assertions.rs
/qemu/rust/qemu-api/src/qom.rs
/qemu/rust/qemu-api/src/timer.rs
/qemu/rust/qemu-api/src/vmstate.rs
/qemu/rust/qemu-api/tests/vmstate_tests.rs
/qemu/rust/wrapper.h
/qemu/scripts/analyze-inclusions
/qemu/scripts/codeconverter/codeconverter/qom_type_info.py
/qemu/scripts/codeconverter/codeconverter/test_regexps.py
/qemu/scsi/pr-manager-helper.c
/qemu/scsi/pr-manager.c
/qemu/semihosting/meson.build
/qemu/semihosting/stubs-all.c
/qemu/semihosting/stubs-system.c
/qemu/semihosting/uaccess.c
/qemu/semihosting/user.c
/qemu/stubs/icount.c
/qemu/stubs/ram-block.c
/qemu/system/cpu-timers.c
/qemu/system/datadir.c
/qemu/system/dirtylimit.c
/qemu/system/dma-helpers.c
/qemu/system/ioport.c
/qemu/system/memory-internal.h
/qemu/system/memory.c
/qemu/system/memory_mapping.c
/qemu/system/meson.build
/qemu/system/physmem.c
/qemu/system/qtest.c
/qemu/system/vl.c
/qemu/system/watchpoint.c
/qemu/target-info-stub.c
/qemu/target-info.c
/qemu/target/alpha/cpu-param.h
/qemu/target/alpha/cpu.c
/qemu/target/alpha/cpu.h
/qemu/target/alpha/helper.c
/qemu/target/alpha/mem_helper.c
/qemu/target/alpha/translate.c
/qemu/target/arm/cpu-param.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/cpu64.c
/qemu/target/arm/debug_helper.c
/qemu/target/arm/gdbstub.c
/qemu/target/arm/gdbstub64.c
/qemu/target/arm/helper.c
/qemu/target/arm/hvf/hvf.c
/qemu/target/arm/hyp_gdbstub.c
/qemu/target/arm/internals.h
/qemu/target/arm/kvm.c
/qemu/target/arm/ptw.c
/qemu/target/arm/tcg/cpu-v7m.c
/qemu/target/arm/tcg/helper-a64.c
/qemu/target/arm/tcg/hflags.c
/qemu/target/arm/tcg/m_helper.c
/qemu/target/arm/tcg/mte_helper.c
/qemu/target/arm/tcg/mve_helper.c
/qemu/target/arm/tcg/op_helper.c
/qemu/target/arm/tcg/pauth_helper.c
/qemu/target/arm/tcg/sme_helper.c
/qemu/target/arm/tcg/sve_helper.c
/qemu/target/arm/tcg/sve_ldst_internal.h
/qemu/target/arm/tcg/tlb-insns.c
/qemu/target/arm/tcg/translate-a64.c
/qemu/target/arm/tcg/translate-sve.c
/qemu/target/arm/tcg/translate.c
/qemu/target/avr/cpu-param.h
/qemu/target/avr/cpu.c
/qemu/target/avr/cpu.h
/qemu/target/avr/helper.c
/qemu/target/avr/helper.h
/qemu/target/avr/insn.decode
/qemu/target/avr/translate.c
/qemu/target/hexagon/cpu-param.h
/qemu/target/hexagon/cpu.c
/qemu/target/hexagon/cpu.h
/qemu/target/hexagon/genptr.c
/qemu/target/hexagon/idef-parser/parser-helpers.c
/qemu/target/hexagon/macros.h
/qemu/target/hexagon/mmvec/macros.h
/qemu/target/hexagon/op_helper.c
/qemu/target/hexagon/translate.c
/qemu/target/hppa/cpu-param.h
/qemu/target/hppa/cpu.c
/qemu/target/hppa/cpu.h
/qemu/target/hppa/mem_helper.c
/qemu/target/hppa/op_helper.c
/qemu/target/hppa/translate.c
/qemu/target/i386/arch_memory_mapping.c
/qemu/target/i386/confidential-guest.c
/qemu/target/i386/cpu-apic.c
/qemu/target/i386/cpu-param.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/helper.c
/qemu/target/i386/host-cpu.c
/qemu/target/i386/hvf/hvf-cpu.c
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/kvm/hyperv.c
/qemu/target/i386/kvm/kvm-cpu.c
/qemu/target/i386/kvm/kvm.c
/qemu/target/i386/kvm/vmsr_energy.c
/qemu/target/i386/kvm/xen-emu.c
/qemu/target/i386/machine.c
/qemu/target/i386/nvmm/nvmm-accel-ops.c
/qemu/target/i386/nvmm/nvmm-all.c
/qemu/target/i386/sev.c
/qemu/target/i386/tcg/access.c
/qemu/target/i386/tcg/emit.c.inc
/qemu/target/i386/tcg/fpu_helper.c
/qemu/target/i386/tcg/mem_helper.c
/qemu/target/i386/tcg/mpx_helper.c
/qemu/target/i386/tcg/seg_helper.c
/qemu/target/i386/tcg/seg_helper.h
/qemu/target/i386/tcg/system/bpt_helper.c
/qemu/target/i386/tcg/system/excp_helper.c
/qemu/target/i386/tcg/system/misc_helper.c
/qemu/target/i386/tcg/system/seg_helper.c
/qemu/target/i386/tcg/system/svm_helper.c
/qemu/target/i386/tcg/system/tcg-cpu.c
/qemu/target/i386/tcg/tcg-cpu.c
/qemu/target/i386/tcg/tcg-cpu.h
/qemu/target/i386/tcg/translate.c
/qemu/target/i386/tcg/user/seg_helper.c
/qemu/target/i386/whpx/whpx-accel-ops.c
/qemu/target/i386/whpx/whpx-all.c
/qemu/target/i386/whpx/whpx-apic.c
/qemu/target/i386/xsave_helper.c
/qemu/target/loongarch/cpu-param.h
/qemu/target/loongarch/cpu.c
/qemu/target/loongarch/cpu.h
/qemu/target/loongarch/cpu_helper.c
/qemu/target/loongarch/helper.h
/qemu/target/loongarch/internals.h
/qemu/target/loongarch/kvm/kvm.c
/qemu/target/loongarch/tcg/csr_helper.c
/qemu/target/loongarch/tcg/fpu_helper.c
/qemu/target/loongarch/tcg/helper.h
/qemu/target/loongarch/tcg/insn_trans/trans_branch.c.inc
/qemu/target/loongarch/tcg/insn_trans/trans_extra.c.inc
/qemu/target/loongarch/tcg/iocsr_helper.c
/qemu/target/loongarch/tcg/op_helper.c
/qemu/target/loongarch/tcg/tcg_loongarch.h
/qemu/target/loongarch/tcg/tlb_helper.c
/qemu/target/loongarch/tcg/translate.c
/qemu/target/loongarch/translate.h
/qemu/target/m68k/cpu-param.h
/qemu/target/m68k/cpu.c
/qemu/target/m68k/cpu.h
/qemu/target/m68k/fpu_helper.c
/qemu/target/m68k/helper.c
/qemu/target/m68k/op_helper.c
/qemu/target/m68k/translate.c
/qemu/target/microblaze/cpu-param.h
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/op_helper.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu-param.h
/qemu/target/mips/cpu.c
/qemu/target/mips/cpu.h
/qemu/target/mips/tcg/ldst_helper.c
/qemu/target/mips/tcg/mips16e_translate.c.inc
/qemu/target/mips/tcg/msa_helper.c
/qemu/target/mips/tcg/system/cp0_helper.c
/qemu/target/mips/tcg/system/mips-semi.c
/qemu/target/mips/tcg/system/tlb_helper.c
/qemu/target/mips/tcg/translate.c
/qemu/target/openrisc/cpu-param.h
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/cpu.h
/qemu/target/openrisc/mmu.c
/qemu/target/openrisc/sys_helper.c
/qemu/target/openrisc/translate.c
/qemu/target/ppc/cpu-models.c
/qemu/target/ppc/cpu-param.h
/qemu/target/ppc/cpu.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/cpu_init.c
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/helper_regs.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/mem_helper.c
/qemu/target/ppc/mmu-book3s-v3.c
/qemu/target/ppc/mmu-hash32.c
/qemu/target/ppc/mmu-hash32.h
/qemu/target/ppc/mmu-hash64.c
/qemu/target/ppc/mmu-hash64.h
/qemu/target/ppc/mmu-radix64.c
/qemu/target/ppc/mmu_common.c
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/tcg-excp_helper.c
/qemu/target/ppc/translate.c
/qemu/target/riscv/bitmanip_helper.c
/qemu/target/riscv/cpu-param.h
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_cfg.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/debug.c
/qemu/target/riscv/kvm/kvm-cpu.c
/qemu/target/riscv/machine.c
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/pmu.c
/qemu/target/riscv/tcg/tcg-cpu.c
/qemu/target/riscv/tcg/tcg-cpu.h
/qemu/target/riscv/translate.c
/qemu/target/riscv/vector_helper.c
/qemu/target/riscv/zce_helper.c
/qemu/target/rx/cpu-param.h
/qemu/target/rx/cpu.c
/qemu/target/rx/cpu.h
/qemu/target/rx/helper.c
/qemu/target/rx/op_helper.c
/qemu/target/s390x/cpu-param.h
/qemu/target/s390x/cpu.c
/qemu/target/s390x/cpu.h
/qemu/target/s390x/cpu_models.c
/qemu/target/s390x/cpu_models.h
/qemu/target/s390x/helper.c
/qemu/target/s390x/ioinst.c
/qemu/target/s390x/kvm/kvm.c
/qemu/target/s390x/kvm/pv.c
/qemu/target/s390x/mmu_helper.c
/qemu/target/s390x/sigp.c
/qemu/target/s390x/tcg/crypto_helper.c
/qemu/target/s390x/tcg/excp_helper.c
/qemu/target/s390x/tcg/int_helper.c
/qemu/target/s390x/tcg/mem_helper.c
/qemu/target/s390x/tcg/misc_helper.c
/qemu/target/s390x/tcg/translate.c
/qemu/target/s390x/tcg/vec_helper.c
/qemu/target/sh4/cpu-param.h
/qemu/target/sh4/cpu.c
/qemu/target/sh4/cpu.h
/qemu/target/sh4/helper.c
/qemu/target/sh4/op_helper.c
/qemu/target/sh4/translate.c
/qemu/target/sparc/cpu-param.h
/qemu/target/sparc/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/int32_helper.c
/qemu/target/sparc/ldst_helper.c
/qemu/target/sparc/mmu_helper.c
/qemu/target/sparc/translate.c
/qemu/target/tricore/cpu-param.h
/qemu/target/tricore/cpu.c
/qemu/target/tricore/cpu.h
/qemu/target/tricore/helper.c
/qemu/target/tricore/op_helper.c
/qemu/target/tricore/translate.c
/qemu/target/xtensa/cpu-param.h
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/dbg_helper.c
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/mmu_helper.c
/qemu/target/xtensa/op_helper.c
/qemu/target/xtensa/translate.c
/qemu/target/xtensa/xtensa-semi.c
/qemu/tcg/aarch64/tcg-target-con-set.h
/qemu/tcg/aarch64/tcg-target-has.h
/qemu/tcg/aarch64/tcg-target.c.inc
/qemu/tcg/arm/tcg-target-con-set.h
/qemu/tcg/arm/tcg-target-has.h
/qemu/tcg/arm/tcg-target.c.inc
/qemu/tcg/i386/tcg-target-con-set.h
/qemu/tcg/i386/tcg-target-con-str.h
/qemu/tcg/i386/tcg-target-has.h
/qemu/tcg/i386/tcg-target.c.inc
/qemu/tcg/loongarch64/tcg-target-con-set.h
/qemu/tcg/loongarch64/tcg-target-con-str.h
/qemu/tcg/loongarch64/tcg-target-has.h
/qemu/tcg/loongarch64/tcg-target.c.inc
/qemu/tcg/meson.build
/qemu/tcg/mips/tcg-target-con-set.h
/qemu/tcg/mips/tcg-target-con-str.h
/qemu/tcg/mips/tcg-target-has.h
/qemu/tcg/mips/tcg-target.c.inc
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target-con-set.h
/qemu/tcg/ppc/tcg-target-con-str.h
/qemu/tcg/ppc/tcg-target-has.h
/qemu/tcg/ppc/tcg-target.c.inc
/qemu/tcg/region.c
/qemu/tcg/riscv/tcg-target-con-set.h
/qemu/tcg/riscv/tcg-target-con-str.h
/qemu/tcg/riscv/tcg-target-has.h
/qemu/tcg/riscv/tcg-target.c.inc
/qemu/tcg/s390x/tcg-target-con-set.h
/qemu/tcg/s390x/tcg-target-con-str.h
/qemu/tcg/s390x/tcg-target-has.h
/qemu/tcg/s390x/tcg-target.c.inc
/qemu/tcg/sparc64/tcg-target-con-set.h
/qemu/tcg/sparc64/tcg-target-has.h
/qemu/tcg/sparc64/tcg-target.c.inc
/qemu/tcg/tcg-has.h
/qemu/tcg/tcg-internal.h
/qemu/tcg/tcg-op-ldst.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tci.c
/qemu/tcg/tci/tcg-target-has.h
/qemu/tcg/tci/tcg-target-opc.h.inc
/qemu/tcg/tci/tcg-target.c.inc
/qemu/tests/Makefile.include
/qemu/tests/functional/aspeed.py
/qemu/tests/functional/meson.build
/qemu/tests/functional/qemu_test/ports.py
/qemu/tests/functional/qemu_test/tuxruntest.py
/qemu/tests/functional/qemu_test/uncompress.py
/qemu/tests/functional/reverse_debugging.py
/qemu/tests/functional/test_aarch64_aspeed.py
/qemu/tests/functional/test_aarch64_replay.py
/qemu/tests/functional/test_aarch64_reverse_debug.py
/qemu/tests/functional/test_aarch64_rme_sbsaref.py
/qemu/tests/functional/test_aarch64_rme_virt.py
/qemu/tests/functional/test_aarch64_sbsaref_alpine.py
/qemu/tests/functional/test_aarch64_sbsaref_freebsd.py
/qemu/tests/functional/test_aarch64_smmu.py
/qemu/tests/functional/test_aarch64_tcg_plugins.py
/qemu/tests/functional/test_aarch64_virt.py
/qemu/tests/functional/test_arm_aspeed_ast2500.py
/qemu/tests/functional/test_arm_aspeed_ast2600.py
/qemu/tests/functional/test_arm_aspeed_bletchley.py
/qemu/tests/functional/test_arm_aspeed_palmetto.py
/qemu/tests/functional/test_arm_aspeed_romulus.py
/qemu/tests/functional/test_arm_aspeed_witherspoon.py
/qemu/tests/functional/test_arm_bpim2u.py
/qemu/tests/functional/test_arm_cubieboard.py
/qemu/tests/functional/test_arm_orangepi.py
/qemu/tests/functional/test_arm_quanta_gsj.py
/qemu/tests/functional/test_arm_smdkc210.py
/qemu/tests/functional/test_i386_replay.py
/qemu/tests/functional/test_migration.py
/qemu/tests/functional/test_mips64_malta.py
/qemu/tests/functional/test_mips64el_malta.py
/qemu/tests/functional/test_mips64el_replay.py
/qemu/tests/functional/test_mips_malta.py
/qemu/tests/functional/test_mips_replay.py
/qemu/tests/functional/test_mipsel_malta.py
/qemu/tests/functional/test_mipsel_replay.py
/qemu/tests/functional/test_ppc64_hv.py
/qemu/tests/functional/test_ppc64_reverse_debug.py
/qemu/tests/functional/test_s390x_topology.py
/qemu/tests/functional/test_vnc.py
/qemu/tests/functional/test_x86_64_kvm_xen.py
/qemu/tests/functional/test_x86_64_replay.py
/qemu/tests/functional/test_x86_64_reverse_debug.py
/qemu/tests/qtest/ahci-test.c
/qemu/tests/qtest/cmsdk-apb-watchdog-test.c
/qemu/tests/qtest/fuzz/generic_fuzz.c
/qemu/tests/qtest/fuzz/qos_fuzz.c
/qemu/tests/qtest/fuzz/qtest_wrappers.c
/qemu/tests/qtest/libqos/libqos-malloc.c
/qemu/tests/qtest/libqtest.c
/qemu/tests/qtest/pnv-host-i2c-test.c
/qemu/tests/qtest/stm32l4x5_usart-test.c
/qemu/tests/qtest/test-x86-cpuid-compat.c
/qemu/tests/tcg/plugins/mem.c
/qemu/tests/tcg/plugins/syscall.c
/qemu/tests/unit/check-qom-interface.c
/qemu/tests/unit/check-qom-proplist.c
/qemu/tests/unit/socket-helpers.c
/qemu/tests/unit/test-qdev-global-props.c
/qemu/tests/unit/test-qgraph.c
/qemu/tests/unit/test-resv-mem.c
/qemu/tests/unit/test-smp-parse.c
/qemu/tools/i386/qemu-vmsr-helper.c
/qemu/ui/console-vc.c
/qemu/ui/console.c
/qemu/ui/dbus-chardev.c
/qemu/ui/dbus.c
/qemu/ui/gtk.c
/qemu/ui/input-barrier.c
/qemu/ui/input-linux.c
/qemu/ui/spice-app.c
/qemu/ui/vdagent.c
/qemu/ui/vnc.c
/qemu/util/async.c
/qemu/util/main-loop.c
/qemu/util/qemu-timer.c
/qemu/util/qht.c
/qemu/util/thread-context.c
/qemu/util/vfio-helpers.c
ad3ab01b14-Apr-2025 Zhao Liu <zhao1.liu@intel.com>

rust/hpet: Fix a clippy error

Carge clippy complained about:

error: casts from `u8` to `u32` can be expressed infallibly using `From`

So use `From` to convert `u8` to `u32`.

Signed-off-by: Zhao L

rust/hpet: Fix a clippy error

Carge clippy complained about:

error: casts from `u8` to `u32` can be expressed infallibly using `From`

So use `From` to convert `u8` to `u32`.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250414144943.1112885-10-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

64e1256b14-Apr-2025 Zhao Liu <zhao1.liu@intel.com>

rust/hpet: convert HPETTimer index to u8 type

The C version of HPET uses the uint8_t type for timer index ("tn"), and
usize type in Rust version will break migration between the C and Rust
versions.

rust/hpet: convert HPETTimer index to u8 type

The C version of HPET uses the uint8_t type for timer index ("tn"), and
usize type in Rust version will break migration between the C and Rust
versions.

So convert HPETTimer index' type to u8 (consistent with the C version of
HPET) to make it friendly for vmstate support.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250414144943.1112885-8-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

8163eeee14-Apr-2025 Zhao Liu <zhao1.liu@intel.com>

rust/hpet: convert num_timers to u8 type

The C version of HPET uses the uint8_t type for num_timers, and usize
type in Rust version will break migration between the C and Rust
versions.

So convert

rust/hpet: convert num_timers to u8 type

The C version of HPET uses the uint8_t type for num_timers, and usize
type in Rust version will break migration between the C and Rust
versions.

So convert num_timers' type to u8 (consistent with the C version of
HPET) to make it friendly for vmstate support.

Note the commit 7bda68e8e2b0 ("qdev, rust/hpet: fix type of HPET
'timers property") supports the usize type property, but the uint8
property has to be re-supported now.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250414144943.1112885-7-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.mailmap
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/VERSION
/qemu/accel/kvm/kvm-all.c
/qemu/backends/cryptodev-lkcf.c
/qemu/block/qcow2.c
/qemu/configs/devices/aarch64-softmmu/default.mak
/qemu/docs/about/deprecated.rst
/qemu/docs/about/emulation.rst
/qemu/docs/about/removed-features.rst
/qemu/docs/devel/codebase.rst
/qemu/docs/devel/qapi-code-gen.rst
/qemu/docs/devel/qapi-domain.rst
/qemu/docs/devel/testing/functional.rst
/qemu/docs/interop/firmware.json
/qemu/docs/interop/qemu-ga-ref.rst
/qemu/docs/interop/qemu-qmp-ref.rst
/qemu/docs/interop/qemu-storage-daemon-qmp-ref.rst
/qemu/docs/specs/riscv-iommu.rst
/qemu/docs/sphinx/qmp_lexer.py
/qemu/docs/system/arm/bananapi_m2u.rst
/qemu/docs/system/arm/imx8mp-evk.rst
/qemu/docs/system/arm/orangepi.rst
/qemu/docs/system/arm/virt.rst
/qemu/docs/system/devices/igb.rst
/qemu/docs/system/devices/net.rst
/qemu/docs/system/loongarch/virt.rst
/qemu/docs/system/target-loongarch.rst
/qemu/docs/system/targets.rst
/qemu/host/include/loongarch64/host/atomic128-ldst.h.inc
/qemu/host/include/loongarch64/host/bufferiszero.c.inc
/qemu/host/include/loongarch64/host/load-extract-al16-al8.h.inc
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/fsl-imx8mp.c
/qemu/hw/arm/imx8mp-evk.c
/qemu/hw/block/m25p80.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/core/machine.c
/qemu/hw/display/dm163.c
/qemu/hw/dma/i82374.c
/qemu/hw/i386/amd_iommu.c
/qemu/hw/intc/aspeed_intc.c
/qemu/hw/intc/xive.c
/qemu/hw/intc/xive2.c
/qemu/hw/loongarch/virt.c
/qemu/hw/mips/fuloong2e.c
/qemu/hw/mips/loongson3_virt.c
/qemu/hw/misc/aspeed_hace.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/bcm2835_cprman.c
/qemu/hw/misc/npcm_clk.c
/qemu/hw/misc/stm32l4x5_rcc.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nvme/ctrl.c
/qemu/hw/nvme/ns.c
/qemu/hw/nvme/nvme.h
/qemu/hw/nvme/subsys.c
/qemu/hw/nvram/xlnx-efuse.c
/qemu/hw/pci-host/designware.c
/qemu/hw/ppc/amigaone.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_core.c
/qemu/hw/ppc/pnv_occ.c
/qemu/hw/ppc/pnv_pnor.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/riscv/riscv-iommu-bits.h
/qemu/hw/riscv/riscv-iommu.c
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/sd/sdhci-pci.c
/qemu/hw/smbios/smbios.c
/qemu/hw/uefi/Kconfig
/qemu/hw/uefi/var-service-core.c
/qemu/hw/uefi/var-service-json.c
/qemu/hw/ufs/ufs.c
/qemu/hw/virtio/meson.build
/qemu/hw/xen/xen-bus.c
/qemu/include/exec/memory.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/fsl-imx8mp.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/qemu/job.h
/qemu/job.c
/qemu/linux-user/syscall.c
/qemu/migration/channel-block.c
/qemu/net/vmnet-common.m
/qemu/plugins/loader.c
/qemu/qapi/qapi-schema.json
/qemu/qapi/qdev.json
/qemu/qapi/rocker.json
/qemu/qemu-img.c
/qemu/qga/qapi-schema.json
hpet/src/hpet.rs
/qemu/scripts/checkpatch.pl
/qemu/scripts/nsis.py
/qemu/scsi/utils.c
/qemu/storage-daemon/qapi/qapi-schema.json
/qemu/system/main.c
/qemu/system/physmem.c
/qemu/target/avr/disas.c
/qemu/target/hppa/cpu.h
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/emulate/meson.build
/qemu/target/i386/emulate/panic.h
/qemu/target/i386/emulate/x86.h
/qemu/target/i386/emulate/x86_decode.c
/qemu/target/i386/emulate/x86_decode.h
/qemu/target/i386/emulate/x86_emu.c
/qemu/target/i386/emulate/x86_emu.h
/qemu/target/i386/emulate/x86_flags.c
/qemu/target/i386/emulate/x86_flags.h
/qemu/target/i386/host-cpu.c
/qemu/target/i386/hvf/hvf-i386.h
/qemu/target/i386/hvf/hvf.c
/qemu/target/i386/hvf/meson.build
/qemu/target/i386/hvf/vmx.h
/qemu/target/i386/hvf/x86.c
/qemu/target/i386/hvf/x86_cpuid.c
/qemu/target/i386/hvf/x86_descr.h
/qemu/target/i386/hvf/x86_mmu.c
/qemu/target/i386/hvf/x86_task.c
/qemu/target/i386/hvf/x86hvf.c
/qemu/target/i386/kvm/vmsr_energy.c
/qemu/target/i386/meson.build
/qemu/target/i386/tcg/cc_helper_template.h.inc
/qemu/target/i386/tcg/emit.c.inc
/qemu/target/i386/tcg/translate.c
/qemu/target/loongarch/cpu.h
/qemu/target/loongarch/internals.h
/qemu/target/loongarch/kvm/kvm.c
/qemu/target/loongarch/tcg/csr_helper.c
/qemu/target/loongarch/tcg/tlb_helper.c
/qemu/target/mips/cpu-param.h
/qemu/target/mips/tcg/system/cp0_helper.c
/qemu/target/mips/tcg/system/tlb_helper.c
/qemu/target/mips/tcg/tcg-internal.h
/qemu/target/ppc/cpu.h
/qemu/target/ppc/cpu_init.c
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/translate/vmx-impl.c.inc
/qemu/target/ppc/translate/vsx-impl.c.inc
/qemu/target/riscv/cpu.h
/qemu/target/riscv/csr.c
/qemu/target/riscv/insn_trans/trans_rvi.c.inc
/qemu/target/riscv/insn_trans/trans_rvzicfiss.c.inc
/qemu/target/riscv/kvm/kvm-cpu.c
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/translate.c
/qemu/target/riscv/vcrypto_helper.c
/qemu/target/riscv/vector_helper.c
/qemu/target/riscv/vector_internals.c
/qemu/target/riscv/vector_internals.h
/qemu/target/s390x/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/ldst_helper.c
/qemu/target/sparc/mmu_helper.c
/qemu/tcg/tcg.c
/qemu/tests/functional/meson.build
/qemu/tests/functional/qemu_test/__init__.py
/qemu/tests/functional/qemu_test/decorators.py
/qemu/tests/functional/qemu_test/testcase.py
/qemu/tests/functional/test_aarch64_replay.py
/qemu/tests/functional/test_aarch64_rme_sbsaref.py
/qemu/tests/functional/test_aarch64_rme_virt.py
/qemu/tests/functional/test_aarch64_virt_gpu.py
/qemu/tests/functional/test_acpi_bits.py
/qemu/tests/functional/test_arm_bpim2u.py
/qemu/tests/functional/test_arm_cubieboard.py
/qemu/tests/functional/test_arm_orangepi.py
/qemu/tests/functional/test_migration.py
/qemu/tests/functional/test_ppc64_hv.py
/qemu/tests/functional/test_ppc64_replay.py
/qemu/tests/functional/test_vnc.py
/qemu/tests/functional/test_x86_64_kvm_xen.py
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/doc-good.txt
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/tests/qcow2-encryption
/qemu/tests/qemu-iotests/tests/qcow2-encryption.out
/qemu/tests/qtest/libqtest.c
/qemu/tests/tcg/aarch64/system/boot.S
/qemu/tests/tcg/plugins/meson.build
/qemu/tests/tcg/plugins/reset.c
/qemu/tests/unit/test-bdrv-drain.c
64acc23c21-Mar-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: hpet: fix decoding of timer registers

Due to a missing "& 0x18", timer registers are not decoded correctly.
This breaks the tests/functional/test_x86_64_tuxrun.py functional
test.

Fixes: 5190

rust: hpet: fix decoding of timer registers

Due to a missing "& 0x18", timer registers are not decoded correctly.
This breaks the tests/functional/test_x86_64_tuxrun.py functional
test.

Fixes: 519088b7cf6 ("rust: hpet: decode HPET registers into enums", 2025-03-06)
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

7bda68e828-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

qdev, rust/hpet: fix type of HPET "timers" property

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

d136834419-Mar-2025 Peter Maydell <peter.maydell@linaro.org>

rust: Kconfig: Factor out whether HPET is Rust or C

Currently we require everywhere that wants to know if there
is an HPET device to check for "CONFIG_HPET || CONFIG_X_HPET_RUST".
Factor out whether

rust: Kconfig: Factor out whether HPET is Rust or C

Currently we require everywhere that wants to know if there
is an HPET device to check for "CONFIG_HPET || CONFIG_X_HPET_RUST".
Factor out whether the HPET device is Rust or C into a separate
Kconfig stanza, so that CONFIG_HPET means "there is an HPET",
and whether this has pulled in CONFIG_X_HPET_RUST or CONFIG_HPET_C
is something the rest of QEMU can ignore.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Link: https://lore.kernel.org/r/20250319193110.1565578-3-peter.maydell@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitlab-ci.d/buildtest-template.yml
/qemu/.gitlab-ci.d/check-units.py
/qemu/.gitlab-ci.d/cirrus/freebsd-14.vars
/qemu/.gitlab-ci.d/cirrus/macos-14.vars
/qemu/.gitlab-ci.d/static_checks.yml
/qemu/MAINTAINERS
/qemu/VERSION
/qemu/accel/accel-system.c
/qemu/accel/accel-target.c
/qemu/accel/hvf/hvf-accel-ops.c
/qemu/accel/kvm/kvm-accel-ops.c
/qemu/accel/kvm/kvm-cpus.h
/qemu/accel/qtest/qtest.c
/qemu/accel/stubs/tcg-stub.c
/qemu/accel/tcg/cpu-exec-common.c
/qemu/accel/tcg/cpu-exec.c
/qemu/accel/tcg/cputlb.c
/qemu/accel/tcg/icount-common.c
/qemu/accel/tcg/internal-common.h
/qemu/accel/tcg/meson.build
/qemu/accel/tcg/monitor.c
/qemu/accel/tcg/tb-internal.h
/qemu/accel/tcg/tcg-accel-ops-icount.c
/qemu/accel/tcg/tcg-accel-ops-mttcg.c
/qemu/accel/tcg/tcg-accel-ops-rr.c
/qemu/accel/tcg/tcg-accel-ops.c
/qemu/accel/tcg/tcg-runtime-gvec.c
/qemu/accel/tcg/tcg-runtime.c
/qemu/accel/tcg/translate-all.c
/qemu/accel/tcg/user-exec-stub.c
/qemu/accel/tcg/user-exec.c
/qemu/accel/tcg/watchpoint.c
/qemu/accel/xen/xen-all.c
/qemu/backends/tpm/tpm_util.c
/qemu/block/block-backend.c
/qemu/block/create.c
/qemu/block/file-posix.c
/qemu/block/io.c
/qemu/block/io_uring.c
/qemu/block/linux-aio.c
/qemu/block/qed.c
/qemu/block/snapshot.c
/qemu/blockdev-nbd.c
/qemu/bsd-user/bsd-mem.h
/qemu/bsd-user/meson.build
/qemu/bsd-user/mmap.c
/qemu/bsd-user/plugin-api.c
/qemu/bsd-user/qemu.h
/qemu/bsd-user/signal.c
/qemu/common-user/plugin-api.c.inc
/qemu/configs/devices/i386-softmmu/default.mak
/qemu/contrib/plugins/meson.build
/qemu/cpu-common.c
/qemu/cpu-target.c
/qemu/disas/disas-common.c
/qemu/docs/about/build-platforms.rst
/qemu/docs/about/deprecated.rst
/qemu/docs/about/removed-features.rst
/qemu/docs/conf.py
/qemu/docs/devel/build-system.rst
/qemu/docs/devel/codebase.rst
/qemu/docs/devel/index-build.rst
/qemu/docs/devel/kconfig.rst
/qemu/docs/devel/migration/vfio.rst
/qemu/docs/devel/qapi-code-gen.rst
/qemu/docs/devel/qapi-domain.rst
/qemu/docs/devel/testing/functional.rst
/qemu/docs/glossary.rst
/qemu/docs/interop/qemu-ga-ref.rst
/qemu/docs/interop/qemu-qmp-ref.rst
/qemu/docs/interop/qemu-storage-daemon-qmp-ref.rst
/qemu/docs/specs/aspeed-intc.rst
/qemu/docs/specs/index.rst
/qemu/docs/sphinx-static/theme_overrides.css
/qemu/docs/sphinx/compat.py
/qemu/docs/sphinx/qapi_domain.py
/qemu/docs/sphinx/qapidoc.py
/qemu/docs/sphinx/qapidoc_legacy.py
/qemu/docs/system/arm/bananapi_m2u.rst
/qemu/docs/system/arm/orangepi.rst
/qemu/docs/system/devices/igb.rst
/qemu/docs/system/ppc/amigang.rst
/qemu/docs/system/ppc/embedded.rst
/qemu/docs/system/ppc/powernv.rst
/qemu/gdbstub/gdbstub.c
/qemu/gdbstub/system.c
/qemu/gdbstub/user-target.c
/qemu/gdbstub/user.c
/qemu/host/include/aarch64/host/atomic128-cas.h
/qemu/host/include/aarch64/host/atomic128-ldst.h.inc
/qemu/host/include/generic/host/atomic128-cas.h.inc
/qemu/host/include/generic/host/atomic128-ldst.h.inc
/qemu/host/include/loongarch64/host/atomic128-ldst.h.inc
/qemu/host/include/x86_64/host/atomic128-ldst.h.inc
/qemu/host/include/x86_64/host/load-extract-al16-al8.h.inc
/qemu/hw/acpi/acpi-stub.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/aspeed.c
/qemu/hw/arm/aspeed_ast10x0.c
/qemu/hw/arm/aspeed_ast2400.c
/qemu/hw/arm/aspeed_ast2600.c
/qemu/hw/arm/aspeed_ast27x0.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx6.c
/qemu/hw/arm/fsl-imx6ul.c
/qemu/hw/arm/fsl-imx7.c
/qemu/hw/arm/fsl-imx8mp.c
/qemu/hw/arm/sbsa-ref.c
/qemu/hw/arm/smmu-common.c
/qemu/hw/arm/smmu-internal.h
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/trace-events
/qemu/hw/arm/virt.c
/qemu/hw/block/block.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen-block.c
/qemu/hw/char/Kconfig
/qemu/hw/char/meson.build
/qemu/hw/char/pl011.c
/qemu/hw/core/cpu-common.c
/qemu/hw/core/cpu-system.c
/qemu/hw/core/cpu-user.c
/qemu/hw/core/generic-loader.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/meson.build
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/display/apple-gfx.m
/qemu/hw/display/qxl.c
/qemu/hw/gpio/npcm7xx_gpio.c
/qemu/hw/i386/fw_cfg.c
/qemu/hw/i386/pc.c
/qemu/hw/ide/core.c
/qemu/hw/ide/macio.c
/qemu/hw/intc/arm_gicv3_cpuif.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/aspeed_intc.c
/qemu/hw/intc/pnv_xive.c
/qemu/hw/intc/pnv_xive2.c
/qemu/hw/intc/spapr_xive.c
/qemu/hw/intc/trace-events
/qemu/hw/intc/xive.c
/qemu/hw/intc/xive2.c
/qemu/hw/mips/jazz.c
/qemu/hw/misc/aspeed_hace.c
/qemu/hw/misc/aspeed_scu.c
/qemu/hw/misc/mps2-fpgaio.c
/qemu/hw/misc/xlnx-versal-trng.c
/qemu/hw/net/e1000e.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/igb.c
/qemu/hw/net/net_tx_pkt.c
/qemu/hw/net/smc91c111.c
/qemu/hw/nvme/ctrl.c
/qemu/hw/nvme/nguid.c
/qemu/hw/nvram/xlnx-bbram.c
/qemu/hw/nvram/xlnx-efuse.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/openrisc/virt.c
/qemu/hw/pci-bridge/pcie_pci_bridge.c
/qemu/hw/pci-host/pnv_phb4_pec.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/trace-events
/qemu/hw/ppc/Kconfig
/qemu/hw/ppc/amigaone.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/meson.build
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/pnv_bmc.c
/qemu/hw/ppc/pnv_homer.c
/qemu/hw/ppc/pnv_lpc.c
/qemu/hw/ppc/pnv_occ.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/sam460ex.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_caps.c
/qemu/hw/ppc/spapr_cpu_core.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_nested.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/rtc/Kconfig
/qemu/hw/rtc/meson.build
/qemu/hw/rtc/rs5c372.c
/qemu/hw/rtc/trace-events
/qemu/hw/s390x/ccw-device.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-pci-vfio.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sh4/sh7750.c
/qemu/hw/ssi/pnv_spi.c
/qemu/hw/timer/Kconfig
/qemu/hw/timer/meson.build
/qemu/hw/vfio/amd-xgbe.c
/qemu/hw/vfio/ap.c
/qemu/hw/vfio/calxeda-xgmac.c
/qemu/hw/vfio/ccw.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/igd.c
/qemu/hw/vfio/iommufd.c
/qemu/hw/vfio/meson.build
/qemu/hw/vfio/migration-multifd.c
/qemu/hw/vfio/migration-multifd.h
/qemu/hw/vfio/migration.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/vfio/spapr.c
/qemu/hw/vfio/trace-events
/qemu/hw/virtio/iothread-vq-mapping.c
/qemu/hw/virtio/meson.build
/qemu/hw/virtio/virtio-mem.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/xen/xen-mapcache.c
/qemu/hw/xen/xen_pt.c
/qemu/include/accel/accel-cpu-target.h
/qemu/include/accel/tcg/cpu-ops.h
/qemu/include/accel/tcg/getpc.h
/qemu/include/block/aio.h
/qemu/include/block/block_int-common.h
/qemu/include/block/graph-lock.h
/qemu/include/block/raw-aio.h
/qemu/include/block/thread-pool.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/cpu-interrupt.h
/qemu/include/exec/cputlb.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memop.h
/qemu/include/exec/memory.h
/qemu/include/exec/page-protection.h
/qemu/include/exec/poison.h
/qemu/include/exec/ram_addr.h
/qemu/include/exec/ramblock.h
/qemu/include/exec/target_page.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/arm/aspeed_soc.h
/qemu/include/hw/arm/bsa.h
/qemu/include/hw/arm/smmu-common.h
/qemu/include/hw/core/cpu.h
/qemu/include/hw/core/sysemu-cpu-ops.h
/qemu/include/hw/hyperv/hyperv-proto.h
/qemu/include/hw/intc/aspeed_intc.h
/qemu/include/hw/misc/aspeed_hace.h
/qemu/include/hw/misc/aspeed_scu.h
/qemu/include/hw/pci-host/pnv_phb4.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/pci_device.h
/qemu/include/hw/pci/pcie.h
/qemu/include/hw/ppc/pnv.h
/qemu/include/hw/ppc/pnv_homer.h
/qemu/include/hw/ppc/pnv_occ.h
/qemu/include/hw/ppc/pnv_pnor.h
/qemu/include/hw/ppc/pnv_xscom.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_nested.h
/qemu/include/hw/ppc/xive.h
/qemu/include/hw/ppc/xive2.h
/qemu/include/hw/ppc/xive2_regs.h
/qemu/include/hw/ppc/xive_regs.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/s390x/s390-pci-bus.h
/qemu/include/hw/s390x/s390-pci-clp.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/ssi/pnv_spi.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/virtio/iothread-vq-mapping.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/xen/arch_hvm.h
/qemu/include/migration/client-options.h
/qemu/include/migration/cpr.h
/qemu/include/migration/misc.h
/qemu/include/migration/register.h
/qemu/include/qapi/error.h
/qemu/include/qemu/atomic128.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/iov.h
/qemu/include/qemu/plugin-memory.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/typedefs.h
/qemu/include/system/accel-ops.h
/qemu/include/system/arch_init.h
/qemu/include/system/block-backend-global-state.h
/qemu/include/system/cpus.h
/qemu/include/system/dma.h
/qemu/include/system/hostmem.h
/qemu/include/user/mmap.h
/qemu/linux-user/aarch64/cpu_loop.c
/qemu/linux-user/alpha/target_proc.h
/qemu/linux-user/arm/cpu_loop.c
/qemu/linux-user/main.c
/qemu/linux-user/meson.build
/qemu/linux-user/mmap.c
/qemu/linux-user/plugin-api.c
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/user-internals.h
/qemu/linux-user/user-mmap.h
/qemu/meson.build
/qemu/migration/colo.c
/qemu/migration/cpr.c
/qemu/migration/meson.build
/qemu/migration/migration-hmp-cmds.c
/qemu/migration/migration.c
/qemu/migration/migration.h
/qemu/migration/multifd-device-state.c
/qemu/migration/multifd-nocomp.c
/qemu/migration/multifd.c
/qemu/migration/multifd.h
/qemu/migration/options.c
/qemu/migration/qemu-file.h
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/migration/savevm.h
/qemu/migration/trace-events
/qemu/net/net.c
/qemu/net/tap-linux.c
/qemu/net/vhost-vdpa.c
/qemu/page-target.c
/qemu/page-vary-target.c
/qemu/pc-bios/README
/qemu/pc-bios/meson.build
/qemu/pc-bios/pnv-pnor.bin
/qemu/pc-bios/skiboot.lid
/qemu/pc-bios/slof.bin
/qemu/plugins/api-system.c
/qemu/plugins/api-user.c
/qemu/plugins/api.c
/qemu/plugins/core.c
/qemu/plugins/loader.c
/qemu/plugins/meson.build
/qemu/plugins/plugin.h
/qemu/plugins/system.c
/qemu/plugins/user.c
/qemu/qapi/block-core.json
/qemu/qapi/block-export.json
/qemu/qapi/qapi-schema.json
/qemu/qemu-nbd.c
/qemu/qga/qapi-schema.json
/qemu/roms/skiboot
/qemu/rust/hw/char/pl011/src/device.rs
Kconfig
/qemu/rust/qemu-api/src/cell.rs
/qemu/rust/qemu-api/src/memory.rs
/qemu/rust/qemu-api/src/prelude.rs
/qemu/rust/qemu-api/src/qom.rs
/qemu/rust/qemu-api/tests/tests.rs
/qemu/scripts/analyze-migration.py
/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml
/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml
/qemu/scripts/qapi/introspect.py
/qemu/scripts/qapi/main.py
/qemu/scripts/qapi/parser.py
/qemu/scripts/qapi/schema.py
/qemu/scripts/qapi/source.py
/qemu/scripts/qcow2-to-stdout.py
/qemu/storage-daemon/qapi/qapi-schema.json
/qemu/system/arch_init.c
/qemu/system/cpus.c
/qemu/system/dma-helpers.c
/qemu/system/globals-target.c
/qemu/system/globals.c
/qemu/system/meson.build
/qemu/system/physmem.c
/qemu/system/qdev-monitor.c
/qemu/system/vl.c
/qemu/system/watchpoint.c
/qemu/target/alpha/cpu.c
/qemu/target/alpha/fpu_helper.c
/qemu/target/alpha/helper.c
/qemu/target/alpha/sys_helper.c
/qemu/target/arm/arch_dump.c
/qemu/target/arm/cpregs.h
/qemu/target/arm/cpu.c
/qemu/target/arm/cpu.h
/qemu/target/arm/debug_helper.c
/qemu/target/arm/gtimer.h
/qemu/target/arm/helper.c
/qemu/target/arm/internals.h
/qemu/target/arm/tcg/cpu-v7m.c
/qemu/target/arm/tcg/cpu32.c
/qemu/target/arm/tcg/helper-a64.c
/qemu/target/arm/tcg/hflags.c
/qemu/target/arm/tcg/mte_helper.c
/qemu/target/arm/tcg/op_helper.c
/qemu/target/arm/tcg/sve_helper.c
/qemu/target/arm/tcg/tlb-insns.c
/qemu/target/arm/tcg/translate-a64.c
/qemu/target/arm/tcg/translate-a64.h
/qemu/target/arm/tcg/translate.c
/qemu/target/arm/tcg/translate.h
/qemu/target/avr/cpu.c
/qemu/target/avr/helper.c
/qemu/target/hexagon/cpu.c
/qemu/target/hexagon/cpu.h
/qemu/target/hppa/cpu.c
/qemu/target/hppa/mem_helper.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/helper.c
/qemu/target/i386/hvf/hvf-cpu.c
/qemu/target/i386/hvf/x86_decode.c
/qemu/target/i386/kvm/hyperv-proto.h
/qemu/target/i386/kvm/kvm-cpu.c
/qemu/target/i386/machine.c
/qemu/target/i386/nvmm/nvmm-accel-ops.c
/qemu/target/i386/tcg/fpu_helper.c
/qemu/target/i386/tcg/misc_helper.c
/qemu/target/i386/tcg/system/excp_helper.c
/qemu/target/i386/tcg/system/misc_helper.c
/qemu/target/i386/tcg/system/svm_helper.c
/qemu/target/i386/tcg/tcg-cpu.c
/qemu/target/i386/whpx/whpx-accel-ops.c
/qemu/target/i386/whpx/whpx-apic.c
/qemu/target/loongarch/cpu.c
/qemu/target/loongarch/helper.h
/qemu/target/loongarch/internals.h
/qemu/target/loongarch/tcg/csr_helper.c
/qemu/target/loongarch/tcg/insn_trans/trans_privileged.c.inc
/qemu/target/loongarch/tcg/tlb_helper.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/helper.c
/qemu/target/microblaze/cpu.c
/qemu/target/microblaze/cpu.h
/qemu/target/microblaze/gdbstub.c
/qemu/target/microblaze/helper.c
/qemu/target/microblaze/mmu.c
/qemu/target/microblaze/translate.c
/qemu/target/mips/cpu.c
/qemu/target/mips/internal.h
/qemu/target/mips/system/cp0.c
/qemu/target/mips/tcg/msa_helper.c
/qemu/target/mips/tcg/system/cp0_helper.c
/qemu/target/mips/tcg/system/tlb_helper.c
/qemu/target/openrisc/cpu.c
/qemu/target/openrisc/gdbstub.c
/qemu/target/openrisc/mmu.c
/qemu/target/openrisc/sys_helper.c
/qemu/target/ppc/cpu.c
/qemu/target/ppc/cpu.h
/qemu/target/ppc/cpu_init.c
/qemu/target/ppc/excp_helper.c
/qemu/target/ppc/helper.h
/qemu/target/ppc/helper_regs.c
/qemu/target/ppc/internal.h
/qemu/target/ppc/kvm.c
/qemu/target/ppc/kvm_ppc.h
/qemu/target/ppc/machine.c
/qemu/target/ppc/meson.build
/qemu/target/ppc/misc_helper.c
/qemu/target/ppc/mmu-radix64.c
/qemu/target/ppc/mmu_helper.c
/qemu/target/ppc/spr_common.h
/qemu/target/ppc/tcg-excp_helper.c
/qemu/target/ppc/translate.c
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/internals.h
/qemu/target/riscv/kvm/kvm-cpu.c
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/tcg/tcg-cpu.c
/qemu/target/rx/cpu.c
/qemu/target/rx/cpu.h
/qemu/target/rx/helper.c
/qemu/target/rx/helper.h
/qemu/target/s390x/cpu-system.c
/qemu/target/s390x/cpu.c
/qemu/target/s390x/gdbstub.c
/qemu/target/s390x/interrupt.c
/qemu/target/s390x/s390x-internal.h
/qemu/target/s390x/sigp.c
/qemu/target/s390x/tcg/excp_helper.c
/qemu/target/s390x/tcg/mem_helper.c
/qemu/target/s390x/tcg/misc_helper.c
/qemu/target/sh4/cpu.c
/qemu/target/sh4/helper.c
/qemu/target/sparc/cpu.c
/qemu/target/sparc/cpu.h
/qemu/target/sparc/ldst_helper.c
/qemu/target/sparc/mmu_helper.c
/qemu/target/tricore/cpu.c
/qemu/target/tricore/cpu.h
/qemu/target/tricore/helper.c
/qemu/target/xtensa/cpu.c
/qemu/target/xtensa/cpu.h
/qemu/target/xtensa/helper.c
/qemu/target/xtensa/mmu_helper.c
/qemu/tests/docker/dockerfiles/alpine.docker
/qemu/tests/docker/dockerfiles/centos9.docker
/qemu/tests/docker/dockerfiles/debian-amd64-cross.docker
/qemu/tests/docker/dockerfiles/debian-arm64-cross.docker
/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker
/qemu/tests/docker/dockerfiles/debian-i686-cross.docker
/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker
/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker
/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker
/qemu/tests/docker/dockerfiles/debian.docker
/qemu/tests/docker/dockerfiles/fedora-rust-nightly.docker
/qemu/tests/docker/dockerfiles/fedora-win64-cross.docker
/qemu/tests/docker/dockerfiles/fedora.docker
/qemu/tests/docker/dockerfiles/opensuse-leap.docker
/qemu/tests/docker/dockerfiles/ubuntu2204.docker
/qemu/tests/functional/aspeed.py
/qemu/tests/functional/meson.build
/qemu/tests/functional/qemu_test/__init__.py
/qemu/tests/functional/qemu_test/asset.py
/qemu/tests/functional/qemu_test/config.py
/qemu/tests/functional/qemu_test/linuxkernel.py
/qemu/tests/functional/qemu_test/testcase.py
/qemu/tests/functional/qemu_test/tuxruntest.py
/qemu/tests/functional/qemu_test/uncompress.py
/qemu/tests/functional/test_aarch64_aspeed.py
/qemu/tests/functional/test_aarch64_rme_sbsaref.py
/qemu/tests/functional/test_aarch64_rme_virt.py
/qemu/tests/functional/test_aarch64_tcg_plugins.py
/qemu/tests/functional/test_aarch64_virt.py
/qemu/tests/functional/test_aarch64_virt_gpu.py
/qemu/tests/functional/test_arm_aspeed_bletchley.py
/qemu/tests/functional/test_arm_aspeed_palmetto.py
/qemu/tests/functional/test_arm_aspeed_romulus.py
/qemu/tests/functional/test_arm_aspeed_witherspoon.py
/qemu/tests/functional/test_arm_sx1.py
/qemu/tests/functional/test_intel_iommu.py
/qemu/tests/functional/test_mem_addr_space.py
/qemu/tests/functional/test_mips_malta.py
/qemu/tests/functional/test_ppc64_e500.py
/qemu/tests/functional/test_ppc64_tuxrun.py
/qemu/tests/functional/test_virtio_balloon.py
/qemu/tests/lcitool/libvirt-ci
/qemu/tests/lcitool/projects/qemu.yml
/qemu/tests/lcitool/refresh
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/162
/qemu/tests/qemu-iotests/302
/qemu/tests/qemu-iotests/tests/qsd-migrate
/qemu/tests/qtest/m48t59-test.c
/qemu/tests/qtest/meson.build
/qemu/tests/qtest/pnv-spi-seeprom-test.c
/qemu/tests/qtest/pnv-xive2-common.h
/qemu/tests/qtest/pnv-xive2-flush-sync.c
/qemu/tests/qtest/pnv-xive2-nvpg_bar.c
/qemu/tests/qtest/pnv-xive2-test.c
/qemu/tests/qtest/rs5c372-test.c
/qemu/tests/tcg/aarch64/Makefile.target
/qemu/tests/tcg/arm/Makefile.target
/qemu/tests/tcg/i386/Makefile.target
/qemu/tests/tcg/i386/test-avx.c
/qemu/tests/tcg/i386/test-i386-adcox.c
/qemu/tests/tcg/multiarch/Makefile.target
/qemu/tests/tcg/multiarch/linux/test-vma.c
/qemu/tests/tcg/plugins/meson.build
/qemu/tests/unit/test-bdrv-drain.c
/qemu/tests/unit/test-block-iothread.c
/qemu/tests/unit/test-thread-pool.c
/qemu/tests/vm/basevm.py
/qemu/tests/vm/generated/freebsd.json
/qemu/trace/control-target.c
/qemu/trace/meson.build
/qemu/util/aio-posix.c
/qemu/util/aio-posix.h
/qemu/util/async.c
/qemu/util/cacheflush.c
/qemu/util/iov.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-timer.c
/qemu/util/thread-pool.c
/qemu/util/trace-events
519088b727-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: hpet: decode HPET registers into enums

Generalize timer_and_addr() to decode all registers into a single enum
HPETRegister, and use the TryInto derive to separate valid and
invalid values.

Th

rust: hpet: decode HPET registers into enums

Generalize timer_and_addr() to decode all registers into a single enum
HPETRegister, and use the TryInto derive to separate valid and
invalid values.

The main advantage lies in checking that all registers are enumerated
in the "match" statements.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

09fda8f525-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: hpet: do not access fields of SysBusDevice

Fields of SysBusDevice must only be accessed with the BQL taken. Add
a wrapper that verifies that.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.co

rust: hpet: do not access fields of SysBusDevice

Fields of SysBusDevice must only be accessed with the BQL taken. Add
a wrapper that verifies that.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

a32b239614-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements

Timers must be pinned in memory, because modify() stores a pointer to them
in the TimerList. To express this requirement,

rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements

Timers must be pinned in memory, because modify() stores a pointer to them
in the TimerList. To express this requirement, change init_full() to take
a pinned reference. Because the only way to obtain a Timer is through
Timer::new(), which is unsafe, modify() can assume that the timer it got
was later initialized; and because the initialization takes a Pin<&mut
Timer> modify() can assume that the timer is pinned. In the future the
pinning requirement will be expressed through the pin_init crate instead.

Note that Timer is a bit different from other users of Opaque, in that
it is created in Rust code rather than C code. This is why it has to
use the unsafe constructors provided by Opaque; and in fact Timer::new()
is also unsafe, because it leaves it to the caller to invoke init_full()
before modify(). Without a call to init_full(), modify() will cause a
NULL pointer dereference.

An alternative could be to combine new() + init_full() by returning a
pinned box; however, using a reference makes it easier to express
the requirement that the opaque outlives the timer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

e8dc87fe03-Mar-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: hpet: embed Timer without the Option and Box indirection

This simplifies things for migration, since Option<Box<QEMUTimer>> does not
implement VMState.

This also shows a soundness issue becau

rust: hpet: embed Timer without the Option and Box indirection

This simplifies things for migration, since Option<Box<QEMUTimer>> does not
implement VMState.

This also shows a soundness issue because Timer::new() will leave a NULL
timer list pointer, which can then be dereferenced by Timer::modify(). It
will be fixed shortly.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/.gitlab-ci.d/check-dco.py
/qemu/.gitlab-ci.d/check-patch.py
/qemu/MAINTAINERS
/qemu/accel/Kconfig
/qemu/chardev/char-socket.c
/qemu/contrib/vmapple/uuid.sh
/qemu/disas/riscv.c
/qemu/docs/devel/index-internals.rst
/qemu/docs/devel/rust.rst
/qemu/docs/devel/uefi-vars.rst
/qemu/docs/specs/riscv-iommu.rst
/qemu/docs/sphinx/qapidoc.py
/qemu/docs/system/arm/imx8mp-evk.rst
/qemu/docs/system/arm/virt.rst
/qemu/docs/system/arm/vmapple.rst
/qemu/docs/system/devices/nvme.rst
/qemu/docs/system/target-arm.rst
/qemu/fpu/meson.build
/qemu/fpu/softfloat-parts.c.inc
/qemu/fpu/softfloat-specialize.c.inc
/qemu/fpu/softfloat.c
/qemu/hw/Kconfig
/qemu/hw/acpi/ghes.c
/qemu/hw/arm/Kconfig
/qemu/hw/arm/boot.c
/qemu/hw/arm/fsl-imx8mp.c
/qemu/hw/arm/imx8mp-evk.c
/qemu/hw/arm/meson.build
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/smmuv3.c
/qemu/hw/arm/trace-events
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xen-stubs.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/sifive_uart.c
/qemu/hw/char/trace-events
/qemu/hw/core/loader-fit.c
/qemu/hw/core/machine-smp.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/sysbus-fdt.c
/qemu/hw/gpio/Kconfig
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen-hvm.c
/qemu/hw/i386/xen/xen-pvh.c
/qemu/hw/intc/Kconfig
/qemu/hw/intc/loongarch_extioi.c
/qemu/hw/intc/loongarch_extioi_common.c
/qemu/hw/intc/loongarch_ipi.c
/qemu/hw/intc/meson.build
/qemu/hw/intc/riscv_aplic.c
/qemu/hw/intc/riscv_imsic.c
/qemu/hw/loongarch/Kconfig
/qemu/hw/loongarch/virt-acpi-build.c
/qemu/hw/loongarch/virt-fdt-build.c
/qemu/hw/loongarch/virt.c
/qemu/hw/meson.build
/qemu/hw/mips/boston.c
/qemu/hw/misc/Kconfig
/qemu/hw/misc/imx8mp_analog.c
/qemu/hw/misc/imx8mp_ccm.c
/qemu/hw/misc/macio/gpio.c
/qemu/hw/misc/macio/trace-events
/qemu/hw/misc/meson.build
/qemu/hw/misc/npcm_clk.c
/qemu/hw/misc/pvpanic-mmio.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/nvme/ctrl.c
/qemu/hw/nvme/ns.c
/qemu/hw/nvme/nvme.h
/qemu/hw/nvram/eeprom_at24c.c
/qemu/hw/openrisc/boot.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/openrisc/virt.c
/qemu/hw/pci-host/Kconfig
/qemu/hw/pci-host/designware.c
/qemu/hw/pci-host/fsl_imx8m_phy.c
/qemu/hw/pci-host/meson.build
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/pegasos2.c
/qemu/hw/ppc/pnv.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/riscv/boot.c
/qemu/hw/riscv/meson.build
/qemu/hw/riscv/riscv-iommu-bits.h
/qemu/hw/riscv/riscv-iommu-hpm.c
/qemu/hw/riscv/riscv-iommu-hpm.h
/qemu/hw/riscv/riscv-iommu.c
/qemu/hw/riscv/riscv-iommu.h
/qemu/hw/riscv/trace-events
/qemu/hw/riscv/virt.c
/qemu/hw/rtc/goldfish_rtc.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/uefi/Kconfig
/qemu/hw/uefi/LIMITATIONS.md
/qemu/hw/uefi/hardware-info.c
/qemu/hw/uefi/meson.build
/qemu/hw/uefi/trace-events
/qemu/hw/uefi/var-service-auth.c
/qemu/hw/uefi/var-service-core.c
/qemu/hw/uefi/var-service-guid.c
/qemu/hw/uefi/var-service-json.c
/qemu/hw/uefi/var-service-pkcs7-stub.c
/qemu/hw/uefi/var-service-pkcs7.c
/qemu/hw/uefi/var-service-policy.c
/qemu/hw/uefi/var-service-siglist.c
/qemu/hw/uefi/var-service-sysbus.c
/qemu/hw/uefi/var-service-utils.c
/qemu/hw/uefi/var-service-vars.c
/qemu/hw/ufs/ufs.c
/qemu/hw/ufs/ufs.h
/qemu/hw/usb/hcd-dwc3.c
/qemu/hw/usb/hcd-xhci-pci.c
/qemu/hw/usb/hcd-xhci-pci.h
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/hcd-xhci.h
/qemu/hw/vmapple/Kconfig
/qemu/hw/vmapple/aes.c
/qemu/hw/vmapple/bdif.c
/qemu/hw/vmapple/cfg.c
/qemu/hw/vmapple/meson.build
/qemu/hw/vmapple/trace-events
/qemu/hw/vmapple/trace.h
/qemu/hw/vmapple/virtio-blk.c
/qemu/hw/vmapple/vmapple.c
/qemu/hw/xen/xen-hvm-common.c
/qemu/hw/xen/xen-pvh-common.c
/qemu/include/block/nvme.h
/qemu/include/block/ufs.h
/qemu/include/fpu/softfloat-helpers.h
/qemu/include/fpu/softfloat-types.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/ghes.h
/qemu/include/hw/arm/fsl-imx8mp.h
/qemu/include/hw/boards.h
/qemu/include/hw/loader-fit.h
/qemu/include/hw/loongarch/virt.h
/qemu/include/hw/misc/imx8mp_analog.h
/qemu/include/hw/misc/imx8mp_ccm.h
/qemu/include/hw/misc/pvpanic.h
/qemu/include/hw/openrisc/boot.h
/qemu/include/hw/pci-host/designware.h
/qemu/include/hw/pci-host/fsl_imx8m_phy.h
/qemu/include/hw/pci/pci_ids.h
/qemu/include/hw/qdev-properties-system.h
/qemu/include/hw/timer/imx_gpt.h
/qemu/include/hw/uefi/hardware-info.h
/qemu/include/hw/uefi/var-service-api.h
/qemu/include/hw/uefi/var-service-edk2.h
/qemu/include/hw/uefi/var-service.h
/qemu/include/hw/usb/hcd-dwc3.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/vmapple/vmapple.h
/qemu/include/hw/xen/xen-bus.h
/qemu/include/hw/xen/xen-hvm-common.h
/qemu/include/hw/xen/xen-legacy-backend.h
/qemu/include/hw/xen/xen-pvh-common.h
/qemu/include/qemu/cutils.h
/qemu/include/standard-headers/linux/ethtool.h
/qemu/include/standard-headers/linux/fuse.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_pci.h
/qemu/include/system/device_tree.h
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-loongarch/kvm_para.h
/qemu/linux-headers/asm-riscv/kvm.h
/qemu/linux-headers/asm-x86/kvm.h
/qemu/linux-headers/linux/iommufd.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/stddef.h
/qemu/linux-headers/linux/vduse.h
/qemu/meson.build
/qemu/monitor/hmp-cmds.c
/qemu/qapi/char.json
/qemu/qapi/meson.build
/qemu/qapi/qapi-schema.json
/qemu/qapi/uefi.json
/qemu/qapi/virtio.json
/qemu/qemu-options.hx
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/main.c
hpet/src/hpet.rs
/qemu/rust/qemu-api-macros/src/lib.rs
/qemu/rust/qemu-api/meson.build
/qemu/rust/qemu-api/src/cell.rs
/qemu/rust/qemu-api/src/vmstate.rs
/qemu/scripts/checkpatch.pl
/qemu/scripts/meson-buildoptions.py
/qemu/scripts/qapi/backend.py
/qemu/scripts/qapi/main.py
/qemu/scripts/qapi/pylintrc
/qemu/scripts/qemu-binfmt-conf.sh
/qemu/system/device_tree-stub.c
/qemu/system/device_tree.c
/qemu/target/arm/hvf/hvf.c
/qemu/target/arm/internals.h
/qemu/target/arm/meson.build
/qemu/target/arm/tcg-stubs.c
/qemu/target/arm/tcg/meson.build
/qemu/target/arm/tcg/vfp_helper.c
/qemu/target/arm/vfp_fpscr.c
/qemu/target/hppa/fpu_helper.c
/qemu/target/i386/cpu.c
/qemu/target/i386/cpu.h
/qemu/target/i386/tcg/fpu_helper.c
/qemu/target/loongarch/cpu.c
/qemu/target/loongarch/cpu.h
/qemu/target/loongarch/gdbstub.c
/qemu/target/loongarch/kvm/kvm.c
/qemu/target/loongarch/loongarch-qmp-cmds.c
/qemu/target/m68k/cpu.c
/qemu/target/m68k/fpu_helper.c
/qemu/target/m68k/softfloat.c
/qemu/target/riscv/cpu-qom.h
/qemu/target/riscv/cpu.c
/qemu/target/riscv/cpu.h
/qemu/target/riscv/cpu_bits.h
/qemu/target/riscv/cpu_cfg.h
/qemu/target/riscv/cpu_helper.c
/qemu/target/riscv/csr.c
/qemu/target/riscv/debug.c
/qemu/target/riscv/helper.h
/qemu/target/riscv/insn32.decode
/qemu/target/riscv/insn_trans/trans_privileged.c.inc
/qemu/target/riscv/insn_trans/trans_rvi.c.inc
/qemu/target/riscv/insn_trans/trans_rvzce.c.inc
/qemu/target/riscv/kvm/kvm-cpu.c
/qemu/target/riscv/machine.c
/qemu/target/riscv/op_helper.c
/qemu/target/riscv/pmp.c
/qemu/target/riscv/pmu.c
/qemu/target/riscv/tcg/tcg-cpu.c
/qemu/target/riscv/translate.c
/qemu/target/riscv/vector_helper.c
/qemu/target/sh4/cpu.c
/qemu/tests/avocado/replay_kernel.py
/qemu/tests/data/acpi/riscv64/virt/RHCT
/qemu/tests/functional/meson.build
/qemu/tests/functional/replay_kernel.py
/qemu/tests/functional/test_aarch64_replay.py
/qemu/tests/functional/test_alpha_replay.py
/qemu/tests/functional/test_arm_replay.py
/qemu/tests/functional/test_arm_sx1.py
/qemu/tests/functional/test_m68k_replay.py
/qemu/tests/functional/test_microblaze_replay.py
/qemu/tests/functional/test_microblaze_s3adsp1800.py
/qemu/tests/functional/test_microblazeel_s3adsp1800.py
/qemu/tests/functional/test_or1k_replay.py
/qemu/tests/functional/test_ppc64_e500.py
/qemu/tests/functional/test_ppc64_replay.py
/qemu/tests/functional/test_ppc_replay.py
/qemu/tests/functional/test_s390x_replay.py
/qemu/tests/functional/test_sparc_replay.py
/qemu/tests/functional/test_x86_64_replay.py
/qemu/tests/functional/test_xtensa_replay.py
/qemu/tests/qapi-schema/doc-good.json
/qemu/tests/qapi-schema/doc-good.out
/qemu/tests/qtest/qom-test.c
/qemu/tests/qtest/ufs-test.c
/qemu/ui/console-vc.c
/qemu/util/hexdump.c
d556226d13-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: qom: get rid of ClassInitImpl

Complete the conversion from the ClassInitImpl trait to class_init() methods.
This will provide more freedom to split the qemu_api crate in separate parts.

Revie

rust: qom: get rid of ClassInitImpl

Complete the conversion from the ClassInitImpl trait to class_init() methods.
This will provide more freedom to split the qemu_api crate in separate parts.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

4551f34212-Feb-2025 Paolo Bonzini <pbonzini@redhat.com>

rust: qom: add ObjectImpl::CLASS_INIT

As shown in the PL011 device, the orphan rules required a manual
implementation of ClassInitImpl for anything not in the qemu_api crate;
this gets in the way of

rust: qom: add ObjectImpl::CLASS_INIT

As shown in the PL011 device, the orphan rules required a manual
implementation of ClassInitImpl for anything not in the qemu_api crate;
this gets in the way of moving system emulation-specific code (including
DeviceClass, which as a blanket ClassInitImpl<DeviceClass> implementation)
into its own crate.

Make ClassInitImpl optional, at the cost of having to specify the CLASS_INIT
member by hand in every implementation of ObjectImpl. The next commits will
get rid of it, replacing all the "impl<T> ClassInitImpl<Class> for T" blocks
with a generic class_init<T> method on Class.

Right now the definition is always the same, but do not provide a default
as that will not be true once ClassInitImpl goes away.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

12