[kvm-devel] [PATCH] 4/5 Combine kvm_init and kvm_init_x86 intoonefunction (Correction V3)

2007-11-08 Thread Zhang, Xiantao
Hi Avi Seems my mailer has something wrong, and it always reference an old version. This should be a correct one. Sorry for inconvenience! Xiantao From 959bc19b0e2ca7edcb3389aabdecf99ba9f1794e Mon Sep 17 00:00:00 2001 From: Zhang Xiantao [EMAIL PROTECTED] Date: Thu, 8 Nov 2007 13:19:06

Re: [kvm-devel] [PATCH] 4/5 Combine kvm_init and kvm_init_x86 intoonefunction (Correction V3)

2007-11-08 Thread Zhang, Xiantao
Carsten Otte wrote: +bad_page = alloc_page(GFP_KERNEL | __GFP_ZERO); + +if (bad_page == NULL) { +r = -ENOMEM; +goto out; +} I don't think we need bad_page on s390, maybe I missed something. It's only useful for mmu code as far as I can tell.

Re: [kvm-devel] [PATCH] 4/5 Combine kvm_init and kvm_init_x86 intoonefunction (Correction V3)

2007-11-08 Thread Hollis Blanchard
Your mailer, which I'm guessing is Microsoft Outlook, is wrapping lines and so this patch does not apply. You might try using git-send-email or equivalent to avoid this issue. -- Hollis Blanchard IBM Linux Technology Center On Thu, 2007-11-08 at 16:17 +0800, Zhang, Xiantao wrote: Hi Avi