Re: [Qemu-devel] [PATCH 1/2] exec: Create include for target_page_size()
* Juan Quintela (quint...@redhat.com) wrote: > That is the only function that we need from exec.c, and having to > include the whole sysemu.h for this. > > Signed-off-by: Juan Quintela > --- > exec.c | 1 + > include/exec/target_page.h | 20 > include/sy
[Qemu-devel] [PATCH 1/2] exec: Create include for target_page_size()
That is the only function that we need from exec.c, and having to include the whole sysemu.h for this. Signed-off-by: Juan Quintela --- exec.c | 1 + include/exec/target_page.h | 20 include/sysemu/sysemu.h| 1 - migration/migration.c | 1 + m