kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PULL] Patch queue for powerpc
@ 2016-04-22 19:14 Thomas Huth
  2016-04-25 15:29 ` Radim Krčmář
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2016-04-22 19:14 UTC (permalink / raw)
  To: kvm, Paolo Bonzini, Radim Krčmář; +Cc: kvm-ppc

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

 Radim, Paolo,

the following changes since commit 56c886b0af47c0e46a06b5706c2148c0c476a78d:

  scripts: automatically pretty print stacks (2016-04-06 13:27:04 +0200)

are available in the git repository at:

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

for you to fetch changes up to 107bf186ef04a4caa3b077525f273a1c9cf14199:

  powerpc: restore TOC pointer (2016-04-22 16:17:35 +0200)

----------------------------------------------------------------
Laurent Vivier (3):
      powerpc: don't fail if QEMU does not support alignment exception
      powerpc: use well known kernel start address
      powerpc: restore TOC pointer

Thomas Huth (1):
      powerpc: Add emulator test for the lswi instruction

 powerpc/boot_rom.S |   3 +-
 powerpc/cstart64.S |  22 +++++++--
 powerpc/emulator.c | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 powerpc/spapr.h    |   6 +++
 4 files changed, 161 insertions(+), 9 deletions(-)
 create mode 100644 powerpc/spapr.h


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kvm-unit-tests PULL] Patch queue for powerpc
  2016-04-22 19:14 Thomas Huth
@ 2016-04-25 15:29 ` Radim Krčmář
  0 siblings, 0 replies; 6+ messages in thread
From: Radim Krčmář @ 2016-04-25 15:29 UTC (permalink / raw)
  To: Thomas Huth; +Cc: kvm, Paolo Bonzini, kvm-ppc

Pulled, thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [kvm-unit-tests PULL] Patch queue for powerpc
@ 2016-10-12 16:52 Thomas Huth
  2016-10-12 18:24 ` Radim Krčmář
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2016-10-12 16:52 UTC (permalink / raw)
  To: Radim Krčmář, Paolo Bonzini; +Cc: kvm-ppc, kvm, Laurent Vivier

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

 Radim, Paolo,

The following changes since commit 9f815b2939610f901f73d3d56099cf5ef16018da:

  x86: apic: add LVT timer test (2016-09-21 20:57:56 +0200)

are available in the git repository at:

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

for you to fetch changes up to cf54ca719547dc5cc5cc527c57354ff0077f8f0d:

  powerpc: Check whether TM is available before running other tests (2016-10-12 18:39:59 +0200)

----------------------------------------------------------------
Thomas Huth (1):
      powerpc: Check whether TM is available before running other tests

 powerpc/tm.c | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kvm-unit-tests PULL] Patch queue for powerpc
  2016-10-12 16:52 Thomas Huth
@ 2016-10-12 18:24 ` Radim Krčmář
  0 siblings, 0 replies; 6+ messages in thread
From: Radim Krčmář @ 2016-10-12 18:24 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Paolo Bonzini, kvm-ppc, kvm, Laurent Vivier

2016-10-12 18:52+0200, Thomas Huth:
>  Radim, Paolo,
> 
> The following changes since commit 9f815b2939610f901f73d3d56099cf5ef16018da:
> 
>   x86: apic: add LVT timer test (2016-09-21 20:57:56 +0200)
> 
> are available in the git repository at:
> 
>   https://github.com/huth/kvm-unit-tests.git ppc-next

Pulled, thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [kvm-unit-tests PULL] Patch queue for powerpc
@ 2017-03-28  6:19 Thomas Huth
  2017-03-29 12:14 ` Paolo Bonzini
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2017-03-28  6:19 UTC (permalink / raw)
  To: Radim Krčmář, Paolo Bonzini
  Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, Laurent Vivier

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

 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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kvm-unit-tests PULL] Patch queue for powerpc
  2017-03-28  6:19 [kvm-unit-tests PULL] Patch queue for powerpc Thomas Huth
@ 2017-03-29 12:14 ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2017-03-29 12:14 UTC (permalink / raw)
  To: Thomas Huth, Radim Krčmář
  Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, Laurent Vivier


[-- Attachment #1.1: Type: text/plain, Size: 1144 bytes --]



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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-29 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28  6:19 [kvm-unit-tests PULL] Patch queue for powerpc Thomas Huth
2017-03-29 12:14 ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2016-10-12 16:52 Thomas Huth
2016-10-12 18:24 ` Radim Krčmář
2016-04-22 19:14 Thomas Huth
2016-04-25 15:29 ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).