qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] Use qemu.org domain name


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH 1/2] Use qemu.org domain name
Date: Mon, 20 Nov 2017 12:54:20 -0200
User-agent: Mutt/1.9.1 (2017-09-22)

On Mon, Nov 20, 2017 at 02:22:47PM +0000, Stefan Hajnoczi wrote:
> The owner of qemu.org has delegated authority to modify DNS records to
> the QEMU Project.  This has allowed us to use the domain name without
> worries about IP address changes or technical issues disrupting service.
> The issues described in commit 859389810910f232188675d2f10b15f1aad77660
> ("Use qemu-project.org domain name") have therefore been mitigated.
> 
> This patch switches back to consistently using qemu.org instead of
> qemu-project.org.
> 
> Note that git-submodule(1) does not detect URL changes.  The following
> commands clean up all submodules to ensure you will use the latest URLs:
> 
>   $ git submodule deinit . # you'll be warned if you have local changes
>   $ rm -rf .git/modules    # also clear cached .git/ directories
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  docs/interop/qmp-intro.txt |  2 +-
>  docs/rdma.txt              |  2 +-
>  roms/Makefile              |  2 +-
>  .gitmodules                | 18 +++++++++---------
>  Changelog                  |  2 +-
>  README                     | 16 ++++++++--------
>  pc-bios/README             |  4 ++--
>  qemu.nsi                   |  2 +-
>  scripts/get_maintainer.pl  |  2 +-
>  scripts/qmp/qemu-ga-client |  2 +-
>  version.rc                 |  2 +-
>  11 files changed, 27 insertions(+), 27 deletions(-)
> 
[...]
> diff --git a/roms/Makefile b/roms/Makefile
> index b5e5a69e91..7ce56086b1 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -39,7 +39,7 @@ powerpc_cross_prefix := $(call find-cross-prefix,powerpc)
>  x86_64_cross_prefix := $(call find-cross-prefix,x86_64)
>  
>  # tag our seabios builds
> -SEABIOS_EXTRAVERSION="-prebuilt.qemu-project.org"
> +SEABIOS_EXTRAVERSION="-prebuilt.qemu.org"
>  
>  #
>  # EfiRom utility is shipped with edk2 / tianocore, in BaseTools/

The pre-built images in pc-bios/ still contain "qemu-project.org"

Should we generate new images before 2.11?  (I don't think we should)

If we don't generate new images, should we update roms/Makefile
before 2.11?  (I don't think we should, either)

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]