Re: [PATCH 2/5] qemu: add disk queue count ABI stability check

2021-09-21 Thread Peter Krempa
On Thu, Sep 09, 2021 at 12:34:45 +0900, Hiroki Narukawa wrote: In summary: ABI stability checks are not qemu specific so I'll update the summary. > virtio-blk num-queue is visible to guest OS, so this must be kept while live > migration. > > Signed-off-by: Hiroki Narukawa > --- >

[PATCH 2/5] qemu: add disk queue count ABI stability check

2021-09-08 Thread Hiroki Narukawa
virtio-blk num-queue is visible to guest OS, so this must be kept while live migration. Signed-off-by: Hiroki Narukawa --- src/conf/domain_conf.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index dbefc98ee8..6cc1f78ec2 100644 ---