From: Peter Maydell <peter.maydell@linaro.org>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL 00/30] target-arm queue
Date: Thu, 16 Aug 2018 17:18:05 +0100 [thread overview]
Message-ID: <CAFEAcA8OiSNqnuwPqudexNunsBQrxKFiaqG9AkTpptZirY5ArQ@mail.gmail.com> (raw)
In-Reply-To: <20180816133438.17061-1-peter.maydell@linaro.org>
On 16 August 2018 at 14:34, Peter Maydell <peter.maydell@linaro.org> wrote:
> Less than a day of post-3.0 code review and already enough
> patches for another pullreq :-)
>
> thanks
> -- PMM
>
> The following changes since commit c542a9f9794ec8e0bc3fcf5956d3cc8bce667789:
>
> Merge remote-tracking branch 'remotes/armbru/tags/pull-tests-2018-08-16' into staging (2018-08-16 09:50:54 +0100)
>
> are available in the Git repository at:
>
> https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20180816
>
> for you to fetch changes up to fcf13ca556f462b52956059bf8fa622bc8575edb:
>
> hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj() (2018-08-16 14:29:58 +0100)
>
> ----------------------------------------------------------------
> target-arm queue:
> * Fixes for various bugs in SVE instructions
> * Add model of Freescale i.MX6 UltraLite 14x14 EVK Board
> * hw/arm: make bitbanded IO optional on ARMv7-M
> * Add model of Cortex-M0 CPU
> * Add support for loading Intel HEX files to the generic loader
> * imx_spi: Unset XCH when TX FIFO becomes empty
> * aspeed_sdmc: fix various bugs
> * Fix bugs in Arm FP16 instruction support
> * Fix aa64 FCADD and FCMLA decode
> * softfloat: Fix missing inexact for floating-point add
> * hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()
>
Applied, thanks.
-- PMM
next prev parent reply other threads:[~2018-08-16 16:18 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-16 13:34 [Qemu-devel] [PULL 00/30] target-arm queue Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 01/30] target/arm: Fix typo in helper_sve_ld1hss_r Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 02/30] target/arm: Fix sign-extension in sve do_ldr/do_str Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 03/30] target/arm: Fix offset for LD1R instructions Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 04/30] target/arm: Fix offset scaling for LD_zprr and ST_zprr Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 05/30] target/arm: Reformat integer register dump Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 06/30] target/arm: Dump SVE state if enabled Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 07/30] target/arm: Add sve-max-vq cpu property to -cpu max Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 08/30] i.MX6UL: Add i.MX6UL specific CCM device Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 09/30] i.MX6UL: Add i.MX6UL SOC Peter Maydell
2019-07-11 12:53 ` Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 10/30] i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 11/30] hw/arm: make bitbanded IO optional on ARMv7-M Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 12/30] target/arm: add "cortex-m0" CPU model Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 13/30] loader: extract rom_free() function Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 14/30] loader: add rom transaction API Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 15/30] loader: Implement .hex file loader Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 16/30] Add QTest testcase for the Intel Hexadecimal Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 17/30] imx_spi: Unset XCH when TX FIFO becomes empty Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 18/30] aspeed_sdmc: Extend number of valid registers Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 19/30] aspeed_sdmc: Fix saved values Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 20/30] aspeed_sdmc: Set 'cache initial sequence' always true Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 21/30] aspeed_sdmc: Init status always idle Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 22/30] aspeed_sdmc: Handle ECC training Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 23/30] aspeed: add a max_ram_size property to the memory controller Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 24/30] target/arm: Adjust FPCR_MASK for FZ16 Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 25/30] target/arm: Ignore float_flag_input_denormal from fp_status_f16 Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 26/30] target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 27/30] target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 28/30] target/arm: Fix aa64 FCADD and FCMLA decode Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 29/30] softfloat: Fix missing inexact for floating-point add Peter Maydell
2018-08-16 13:34 ` [Qemu-devel] [PULL 30/30] hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj() Peter Maydell
2018-08-16 16:18 ` Peter Maydell [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-02-09 11:02 [Qemu-devel] [PULL 00/30] target-arm queue Peter Maydell
2018-02-09 14:38 ` Peter Maydell
2017-02-27 18:04 Peter Maydell
2017-02-27 19:14 ` no-reply
2017-02-28 12:07 ` Peter Maydell
2016-06-14 14:13 Peter Maydell
2016-03-04 11:41 Peter Maydell
2016-03-04 14:05 ` Peter Maydell
2014-02-20 11:17 Peter Maydell
2014-02-21 16:01 ` 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=CAFEAcA8OiSNqnuwPqudexNunsBQrxKFiaqG9AkTpptZirY5ArQ@mail.gmail.com \
--to=peter.maydell@linaro.org \
--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 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).