On March 28, 2016 9:32pm, Konrad Rzeszutek Wilk wrote:
> On Mon, Mar 28, 2016 at 06:27:21AM +, Xu, Quan wrote:
> > On March 26, 2016 4:07am, Konrad Rzeszutek Wilk
> wrote:
> > > On Thu, Mar 24, 2016 at 01:57:58PM +0800, Quan Xu wrote:
>
>
DX
> I would recommend you send out an email to
On Mon, Mar 28, 2016 at 06:27:21AM +, Xu, Quan wrote:
> On March 26, 2016 4:07am, Konrad Rzeszutek Wilk
> wrote:
> > On Thu, Mar 24, 2016 at 01:57:58PM +0800, Quan Xu wrote:
> >
> > Hey!
> >
> > Thanks for the patch!
> >
> > I see that you have __must_check..
> >
> > But if you check the
On March 26, 2016 4:07am, Konrad Rzeszutek Wilk wrote:
> On Thu, Mar 24, 2016 at 01:57:58PM +0800, Quan Xu wrote:
>
> Hey!
>
> Thanks for the patch!
>
> I see that you have __must_check..
>
> But if you check the callchain:
>
> iommu_flush_iec_[index|global] ->
> __iommu_flush_iec->invali
On Thu, Mar 24, 2016 at 01:57:58PM +0800, Quan Xu wrote:
Hey!
Thanks for the patch!
I see that you have __must_check..
But if you check the callchain:
iommu_flush_iec_[index|global] ->
__iommu_flush_iec->invalidate_sync-> queue_invalidate_wait
you will see that the callers of iommu_flush
On March 24, 2016 7:04pm, wrote:
> On Thu, 2016-03-24 at 13:57 +0800, Quan Xu wrote:
> >
> > --- a/docs/misc/xen-command-line.markdown
> > +++ b/docs/misc/xen-command-line.markdown
> > @@ -1532,6 +1532,13 @@ Note that if **watchdog** option is also
> > specified vpmu will be turned off.
> > As th
On Thu, 2016-03-24 at 13:57 +0800, Quan Xu wrote:
>
> --- a/docs/misc/xen-command-line.markdown
> +++ b/docs/misc/xen-command-line.markdown
> @@ -1532,6 +1532,13 @@ Note that if **watchdog** option is also
> specified vpmu will be turned off.
> As the virtualisation is not 100% safe, don't use th
Signed-off-by: Quan Xu
---
docs/misc/xen-command-line.markdown | 7 +++
xen/drivers/passthrough/vtd/qinval.c | 17 -
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/docs/misc/xen-command-line.markdown
b/docs/misc/xen-command-line.markdown
index ca77e3b..384d