[Qemu-devel] [PATCH for-2.11 v2 0/2] Update qemu.org domains

Stefan Hajnoczi posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171121120435.28728-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
MAINTAINERS                |  4 ++--
docs/interop/qmp-intro.txt |  4 ++--
docs/pcie.txt              |  4 ++--
docs/rdma.txt              |  2 +-
include/qemu-common.h      |  4 ++--
Changelog                  |  2 +-
README                     | 18 +++++++++---------
pc-bios/README             |  4 ++--
qemu-doc.texi              | 18 +++++++++---------
qemu.nsi                   |  2 +-
scripts/get_maintainer.pl  |  2 +-
scripts/qmp/qemu-ga-client |  2 +-
version.rc                 |  2 +-
13 files changed, 34 insertions(+), 34 deletions(-)
[Qemu-devel] [PATCH for-2.11 v2 0/2] Update qemu.org domains
Posted by Stefan Hajnoczi 6 years, 5 months ago
v2:
 * Do not change SeaBIOS extraversion string [Eduardo]
 * Do not change git submodules [Peter]

The first patch replaces qemu-project.org with qemu.org.

The second uses HTTPS URLs instead of HTTP.

I have left out the .gitmodules and SeaBIOS extraversion changes.  They will be
sent separately.

Stefan Hajnoczi (2):
  Use qemu.org domain name
  Use HTTPS for qemu.org and other domains

 MAINTAINERS                |  4 ++--
 docs/interop/qmp-intro.txt |  4 ++--
 docs/pcie.txt              |  4 ++--
 docs/rdma.txt              |  2 +-
 include/qemu-common.h      |  4 ++--
 Changelog                  |  2 +-
 README                     | 18 +++++++++---------
 pc-bios/README             |  4 ++--
 qemu-doc.texi              | 18 +++++++++---------
 qemu.nsi                   |  2 +-
 scripts/get_maintainer.pl  |  2 +-
 scripts/qmp/qemu-ga-client |  2 +-
 version.rc                 |  2 +-
 13 files changed, 34 insertions(+), 34 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH for-2.11 v2 0/2] Update qemu.org domains
Posted by Peter Maydell 6 years, 5 months ago
On 21 November 2017 at 12:04, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> v2:
>  * Do not change SeaBIOS extraversion string [Eduardo]
>  * Do not change git submodules [Peter]
>
> The first patch replaces qemu-project.org with qemu.org.
>
> The second uses HTTPS URLs instead of HTTP.
>
> I have left out the .gitmodules and SeaBIOS extraversion changes.  They will be
> sent separately.
>
> Stefan Hajnoczi (2):
>   Use qemu.org domain name
>   Use HTTPS for qemu.org and other domains
>
>  MAINTAINERS                |  4 ++--
>  docs/interop/qmp-intro.txt |  4 ++--
>  docs/pcie.txt              |  4 ++--
>  docs/rdma.txt              |  2 +-
>  include/qemu-common.h      |  4 ++--
>  Changelog                  |  2 +-
>  README                     | 18 +++++++++---------
>  pc-bios/README             |  4 ++--
>  qemu-doc.texi              | 18 +++++++++---------
>  qemu.nsi                   |  2 +-
>  scripts/get_maintainer.pl  |  2 +-
>  scripts/qmp/qemu-ga-client |  2 +-
>  version.rc                 |  2 +-
>  13 files changed, 34 insertions(+), 34 deletions(-)

Thanks; applied to master for rc2

-- PMM