Re: [Qemu-devel] [PATCH v2 2/4] fw_cfg: do DMA read operation

2017-09-22 Thread kbuild test robot
Hi Marc-André, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc1 next-20170922] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[Qemu-devel] [PATCH v2 2/4] fw_cfg: do DMA read operation

2017-09-19 Thread marcandre . lureau
From: Marc-André Lureau Modify fw_cfg_read_blob() to use DMA if the device supports it. Return errors, because the operation may fail. This is a proof-of-concept patch with some FIXME. It uses yield() to wait for the memory to be cleared. Help on how to improve this