* [Qemu-devel] [PATCH] roms/u-boot-sam460ex: Change to qemu git mirror and update
@ 2018-04-02 14:52 BALATON Zoltan
2018-04-04 9:27 ` [Qemu-devel] [Qemu-ppc] " BALATON Zoltan
0 siblings, 1 reply; 3+ messages in thread
From: BALATON Zoltan @ 2018-04-02 14:52 UTC (permalink / raw)
To: qemu-devel, qemu-ppc; +Cc: David Gibson, Peter Maydell, Jeff Cody
Now that we have a mirror of this repo on git.qemu.org change the
submodule to use that and also update it to latest HEAD which has a
commit to fix a dangling symlink.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
.gitmodules | 2 +-
roms/u-boot-sam460ex | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index c613722..49e9c2e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -45,4 +45,4 @@
url = git://github.com/hdeller/seabios-hppa.git
[submodule "roms/u-boot-sam460ex"]
path = roms/u-boot-sam460ex
- url = git://github.com/zbalaton/u-boot-sam460ex
+ url = git://git.qemu.org/u-boot-sam460ex.git
diff --git a/roms/u-boot-sam460ex b/roms/u-boot-sam460ex
index 119aa27..930735b 160000
--- a/roms/u-boot-sam460ex
+++ b/roms/u-boot-sam460ex
@@ -1 +1 @@
-Subproject commit 119aa277f74a4a2d3f7ab6c9471292308eba14e4
+Subproject commit 930735bdd6edbb0588d6a54882feb58ab3cb2d08
--
2.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-ppc] [PATCH] roms/u-boot-sam460ex: Change to qemu git mirror and update
2018-04-02 14:52 [Qemu-devel] [PATCH] roms/u-boot-sam460ex: Change to qemu git mirror and update BALATON Zoltan
@ 2018-04-04 9:27 ` BALATON Zoltan
2018-04-04 10:56 ` David Gibson
0 siblings, 1 reply; 3+ messages in thread
From: BALATON Zoltan @ 2018-04-04 9:27 UTC (permalink / raw)
To: qemu-devel, qemu-ppc
Cc: Peter Maydell, Jeff Cody, David Gibson, Michael Tokarev
On Mon, 2 Apr 2018, BALATON Zoltan wrote:
> Now that we have a mirror of this repo on git.qemu.org change the
> submodule to use that and also update it to latest HEAD which has a
> commit to fix a dangling symlink.
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> .gitmodules | 2 +-
> roms/u-boot-sam460ex | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.gitmodules b/.gitmodules
> index c613722..49e9c2e 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -45,4 +45,4 @@
> url = git://github.com/hdeller/seabios-hppa.git
> [submodule "roms/u-boot-sam460ex"]
> path = roms/u-boot-sam460ex
> - url = git://github.com/zbalaton/u-boot-sam460ex
> + url = git://git.qemu.org/u-boot-sam460ex.git
> diff --git a/roms/u-boot-sam460ex b/roms/u-boot-sam460ex
> index 119aa27..930735b 160000
> --- a/roms/u-boot-sam460ex
> +++ b/roms/u-boot-sam460ex
> @@ -1 +1 @@
> -Subproject commit 119aa277f74a4a2d3f7ab6c9471292308eba14e4
> +Subproject commit 930735bdd6edbb0588d6a54882feb58ab3cb2d08
Forgot to cc MJT and mark it as for-2.12. Will this be taken before relese
to fix dangling symlink in tarball?
Thank you,
BALATON Zoltan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-ppc] [PATCH] roms/u-boot-sam460ex: Change to qemu git mirror and update
2018-04-04 9:27 ` [Qemu-devel] [Qemu-ppc] " BALATON Zoltan
@ 2018-04-04 10:56 ` David Gibson
0 siblings, 0 replies; 3+ messages in thread
From: David Gibson @ 2018-04-04 10:56 UTC (permalink / raw)
To: BALATON Zoltan
Cc: qemu-devel, qemu-ppc, Peter Maydell, Jeff Cody, Michael Tokarev
[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]
On Wed, Apr 04, 2018 at 11:27:09AM +0200, BALATON Zoltan wrote:
> On Mon, 2 Apr 2018, BALATON Zoltan wrote:
> > Now that we have a mirror of this repo on git.qemu.org change the
> > submodule to use that and also update it to latest HEAD which has a
> > commit to fix a dangling symlink.
> >
> > Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> > ---
> > .gitmodules | 2 +-
> > roms/u-boot-sam460ex | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/.gitmodules b/.gitmodules
> > index c613722..49e9c2e 100644
> > --- a/.gitmodules
> > +++ b/.gitmodules
> > @@ -45,4 +45,4 @@
> > url = git://github.com/hdeller/seabios-hppa.git
> > [submodule "roms/u-boot-sam460ex"]
> > path = roms/u-boot-sam460ex
> > - url = git://github.com/zbalaton/u-boot-sam460ex
> > + url = git://git.qemu.org/u-boot-sam460ex.git
> > diff --git a/roms/u-boot-sam460ex b/roms/u-boot-sam460ex
> > index 119aa27..930735b 160000
> > --- a/roms/u-boot-sam460ex
> > +++ b/roms/u-boot-sam460ex
> > @@ -1 +1 @@
> > -Subproject commit 119aa277f74a4a2d3f7ab6c9471292308eba14e4
> > +Subproject commit 930735bdd6edbb0588d6a54882feb58ab3cb2d08
>
> Forgot to cc MJT and mark it as for-2.12. Will this be taken before relese
> to fix dangling symlink in tarball?
Ok, I've applied this to ppc-for-2.12. Unfortunately, my queue is
blocked because of a regression in the SCSI code. I believe a fix is
on the way, but right now it means I can't complete my usual test cycle.
--
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-04 11:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 14:52 [Qemu-devel] [PATCH] roms/u-boot-sam460ex: Change to qemu git mirror and update BALATON Zoltan
2018-04-04 9:27 ` [Qemu-devel] [Qemu-ppc] " BALATON Zoltan
2018-04-04 10:56 ` David Gibson
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).