Re: [Spice-devel] [PATCH qxl-wddm-dod v4 04/10] Code Analysis fix

2016-09-12 Thread Frediano Ziglio
> > The PAGED_CODE macro ensures that the calling thread is running at an > IRQL that is low enough to permit paging. A call to this macro should > be made at the beginning of every driver routine that either contains > pageable code or accesses pageable code. > > Based on a patch by Sandy Stutsm

[Spice-devel] [PATCH qxl-wddm-dod v4 04/10] Code Analysis fix

2016-09-11 Thread Sameeh Jubran
The PAGED_CODE macro ensures that the calling thread is running at an IRQL that is low enough to permit paging. A call to this macro should be made at the beginning of every driver routine that either contains pageable code or accesses pageable code. Based on a patch by Sandy Stutsman Signed-off