No worries at all Paolo. I was just making sure I didn’t miss something. We have been working on some minor fixups/perf improvements on our end and I will submit those patches after this merges. I figured it would be easier because they will be very small and isolated so easier to review moving forward.
Thanks, Justin > -----Original Message----- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Tuesday, January 30, 2018 11:34 AM > To: Justin Terry (VM) <jute...@microsoft.com>; qemu-devel@nongnu.org > Cc: crosthwaite.pe...@gmail.com; r...@twiddle.net; ehabk...@redhat.com > Subject: Re: [PATCH v2 0/4] Updates based on feedback. > > On 29/01/2018 14:58, Justin Terry (VM) wrote: > > Hi All, > > > > Is there any additional feedback I can address here to help out the > process? Please let me know. > > Nothing specifically (it didn't help that most of last week I was sick!). > From > my point of view, I just need to review the changes you made and include > these patches in a pull request. > > Thanks, > > Paolo > > > Thanks again, > > Justin > > > >> -----Original Message----- > >> From: Justin Terry (VM) > >> Sent: Monday, January 22, 2018 1:08 PM > >> To: qemu-devel@nongnu.org > >> Cc: pbonz...@redhat.com; crosthwaite.pe...@gmail.com; > >> r...@twiddle.net; ehabk...@redhat.com; Justin Terry (VM) > >> <jute...@microsoft.com> > >> Subject: [PATCH v2 0/4] Updates based on feedback. > >> > >> 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 > >