Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-12 Thread Philippe Mathieu-Daudé
On 12/2/25 13:59, Kevin Wolf wrote: Am 12.02.2025 um 08:45 hat Philippe Mathieu-Daudé geschrieben: On 11/2/25 22:43, Kevin Wolf wrote: This adds a separate block driver for the bochs image format called 'bochs-rs' so that for the moment both the C implementation and the Rust implementation can

Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-12 Thread Daniel P . Berrangé
On Wed, Feb 12, 2025 at 01:58:15PM +0100, Kevin Wolf wrote: > Am 12.02.2025 um 10:41 hat Daniel P. Berrangé geschrieben: > > On Wed, Feb 12, 2025 at 09:14:57AM +, Daniel P. Berrangé wrote: > > > On Tue, Feb 11, 2025 at 10:43:27PM +0100, Kevin Wolf wrote: > > > > This adds a separate block drive

Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-12 Thread Kevin Wolf
Am 12.02.2025 um 08:45 hat Philippe Mathieu-Daudé geschrieben: > On 11/2/25 22:43, Kevin Wolf wrote: > > This adds a separate block driver for the bochs image format called > > 'bochs-rs' so that for the moment both the C implementation and the Rust > > implementation can be present in the same bui

Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-12 Thread Kevin Wolf
Am 12.02.2025 um 10:41 hat Daniel P. Berrangé geschrieben: > On Wed, Feb 12, 2025 at 09:14:57AM +, Daniel P. Berrangé wrote: > > On Tue, Feb 11, 2025 at 10:43:27PM +0100, Kevin Wolf wrote: > > > This adds a separate block driver for the bochs image format called > > > 'bochs-rs' so that for the

Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-12 Thread Daniel P . Berrangé
On Wed, Feb 12, 2025 at 09:14:57AM +, Daniel P. Berrangé wrote: > On Tue, Feb 11, 2025 at 10:43:27PM +0100, Kevin Wolf wrote: > > This adds a separate block driver for the bochs image format called > > 'bochs-rs' so that for the moment both the C implementation and the Rust > > implementation c

Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-12 Thread Daniel P . Berrangé
On Tue, Feb 11, 2025 at 10:43:27PM +0100, Kevin Wolf wrote: > This adds a separate block driver for the bochs image format called > 'bochs-rs' so that for the moment both the C implementation and the Rust > implementation can be present in the same build. The intention is to > remove the C implemen

Re: [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-11 Thread Philippe Mathieu-Daudé
On 11/2/25 22:43, Kevin Wolf wrote: This adds a separate block driver for the bochs image format called 'bochs-rs' so that for the moment both the C implementation and the Rust implementation can be present in the same build. The intention is to remove the C implementation eventually and rename t

[PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

2025-02-11 Thread Kevin Wolf
This adds a separate block driver for the bochs image format called 'bochs-rs' so that for the moment both the C implementation and the Rust implementation can be present in the same build. The intention is to remove the C implementation eventually and rename this one into 'bochs'. This can only ha