Re: [PATCH v7 1/2] qemu: support dirty ring feature

2021-12-14 Thread Hyman Huang
On 12/14/21 20:21, Michal Prívozník wrote: On 12/14/21 10:22, Michal Prívozník wrote: On 11/23/21 15:36, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Dirty ring feature was introduced in qemu-6.1.0, this patch add the corresponding feature named 'dirty-ring', which enable dirty

Re: [PATCH v7 1/2] qemu: support dirty ring feature

2021-12-14 Thread Michal Prívozník
On 12/14/21 10:22, Michal Prívozník wrote: > On 11/23/21 15:36, huang...@chinatelecom.cn wrote: >> From: Hyman Huang(黄勇) >> >> Dirty ring feature was introduced in qemu-6.1.0, this patch >> add the corresponding feature named 'dirty-ring', which enable >> dirty ring feature when starting vm. >>

Re: [PATCH v7 1/2] qemu: support dirty ring feature

2021-12-14 Thread Michal Prívozník
On 12/14/21 12:20, Hyman Huang wrote: > > Ok, i'll rebase the master once the changes get merged and test if the > dirty ring still works. > You can find all the patches applied in my branch: https://gitlab.com/MichalPrivoznik/libvirt/-/commits/review/ Michal

Re: [PATCH v7 1/2] qemu: support dirty ring feature

2021-12-14 Thread Hyman Huang
On 12/14/21 17:22, Michal Prívozník wrote: On 11/23/21 15:36, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Dirty ring feature was introduced in qemu-6.1.0, this patch add the corresponding feature named 'dirty-ring', which enable dirty ring feature when starting vm. To implement

Re: [PATCH v7 1/2] qemu: support dirty ring feature

2021-12-14 Thread Michal Prívozník
On 11/23/21 15:36, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Dirty ring feature was introduced in qemu-6.1.0, this patch > add the corresponding feature named 'dirty-ring', which enable > dirty ring feature when starting vm. > > To implement the dirty-ring feature,