Re: [Qemu-devel] [PATCH v2] exec.c: refactor function flatview_add_to_dispatch()

2019-03-10 Thread Wei Yang
On Sun, Mar 10, 2019 at 09:54:54PM -0700, no-re...@patchew.org wrote: >Patchew URL: >https://patchew.org/QEMU/20190311013016.14411-1-richardw.y...@linux.intel.com/ > > > >Hi, > >This series failed the docker-mingw@fedora build test. Please find the testing >commands and >their output below. If yo

Re: [Qemu-devel] [PATCH v2] exec.c: refactor function flatview_add_to_dispatch()

2019-03-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190311013016.14411-1-richardw.y...@linux.intel.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

[Qemu-devel] [PATCH v2] exec.c: refactor function flatview_add_to_dispatch()

2019-03-10 Thread Wei Yang
flatview_add_to_dispatch() registers page based on the condition of *section*, which may looks like this: |s|PPP|s| where s stands for subpage and P for page. The procedure of this function could be described as: - register first subpage - register page - register last subpa