Re: QEMU Rust Crates + Plugins in Rust

2022-12-19 Thread Alex Bennée
Rowan Hart writes: > Hi all, this is my first post to the mailing list! Apologies on the delay in responding. I've been mostly focused on the recent release. > I've spent the last > couple weeks building QEMU Rust crates to enable a couple goals: > > - Install QEMU binaries using cargo, the R

QEMU Rust Crates + Plugins in Rust

2022-11-09 Thread Rowan Hart
Hi all, this is my first post to the mailing list! I've spent the last couple weeks building QEMU Rust crates to enable a couple goals: - Install QEMU binaries using cargo, the Rust package manager - Use git-latest QEMU binaries in Rust projects as a dependency - Write QEMU TCG plugins entirely in