From: Paolo Bonzini <pbonzini@redhat.com>
To: Andrew Jones <drjones@redhat.com>,
kvm@vger.kernel.org, kvm-ppc@vger.kernel.org
Cc: thuth@redhat.com, dgibson@redhat.com,
david@gibson.dropbear.id.au, agraf@suse.de, lvivier@redhat.com,
rkrcmar@redhat.com
Subject: Re: [kvm-unit-tests PATCH v7 00/18] ppc64: initial drop
Date: Mon, 29 Feb 2016 15:53:33 +0000 [thread overview]
Message-ID: <56D4697D.20704@redhat.com> (raw)
In-Reply-To: <20160229125907.iahgcc23jnjuc7o4@hawk.localdomain>
On 29/02/2016 13:59, Andrew Jones wrote:
> On Mon, Feb 29, 2016 at 01:47:34PM +0100, Andrew Jones wrote:
>> This series brings basic setup; starts a test's C entry point, main(),
>> and printf, exit, and malloc work. Three more series should follow this
>> one which must bring; vector support, mmu support, and smp support, at
>> which point I believe the framework could just evolve with the creation
>> of unit tests.
>>
>> Tested on TCG and a P8 kvm_pr machine, and Laurent has tested it on
>> both a PowerMac G5 (kvm_pr) and a kvm_hv machine. I'm looking forward
>> to hearing more testing feedback from others though.
>>
>> Patches also available here
>> https://github.com/rhdrjones/kvm-unit-tests/commits/ppc64/initial-drop-v7
>
> Hi Paolo,
>
> I now have r-b's on all patches. I believe this is ready to go! The
> patches may be pulled from the above location. (I guess I should have
> prefixed this post with PULL...)
ARM was also committed at v7, looks like 7th time is a charm! :)
Pulled now.
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Andrew Jones <drjones@redhat.com>,
kvm@vger.kernel.org, kvm-ppc@vger.kernel.org
Cc: thuth@redhat.com, dgibson@redhat.com,
david@gibson.dropbear.id.au, agraf@suse.de, lvivier@redhat.com,
rkrcmar@redhat.com
Subject: Re: [kvm-unit-tests PATCH v7 00/18] ppc64: initial drop
Date: Mon, 29 Feb 2016 16:53:33 +0100 [thread overview]
Message-ID: <56D4697D.20704@redhat.com> (raw)
In-Reply-To: <20160229125907.iahgcc23jnjuc7o4@hawk.localdomain>
On 29/02/2016 13:59, Andrew Jones wrote:
> On Mon, Feb 29, 2016 at 01:47:34PM +0100, Andrew Jones wrote:
>> This series brings basic setup; starts a test's C entry point, main(),
>> and printf, exit, and malloc work. Three more series should follow this
>> one which must bring; vector support, mmu support, and smp support, at
>> which point I believe the framework could just evolve with the creation
>> of unit tests.
>>
>> Tested on TCG and a P8 kvm_pr machine, and Laurent has tested it on
>> both a PowerMac G5 (kvm_pr) and a kvm_hv machine. I'm looking forward
>> to hearing more testing feedback from others though.
>>
>> Patches also available here
>> https://github.com/rhdrjones/kvm-unit-tests/commits/ppc64/initial-drop-v7
>
> Hi Paolo,
>
> I now have r-b's on all patches. I believe this is ready to go! The
> patches may be pulled from the above location. (I guess I should have
> prefixed this post with PULL...)
ARM was also committed at v7, looks like 7th time is a charm! :)
Pulled now.
Paolo
next prev parent reply other threads:[~2016-02-29 15:53 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-29 12:47 [kvm-unit-tests PATCH v7 00/18] ppc64: initial drop Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 01/18] arm/arm64: trivial: another assert fix Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 02/18] Makefile: cscope: also look in arch shared asm Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 03/18] lib: asm-generic: add missing casts Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 04/18] devicetree: fix dt_get_memory_params Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 05/18] arm/arm64: setup improvements Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 06/18] lib: add vprintf Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 07/18] lib: share arm-selftest utility functions Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 08/18] config: no need to mix arch makefiles Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 09/18] powerpc/ppc64: start skeleton framework Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 10/18] powerpc/ppc64: ppc-ify makefiles and linker script Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 11/18] powerpc/ppc64: add a boot rom Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 12/18] powerpc/ppc64: add hcall support and putchar Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 13/18] powerpc/ppc64: adapt arm's setup Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 14/18] powerpc/ppc64: relocate linker VMAs Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 15/18] powerpc/ppc64: add run script and unittests.cfg Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 16/18] mkstandalone: add support for powerpc Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 17/18] powerpc/ppc64: add RTAS support Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:47 ` [kvm-unit-tests PATCH v7 18/18] powerpc/ppc64: make a fake debug-exit Andrew Jones
2016-02-29 12:47 ` Andrew Jones
2016-02-29 12:59 ` [kvm-unit-tests PATCH v7 00/18] ppc64: initial drop Andrew Jones
2016-02-29 12:59 ` Andrew Jones
2016-02-29 15:53 ` Paolo Bonzini [this message]
2016-02-29 15:53 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56D4697D.20704@redhat.com \
--to=pbonzini@redhat.com \
--cc=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=dgibson@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=lvivier@redhat.com \
--cc=rkrcmar@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.