Re: [PATCH v6 3/4] conf: introduce dirty_ring_size field

2021-11-22 Thread Hyman
在 2021/11/22 16:54, Peter Krempa 写道: On Sat, Nov 20, 2021 at 03:20:47 -0500, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) introduce dirty_ring_size in struct "_virDomainDef" to hold the ring size configured by user, and pass dirty_ring_size when building qemu commandline if dirty r

Re: [PATCH v6 3/4] conf: introduce dirty_ring_size field

2021-11-22 Thread Hyman
在 2021/11/22 16:50, Peter Krempa 写道: On Sat, Nov 20, 2021 at 03:20:47 -0500, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) introduce dirty_ring_size in struct "_virDomainDef" to hold the ring size configured by user, and pass dirty_ring_size when building qemu commandline if dirty r

Re: [PATCH v6 3/4] conf: introduce dirty_ring_size field

2021-11-22 Thread Peter Krempa
On Sat, Nov 20, 2021 at 03:20:47 -0500, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > introduce dirty_ring_size in struct "_virDomainDef" to hold > the ring size configured by user, and pass dirty_ring_size > when building qemu commandline if dirty ring feature enabled. > > Signed-

Re: [PATCH v6 3/4] conf: introduce dirty_ring_size field

2021-11-22 Thread Peter Krempa
On Sat, Nov 20, 2021 at 03:20:47 -0500, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > introduce dirty_ring_size in struct "_virDomainDef" to hold > the ring size configured by user, and pass dirty_ring_size > when building qemu commandline if dirty ring feature enabled. > > Signed-

[PATCH v6 3/4] conf: introduce dirty_ring_size field

2021-11-20 Thread huangy81
From: Hyman Huang(黄勇) introduce dirty_ring_size in struct "_virDomainDef" to hold the ring size configured by user, and pass dirty_ring_size when building qemu commandline if dirty ring feature enabled. Signed-off-by: Hyman Huang(黄勇) --- src/conf/domain_conf.c | 76 +++