OBS User unknown
2008-11-21 14:57:01 +00:00
committed by Git OBS Bridge
parent 6eb384a263
commit 1c73c9b461
29 changed files with 1458 additions and 426 deletions

View File

@@ -108,7 +108,7 @@ Index: xen-3.3.1-testing/xen/arch/x86/hvm/hvm.c
return hvm_funcs.msr_write_intercept(regs);
}
@@ -1961,6 +1977,10 @@ int hvm_do_hypercall(struct cpu_user_reg
@@ -2002,6 +2018,10 @@ int hvm_do_hypercall(struct cpu_user_reg
case 0:
break;
}
@@ -119,7 +119,7 @@ Index: xen-3.3.1-testing/xen/arch/x86/hvm/hvm.c
if ( (eax >= NR_hypercalls) || !hvm_hypercall32_table[eax] )
{
@@ -2462,6 +2482,15 @@ long do_hvm_op(unsigned long op, XEN_GUE
@@ -2503,6 +2523,15 @@ long do_hvm_op(unsigned long op, XEN_GUE
rc = -EINVAL;
break;