From: David Gibson <david@gibson.dropbear.id.au>
To: Laurent Vivier <lvivier@redhat.com>
Cc: qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
Markus Armbruster <armbru@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] tests: add drive_del-test to ppc/ppc64
Date: Fri, 29 Jul 2016 14:29:53 +1000 [thread overview]
Message-ID: <20160729042953.GK2588@voom.fritz.box> (raw)
In-Reply-To: <1469719089-28189-1-git-send-email-lvivier@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1897 bytes --]
On Thu, Jul 28, 2016 at 05:18:09PM +0200, Laurent Vivier wrote:
> Signed-off-by: Laurent Vivier <lvivier@redhat.com>
> ---
> tests/Makefile.include | 2 ++
> tests/drive_del-test.c | 3 ++-
> 2 files changed, 4 insertions(+), 1 deletion(-)
Applied to ppc-for-2.7, thanks.
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 4b5123b..ebecfa4 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -259,6 +259,8 @@ check-qtest-arm-y += tests/virtio-blk-test$(EXESUF)
> gcov-files-arm-y += arm-softmmu/hw/block/virtio-blk.c
> check-qtest-ppc-y += tests/boot-order-test$(EXESUF)
> check-qtest-ppc64-y += tests/boot-order-test$(EXESUF)
> +check-qtest-ppc-y += tests/drive_del-test$(EXESUF)
> +check-qtest-ppc64-y += tests/drive_del-test$(EXESUF)
> check-qtest-ppc64-y += tests/spapr-phb-test$(EXESUF)
> gcov-files-ppc64-y += ppc64-softmmu/hw/ppc/spapr_pci.c
> check-qtest-ppc-y += tests/prom-env-test$(EXESUF)
> diff --git a/tests/drive_del-test.c b/tests/drive_del-test.c
> index 74e43c2..121b9c9 100644
> --- a/tests/drive_del-test.c
> +++ b/tests/drive_del-test.c
> @@ -115,7 +115,8 @@ int main(int argc, char **argv)
> qtest_add_func("/drive_del/without-dev", test_drive_without_dev);
>
> /* TODO I guess any arch with PCI would do */
> - if (!strcmp(arch, "i386") || !strcmp(arch, "x86_64")) {
> + if (!strcmp(arch, "i386") || !strcmp(arch, "x86_64") ||
> + !strcmp(arch, "ppc") || !strcmp(arch, "ppc64")) {
> qtest_add_func("/drive_del/after_failed_device_add",
> test_after_failed_device_add);
> qtest_add_func("/blockdev/drive_del_device_del",
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-07-29 4:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-28 15:18 [Qemu-devel] [PATCH] tests: add drive_del-test to ppc/ppc64 Laurent Vivier
2016-07-29 4:29 ` David Gibson [this message]
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=20160729042953.GK2588@voom.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=armbru@redhat.com \
--cc=lvivier@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@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 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).