Re: [PULL 12/40] rust: build integration test for the qemu_api crate

2024-12-21 Thread Bernhard Beschow
Am 20. Dezember 2024 10:42:09 UTC schrieb Paolo Bonzini : > > >On Thu, Dec 19, 2024 at 12:22 PM Paolo Bonzini wrote: >> >> On 12/19/24 10:53, Bernhard Beschow wrote: >> > >> > >> > Am 4. November 2024 17:26:51 UTC schrieb Paolo Bonzini >> > : >> >> Adjust the integration test to compile with

Re: [PULL 12/40] rust: build integration test for the qemu_api crate

2024-12-20 Thread Paolo Bonzini
On Thu, Dec 19, 2024 at 12:22 PM Paolo Bonzini wrote: On 12/19/24 10:53, Bernhard Beschow wrote: > > > Am 4. November 2024 17:26:51 UTC schrieb 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

Re: [PULL 12/40] rust: build integration test for the qemu_api crate

2024-12-19 Thread Paolo Bonzini
On 12/19/24 10:53, Bernhard Beschow wrote: Am 4. November 2024 17:26:51 UTC schrieb 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

Re: [PULL 12/40] rust: build integration test for the qemu_api crate

2024-12-19 Thread Bernhard Beschow
Am 4. November 2024 17:26:51 UTC schrieb 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

[PULL 12/40] rust: build integration test for the qemu_api crate

2024-11-04 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: Junjie Mao Reviewe