Re: [Qemu-devel] [PATCH v6 0/4] Add HAX support

2017-01-10 Thread Paolo Bonzini
On 10/01/2017 11:59, Vincent Palatin wrote: > I took a stab at trying to rebase/upstream the support for Intel HAXM. > (Hardware Accelerated Execution Manager). > Intel HAX is kernel-based hardware acceleration module for Windows and MacOSX. > > Another copy of this patchset is available at: > I h

Re: [Qemu-devel] [PATCH v6 0/4] Add HAX support

2017-01-10 Thread Paolo Bonzini
> it failed on the dependency to the unsubmitted Paolo's ramblock-notifier > patch. No big deal, I'll include that. Paolo

Re: [Qemu-devel] [PATCH v6 0/4] Add HAX support

2017-01-10 Thread Vincent Palatin
On Tue, Jan 10, 2017 at 12:20 PM, wrote: > Hi, > > Your series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally. [...] > /tmp/qemu-test/src/target/i386/hax-mem.c:268:33: error: unknown

[Qemu-devel] [PATCH v6 0/4] Add HAX support

2017-01-10 Thread Vincent Palatin
I took a stab at trying to rebase/upstream the support for Intel HAXM. (Hardware Accelerated Execution Manager). Intel HAX is kernel-based hardware acceleration module for Windows and MacOSX. Another copy of this patchset is available at: I have made another public copy there: git://github.com/vpa