On 15/04/21 17:55, Ashish Kalra wrote:
+ if (!guest_page) + goto e_free; +
Missing unpin on error (but it won't be needed with Sean's patches that move the data block to the stack, so I can fix this too).
Paolo
On 15/04/21 17:55, Ashish Kalra wrote:
+ if (!guest_page) + goto e_free; +
Missing unpin on error (but it won't be needed with Sean's patches that move the data block to the stack, so I can fix this too).
Paolo