All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] kvm-unit-tests: Fix and enhance nVMX tests
@ 2013-12-16  9:57 Jan Kiszka
  2013-12-16  9:57 ` [PATCH 01/15] VMX: Fix initialization of GDT, IDT and TR descriptors Jan Kiszka
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Jan Kiszka @ 2013-12-16  9:57 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini; +Cc: kvm, Arthur Chunqi Li

This series contains various smaller fixes and cleanups for the VMX unit
tests and also a few unrelated corners of the test suite. It ends with a
rework of the VMX capability test and the addition of a bunch of new
test cases for interrupt injection, halting and the preemption timer.
Most of them fail or lockup at the moment. More work is required on KVM
the fix this, I'm on it.

These apply on top of the vmx branch. They are also available at

    git://git.kiszka.org/kvm-unit-tests queue

Jan

Jan Kiszka (15):
  VMX: Fix initialization of GDT, IDT and TR descriptors
  VMX: Drop redundant return statements
  rmap_chain: Remove dead code
  emulator: Exclude test_lgdt_lidt from building
  init: Fix warning about returning without code
  lib/x86/smp: Fix compiler warnings
  VMX: Remove unneeded basic_init
  VMX: Fix capability check for EPT test
  VMX: Let init handler decide about test start
  VMX: Remove unused return code from setup_ept_range
  VMX: Make syscall handler optional
  VMX: Simplify basic handlers
  VMX: Rework and enhance initial feature detection/enabling
  VMX: Add test cases around interrupt injection and halting
  VMX: Add test case for preemption timer firing during hlt

 lib/x86/smp.c    |   3 +-
 x86/emulator.c   |   2 +
 x86/init.c       |   1 +
 x86/rmap_chain.c |   9 --
 x86/vmx.c        | 123 +++++++++++++++++-------
 x86/vmx.h        |  15 ++-
 x86/vmx_tests.c  | 286 ++++++++++++++++++++++++++++++++++++++-----------------
 7 files changed, 298 insertions(+), 141 deletions(-)

-- 
1.8.1.1.298.ge7eed54


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2014-03-25 12:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16  9:57 [PATCH 00/15] kvm-unit-tests: Fix and enhance nVMX tests Jan Kiszka
2013-12-16  9:57 ` [PATCH 01/15] VMX: Fix initialization of GDT, IDT and TR descriptors Jan Kiszka
2013-12-16  9:57 ` [PATCH 02/15] VMX: Drop redundant return statements Jan Kiszka
2013-12-16  9:57 ` [PATCH 03/15] rmap_chain: Remove dead code Jan Kiszka
2013-12-16  9:57 ` [PATCH 04/15] emulator: Exclude test_lgdt_lidt from building Jan Kiszka
2013-12-17 10:31   ` Paolo Bonzini
2013-12-16  9:57 ` [PATCH 05/15] init: Fix warning about returning without code Jan Kiszka
2013-12-16  9:57 ` [PATCH 06/15] lib/x86/smp: Fix compiler warnings Jan Kiszka
2013-12-17 10:33   ` Paolo Bonzini
2013-12-17 10:35   ` Paolo Bonzini
2013-12-17 11:17     ` [PATCH v2 " Jan Kiszka
2013-12-16  9:57 ` [PATCH 07/15] VMX: Remove unneeded basic_init Jan Kiszka
2013-12-16  9:57 ` [PATCH 08/15] VMX: Fix capability check for EPT test Jan Kiszka
2013-12-16  9:57 ` [PATCH 09/15] VMX: Let init handler decide about test start Jan Kiszka
2013-12-16  9:57 ` [PATCH 10/15] VMX: Remove unused return code from setup_ept_range Jan Kiszka
2013-12-16  9:57 ` [PATCH 11/15] VMX: Make syscall handler optional Jan Kiszka
2013-12-16  9:57 ` [PATCH 12/15] VMX: Simplify basic handlers Jan Kiszka
2013-12-16  9:57 ` [PATCH 13/15] VMX: Rework and enhance initial feature detection/enabling Jan Kiszka
2013-12-16  9:57 ` [PATCH 14/15] VMX: Add test cases around interrupt injection and halting Jan Kiszka
2014-03-25 11:18   ` Paolo Bonzini
2014-03-25 12:05     ` Jan Kiszka
2013-12-16  9:57 ` [PATCH 15/15] VMX: Add test case for preemption timer firing during hlt Jan Kiszka
2013-12-18  9:36 ` [PATCH 00/15] kvm-unit-tests: Fix and enhance nVMX tests Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.