qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4] tests/migration: Add source to PC boot block


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v4] tests/migration: Add source to PC boot block
Date: Tue, 13 Feb 2018 08:32:54 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/13/2018 04:06 AM, Dr. David Alan Gilbert (git) wrote:
From: "Dr. David Alan Gilbert" <address@hidden>

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 <address@hidden>
---
  tests/migration-test.c                   | 52 ++----------------
  tests/migration/rebuild-x86-bootblock.sh | 34 ++++++++++++
  tests/migration/x86-a-b-bootblock.h      | 51 ++++++++++++++++++
  tests/migration/x86-a-b-bootblock.s      | 92 ++++++++++++++++++++++++++++++++
  4 files changed, 181 insertions(+), 48 deletions(-)
  create mode 100755 tests/migration/rebuild-x86-bootblock.sh
  create mode 100644 tests/migration/x86-a-b-bootblock.h
  create mode 100644 tests/migration/x86-a-b-bootblock.s

Looks like you addressed all my v3 findings, so
Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]