1/4

KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer

KVM s390 handle_sthyi() 响应缓冲区改用 kzalloc()/kfree(),替代 get_zeroed_page()/free_page(),去掉 cast,API 更简洁且性能相当。