Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-03-06 Thread Julien Grall
Hi Oleksandr, On 10/02/2021 09:02, Oleksandr wrote: On 20.01.21 19:05, Julien Grall wrote: Thinking a bit more what approach to choose... I would tend to automatically allocate the virtio IRQ (4th option) rather than use static approach with reserved IRQs in order to eliminate the chance of a

Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-02-10 Thread Oleksandr
On 20.01.21 19:05, Julien Grall wrote: Hi Oleksandr, Hi Julien Sorry for the late response. On 18/01/2021 08:32, Oleksandr wrote: On 16.01.21 00:01, Julien Grall wrote: Hi Oleksandr, Hi Julien On 12/01/2021 21:52, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This

Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-01-20 Thread Julien Grall
Hi Oleksandr, On 18/01/2021 08:32, Oleksandr wrote: On 16.01.21 00:01, Julien Grall wrote: Hi Oleksandr, Hi Julien On 12/01/2021 21:52, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-disk backend (emualator) wh

Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-01-18 Thread Oleksandr
On 16.01.21 00:01, Julien Grall wrote: Hi Oleksandr, Hi Julien On 12/01/2021 21:52, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-disk backend (emualator) which is intended to run out of Qemu and could be run

Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-01-16 Thread Oleksandr
Hi Ian On 14.01.21 19:20, Ian Jackson wrote: Oleksandr Tyshchenko writes ("[PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration"): This patch adds basic support for configuring and assisting virtio-disk backend (emualator) which is intended to run out of Qemu

Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-01-15 Thread Julien Grall
Hi Oleksandr, On 12/01/2021 21:52, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-disk backend (emualator) which is intended to run out of Qemu and could be run in any domain. Xenstore was chosen as a communication int

Re: [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-01-14 Thread Ian Jackson
Oleksandr Tyshchenko writes ("[PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration"): > This patch adds basic support for configuring and assisting virtio-disk > backend (emualator) which is intended to run out of Qemu and could be run > in any domain. Thank

[PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

2021-01-12 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko This patch adds basic support for configuring and assisting virtio-disk backend (emualator) which is intended to run out of Qemu and could be run in any domain. Xenstore was chosen as a communication interface for the emulator running in non-toolstack domain to be able