/kvm-unit-tests/x86/ |
H A D | kvmclock_test.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | smptest.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | rdpru.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | vmware_backdoors.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | idt_test.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | cmpxchg8b.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | hypercall.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | hyperv_connections.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | memory.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | hyperv_clock.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | tscdeadline_latency.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | syscall.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | xsave.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | intel-iommu.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | umip.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | hyperv_synic.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | hyperv_stimer.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | pcid.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | taskswitch2.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | ioapic.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | asyncpf.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | debug.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | eventinj.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | cstart.S | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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 D | vmexit.c | 31e68df7c38220f4144a45b8e3d1663f6348ee7e 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>
|