2/4

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

KVM s390 handle_stsi() 缓冲区改用 kzalloc()/kfree(),并把 buffer 改为 void* 去除强制转换,替代页面分配器接口,性能无差异。