Re: [PoCv2 00/15] Rust binding for QAPI (qemu-ga only, for now)

2020-10-11 Thread no-reply
] Rust binding for QAPI (qemu-ga only, for now) === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCR

[PoCv2 00/15] Rust binding for QAPI (qemu-ga only, for now)

2020-10-11 Thread marcandre . lureau
From: Marc-André Lureau Hi, Among the QEMU developers, there is a desire to use Rust. (see previous thread from Stefan "Why QEMU should move from C to Rust", the rust-vmm related projects and other experiments). Thanks to our QAPI type system and the associate code generator, it is relatively s