]> git.proxmox.com Git - mirror_qemu.git/commit - tests/migration-test.c
tests/migration: Add source to PC boot block
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 13 Feb 2018 10:06:06 +0000 (10:06 +0000)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 14 Feb 2018 10:26:21 +0000 (10:26 +0000)
commit17ca7746d7fcb11e524fd70341506e7e5c5cb8c9
treef2224827ea307a22b67bc7731988415cab842f3c
parentc2eb7f213a15b870f7a35ec961e4f1e0f7e2df91
tests/migration: Add source to PC boot block

The boot block used in the migration test is currently only
shipped as a hex (with the source in the git commit message of ea0c6d62),
change this to actually include the source.

A script is added to rebuild the header but the expectation is that
the generated hex is shipped as well as the .s, so that
there's no requirement to have just the right assembler etc.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20180213100606.5379-1-dgilbert@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  Removed blank line at end of script
tests/migration-test.c
tests/migration/rebuild-x86-bootblock.sh [new file with mode: 0755]
tests/migration/x86-a-b-bootblock.h [new file with mode: 0644]
tests/migration/x86-a-b-bootblock.s [new file with mode: 0644]