[PULL 0/2] register queue

Alistair Francis posted 2 patches 5 years, 1 month ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200927134609.2358960-1-alistair.francis@wdc.com
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aurelien Jarno <aurelien@aurel32.net>, Marek Vasut <marex@denx.de>, Max Filippov <jcmvbkbc@gmail.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Richard Henderson <rth@twiddle.net>, BALATON Zoltan <balaton@eik.bme.hu>, Huacai Chen <chenhc@lemote.com>, Palmer Dabbelt <palmer@dabbelt.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Alistair Francis <Alistair.Francis@wdc.com>, Peter Maydell <peter.maydell@linaro.org>, David Gibson <david@gibson.dropbear.id.au>, Anthony Green <green@moxielogic.com>, Chris Wulff <crwulff@gmail.com>
hw/alpha/dp264.c       |  8 ++++----
hw/arm/armv7m.c        |  4 +---
hw/core/register.c     | 31 +++++++++++++------------------
hw/cris/boot.c         |  4 ++--
hw/microblaze/boot.c   |  4 ++--
hw/mips/fuloong2e.c    |  8 ++++----
hw/moxie/moxiesim.c    |  4 ++--
hw/nios2/boot.c        |  4 ++--
hw/ppc/mac_newworld.c  |  6 ++----
hw/ppc/mac_oldworld.c  |  6 ++----
hw/ppc/ppc440_bamboo.c |  9 +++------
hw/ppc/sam460ex.c      | 12 +++++-------
hw/ppc/spapr.c         | 11 ++++-------
hw/ppc/virtex_ml507.c  |  4 ++--
hw/riscv/boot.c        |  8 ++++----
hw/xtensa/sim.c        |  3 +--
hw/xtensa/xtfpga.c     |  3 +--
17 files changed, 54 insertions(+), 75 deletions(-)
[PULL 0/2] register queue
Posted by Alistair Francis 5 years, 1 month ago
The following changes since commit 8d16e72f2d4df2c9e631393adf1669a1da7efe8a:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a' into staging (2020-09-25 14:46:18 +0100)

are available in the Git repository at:

  git@github.com:alistair23/qemu.git tags/pull-register-20200927

for you to fetch changes up to e8a612b7e3cdbdface1e34a27300ca2f8521dee0:

  core/register: Specify instance_size in the TypeInfo (2020-09-25 16:52:24 -0700)

----------------------------------------------------------------
Two small patches. One with a fix for the register API instance_size
and one for removing unused address variables from load_elf.

----------------------------------------------------------------
Alistair Francis (1):
      core/register: Specify instance_size in the TypeInfo

BALATON Zoltan (1):
      load_elf: Remove unused address variables from callers

 hw/alpha/dp264.c       |  8 ++++----
 hw/arm/armv7m.c        |  4 +---
 hw/core/register.c     | 31 +++++++++++++------------------
 hw/cris/boot.c         |  4 ++--
 hw/microblaze/boot.c   |  4 ++--
 hw/mips/fuloong2e.c    |  8 ++++----
 hw/moxie/moxiesim.c    |  4 ++--
 hw/nios2/boot.c        |  4 ++--
 hw/ppc/mac_newworld.c  |  6 ++----
 hw/ppc/mac_oldworld.c  |  6 ++----
 hw/ppc/ppc440_bamboo.c |  9 +++------
 hw/ppc/sam460ex.c      | 12 +++++-------
 hw/ppc/spapr.c         | 11 ++++-------
 hw/ppc/virtex_ml507.c  |  4 ++--
 hw/riscv/boot.c        |  8 ++++----
 hw/xtensa/sim.c        |  3 +--
 hw/xtensa/xtfpga.c     |  3 +--
 17 files changed, 54 insertions(+), 75 deletions(-)

Re: [PULL 0/2] register queue
Posted by Peter Maydell 5 years, 1 month ago
On Sun, 27 Sep 2020 at 14:58, Alistair Francis <alistair.francis@wdc.com> wrote:
>
> The following changes since commit 8d16e72f2d4df2c9e631393adf1669a1da7efe8a:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a' into staging (2020-09-25 14:46:18 +0100)
>
> are available in the Git repository at:
>
>   git@github.com:alistair23/qemu.git tags/pull-register-20200927
>
> for you to fetch changes up to e8a612b7e3cdbdface1e34a27300ca2f8521dee0:
>
>   core/register: Specify instance_size in the TypeInfo (2020-09-25 16:52:24 -0700)
>
> ----------------------------------------------------------------
> Two small patches. One with a fix for the register API instance_size
> and one for removing unused address variables from load_elf.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM