From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: BALATON Zoltan <balaton@eik.bme.hu>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Laurent Vivier" <lvivier@redhat.com>,
"Greg Kurz" <groug@kaod.org>,
"QEMU Developers" <qemu-devel@nongnu.org>,
spopovyc@redhat.com, qemu-ppc <qemu-ppc@nongnu.org>,
"Cédric Le Goater" <clg@kaod.org>,
"David Gibson" <david@gibson.dropbear.id.au>
Subject: Re: [Qemu-devel] [Qemu-ppc] [PULL 00/37] ppc-for-4.0 queue 20190204
Date: Tue, 5 Feb 2019 13:24:45 +0100 [thread overview]
Message-ID: <a02916ee-06a1-f444-3960-a62d413d6619@redhat.com> (raw)
In-Reply-To: <alpine.BSF.2.21.9999.1902051245130.33901@zero.eik.bme.hu>
On 2/5/19 12:46 PM, BALATON Zoltan wrote:
> On Mon, 4 Feb 2019, Peter Maydell wrote:
>> On Mon, 4 Feb 2019 at 09:01, David Gibson
>> <david@gibson.dropbear.id.au> wrote:
>>>
>>> The following changes since commit
>>> b3fc0af1ff5e922d4dd7c875394dbd26dc7313b4:
>>>
>>> Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into
>>> staging (2019-02-01 17:58:27 +0000)
>>>
>>> are available in the Git repository at:
>>>
>>> git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190204
>>>
>>> for you to fetch changes up to 53adb9d43e1abba187387a51f238e878e934c647:
>>>
>>> mmap-alloc: fix hugetlbfs misaligned length in ppc64 (2019-02-04
>>> 18:44:20 +1100)
>>>
>>> ----------------------------------------------------------------
>>> ppc patch queue 2019-02-04
>>>
>>> Here's the next batch of ppc target and spapr related changes.
>>> Highlights are:
>>> * A number of endianness handling cleanups from Mark Cave-Ayland
>>> * Updated Mac VGA driver
>>> * Updated SLOF image
>>> * Some XIVE cleanups and small fixes
>>> * ppc4xx cleanups and fixes from BALATON Zoltan
>>>
>>> There are a few chances not technically in the ppc target code:
>>> * Several MAINTAINERS updates
>>> * Fixes for unmapping of hugepages on power hosts
>>>
>>> The latter is included because it's primarily of interest for ppc KVM
>>> setups.
>>>
>>
>> Applied, thanks.
>>
>> Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
>> for any user-visible changes.
>
> Can someone with a wiki account please add:
>
> "sam460ex can now have 2GB memory"
Done.
>
> Thank you,
> BALATON Zoltan
prev parent reply other threads:[~2019-02-05 12:24 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-04 9:00 [Qemu-devel] [PULL 00/37] ppc-for-4.0 queue 20190204 David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 01/37] pseries: Update SLOF firmware image David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 02/37] smbus: Add a helper to generate SPD EEPROM data David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 03/37] sam460ex: Clean up SPD EEPROM creation David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 04/37] ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust() David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 05/37] ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 06/37] ppc4xx: Pass array index to function instead of pointer into the array David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 07/37] sam460ex: Fix support for memory larger than 1GB David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 08/37] ppc/xive: fix remaining XiveFabric names David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 09/37] target/ppc/kvm: Drop useless include directive David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 10/37] ppc440: Avoid reporting error when reading non-existent RAM slot David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 11/37] spapr/vio: remove the "irq" property" David Gibson
2019-02-04 9:00 ` [Qemu-devel] [PULL 12/37] hw/ppc/spapr: Encode the SCSI channel (bus) in the SRP LUNs David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 13/37] spapr: Forbid setting ic-mode for old machine types David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 14/37] spapr/pci: Fix primary bus number for PCI bridges David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 15/37] xive: add a get_tctx() method to the XiveRouter David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 16/37] ppc/pnv: introduce a CPU machine_data David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 17/37] spapr: move the interrupt presenters under machine_data David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 18/37] target/ppc: implement complete set of Vsr* macros David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 19/37] ppc: remove the interrupt presenters from under PowerPCCPU David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 20/37] hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 21/37] MAINTAINERS: XIVE is an interrupt controller, not a machine David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 22/37] MAINTAINERS: Merge the two e500 sections David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 23/37] spapr: Drop unused parameters from fdt building helper David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 24/37] MAINTAINERS: add myself as maintainer for Mac Old World and New World machines David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 25/37] QemuMacDrivers: update qemu_vga.ndrv to 90c488d built from submodule David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 26/37] hw/ppc/spapr: Add support for "-vga cirrus" David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 27/37] target/ppc: rework vmrg{l, h}{b, h, w} instructions to use Vsr* macros David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 28/37] target/ppc: rework vmul{e, o}{s, u}{b, " David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 29/37] target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 30/37] target/ppc: eliminate use of EL_IDX " David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 31/37] target/ppc: simplify VEXT_SIGNED macro in int_helper.c David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 32/37] target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 33/37] target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 34/37] spapr_pci: Fix endianness in assigned-addresses property David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 35/37] hw/ppc: Don't include m48t59.h if it is not necessary David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 36/37] mmap-alloc: unfold qemu_ram_mmap() David Gibson
2019-02-04 9:01 ` [Qemu-devel] [PULL 37/37] mmap-alloc: fix hugetlbfs misaligned length in ppc64 David Gibson
2019-02-04 12:56 ` [Qemu-devel] [PULL 00/37] ppc-for-4.0 queue 20190204 Peter Maydell
2019-02-05 11:46 ` [Qemu-devel] [Qemu-ppc] " BALATON Zoltan
2019-02-05 12:24 ` Philippe Mathieu-Daudé [this message]
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=a02916ee-06a1-f444-3960-a62d413d6619@redhat.com \
--to=philmd@redhat.com \
--cc=balaton@eik.bme.hu \
--cc=clg@kaod.org \
--cc=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=lvivier@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=spopovyc@redhat.com \
/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).