Message ID | bc79527c-eea3-f554-3e98-e45a8e6cb475@redhat.com |
---|---|
State | Accepted |
Headers | show |
On 28/03/2017 08:19, Thomas Huth wrote: > Radim, Paolo, > > The following changes since commit 95062c20790d82713bfa7475b61a4adef3f3645a: > > powerpc: add -n to LDFLAGS (2017-03-14 19:29:23 +0100) > > are available in the git repository at: > > https://github.com/huth/kvm-unit-tests.git ppc-next > > for you to fetch changes up to ee30cf1442cb512ea620877472897914e6b4dcd4: > > powerpc: Add Special Purpose Register persistency test (2017-03-28 08:08:27 +0200) > > ---------------------------------------------------------------- > Thomas Huth (2): > Add the possibility to do simple migration tests > powerpc: Add Special Purpose Register persistency test > > powerpc/Makefile.common | 3 +- > powerpc/cstart64.S | 2 + > powerpc/run | 2 +- > powerpc/sprs.c | 304 ++++++++++++++++++++++++++++++++++++++++++++++ > powerpc/unittests.cfg | 5 + > scripts/arch-run.bash | 63 ++++++++++ > scripts/runtime.bash | 3 + > 7 files changed, 380 insertions(+), 2 deletions(-) > create mode 100644 powerpc/sprs.c > Pulled, thanks. Paolo