Re: [PATCH v5 13/15] hw/nvme: Add support for the Virtualization Management command

2022-03-11 Thread Lukasz Maniak
On Wed, Mar 09, 2022 at 01:41:27PM +0100, Łukasz Gieryk wrote: > On Tue, Mar 01, 2022 at 02:07:08PM +0100, Klaus Jensen wrote: > > On Feb 17 18:45, Lukasz Maniak wrote: > > > From: Łukasz Gieryk > > > > > > With the new command one can: > > > - assign flexible resources (queues, interrupts) to

Re: [PATCH v5 13/15] hw/nvme: Add support for the Virtualization Management command

2022-03-09 Thread Łukasz Gieryk
On Tue, Mar 01, 2022 at 02:07:08PM +0100, Klaus Jensen wrote: > On Feb 17 18:45, Lukasz Maniak wrote: > > From: Łukasz Gieryk > > > > With the new command one can: > > - assign flexible resources (queues, interrupts) to primary and > >secondary controllers, > > - toggle the online/offline

Re: [PATCH v5 13/15] hw/nvme: Add support for the Virtualization Management command

2022-03-01 Thread Klaus Jensen
On Feb 17 18:45, Lukasz Maniak wrote: > From: Łukasz Gieryk > > With the new command one can: > - assign flexible resources (queues, interrupts) to primary and >secondary controllers, > - toggle the online/offline state of given controller. > QEMU segfaults (or asserts depending on the

[PATCH v5 13/15] hw/nvme: Add support for the Virtualization Management command

2022-02-17 Thread Lukasz Maniak
From: Łukasz Gieryk With the new command one can: - assign flexible resources (queues, interrupts) to primary and secondary controllers, - toggle the online/offline state of given controller. Signed-off-by: Łukasz Gieryk --- hw/nvme/ctrl.c | 257