[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PULL 01/14] ppc: Remove deprecated ppcemb t
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PULL 01/14] ppc: Remove deprecated ppcemb target |
Date: |
Tue, 11 Sep 2018 11:42:20 +1000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Mon, Sep 10, 2018 at 08:32:40AM +0200, Thomas Huth wrote:
> On 2018-09-10 06:25, David Gibson wrote:
> > On Fri, Sep 07, 2018 at 08:39:52AM -0500, Eric Blake wrote:
> >> On 09/07/2018 02:31 AM, David Gibson wrote:
> >>> From: Thomas Huth <address@hidden>
> >>>
> >>> There is no known available OS for ppc around anymore that uses page
> >>> sizes below 4k, so it does not make much sense that we keep wasting
> >>> our time on building and testing the ppcemb-softmmu target. It has
> >>> been deprecated since two releases, and nobody complained, so let's
> >>> remove this now.
> >>>
> >>> Signed-off-by: Thomas Huth <address@hidden>
> >>> Signed-off-by: David Gibson <address@hidden>
> >>> ---
> >>
> >>> +++ b/qapi/common.json
> >>> @@ -146,6 +146,6 @@
> >>> 'data' : [ 'aarch64', 'alpha', 'arm', 'cris', 'hppa', 'i386', 'lm32',
> >>> 'm68k', 'microblaze', 'microblazeel', 'mips', 'mips64',
> >>> 'mips64el', 'mipsel', 'moxie', 'nios2', 'or1k', 'ppc',
> >>> - 'ppc64', 'ppcemb', 'riscv32', 'riscv64', 's390x', 'sh4',
> >>> + 'ppc64', 'riscv32', 'riscv64', 's390x', 'sh4',
> >>> 'sh4eb', 'sparc', 'sparc64', 'tricore', 'unicore32',
> >>> 'x86_64', 'xtensa', 'xtensaeb' ] }
> >>
> >> Can we also get documentation that this was deleted (probably as a
> >> followup,
> >> since I'm only now noticing this in the pull request)? See QKeyCode in
> >> qapi/ui.json for an example of documenting 'altgr: dropped in 2.10'
> >
> > So, it turns out Peter isn't able to process pull requests until late
> > september, so I guess we can fix it inline after all. I've now done
> > so.
> >
> > Since I won't be resending the pull request for a while, you can
> > review the new version at:
> >
> > https://github.com/dgibson/qemu/commit/9de3048e22f73824cc1920db17f7a166ef815090
>
> Thanks, fine for me. Maybe just swap the order of the "Since: 3.0" and
> the "ppcemb: dropped in 3.1" so that these entries are listed
> chronologically?
I wasn't seeing it as chronilogically listed - rather the "Since: 3.0"
applies to the overall command, whereas the "ppcemb: dropped in.." is
related to a specific entry/value. That seems to be the pattern in
the ui.json example Eric pointed at.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-ppc] [PULL 14/14] target-ppc: Extend HWCAP2 bits for ISA 3.0, (continued)
- [Qemu-ppc] [PULL 14/14] target-ppc: Extend HWCAP2 bits for ISA 3.0, David Gibson, 2018/09/07
- [Qemu-ppc] [PULL 08/14] mac_oldworld: implement custom FWPathProvider, David Gibson, 2018/09/07
- [Qemu-ppc] [PULL 05/14] macio: add macio bus to help with fw path generation, David Gibson, 2018/09/07
- [Qemu-ppc] [PULL 09/14] uninorth: add ofw-addr property to allow correct fw path generation, David Gibson, 2018/09/07
- [Qemu-ppc] [PULL 06/14] macio: add addr property to macio IDE object, David Gibson, 2018/09/07
- [Qemu-ppc] [PULL 10/14] mac_newworld: implement custom FWPathProvider, David Gibson, 2018/09/07
- [Qemu-ppc] [PULL 01/14] ppc: Remove deprecated ppcemb target, David Gibson, 2018/09/07
[Qemu-ppc] [PULL 03/14] spapr_pci: fix potential NULL pointer dereference, David Gibson, 2018/09/07
[Qemu-ppc] [PULL 13/14] target/ppc/kvm: set vcpu as online/offline, David Gibson, 2018/09/07
[Qemu-ppc] [PULL 12/14] Fix a deadlock case in the CPU hotplug flow, David Gibson, 2018/09/07
[Qemu-ppc] [PULL 11/14] spapr: Correct reference count on spapr-cpu-core, David Gibson, 2018/09/07
[Qemu-ppc] [PULL 07/14] grackle: set device fw_name and address for correct fw path generation, David Gibson, 2018/09/07
Re: [Qemu-ppc] [PULL 00/14] ppc-for-3.1 queue 20180907, Peter Maydell, 2018/09/24