Re: [PULL 3/3] xen-block: Use specific blockdev driver

2023-06-27 Thread Peter Maydell
On Fri, 2 Jun 2023 at 18:04, Peter Maydell wrote: > > On Mon, 10 May 2021 at 13:53, Anthony PERARD > wrote: > > > > ... when a xen-block backend instance is created via xenstore. > > > > Following 8d17adf34f50 ("block: remove support for using "file" driver > > with block/char devices"), using t

Re: [PULL 3/3] xen-block: Use specific blockdev driver

2023-06-02 Thread Peter Maydell
On Mon, 10 May 2021 at 13:53, Anthony PERARD wrote: > > ... when a xen-block backend instance is created via xenstore. > > Following 8d17adf34f50 ("block: remove support for using "file" driver > with block/char devices"), using the "file" blockdev driver for > everything doesn't work anymore, we

[PULL 3/3] xen-block: Use specific blockdev driver

2021-05-10 Thread Anthony PERARD via
... when a xen-block backend instance is created via xenstore. Following 8d17adf34f50 ("block: remove support for using "file" driver with block/char devices"), using the "file" blockdev driver for everything doesn't work anymore, we need to use the "host_device" driver when the disk image is a bl