All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive
@ 2019-01-10 14:23 Greg Kurz
  2019-01-11  0:16 ` David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Greg Kurz @ 2019-01-10 14:23 UTC (permalink / raw)
  To: David Gibson; +Cc: qemu-devel, qemu-ppc

It has been there since the enablement of PR KVM for PAPR, ie, commit
f61b4bedaf35 in 2011. Not sure why at that time, but it is definitely
not needed with the current code.

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 target/ppc/kvm.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c
index ebbb48c42f25..d01852fe3112 100644
--- a/target/ppc/kvm.c
+++ b/target/ppc/kvm.c
@@ -36,7 +36,6 @@
 
 #include "hw/sysbus.h"
 #include "hw/ppc/spapr.h"
-#include "hw/ppc/spapr_vio.h"
 #include "hw/ppc/spapr_cpu_core.h"
 #include "hw/ppc/ppc.h"
 #include "sysemu/watchdog.h"

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

* Re: [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive
  2019-01-10 14:23 [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive Greg Kurz
@ 2019-01-11  0:16 ` David Gibson
  2019-01-13 11:11 ` no-reply
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: David Gibson @ 2019-01-11  0:16 UTC (permalink / raw)
  To: Greg Kurz; +Cc: qemu-devel, qemu-ppc

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

On Thu, Jan 10, 2019 at 03:23:58PM +0100, Greg Kurz wrote:
> It has been there since the enablement of PR KVM for PAPR, ie, commit
> f61b4bedaf35 in 2011. Not sure why at that time, but it is definitely
> not needed with the current code.
> 
> Signed-off-by: Greg Kurz <groug@kaod.org>

Applied to ppc-for-4.0, thanks.

> ---
>  target/ppc/kvm.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c
> index ebbb48c42f25..d01852fe3112 100644
> --- a/target/ppc/kvm.c
> +++ b/target/ppc/kvm.c
> @@ -36,7 +36,6 @@
>  
>  #include "hw/sysbus.h"
>  #include "hw/ppc/spapr.h"
> -#include "hw/ppc/spapr_vio.h"
>  #include "hw/ppc/spapr_cpu_core.h"
>  #include "hw/ppc/ppc.h"
>  #include "sysemu/watchdog.h"
> 

-- 
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: 833 bytes --]

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

* Re: [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive
  2019-01-10 14:23 [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive Greg Kurz
  2019-01-11  0:16 ` David Gibson
@ 2019-01-13 11:11 ` no-reply
  2019-01-13 11:11 ` no-reply
  2019-01-13 11:11 ` no-reply
  3 siblings, 0 replies; 5+ messages in thread
From: no-reply @ 2019-01-13 11:11 UTC (permalink / raw)
  To: groug; +Cc: fam, david, qemu-ppc, qemu-devel

Patchew URL: https://patchew.org/QEMU/154713023826.379171.4010754027183178230.stgit@bahia.lan/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Subject: [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive
Type: series
Message-id: 154713023826.379171.4010754027183178230.stgit@bahia.lan

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback --color=always base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Traceback (most recent call last):
  File "patchew-tester8/src/patchew-cli", line 521, in test_one
    git_clone_repo(clone, r["repo"], r["head"], logf, True)
  File "patchew-tester8/src/patchew-cli", line 48, in git_clone_repo
    stdout=logf, stderr=logf)
  File "/usr/lib64/python3.3/subprocess.py", line 544, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status -9



The full log is available at
http://patchew.org/logs/154713023826.379171.4010754027183178230.stgit@bahia.lan/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

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

* Re: [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive
  2019-01-10 14:23 [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive Greg Kurz
  2019-01-11  0:16 ` David Gibson
  2019-01-13 11:11 ` no-reply
@ 2019-01-13 11:11 ` no-reply
  2019-01-13 11:11 ` no-reply
  3 siblings, 0 replies; 5+ messages in thread
From: no-reply @ 2019-01-13 11:11 UTC (permalink / raw)
  To: groug; +Cc: fam, david, qemu-ppc, qemu-devel

Patchew URL: https://patchew.org/QEMU/154713023826.379171.4010754027183178230.stgit@bahia.lan/



Hi,

This series failed the docker-quick@centos7 build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-quick@centos7 SHOW_ENV=1 J=8
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/154713023826.379171.4010754027183178230.stgit@bahia.lan/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

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

* Re: [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive
  2019-01-10 14:23 [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive Greg Kurz
                   ` (2 preceding siblings ...)
  2019-01-13 11:11 ` no-reply
@ 2019-01-13 11:11 ` no-reply
  3 siblings, 0 replies; 5+ messages in thread
From: no-reply @ 2019-01-13 11:11 UTC (permalink / raw)
  To: groug; +Cc: fam, david, qemu-ppc, qemu-devel

Patchew URL: https://patchew.org/QEMU/154713023826.379171.4010754027183178230.stgit@bahia.lan/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-mingw@fedora SHOW_ENV=1 J=8
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/154713023826.379171.4010754027183178230.stgit@bahia.lan/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

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

end of thread, other threads:[~2019-01-13 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10 14:23 [Qemu-devel] [PATCH] target/ppc/kvm: Drop useless include directive Greg Kurz
2019-01-11  0:16 ` David Gibson
2019-01-13 11:11 ` no-reply
2019-01-13 11:11 ` no-reply
2019-01-13 11:11 ` no-reply

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.