mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Disable section footers on older machine types
The next patch adds section footers; but we don't want to break migration compatibility so disable them on older machine types Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
ce39bfc918
commit
37fb569c01
4 changed files with 12 additions and 1 deletions
|
@ -194,6 +194,6 @@ size_t ram_control_save_page(QEMUFile *f, ram_addr_t block_offset,
|
|||
ram_addr_t offset, size_t size,
|
||||
uint64_t *bytes_sent);
|
||||
|
||||
|
||||
void ram_mig_init(void);
|
||||
void savevm_skip_section_footers(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue