Message ID | 20201217014941.22872-1-zhukeqian1@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | accel: kvm: Some bugfixes for kvm dirty log | expand |
Friendly ping ... Hi, please queue this well reviewed series, Thanks :-) Keqian On 2020/12/17 9:49, Keqian Zhu wrote: > Hi all, > > This series fixes memory waste and adds alignment check for unmatched > qemu_real_host_page_size and TARGET_PAGE_SIZE. > > Thanks. > > Keqian Zhu (2): > accel: kvm: Fix memory waste under mismatch page size > accel: kvm: Add aligment assert for kvm_log_clear_one_slot > > accel/kvm/kvm-all.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) >
Hi Paolo, Any suggestions on this patch series :-) ? Thanks, Keqian On 2020/12/17 9:49, Keqian Zhu wrote: > Hi all, > > This series fixes memory waste and adds alignment check for unmatched > qemu_real_host_page_size and TARGET_PAGE_SIZE. > > Thanks. > > Keqian Zhu (2): > accel: kvm: Fix memory waste under mismatch page size > accel: kvm: Add aligment assert for kvm_log_clear_one_slot > > accel/kvm/kvm-all.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) >
Hi All, Kindly Ping ;-) ... On 2021/1/25 15:51, Keqian Zhu wrote: > Hi Paolo, > > Any suggestions on this patch series :-) ? Thanks, > > Keqian > > On 2020/12/17 9:49, Keqian Zhu wrote: >> Hi all, >> >> This series fixes memory waste and adds alignment check for unmatched >> qemu_real_host_page_size and TARGET_PAGE_SIZE. >> >> Thanks. >> >> Keqian Zhu (2): >> accel: kvm: Fix memory waste under mismatch page size >> accel: kvm: Add aligment assert for kvm_log_clear_one_slot >> >> accel/kvm/kvm-all.c | 13 ++++++++++++- >> 1 file changed, 12 insertions(+), 1 deletion(-) >> > > . >
Hi, This patch is still not queued. Who can help to do this? Thanks :) Keqian On 2020/12/17 9:49, Keqian Zhu wrote: > Hi all, > > This series fixes memory waste and adds alignment check for unmatched > qemu_real_host_page_size and TARGET_PAGE_SIZE. > > Thanks. > > Keqian Zhu (2): > accel: kvm: Fix memory waste under mismatch page size > accel: kvm: Add aligment assert for kvm_log_clear_one_slot > > accel/kvm/kvm-all.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) >
On 02/03/21 12:43, Keqian Zhu wrote: > Hi, > > This patch is still not queued. Who can help to do this? Thanks :) > > Keqian > > On 2020/12/17 9:49, Keqian Zhu wrote: >> Hi all, >> >> This series fixes memory waste and adds alignment check for unmatched >> qemu_real_host_page_size and TARGET_PAGE_SIZE. >> >> Thanks. >> >> Keqian Zhu (2): >> accel: kvm: Fix memory waste under mismatch page size >> accel: kvm: Add aligment assert for kvm_log_clear_one_slot >> >> accel/kvm/kvm-all.c | 13 ++++++++++++- >> 1 file changed, 12 insertions(+), 1 deletion(-) >> > Queued, thanks. Paolo