On 2017年02月03日 16:22, Peter Xu wrote:
+        trace_vtd_replay_ce_valid(bus_n, PCI_SLOT(vtd_as->devfn),
+                                  PCI_FUNC(vtd_as->devfn),
+                                  VTD_CONTEXT_ENTRY_DID(ce.hi),
+                                  ce.hi, ce.lo);
+        vtd_page_walk(&ce, 0, ~0, vtd_replay_hook, (void *)n);

Should be ~0ULL. And with this fixed you can add my:

Reviewed-by: Jason Wang <jasow...@redhat.com>

Reply via email to