]> git.proxmox.com Git - mirror_qemu.git/commit - migration/vmstate-types.c
migration: Split qemu-file.h
authorJuan Quintela <quintela@redhat.com>
Thu, 20 Apr 2017 16:52:18 +0000 (18:52 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 1 Jun 2017 16:49:22 +0000 (18:49 +0200)
commit08a0aee15cba50bd082770b7596e75023163fe87
tree21ee845d9cc0cd14e6731e13ee801c69721acbe0
parent107da9acb5f2ec99dc5cb70041245a53e16bfcbd
migration: Split qemu-file.h

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 <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
21 files changed:
hw/i2c/i2c-ddc.c
hw/intc/s390_flic.c
hw/intc/s390_flic_kvm.c
hw/s390x/s390-skeys.c
include/hw/hw.h
include/migration/qemu-file-types.h [new file with mode: 0644]
include/migration/qemu-file.h [deleted file]
migration/block.c
migration/colo.c
migration/migration.c
migration/postcopy-ram.c
migration/qemu-file-channel.c
migration/qemu-file.c
migration/qemu-file.h [new file with mode: 0644]
migration/ram.c
migration/rdma.c
migration/savevm.c
migration/socket.c
migration/vmstate-types.c
migration/vmstate.c
tests/test-vmstate.c