All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Avi Kivity <avi@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org,
	Alexander Graf <agraf@suse.de>
Subject: Re: [PATCH 09/12] kvm: ppc: Drop KVM_CAP build dependencies
Date: Sat, 11 Jun 2011 09:45:24 +0200	[thread overview]
Message-ID: <4DF31D14.7060500@web.de> (raw)
In-Reply-To: <20110610183250.GF5205@otherpad.lan.raisama.net>

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

On 2011-06-10 20:32, Eduardo Habkost wrote:
> On Wed, Jun 08, 2011 at 04:11:03PM +0200, Jan Kiszka wrote:
> <snip>
>> @@ -217,7 +209,6 @@ int kvm_arch_get_registers(CPUState *env)
>>              return ret;
>>          }
>>  
>> -#ifdef KVM_CAP_PPC_BOOKE_SREGS
>>          if (sregs.u.e.features & KVM_SREGS_E_BASE) {
>>              env->spr[SPR_BOOKE_CSRR0] = sregs.u.e.csrr0;
>>              env->spr[SPR_BOOKE_CSRR1] = sregs.u.e.csrr1;
> 
> Which tree/commit-id did you use as base for this series? This chunk
> doesn't apply on uq/master (patch 11/12, on the other hand, doesn't
> apply against qemu.git/master, only uq/master).
> 
> After some patch hunting, I found out that the series apply cleanly if I
> apply it against a manual merge of uq/master and qemu.git/master, but
> maybe there is a branch that already had all the dependencies, that I
> didn't know about?

As I wrote in the introduction, the series requires a trivial rebase of
uq/master over current qemu master (because of this patch).

Jan


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

WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@web.de>
To: Avi Kivity <avi@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org,
	Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH 09/12] kvm: ppc: Drop KVM_CAP build dependencies
Date: Sat, 11 Jun 2011 09:45:24 +0200	[thread overview]
Message-ID: <4DF31D14.7060500@web.de> (raw)
In-Reply-To: <20110610183250.GF5205@otherpad.lan.raisama.net>

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

On 2011-06-10 20:32, Eduardo Habkost wrote:
> On Wed, Jun 08, 2011 at 04:11:03PM +0200, Jan Kiszka wrote:
> <snip>
>> @@ -217,7 +209,6 @@ int kvm_arch_get_registers(CPUState *env)
>>              return ret;
>>          }
>>  
>> -#ifdef KVM_CAP_PPC_BOOKE_SREGS
>>          if (sregs.u.e.features & KVM_SREGS_E_BASE) {
>>              env->spr[SPR_BOOKE_CSRR0] = sregs.u.e.csrr0;
>>              env->spr[SPR_BOOKE_CSRR1] = sregs.u.e.csrr1;
> 
> Which tree/commit-id did you use as base for this series? This chunk
> doesn't apply on uq/master (patch 11/12, on the other hand, doesn't
> apply against qemu.git/master, only uq/master).
> 
> After some patch hunting, I found out that the series apply cleanly if I
> apply it against a manual merge of uq/master and qemu.git/master, but
> maybe there is a branch that already had all the dependencies, that I
> didn't know about?

As I wrote in the introduction, the series requires a trivial rebase of
uq/master over current qemu master (because of this patch).

Jan


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

  reply	other threads:[~2011-06-11  7:45 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08 14:10 [PATCH 00/12] [uq/master] Import linux headers and some cleanups Jan Kiszka
2011-06-08 14:10 ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:10 ` [PATCH 01/12] Add kernel header update script Jan Kiszka
2011-06-08 14:10   ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:33   ` Peter Maydell
2011-06-08 14:33     ` [Qemu-devel] " Peter Maydell
2011-06-08 14:39     ` Jan Kiszka
2011-06-08 14:39       ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:51       ` Peter Maydell
2011-06-08 14:51         ` [Qemu-devel] " Peter Maydell
2011-06-08 15:06   ` [PATCH v2 " Jan Kiszka
2011-06-08 15:06     ` [Qemu-devel] " Jan Kiszka
2011-06-08 15:57     ` Peter Maydell
2011-06-08 15:57       ` [Qemu-devel] " Peter Maydell
2011-06-08 16:22   ` [PATCH v3 " Jan Kiszka
2011-06-08 16:22     ` [Qemu-devel] " Jan Kiszka
2011-06-08 17:30     ` Peter Maydell
2011-06-08 17:30       ` [Qemu-devel] " Peter Maydell
2011-06-08 14:10 ` [PATCH 02/12] Import kernel headers Jan Kiszka
2011-06-08 14:10   ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:10 ` [PATCH 03/12] Switch build system to accompanied " Jan Kiszka
2011-06-08 14:10   ` [Qemu-devel] " Jan Kiszka
2011-06-14 11:11   ` Alexander Graf
2011-06-14 11:11     ` [Qemu-devel] " Alexander Graf
2011-06-14 11:21     ` Jan Kiszka
2011-06-14 11:21       ` [Qemu-devel] " Jan Kiszka
2011-06-14 11:28       ` Alexander Graf
2011-06-14 11:28         ` [Qemu-devel] " Alexander Graf
2011-06-14 11:32         ` Jan Kiszka
2011-06-14 11:32           ` [Qemu-devel] " Jan Kiszka
2011-06-22 20:51   ` Stefan Weil
2011-06-22 20:51     ` [Qemu-devel] " Stefan Weil
2011-06-22 21:37     ` Jan Kiszka
2011-06-22 21:37       ` [Qemu-devel] " Jan Kiszka
2011-06-23  5:37       ` Stefan Weil
2011-06-23  5:37         ` [Qemu-devel] " Stefan Weil
2011-06-23  7:18         ` Jan Kiszka
2011-06-23  7:18           ` [Qemu-devel] " Jan Kiszka
2011-06-23  8:05           ` [PATCH] Fix fallouts from Linux header inclusion Jan Kiszka
2011-06-23  8:05             ` [Qemu-devel] " Jan Kiszka
2011-06-23 10:59             ` Andreas Färber
2011-06-23 10:59               ` Andreas Färber
2011-06-23 15:14             ` Stefan Weil
2011-06-23 15:14               ` [Qemu-devel] " Stefan Weil
2011-06-26 18:01             ` Blue Swirl
2011-06-26 18:01               ` Blue Swirl
2011-06-08 14:10 ` [PATCH 04/12] kvm: Drop CONFIG_KVM_PARA Jan Kiszka
2011-06-08 14:10   ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:10 ` [PATCH 05/12] kvm: ppc: Drop CONFIG_KVM_PPC_PVR Jan Kiszka
2011-06-08 14:10   ` [Qemu-devel] " Jan Kiszka
2011-06-14 11:06   ` Alexander Graf
2011-06-14 11:06     ` [Qemu-devel] " Alexander Graf
2011-06-08 14:11 ` [PATCH 06/12] kvm: Drop useless zero-initializations Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:11 ` [PATCH 07/12] kvm: Drop KVM_CAP build dependencies Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-14 11:05   ` Alexander Graf
2011-06-14 11:05     ` [Qemu-devel] " Alexander Graf
2011-06-14 11:07     ` Jan Kiszka
2011-06-14 11:07       ` [Qemu-devel] " Jan Kiszka
2011-06-14 11:17       ` Alexander Graf
2011-06-14 11:17         ` [Qemu-devel] " Alexander Graf
2011-06-14 11:19         ` Jan Kiszka
2011-06-14 11:19           ` [Qemu-devel] " Jan Kiszka
2011-06-14 11:25           ` Alexander Graf
2011-06-14 11:25             ` [Qemu-devel] " Alexander Graf
2011-06-08 14:11 ` [PATCH 08/12] kvm: x86: " Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:11 ` [PATCH 09/12] kvm: ppc: " Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-10 18:32   ` Eduardo Habkost
2011-06-10 18:32     ` Eduardo Habkost
2011-06-11  7:45     ` Jan Kiszka [this message]
2011-06-11  7:45       ` Jan Kiszka
2011-06-14 11:07   ` Alexander Graf
2011-06-14 11:07     ` [Qemu-devel] " Alexander Graf
2011-06-08 14:11 ` [PATCH 10/12] kvm: Clean up stubs Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-08 14:11 ` [PATCH 11/12] kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-09 17:33   ` Eduardo Habkost
2011-06-09 17:33     ` Eduardo Habkost
2011-06-09 17:41     ` Jan Kiszka
2011-06-09 18:08       ` Eduardo Habkost
2011-06-09 18:08         ` Eduardo Habkost
2011-06-09 19:53         ` Jan Kiszka
2011-06-08 14:11 ` [PATCH 12/12] Remove unneeded kvm.h from cpu-exec.c Jan Kiszka
2011-06-08 14:11   ` [Qemu-devel] " Jan Kiszka
2011-06-20 18:24 ` [PATCH 00/12] [uq/master] Import linux headers and some cleanups Marcelo Tosatti
2011-06-20 18:24   ` [Qemu-devel] " Marcelo Tosatti

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=4DF31D14.7060500@web.de \
    --to=jan.kiszka@web.de \
    --cc=agraf@suse.de \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.