mbox

[kvm-unit-tests,PULL] Patch queue for powerpc

Message ID bc79527c-eea3-f554-3e98-e45a8e6cb475@redhat.com
State Accepted
Headers show

Pull-request

https://github.com/huth/kvm-unit-tests.git ppc-next

Message

Thomas Huth March 28, 2017, 6:19 a.m. UTC
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

Comments

Paolo Bonzini March 29, 2017, 12:14 p.m. UTC | #1
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