All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.
@ 2018-01-22 21:07 Justin Terry (VM)
  2018-01-22 21:07 ` [Qemu-devel] [PATCH v2 1/4] Add the Windows Hypervisor Platform accelerator Justin Terry (VM)
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Justin Terry (VM) @ 2018-01-22 21:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, crosthwaite.peter, rth, ehabkost, Justin Terry (VM)

Updates based on review feedback.

1. Fixes style issues and properly ran the scripts/checkpatch pre submission.
2. Added migration blockers for CPUID, dirty memory tracking, and XSAVE/XRSTOR.
3. Fixed some bugs around register states when using bios vs efi.

Justin Terry (VM) (4):
  Add the Windows Hypervisor Platform accelerator.
  Add the WHPX vcpu API
  Introduce the WHPX impl
  Add the WHPX acceleration enlightenments

 accel/stubs/Makefile.objs |    9 +-
 accel/stubs/whpx-stub.c   |   48 ++
 configure                 |   48 +-
 cpus.c                    |   66 ++-
 include/sysemu/hw_accel.h |   13 +
 include/sysemu/whpx.h     |   40 ++
 qemu-options.hx           |    8 +-
 target/i386/Makefile.objs |    1 +
 target/i386/helper.c      |    2 +-
 target/i386/whpx-all.c    | 1366 +++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 1590 insertions(+), 11 deletions(-)
 create mode 100644 accel/stubs/whpx-stub.c
 create mode 100644 include/sysemu/whpx.h
 create mode 100644 target/i386/whpx-all.c

-- 
2.7.4

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

end of thread, other threads:[~2018-01-30 19:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 21:07 [Qemu-devel] [PATCH v2 0/4] Updates based on feedback Justin Terry (VM)
2018-01-22 21:07 ` [Qemu-devel] [PATCH v2 1/4] Add the Windows Hypervisor Platform accelerator Justin Terry (VM)
2018-01-22 21:07 ` [Qemu-devel] [PATCH v2 2/4] Add the WHPX vcpu API Justin Terry (VM)
2018-01-22 21:07 ` [Qemu-devel] [PATCH v2 3/4] Introduce the WHPX impl Justin Terry (VM)
2018-01-22 21:07 ` [Qemu-devel] [PATCH v2 4/4] Add the WHPX acceleration enlightenments Justin Terry (VM)
2018-01-23 19:54 ` [Qemu-devel] [PATCH v2 0/4] Updates based on feedback Eduardo Habkost
2018-01-25 11:01 ` Stefan Hajnoczi
2018-01-25 20:12   ` Justin Terry (VM)
2018-01-29 13:55     ` Stefan Hajnoczi
2018-01-29 19:58 ` Justin Terry (VM)
2018-01-30 19:34   ` Paolo Bonzini
2018-01-30 19:41     ` Justin Terry (VM)

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.