Re: [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-29 Thread Michael R. Hines
On 08/28/2013 02:37 AM, Paolo Bonzini wrote: Il 28/08/2013 05:26, Lei Li ha scritto: RAMBlock structs are not visible outside of exec.c and arch_init.c, how did you do this? Hi Michael, Good catch! Actually this is the 'Known issue' that I listed in the cover letter, and I planed to ask sugges

Re: [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-29 Thread Lei Li
On 08/28/2013 02:37 PM, Paolo Bonzini wrote: Il 28/08/2013 05:26, Lei Li ha scritto: RAMBlock structs are not visible outside of exec.c and arch_init.c, how did you do this? Hi Michael, Good catch! Actually this is the 'Known issue' that I listed in the cover letter, and I planed to ask sugges

Re: [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-27 Thread Paolo Bonzini
Il 28/08/2013 05:26, Lei Li ha scritto: >>> >>> RAMBlock structs are not visible outside of exec.c and arch_init.c, >>> how did you do this? >> >> Hi Michael, >> >> Good catch! >> Actually this is the 'Known issue' that I listed in the cover >> letter, and I planed to ask suggestions on this. >> >>

Re: [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-27 Thread Lei Li
On 08/23/2013 03:44 PM, Lei Li wrote: On 08/23/2013 04:42 AM, Michael R. Hines wrote: On 08/21/2013 03:18 AM, Lei Li wrote: Introduce read/write backend of QEMUFileLocal used by localhost migration. The unix domain socket will be replaced by PIPE with vmsplice mechanism. Signed-off-by: Lei Li

Re: [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-23 Thread Lei Li
On 08/23/2013 04:42 AM, Michael R. Hines wrote: On 08/21/2013 03:18 AM, Lei Li wrote: Introduce read/write backend of QEMUFileLocal used by localhost migration. The unix domain socket will be replaced by PIPE with vmsplice mechanism. Signed-off-by: Lei Li --- Makefile.objs |1 + mig

Re: [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-22 Thread Michael R. Hines
On 08/21/2013 03:18 AM, Lei Li wrote: Introduce read/write backend of QEMUFileLocal used by localhost migration. The unix domain socket will be replaced by PIPE with vmsplice mechanism. Signed-off-by: Lei Li --- Makefile.objs |1 + migration-local.c | 211 +++

[Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()

2013-08-21 Thread Lei Li
Introduce read/write backend of QEMUFileLocal used by localhost migration. The unix domain socket will be replaced by PIPE with vmsplice mechanism. Signed-off-by: Lei Li --- Makefile.objs |1 + migration-local.c | 211 + 2 files change