summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-04accel: Directly pass AccelState argument to AccelClass::has_memory()Philippe Mathieu-Daudé3-4/+4
2025-07-04accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()Philippe Mathieu-Daudé1-5/+2
2025-07-04accel/kvm: Prefer local AccelState over global MachineState::accelPhilippe Mathieu-Daudé1-3/+1
2025-07-04accel/tcg: Prefer local AccelState over global current_accel()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Propagate AccelState to AccelClass::init_machine()Philippe Mathieu-Daudé11-11/+11
2025-07-04accel: Keep reference to AccelOpsClass in AccelClassPhilippe Mathieu-Daudé4-3/+10
2025-07-04accel: Expose and register generic_handle_interrupt()Philippe Mathieu-Daudé8-6/+13
2025-07-04accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'Philippe Mathieu-Daudé6-5/+18
2025-07-04accel/whpx: Expose whpx_enabled() to common codePhilippe Mathieu-Daudé5-17/+27
2025-07-04accel/nvmm: Expose nvmm_enabled() to common codePhilippe Mathieu-Daudé5-18/+27
2025-07-04accel/system: Document cpu_synchronize_state_post_init/reset()Philippe Mathieu-Daudé2-0/+16
2025-07-04accel/system: Document cpu_synchronize_state()Philippe Mathieu-Daudé2-1/+18
2025-07-04accel/kvm: Remove kvm_cpu_synchronize_state() stubPhilippe Mathieu-Daudé1-4/+0
2025-07-04accel/whpx: Replace @dirty field by generic CPUState::vcpu_dirty fieldPhilippe Mathieu-Daudé1-12/+11
2025-07-04accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty fieldPhilippe Mathieu-Daudé1-11/+10
2025-07-04accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty fieldPhilippe Mathieu-Daudé5-11/+10
2025-07-04cpus: Document CPUState::vcpu_dirty fieldPhilippe Mathieu-Daudé1-1/+2
2025-07-04accel/hvf: Move generic method declarations to hvf-all.cPhilippe Mathieu-Daudé2-269/+271
2025-07-04accel/hvf: Move per-cpu method declarations to hvf-accel-ops.cPhilippe Mathieu-Daudé2-28/+30
2025-07-04accel/hvf: Restrict internal declarationsPhilippe Mathieu-Daudé2-38/+34
2025-07-04accel/tcg: Factor tcg_dump_stats() out for re-usePhilippe Mathieu-Daudé2-3/+10
2025-07-04accel/tcg: Factor tcg_dump_flush_info() outPhilippe Mathieu-Daudé1-10/+17
2025-07-04accel/tcg: Remove profiler leftoverPhilippe Mathieu-Daudé1-6/+0
2025-07-04accel/tcg: Remove 'info opcount' and @x-query-opcountPhilippe Mathieu-Daudé4-54/+0
2025-07-04accel/kvm: Reduce kvm_create_vcpu() declaration scopePhilippe Mathieu-Daudé2-9/+7
2025-07-04accel/kvm: Remove kvm_init_cpu_signals() stubPhilippe Mathieu-Daudé1-5/+0
2025-07-04system/cpus: Assert interrupt handling is done with BQL lockedPhilippe Mathieu-Daudé2-2/+2
2025-07-02tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO imageThomas Huth1-4/+4
2025-07-02target/s390x: A fix for the trouble with triblesThomas Huth1-1/+1
2025-07-02target/s390x: set has_deprecated_props flagCollin Walling1-0/+3
2025-07-02MAINTAINERS: fix paths for relocated filesSean Wei1-9/+6
2025-07-02treewide: fix paths for relocated files in commentsSean Wei4-5/+5
2025-07-02treewide: update docs file extensions (.txt -> .rst) in commentsSean Wei8-10/+10
2025-07-02MAINTAINERS: fix VMware filename typo (vwm -> vmw)Sean Wei1-1/+1
2025-07-02MAINTAINERS: fix vendor capitalization (Vmware -> VMware)Sean Wei1-1/+1
2025-07-02MAINTAINERS: update docs file extensions (.txt -> .rst)Sean Wei1-2/+2
2025-07-02virtio-gpu: support context init multiple timelineYiwei Zhang1-0/+44
2025-07-02MAINTAINERS: add Akihiko and Dmitry as reviewersAlex Bennée1-0/+2
2025-07-02MAINTAINERS: add myself to virtio-gpu for Odd FixesAlex Bennée1-1/+2
2025-07-02plugins: Update plugin version and add notesRowan Hart1-1/+8
2025-07-02plugins: Add patcher plugin and testRowan Hart6-2/+328
2025-07-02tests/tcg: Remove copy-pasted notes and from i386 and add x86_64 system tests...Rowan Hart1-7/+5
2025-07-02plugins: Add memory hardware address read/write APIRowan Hart2-0/+190
2025-07-02plugins: Add memory virtual address write APIRowan Hart2-0/+39
2025-07-02plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacksRowan Hart6-6/+96
2025-07-02plugins: Add register write APIRowan Hart2-24/+56
2025-07-02gdbstub: Expose gdb_write_register function to consumers of gdbstubRowan Hart2-1/+15
2025-07-02semihosting/uaccess: Compile oncePhilippe Mathieu-Daudé1-4/+1
2025-07-02semihosting/uaccess: Remove uses of target_ulong typePhilippe Mathieu-Daudé2-11/+11
2025-07-02tests/functional: Add PCI hotplug test for aarch64Gustavo Romero3-0/+79