Re: [Xen-devel] [PATCH 05/11] hvmctl: convert HVMOP_track_dirty_vram

2016-06-21 Thread Wei Liu
On Mon, Jun 20, 2016 at 06:54:57AM -0600, Jan Beulich wrote: > Also limiting "nr" at the libxc level to 32 bits (the high 32 bits of > the previous 64-bit parameter got ignore so far). > > Signed-off-by: Jan Beulich > Reviewed-by: Wei Liu ___ Xen-de

[Xen-devel] [PATCH 05/11] hvmctl: convert HVMOP_track_dirty_vram

2016-06-20 Thread Jan Beulich
Also limiting "nr" at the libxc level to 32 bits (the high 32 bits of the previous 64-bit parameter got ignore so far). Signed-off-by: Jan Beulich --- a/tools/libxc/include/xenctrl.h +++ b/tools/libxc/include/xenctrl.h @@ -1613,7 +1613,7 @@ int xc_hvm_inject_msi( */ int xc_hvm_track_dirty_vra