Re: [PING] accel: kvm: Some bugfixes for kvm dirty log

2021-03-02 Thread Paolo Bonzini

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




[PING] accel: kvm: Some bugfixes for kvm dirty log

2021-03-02 Thread Keqian Zhu
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(-)
>