All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Peter Crosthwaite" <peter.crosthwaite@xilinx.com>,
	"Andreas Färber" <afaerber@suse.de>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Alex Williamson <alex.williamson@redhat.com>,
	Eduardo Habkost <ehabkost@redhat.com>,
	Juan Quintela <quintela@redhat.com>,
	Peter Crosthwaite <crosthwaite.peter@gmail.com>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	Alexander Graf <agraf@suse.de>,
	Peter Crosthwaite <crosthwaitepeter@gmail.com>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals
Date: Wed, 24 Jun 2015 11:50:20 +0200	[thread overview]
Message-ID: <558A7D5C.6000902@redhat.com> (raw)
In-Reply-To: <CAEgOgz7PyQgcs-9WbYE9+yLiqVaL6eF5ndxLrPNGF6Fsi0iQbA@mail.gmail.com>



On 24/06/2015 06:22, Peter Crosthwaite wrote:
> For a summary here is the review state of the multi-arch patch queue.
> I have too many reviewed-but-unapplied patches I have stopped working
> on the feature until I get some of this already-reviewed work off my
> hands (read bottom up):

git log --reverse FTW. :)

For now I have queued these:

d7daf77764   cpu-defs: Move out TB_JMP defines
527c8d113c   include/exec: Move tb hash functions out
dfe5fb5153   include/exec: Move standard exceptions to cpu-all.h
edff94d9b5   cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
d8faad7ed2   memory_mapping: Rework cpu related includes

Now on to the others.  Some are blocked by Bharata's work, and no one
knows what tree will shepherd them?!?

Then: these will probably be queued by Andreas?

> ea291ffcde     microblaze: boot: Use cpu_set_pc()                          R:af
> 11d804948d     arm: boot: Use cpu_set_pc()
>     R:pmm R:af
> 13dd9e90b1     gdbstub: Use cpu_set_pc() helper
> 07ca0ce6b4     cpu: Add wrapper to the set-pc() hook
> 4d46aa8725     disas: cris: QOMify target specific disas setup
>     R:edgar_x
> 22bbba694f     disas: cris: Fix 0 buffer length case
>     R:edgar_x
> 8b16aff59c     disas: microblaze: QOMify target specific disas setup
>     R:edgar_x
> 8c08b3d14a     disas: arm: QOMify target specific disas setup              R:pmm
> 7ca536d824     disas: arm-a64: Make printfer and stream variable
>     R:claudio T:claudio R:rth
> b316905406     disas: QOMify target specific setup                         R:rth
> d10c5b0fc8     disas: Add print_insn to disassemble info                   R:rth

For this one I hadn't answered you, and I have looked into it further
today.  However, I'm leaning towards omitting it for 2.4:

> fa2e6624f9   cpu-common: Define tb_page_addr_t for everyone

This one fails compilation for me when extracted from the series:

> 9d708b430b   include/exec: Move cputlb exec.c defs out

This one, I cannot find on the list:

> 5d2163a21b     cpu_defs: Simply CPUTLB padding logic

The first below need an ack from Alex Williamson, but these can also go
in 2.4:

> 3a9e19c7f7     vfio: cpu: Use "real" page size API
>     T:alexey
> edbb1333e9     cpu-all: complete "real" host page size API
>     T:alexey

Paolo

  reply	other threads:[~2015-06-24  9:50 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25  6:22 [Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals Peter Crosthwaite
2015-05-25  6:22 ` [Qemu-devel] [PATCH 1/4] translate-all: Change tb_flush env argument to cpu Peter Crosthwaite
2015-05-25 20:27   ` Eduardo Habkost
2015-06-05 14:43   ` Andreas Färber
2015-05-25  6:22 ` [Qemu-devel] [PATCH 2/4] gdbserver: _fork: Change fn to accept cpu instead of env Peter Crosthwaite
2015-06-05 14:44   ` Andreas Färber
2015-05-25  6:22 ` [Qemu-devel] [PATCH 3/4] cpus: Change tcg_cpu_exec arg to cpu, not env Peter Crosthwaite
2015-06-05 14:48   ` Andreas Färber
2015-05-25  6:22 ` [Qemu-devel] [PATCH 4/4] cpus: Change exec_init " Peter Crosthwaite
2015-05-25 20:54   ` Eduardo Habkost
2015-06-05 14:51   ` Andreas Färber
2015-06-05 15:05     ` Eduardo Habkost
2015-06-24 12:48       ` Andreas Färber
2015-06-24 12:49         ` Paolo Bonzini
2015-05-25 13:08 ` [Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals Paolo Bonzini
2015-05-26  6:00   ` Peter Crosthwaite
2015-05-26  8:05     ` Paolo Bonzini
2015-05-29  5:28       ` Peter Crosthwaite
2015-05-26  6:10   ` Andreas Färber
2015-05-26  8:05     ` Paolo Bonzini
2015-05-26  8:20       ` Andreas Färber
2015-05-26  8:25         ` Paolo Bonzini
2015-05-26  8:31           ` Andreas Färber
2015-05-26  8:33             ` Alexander Graf
2015-05-26 11:49               ` Paolo Bonzini
2015-05-29 18:34                 ` Eduardo Habkost
2015-06-04  1:10                   ` Peter Crosthwaite
2015-06-04  7:58                     ` Paolo Bonzini
2015-06-23 13:00                     ` Andreas Färber
2015-06-24  4:22                       ` Peter Crosthwaite
2015-06-24  9:50                         ` Paolo Bonzini [this message]
2015-07-11 11:45                           ` Peter Crosthwaite
2015-05-26  8:36             ` Paolo Bonzini
2015-05-26  8:56               ` Peter Maydell

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=558A7D5C.6000902@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=alex.williamson@redhat.com \
    --cc=crosthwaite.peter@gmail.com \
    --cc=crosthwaitepeter@gmail.com \
    --cc=ehabkost@redhat.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=rth@twiddle.net \
    /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.