[PATCH 2/3] i386: Fix 'hypercall_hypercall' typo

2021-03-18 Thread Vitaly Kuznetsov
Even the name of this section is 'cpu/msr_hyperv_hypercall', 'hypercall_hypercall' is clearly a typo. Signed-off-by: Vitaly Kuznetsov --- target/i386/machine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/machine.c b/target/i386/machine.c index a4777a73b0a9

Re: [PATCH 2/3] i386: Fix 'hypercall_hypercall' typo

2021-03-18 Thread Paolo Bonzini
On 18/03/21 17:02, Vitaly Kuznetsov wrote: Even the name of this section is 'cpu/msr_hyperv_hypercall', 'hypercall_hypercall' is clearly a typo. Signed-off-by: Vitaly Kuznetsov --- target/i386/machine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/machi