Re: [PATCH v6 4/4] qemu: support dirty ring feature

2021-11-22 Thread Hyman
在 2021/11/22 16:55, Peter Krempa 写道: On Sat, Nov 20, 2021 at 03:20:48 -0500, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) dirty ring feature was introduced in qemu-6.1, this patch add corresponding feature named 'dirty-ring', which enable dirty ring feature when starting vm. to en

Re: [PATCH v6 4/4] qemu: support dirty ring feature

2021-11-22 Thread Peter Krempa
On Sat, Nov 20, 2021 at 03:20:48 -0500, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > dirty ring feature was introduced in qemu-6.1, this patch add > corresponding feature named 'dirty-ring', which enable > dirty ring feature when starting vm. > > to enable the feature, libvirt add

[PATCH v6 4/4] qemu: support dirty ring feature

2021-11-20 Thread huangy81
From: Hyman Huang(黄勇) dirty ring feature was introduced in qemu-6.1, this patch add corresponding feature named 'dirty-ring', which enable dirty ring feature when starting vm. to enable the feature, libvirt add "-accel dirty-ring-size=xxx" to QEMU command line, the following XML needs to be adde