Re: [Qemu-devel] [PATCH v2 02/10] migration: Split qemu-file.h

2017-06-01 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Split the file into public and internal interfaces. I have to rename >> the external one because we can't have two include files with the same >> name in the same directory. Build system gets confused. The only >>

Re: [Qemu-devel] [PATCH v2 02/10] migration: Split qemu-file.h

2017-06-01 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Split the file into public and internal interfaces. I have to rename > the external one because we can't have two include files with the same > name in the same directory. Build system gets confused. The only > exported functions are the ones that h

[Qemu-devel] [PATCH v2 02/10] migration: Split qemu-file.h

2017-05-31 Thread Juan Quintela
Split the file into public and internal interfaces. I have to rename the external one because we can't have two include files with the same name in the same directory. Build system gets confused. The only exported functions are the ones that handle basic types. Signed-off-by: Juan Quintela ---