Found 5 matching messages (0.023 seconds). Page 1 of 1.
... instr); } #endif memcpy(insnbuf, a->replacement, a->replacementlen); @@ -303,7 +303, ... )\n", - __FUNCTION__); + __func__); goto out_err; } diff --git a/arch/x86/kernel/ ... !write_pt) diff --git a/arch/x86/kvm/svm.c b/arch ...
linux-kernel - Harvey Harrison - Mar 3 2008 - 15:37
Harvey Harrison wrote: > __FUNCTION__ is gcc-specific, use __func__ > > Which is shorter too. > ... > arch/x86/kvm/mmu.c | 34 +++++++++++++++++----------------- > arch/x86/kvm/paging_tmpl.h | 14 +++++++------- > arch/x86/kvm/ ...
linux-kernel - Avi Kivity - Mar 3 2008 - 16:48
... Avi Kivity wrote: > Harvey Harrison wrote: > > __FUNCTION__ is gcc-specific, use __func__ > ... x86/kvm/svm.c | 12 ++++++------ > > arch/x86/kvm/vmx.c | 6 +++--- > > arch/ ... the x86-specific stuff or do you want a split patch as ...
linux-kernel - Harvey Harrison - Mar 3 2008 - 16:56
... needless merges. > > Sure, I'll send a split out patch against kvm.git > > Ingo, do you mind chopping the diff to apply just the x86-specific > stuff or do you want a split patch as well? no need, i picked up the non-kvm bits. ...
linux-kernel - Ingo Molnar - Mar 4 2008 - 04:16
... . >>> >> Sure, I'll send a split out patch against kvm.git >> >> Ingo, do you mind chopping the diff to apply just the x86-specific >> stuff or do you want a split patch as well? >> > > no need, i picked up the non-kvm ...
linux-kernel - Avi Kivity - Mar 4 2008 - 04:37