mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
rust: bindings for MemoryRegionOps
Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d449d29a99
commit
590faa03ee
9 changed files with 227 additions and 61 deletions
|
|
@ -22,6 +22,7 @@ _qemu_api_rs = static_library(
|
|||
'src/cell.rs',
|
||||
'src/c_str.rs',
|
||||
'src/irq.rs',
|
||||
'src/memory.rs',
|
||||
'src/module.rs',
|
||||
'src/offset_of.rs',
|
||||
'src/prelude.rs',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue