qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] target-i386: Enhance SVM support
@ 2018-04-03 15:00 Jan Kiszka
  2018-04-03 15:00 ` [Qemu-devel] [PATCH 1/4] target-i386: Add NMI interception to SVM Jan Kiszka
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jan Kiszka @ 2018-04-03 15:00 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini, Richard Henderson, Eduardo Habkost
  Cc: Valentine Sinitsyn

These patches allow to run Jailhouse in emulated x86-64 mode under QEMU.
AMD IOMMU only works with one additional hack, but that's a different
story, and we can test these changes without it.

Jan

Jan Kiszka (4):
  target-i386: Add NMI interception to SVM
  target-i386: Allow interrupt injection after STGI
  target-i386: Mark cpu_vmexit noreturn
  target-i386: Add NPT support

 target/i386/cpu.c         |   2 +-
 target/i386/cpu.h         |  10 ++-
 target/i386/excp_helper.c | 216 +++++++++++++++++++++++++++++++++++++++++++++-
 target/i386/mem_helper.c  |   6 +-
 target/i386/seg_helper.c  |   1 +
 target/i386/svm.h         |   6 ++
 target/i386/svm_helper.c  |  23 +++++
 target/i386/translate.c   |   3 +-
 8 files changed, 258 insertions(+), 9 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2018-04-03 15:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 15:00 [Qemu-devel] [PATCH 0/4] target-i386: Enhance SVM support Jan Kiszka
2018-04-03 15:00 ` [Qemu-devel] [PATCH 1/4] target-i386: Add NMI interception to SVM Jan Kiszka
2018-04-03 15:00 ` [Qemu-devel] [PATCH 2/4] target-i386: Allow interrupt injection after STGI Jan Kiszka
2018-04-03 15:00 ` [Qemu-devel] [PATCH 3/4] target-i386: Mark cpu_vmexit noreturn Jan Kiszka
2018-04-03 15:00 ` [Qemu-devel] [PATCH 4/4] target-i386: Add NPT support Jan Kiszka
2018-04-03 15:14 ` [Qemu-devel] [PATCH 0/4] target-i386: Enhance SVM support no-reply
2018-04-03 15:18 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).