All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/6] target-alpha: Add custom PALcode image for CLIPPER emulation.
Date: Fri, 26 Aug 2011 05:09:03 +0100	[thread overview]
Message-ID: <CAFEAcA9SLjw71c9Jr2B9L5tZAJDtAsD6EDqdTyW8uDiBouoRnA@mail.gmail.com> (raw)
In-Reply-To: <1314308722-14495-2-git-send-email-rth@twiddle.net>

2011/8/25 Richard Henderson <rth@twiddle.net>:
> diff --git a/.gitmodules b/.gitmodules
> index 7884471..528743d 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -10,3 +10,6 @@
>  [submodule "roms/ipxe"]
>        path = roms/ipxe
>        url = git://git.qemu.org/ipxe.git
> +[submodule "roms/qemu-palcode"]
> +       path = roms/qemu-palcode
> +       url = git://repo.or.cz/qemu-palcode.git

We had a conversation on IRC about binary blobs the other day,
and I think Anthony said that all submodules referred to here
had to also be on git.qemu.org. But I could be misremembering.
(In particular I thought Anthony said these were all relative
references, which they clearly aren't...)

> diff --git a/Makefile b/Makefile
> index 8606849..578d853 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -247,7 +247,8 @@ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
>  mpc8544ds.dtb \
>  multiboot.bin linuxboot.bin \
>  s390-zipl.rom \
> -spapr-rtas.bin slof.bin
> +spapr-rtas.bin slof.bin \
> +palcode-sx164
>  else
>  BLOBS=
>  endif

You don't update the list of blobs in the 'tarbin' target,
but I have a feeling that may be broken anyway. Does anybody
use it, and if not should we just nuke it?

> diff --git a/pc-bios/README b/pc-bios/README
> index f74b246..861227a 100644
> --- a/pc-bios/README
> +++ b/pc-bios/README
> @@ -32,3 +32,6 @@
>  - The S390 zipl loader is an addition to the official IBM s390-tools
>   package. That fork is maintained in its own git repository at:
>   git://repo.or.cz/s390-tools.git
> +
> +- The Alpha palcode image is available from:
> +  git://repo.or.cz/qemu-palcode.git

You mean "The Alpha palcode image sources"; the image will already
be in git :-)

-- PMM

  reply	other threads:[~2011-08-26  4:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25 21:45 [Qemu-devel] [PULL][PATCH 0/6] Alpha system emulation, v9 Richard Henderson
2011-08-25 21:45 ` [Qemu-devel] [PATCH 1/6] target-alpha: Add custom PALcode image for CLIPPER emulation Richard Henderson
2011-08-26  4:09   ` Peter Maydell [this message]
2011-08-25 21:45 ` [Qemu-devel] [PATCH 2/6] target-alpha: Add " Richard Henderson
2011-08-25 21:45 ` [Qemu-devel] [PATCH 3/6] " Richard Henderson
2011-08-25 21:45 ` [Qemu-devel] [PATCH 4/6] target-alpha: Implement WAIT IPR Richard Henderson
2011-08-25 21:45 ` [Qemu-devel] [PATCH 5/6] target-alpha: Implement HALT IPR Richard Henderson
2011-08-25 21:45 ` [Qemu-devel] [PATCH 6/6] target-alpha: Add high-resolution access to wall clock and an alarm Richard Henderson
2011-08-26  3:51   ` Peter Maydell
2011-08-26  9:07     ` Paolo Bonzini
2011-08-26 16:28       ` Richard Henderson
2011-08-26 16:36         ` Peter Maydell
2011-08-26 20:03           ` Richard Henderson
2011-08-26 20:12           ` Richard Henderson
2011-08-27 16:44           ` Edgar E. Iglesias
2011-08-25 21:59 ` [Qemu-devel] [PULL][PATCH 0/6] Alpha system emulation, v9 Richard Henderson

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=CAFEAcA9SLjw71c9Jr2B9L5tZAJDtAsD6EDqdTyW8uDiBouoRnA@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.