Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-07-15 Thread Oleksandr Tyshchenko
On 15.07.22 18:24, Anthony PERARD wrote: Hello Anthony > On Wed, Jul 13, 2022 at 08:03:17AM +, Oleksandr Tyshchenko wrote: >> On 13.07.22 03:01, George Dunlap wrote: >> >> Hello George, Anthony >> >>> On 30 Jun 2022, at 22:18, Oleksandr wrote: Dear all. O

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-07-15 Thread Anthony PERARD
On Wed, Jul 13, 2022 at 08:03:17AM +, Oleksandr Tyshchenko wrote: > > On 13.07.22 03:01, George Dunlap wrote: > > Hello George, Anthony > > > > > > >> On 30 Jun 2022, at 22:18, Oleksandr wrote: > >> > >> > >> Dear all. > >> > >> > >> On 25.06.22 17:32, Oleksandr wrote: > >>> > >>> On 24.06.

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-07-13 Thread Oleksandr Tyshchenko
On 13.07.22 03:01, George Dunlap wrote: Hello George, Anthony > > >> On 30 Jun 2022, at 22:18, Oleksandr wrote: >> >> >> Dear all. >> >> >> On 25.06.22 17:32, Oleksandr wrote: >>> >>> On 24.06.22 15:59, George Dunlap wrote: >>> >>> Hello George >>> > On 17 Jun 2022, at 17:14, Oleksandr

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-07-12 Thread George Dunlap
> On 30 Jun 2022, at 22:18, Oleksandr wrote: > > > Dear all. > > > On 25.06.22 17:32, Oleksandr wrote: >> >> On 24.06.22 15:59, George Dunlap wrote: >> >> Hello George >> >>> On 17 Jun 2022, at 17:14, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko Thi

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-30 Thread Oleksandr
On 30.06.22 15:24, Juergen Gross wrote: Hello Juergen On 30.06.22 14:18, Oleksandr wrote: Dear all. On 25.06.22 17:32, Oleksandr wrote: On 24.06.22 15:59, George Dunlap wrote: Hello George On 17 Jun 2022, at 17:14, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This p

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-30 Thread Juergen Gross
On 30.06.22 14:18, Oleksandr wrote: Dear all. On 25.06.22 17:32, Oleksandr wrote: On 24.06.22 15:59, George Dunlap wrote: Hello George On 17 Jun 2022, at 17:14, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-30 Thread Oleksandr
Dear all. On 25.06.22 17:32, Oleksandr wrote: On 24.06.22 15:59, George Dunlap wrote: Hello George On 17 Jun 2022, at 17:14, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-mmio based virtio-disk backend (emu

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-25 Thread Oleksandr
On 24.06.22 15:59, George Dunlap wrote: Hello George On 17 Jun 2022, at 17:14, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-mmio based virtio-disk backend (emulator) which is intended to run out of Qemu and cou

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-24 Thread George Dunlap
> On 17 Jun 2022, at 17:14, Oleksandr Tyshchenko wrote: > > From: Oleksandr Tyshchenko > > This patch adds basic support for configuring and assisting virtio-mmio > based virtio-disk backend (emulator) which is intended to run out of > Qemu and could be run in any domain. > Although the Virti

[PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-17 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-mmio based virtio-disk backend (emulator) which is intended to run out of Qemu and could be run in any domain. Although the Virtio block device is quite different from traditional Xen PV block device (vb

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-17 Thread Oleksandr
On 17.06.22 17:29, Anthony PERARD wrote: Hello Anthony On Wed, Jun 15, 2022 at 07:32:54PM +0300, Oleksandr wrote: On 15.06.22 17:23, Anthony PERARD wrote: On Mon, Jun 13, 2022 at 09:05:20PM +0300, Oleksandr Tyshchenko wrote: diff --git a/tools/xl/xl_block.c b/tools/xl/xl_block.c index 70e

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-17 Thread Anthony PERARD
On Wed, Jun 15, 2022 at 07:32:54PM +0300, Oleksandr wrote: > On 15.06.22 17:23, Anthony PERARD wrote: > > On Mon, Jun 13, 2022 at 09:05:20PM +0300, Oleksandr Tyshchenko wrote: > > > diff --git a/tools/xl/xl_block.c b/tools/xl/xl_block.c > > > index 70eed43..f2b0ff5 100644 > > > --- a/tools/xl/xl_bl

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-15 Thread Oleksandr
On 15.06.22 17:23, Anthony PERARD wrote: Hello Anthony On Mon, Jun 13, 2022 at 09:05:20PM +0300, Oleksandr Tyshchenko wrote: diff --git a/tools/libs/light/libxl_disk.c b/tools/libs/light/libxl_disk.c index a5ca778..673b0d6 100644 --- a/tools/libs/light/libxl_disk.c +++ b/tools/libs/light/lib

Re: [PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-15 Thread Anthony PERARD
On Mon, Jun 13, 2022 at 09:05:20PM +0300, Oleksandr Tyshchenko wrote: > diff --git a/tools/libs/light/libxl_disk.c b/tools/libs/light/libxl_disk.c > index a5ca778..673b0d6 100644 > --- a/tools/libs/light/libxl_disk.c > +++ b/tools/libs/light/libxl_disk.c > @@ -575,6 +660,41 @@ cleanup: > retur

[PATCH V10 1/3] libxl: Add support for Virtio disk configuration

2022-06-13 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-mmio based virtio-disk backend (emulator) which is intended to run out of Qemu and could be run in any domain. Although the Virtio block device is quite different from traditional Xen PV block device (vb