mbox series

[RFC,0/2] bugfix: Decrease dirty bitmap blocks after we remove ramblock

Message ID 20201120085157.7136-1-zhukeqian1@huawei.com
Headers show
Series bugfix: Decrease dirty bitmap blocks after we remove ramblock | expand

Message

Keqian Zhu Nov. 20, 2020, 8:51 a.m. UTC
Hi all,

I failed to find where we free dirty bitmap blocks of ramlist. If this is a
memory leakage problem, I hope this patch series can fix it properly :-).

Thanks,
Keqian.

Keqian Zhu (2):
  ramlist: Make dirty bitmap blocks of ramlist resizable
  ramlist: Resize dirty bitmap blocks after remove ramblock

 softmmu/physmem.c | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)