Re: [PATCH v2 07/13] rust: build integration test for the qemu_api crate

2024-10-24 Thread Zhao Liu
On Mon, Oct 21, 2024 at 06:35:32PM +0200, Paolo Bonzini wrote: > Date: Mon, 21 Oct 2024 18:35:32 +0200 > From: Paolo Bonzini > Subject: [PATCH v2 07/13] rust: build integration test for the qemu_api > crate > X-Mailer: git-send-email 2.46.2 > > Adjust the integration t

Re: [PATCH v2 07/13] rust: build integration test for the qemu_api crate

2024-10-21 Thread Junjie Mao
Paolo Bonzini writes: > Adjust the integration test to compile with a subset of QEMU object > files, and make it actually create an object of the class it defines. > > Follow the Rust filesystem conventions, where tests go in tests/ if > they use the library in the same way any other code would

[PATCH v2 07/13] rust: build integration test for the qemu_api crate

2024-10-21 Thread Paolo Bonzini
Adjust the integration test to compile with a subset of QEMU object files, and make it actually create an object of the class it defines. Follow the Rust filesystem conventions, where tests go in tests/ if they use the library in the same way any other code would. Reviewed-by: Zhao Liu Signed-of