From: Stefan Hajnoczi <stefanha@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/41] target-arm queue
Date: Tue, 31 Oct 2023 07:09:35 +0900 [thread overview]
Message-ID: <CAJSP0QW=7f3k35DjBwsnbnj79HmqwSH3hWRE1Fur8x4pyOGs7w@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA_na1NB3nFRmc9MRRr92VunxPJUG3SHmE2HkXAGx6RPUw@mail.gmail.com>
On Mon, 30 Oct 2023 at 19:09, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Sun, 29 Oct 2023 at 23:15, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> >
> > On Fri, 27 Oct 2023 at 23:41, Peter Maydell <peter.maydell@linaro.org> wrote:
> > >
> > > Hi; here's the latest target-arm queue. Mostly this is refactoring
> > > and cleanup type patches.
>
> > Hi Peter,
> > I can't find this email thread on lore.kernel.org and your git repo
> > doesn't let me fetch the tag:
> >
> > $ git fetch https://git.linaro.org/people/pmaydell/qemu-arm.git
> > tags/pull-target-arm-20231027
> > fatal: couldn't find remote ref tags/pull-target-arm-20231027
>
> This works for me:
>
> $ git fetch https://git.linaro.org/people/pmaydell/qemu-arm.git
> tags/pull-target-arm-20231027
> remote: Enumerating objects: 16753, done.
> remote: Counting objects: 100% (16753/16753), done.
> remote: Compressing objects: 100% (3181/3181), done.
> remote: Total 17529 (delta 14031), reused 16255 (delta 13541), pack-reused 776
> Receiving objects: 100% (17529/17529), 22.87 MiB | 10.44 MiB/s, done.
> Resolving deltas: 100% (14498/14498), completed with 1672 local objects.
> From https://git.linaro.org/people/pmaydell/qemu-arm
> * tag pull-target-arm-20231027 -> FETCH_HEAD
>
> > cgit shows the tag though, for some reason:
> > https://git.linaro.org/people/pmaydell/qemu-arm.git/tag/?h=pull-target-arm-20231027
> >
> > Any idea what's up with this pull request? Thanks!
>
> 'git.linaro.org' has several geolocated servers and pushes to
> it should get mirrored across to all of them. Maybe the
> syncing between them went wrong? You could try using one
> specific one:
> https://git-us.linaro.org/people/pmaydell/qemu-arm.git
> tags/pull-target-arm-20231027
>
> git-ie.linaro.org also seems to have the tag.
Yes, that solves the problem. DNS was resolving to git-ap.linaro.org
for me and it doesn't have the tag.
Thanks,
Stefan
next prev parent reply other threads:[~2023-10-30 22:10 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 14:39 [PULL 00/41] target-arm queue Peter Maydell
2023-10-27 14:39 ` [PULL 01/41] target/arm: Correct minor errors in Cortex-A710 definition Peter Maydell
2023-10-27 14:39 ` [PULL 02/41] target/arm: Implement Neoverse N2 CPU model Peter Maydell
2023-10-27 14:39 ` [PULL 03/41] target/arm: Move feature test functions to their own header Peter Maydell
2023-10-27 14:39 ` [PULL 04/41] target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests together Peter Maydell
2023-10-27 14:39 ` [PULL 05/41] target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2 Peter Maydell
2023-10-27 14:39 ` [PULL 06/41] target/arm: Move ID_AA64ISAR* test functions together Peter Maydell
2023-10-27 14:39 ` [PULL 07/41] target/arm: Move ID_AA64PFR* tests together Peter Maydell
2023-10-27 14:39 ` [PULL 08/41] target/arm: Move ID_AA64DFR* feature " Peter Maydell
2023-10-27 14:39 ` [PULL 09/41] target/arm: Fix syndrome for FGT traps on ERET Peter Maydell
2023-10-27 14:39 ` [PULL 10/41] hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from header Peter Maydell
2023-10-27 14:39 ` [PULL 11/41] hw/arm/allwinner-h3: " Peter Maydell
2023-10-27 14:39 ` [PULL 12/41] hw/arm/allwinner-r40: " Peter Maydell
2023-10-27 14:39 ` [PULL 13/41] hw/arm/fsl-imx25: " Peter Maydell
2023-10-27 14:39 ` [PULL 14/41] hw/arm/fsl-imx31: " Peter Maydell
2023-10-27 14:39 ` [PULL 15/41] hw/arm/fsl-imx6: " Peter Maydell
2023-10-27 14:39 ` [PULL 16/41] hw/arm/fsl-imx6ul: " Peter Maydell
2023-10-27 14:39 ` [PULL 17/41] hw/arm/fsl-imx7: " Peter Maydell
2023-10-27 14:39 ` [PULL 18/41] hw/arm/xlnx-versal: " Peter Maydell
2023-10-27 14:39 ` [PULL 19/41] hw/arm/xlnx-zynqmp: " Peter Maydell
2023-10-27 14:39 ` [PULL 20/41] hw/sd/pxa2xx: Realize sysbus device before accessing it Peter Maydell
2023-10-27 14:39 ` [PULL 21/41] hw/sd/pxa2xx: Do not open-code sysbus_create_simple() Peter Maydell
2023-10-27 14:39 ` [PULL 22/41] hw/pcmcia/pxa2xx: Realize sysbus device before accessing it Peter Maydell
2023-10-27 14:39 ` [PULL 23/41] hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple() Peter Maydell
2023-10-27 14:39 ` [PULL 24/41] hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init() Peter Maydell
2023-10-27 14:39 ` [PULL 25/41] hw/intc/pxa2xx: Convert to Resettable interface Peter Maydell
2023-10-27 14:39 ` [PULL 26/41] hw/intc/pxa2xx: Pass CPU reference using QOM link property Peter Maydell
2023-10-27 14:39 ` [PULL 27/41] hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init() Peter Maydell
2023-10-27 14:39 ` [PULL 28/41] hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing it Peter Maydell
2023-10-27 14:39 ` [PULL 29/41] hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachable Peter Maydell
2023-10-27 14:39 ` [PULL 30/41] misc/led: LED state is set opposite of what is expected Peter Maydell
2023-10-27 14:39 ` [PULL 31/41] hw/net/cadence_gem: use REG32 macro for register definitions Peter Maydell
2023-10-27 14:39 ` [PULL 32/41] hw/net/cadence_gem: use FIELD for screening registers Peter Maydell
2023-10-27 14:39 ` [PULL 33/41] hw/net/cadence_gem: use FIELD to describe NWCTRL register fields Peter Maydell
2023-10-27 14:39 ` [PULL 34/41] hw/net/cadence_gem: use FIELD to describe NWCFG " Peter Maydell
2023-10-27 14:39 ` [PULL 35/41] hw/net/cadence_gem: use FIELD to describe DMACFG " Peter Maydell
2023-10-27 14:39 ` [PULL 36/41] hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS " Peter Maydell
2023-10-27 14:39 ` [PULL 37/41] hw/net/cadence_gem: use FIELD to describe IRQ " Peter Maydell
2023-10-27 14:39 ` [PULL 38/41] hw/net/cadence_gem: use FIELD to describe DESCONF6 " Peter Maydell
2023-10-27 14:39 ` [PULL 39/41] hw/net/cadence_gem: use FIELD to describe PHYMNTNC " Peter Maydell
2024-01-19 22:32 ` Guenter Roeck
2024-01-19 22:36 ` Guenter Roeck
2023-10-27 14:39 ` [PULL 40/41] hw/net/cadence_gem: perform PHY access on write only Peter Maydell
2023-10-27 14:39 ` [PULL 41/41] hw/net/cadence_gem: enforce 32 bits variable size for CRC Peter Maydell
2023-10-29 23:15 ` [PULL 00/41] target-arm queue Stefan Hajnoczi
2023-10-30 10:09 ` Peter Maydell
2023-10-30 22:09 ` Stefan Hajnoczi [this message]
2023-11-02 11:08 ` Peter Maydell
2023-10-31 7:51 ` Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2025-02-20 16:20 Peter Maydell
2025-02-21 21:02 ` Stefan Hajnoczi
2024-01-11 11:04 Peter Maydell
2024-01-11 15:16 ` Peter Maydell
2020-10-20 15:56 Peter Maydell
2020-10-20 16:36 ` Philippe Mathieu-Daudé
2020-10-20 16:36 ` no-reply
2019-10-22 13:30 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='CAJSP0QW=7f3k35DjBwsnbnj79HmqwSH3hWRE1Fur8x4pyOGs7w@mail.gmail.com' \
--to=stefanha@gmail.com \
--cc=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).