mirror of https://github.com/xqemu/xqemu.git
git: use HTTPS git URLs for repo.or.cz
When you clone the repository without previous commit history, 'git://' doesn't protect from man-in-the-middle attacks. HTTPS is more secure since the client verifies the server certificate. Suggested-by: Eric Blake <eblake@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20181108111531.30671-6-stefanha@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
a897f22b59
commit
ebe2aad24e
14
MAINTAINERS
14
MAINTAINERS
|
@ -1463,7 +1463,7 @@ F: tests/qemu-iotests/
|
||||||
F: util/qemu-progress.c
|
F: util/qemu-progress.c
|
||||||
F: qobject/block-qdict.c
|
F: qobject/block-qdict.c
|
||||||
F: tests/check-block-qdict.c
|
F: tests/check-block-qdict.c
|
||||||
T: git git://repo.or.cz/qemu/kevin.git block
|
T: git https://repo.or.cz/qemu/kevin.git block
|
||||||
|
|
||||||
Block I/O path
|
Block I/O path
|
||||||
M: Stefan Hajnoczi <stefanha@redhat.com>
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
||||||
|
@ -1510,7 +1510,7 @@ F: blockdev.c
|
||||||
F: block/qapi.c
|
F: block/qapi.c
|
||||||
F: qapi/block*.json
|
F: qapi/block*.json
|
||||||
F: qapi/transaction.json
|
F: qapi/transaction.json
|
||||||
T: git git://repo.or.cz/qemu/armbru.git block-next
|
T: git https://repo.or.cz/qemu/armbru.git block-next
|
||||||
|
|
||||||
Dirty Bitmaps
|
Dirty Bitmaps
|
||||||
M: Fam Zheng <famz@redhat.com>
|
M: Fam Zheng <famz@redhat.com>
|
||||||
|
@ -1705,14 +1705,14 @@ F: tests/test-visitor-serialization.c
|
||||||
F: scripts/qapi-gen.py
|
F: scripts/qapi-gen.py
|
||||||
F: scripts/qapi/*
|
F: scripts/qapi/*
|
||||||
F: docs/devel/qapi*
|
F: docs/devel/qapi*
|
||||||
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
T: git https://repo.or.cz/qemu/armbru.git qapi-next
|
||||||
|
|
||||||
QAPI Schema
|
QAPI Schema
|
||||||
M: Eric Blake <eblake@redhat.com>
|
M: Eric Blake <eblake@redhat.com>
|
||||||
M: Markus Armbruster <armbru@redhat.com>
|
M: Markus Armbruster <armbru@redhat.com>
|
||||||
S: Supported
|
S: Supported
|
||||||
F: qapi/*.json
|
F: qapi/*.json
|
||||||
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
T: git https://repo.or.cz/qemu/armbru.git qapi-next
|
||||||
|
|
||||||
QObject
|
QObject
|
||||||
M: Markus Armbruster <armbru@redhat.com>
|
M: Markus Armbruster <armbru@redhat.com>
|
||||||
|
@ -1726,7 +1726,7 @@ F: tests/check-qnum.c
|
||||||
F: tests/check-qjson.c
|
F: tests/check-qjson.c
|
||||||
F: tests/check-qlist.c
|
F: tests/check-qlist.c
|
||||||
F: tests/check-qstring.c
|
F: tests/check-qstring.c
|
||||||
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
T: git https://repo.or.cz/qemu/armbru.git qapi-next
|
||||||
|
|
||||||
QEMU Guest Agent
|
QEMU Guest Agent
|
||||||
M: Michael Roth <mdroth@linux.vnet.ibm.com>
|
M: Michael Roth <mdroth@linux.vnet.ibm.com>
|
||||||
|
@ -1758,7 +1758,7 @@ F: docs/devel/*qmp-*
|
||||||
F: scripts/qmp/
|
F: scripts/qmp/
|
||||||
F: tests/qmp-test.c
|
F: tests/qmp-test.c
|
||||||
F: tests/qmp-cmd-test.c
|
F: tests/qmp-cmd-test.c
|
||||||
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
T: git https://repo.or.cz/qemu/armbru.git qapi-next
|
||||||
|
|
||||||
qtest
|
qtest
|
||||||
M: Thomas Huth <thuth@redhat.com>
|
M: Thomas Huth <thuth@redhat.com>
|
||||||
|
@ -2070,7 +2070,7 @@ F: include/block/nbd*
|
||||||
F: qemu-nbd.*
|
F: qemu-nbd.*
|
||||||
F: blockdev-nbd.c
|
F: blockdev-nbd.c
|
||||||
F: docs/interop/nbd.txt
|
F: docs/interop/nbd.txt
|
||||||
T: git git://repo.or.cz/qemu/ericb.git nbd
|
T: git https://repo.or.cz/qemu/ericb.git nbd
|
||||||
|
|
||||||
NFS
|
NFS
|
||||||
M: Jeff Cody <jcody@redhat.com>
|
M: Jeff Cody <jcody@redhat.com>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
project (http://www.nongnu.org/vgabios/).
|
project (http://www.nongnu.org/vgabios/).
|
||||||
|
|
||||||
- The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is
|
- The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is
|
||||||
available at http://repo.or.cz/w/openhackware.git.
|
available at https://repo.or.cz/openhackware.git.
|
||||||
|
|
||||||
- OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable
|
- OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable
|
||||||
firmware implementation. The goal is to implement a 100% IEEE
|
firmware implementation. The goal is to implement a 100% IEEE
|
||||||
|
|
Loading…
Reference in New Issue