[PATCH 3/8] android_pipe: Pin pages to memory while copying and other cleanups

2016-01-06 Thread Alan
From: Christoffer Dall The existing code had a troubling TODO statement concerning the fact that it just did a check if the page that the QEMU backend was going to read from / write to was there before the call to the QEMU backend and then relying on the fact that the page stayed around, even in

[PATCH 3/8] android_pipe: Pin pages to memory while copying and other cleanups

2016-01-06 Thread Alan
From: Christoffer Dall The existing code had a troubling TODO statement concerning the fact that it just did a check if the page that the QEMU backend was going to read from / write to was there before the call to the QEMU backend and then relying on the fact that

[PATCH 3/8] android_pipe: Pin pages to memory while copying and other cleanups

2015-11-24 Thread Jin Qian
From: Christoffer Dall The existing code had a troubling TODO statement concerning the fact that it just did a check if the page that the QEMU backend was going to read from / write to was there before the call to the QEMU backend and then relying on the fact that the page stayed around, even in

[PATCH 3/8] android_pipe: Pin pages to memory while copying and other cleanups

2015-11-24 Thread Jin Qian
From: Christoffer Dall The existing code had a troubling TODO statement concerning the fact that it just did a check if the page that the QEMU backend was going to read from / write to was there before the call to the QEMU backend and then relying on the fact that