]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: move VMState handling to QOM module
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 8 Sep 2025 10:49:46 +0000 (12:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:00:57 +0000 (19:00 +0200)
commit0611dd418abbf5d7c011bd465779cb955cea0f39
tree177069a3591d85b0b7329728bcc61ecdafa68b82
parent88cf78e9172850c786d24d298adfadd09ec43a80
rust: move VMState handling to QOM module

This will allow to split vmstate to a standalone crate next.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Link: https://lore.kernel.org/r/20250827104147.717203-9-marcandre.lureau@redhat.com
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/qemu-api/src/qom.rs
rust/qemu-api/src/vmstate.rs