Re: [PATCH 01/11] rust: Build separate qemu_api_tools and qemu_api_system

2025-02-12 Thread Paolo Bonzini
On 2/12/25 16:29, Kevin Wolf wrote: Am 12.02.2025 um 11:01 hat Paolo Bonzini geschrieben: On 2/11/25 22:43, Kevin Wolf wrote: The existing qemu_api library can't be linked into tools because it contains a few bindings for things that only exist in the system emulator. This adds a new "system"

Re: [PATCH 01/11] rust: Build separate qemu_api_tools and qemu_api_system

2025-02-12 Thread Kevin Wolf
Am 12.02.2025 um 11:01 hat Paolo Bonzini geschrieben: > On 2/11/25 22:43, Kevin Wolf wrote: > > The existing qemu_api library can't be linked into tools because it > > contains a few bindings for things that only exist in the system > > emulator. > > > > This adds a new "system" feature to the qem

Re: [PATCH 01/11] rust: Build separate qemu_api_tools and qemu_api_system

2025-02-12 Thread Paolo Bonzini
On 2/11/25 22:43, Kevin Wolf wrote: The existing qemu_api library can't be linked into tools because it contains a few bindings for things that only exist in the system emulator. This adds a new "system" feature to the qemu_api crate that enables the system emulator parts in it, and build the cr

[PATCH 01/11] rust: Build separate qemu_api_tools and qemu_api_system

2025-02-11 Thread Kevin Wolf
The existing qemu_api library can't be linked into tools because it contains a few bindings for things that only exist in the system emulator. This adds a new "system" feature to the qemu_api crate that enables the system emulator parts in it, and build the crate twice: qemu_api_tools is the core