Home
last modified time | relevance | path

Searched hist:aaf89c8a (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/
H A DMakefile.includeaaf89c8a Thu Jul 21 11:47:56 CDT 2016 lvivier@redhat.com <lvivier@redhat.com> test: port postcopy test to ppc64

As userfaultfd syscall is available on powerpc, migration
postcopy can be used.

This patch adds the support needed to test this on powerpc,
instead of using a bootsector to run code to modify memory,
we use a FORTH script in "boot-command" property.

As spapr machine doesn't support "-prom-env" argument
(the nvram is initialized by SLOF and not by QEMU),
"boot-command" is provided to SLOF via a file mapped nvram
(with "-drive file=...,if=pflash")

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>