Home
last modified time | relevance | path

Searched hist:"31 e68df7c38220f4144a45b8e3d1663f6348ee7e" (Results 1 – 25 of 32) sorted by relevance

12

/kvm-unit-tests/x86/
H A Dkvmclock_test.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dsmptest.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Drdpru.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dvmware_backdoors.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Didt_test.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dcmpxchg8b.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhypercall.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhyperv_connections.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dmemory.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhyperv_clock.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dtscdeadline_latency.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dsyscall.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dxsave.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dintel-iommu.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dumip.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhyperv_synic.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhyperv_stimer.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dpcid.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dtaskswitch2.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dioapic.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dasyncpf.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Ddebug.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Deventinj.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dcstart.S31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dvmexit.c31e68df7c38220f4144a45b8e3d1663f6348ee7e Mon Jun 08 15:59:00 UTC 2020 Paolo Bonzini <pbonzini@redhat.com> x86: always set up SMP

Currently setup_vm cannot assume that it can invoke IPIs, and therefore
only initializes CR0/CR3/CR4 on the CPU it runs on. In order to keep the
initialization code clean, let's just call smp_init (and therefore
setup_idt) unconditionally.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

12