[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/8] kvm: reset state from the CPU's reset metho
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [PATCH 1/8] kvm: reset state from the CPU's reset method |
Date: |
Tue, 29 Apr 2014 14:09:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
Am 29.04.2014 13:54, schrieb Paolo Bonzini:
> Now that we have a CPU object with a reset method, it is better to
> keep the KVM reset close to the CPU reset. Using qemu_register_reset
> as we do now keeps them far apart.
>
> With this patch, ARM and PPC no longer call the kvm_arch_ function, so
> it can get removed there. i386 and s390x call it from X86CPU/S390CPU
> reset handler, and the function gets an X86CPU/S390CPU.
>
> Note that s390-specific functions are called kvm_s390_*, while
> x86-specific functions are called kvm_arch_*, so this series only
> renames the S390 kvm_arch_reset_vcpu. Changing that is the topic of a
> separate patch.
>
> Reviewed-by: Gleb Natapov <address@hidden>
> Reviewed-by: Andreas Färber <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
> include/sysemu/kvm.h | 2 --
> kvm-all.c | 11 -----------
> target-i386/cpu.c | 5 +++++
> target-i386/kvm.c | 3 +--
> target-i386/kvm_i386.h | 1 +
> target-ppc/kvm.c | 4 ----
> target-s390x/cpu.c | 4 ++++
> target-s390x/cpu.h | 5 +++++
> target-s390x/kvm.c | 6 ++++--
> 9 files changed, 20 insertions(+), 21 deletions(-)
Contrary to the commit message, the patch does not update target-arm/,
did you check whether it compiles there? kvm_arch_reset_vcpu() is
present in kvm32.c and kvm64.c, with only the latter being empty.
Regards,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- [Qemu-devel] [PATCH 0/8] x86: correctly implement soft reset, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 3/8] target-i386: fix set of registers zeroed on reset, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 1/8] kvm: reset state from the CPU's reset method, Paolo Bonzini, 2014/04/29
- Re: [Qemu-devel] [PATCH 1/8] kvm: reset state from the CPU's reset method,
Andreas Färber <=
- [Qemu-devel] [PATCH 5/8] apic: do not accept SIPI on the bootstrap processor, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 4/8] target-i386: preserve FPU and MSR state on INIT, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 2/8] kvm: forward INIT signals coming from the chipset, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 6/8] cpu: make CPU_INTERRUPT_RESET available on all targets, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 7/8] pc: port 92 reset requires a low->high transition, Paolo Bonzini, 2014/04/29
- [Qemu-devel] [PATCH 8/8] x86: correctly implement soft reset, Paolo Bonzini, 2014/04/29