Re: [Xen-devel] [PATCH 0/2] x86/HVM: hvmemul_do_io() fixes

2016-04-28 Thread Wei Liu
On Thu, Apr 28, 2016 at 03:21:23AM -0600, Jan Beulich wrote: > These were found as "secondary" issues while trying to get REP MOVS > to guest MSI-X tables to properly work (the changes needed for that > one will constitute a second series about to be submitted). > > 1: fix emulation re-issue check

[Xen-devel] [PATCH 0/2] x86/HVM: hvmemul_do_io() fixes

2016-04-28 Thread Jan Beulich
These were found as "secondary" issues while trying to get REP MOVS to guest MSI-X tables to properly work (the changes needed for that one will constitute a second series about to be submitted). 1: fix emulation re-issue check 2: fix forwarding of internally cached requests (part 2) Signed-off-b