/qemu/ |
H A D | .gitmodules | 3 url = https://gitlab.com/qemu-project/seabios.git/ 6 url = https://gitlab.com/qemu-project/SLOF.git 9 url = https://gitlab.com/qemu-project/ipxe.git 12 url = https://gitlab.com/qemu-project/openbios.git 15 url = https://gitlab.com/qemu-project/qemu-palcode.git 18 url = https://gitlab.com/qemu-project/u-boot.git 21 url = https://gitlab.com/qemu-project/skiboot.git 24 url = https://gitlab.com/qemu-project/QemuMacDrivers.git 27 url = https://gitlab.com/qemu-project/seabios-hppa.git 30 url = https://gitlab.com/qemu-project/u-boot-sam460ex.git [all …]
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 22 self.url = asset.url 27 return "%s: %s" % (self.url, self.msg) 35 def __init__(self, url, hashsum): argument 36 self.url = url 49 self.url, self.hash, self.cache_file) 118 self.cache_file, self.url) 125 self.log.info("Downloading %s to %s...", self.url, self.cache_file) 131 with urllib.request.urlopen(self.url) as resp: 144 self.url, fsize, length) 162 self.url, e.code) [all …]
|
H A D | linuxkernel.py | 41 url = f'http://localhost:{hostport}{filename}' 43 with urllib.request.urlopen(url) as response:
|
H A D | uncompress.py | 95 compressed = urlparse(compressed.url).path
|
H A D | archive.py | 104 archive = urlparse(archive.url).path
|
/qemu/scripts/ci/ |
H A D | gitlab-pipeline-status | 51 def get_json_http_response(url): argument 56 connection.request('GET', url=url) 69 url = '/api/v4/projects/{}/pipelines?sha={}'.format(project_id, 71 json_response = get_json_http_response(url)
|
/qemu/contrib/elf2dmp/ |
H A D | download.c | 12 bool download_url(const char *name, const char *url) in download_url() argument 27 if (curl_easy_setopt(curl, CURLOPT_URL, url) != CURLE_OK in download_url()
|
H A D | download.h | 11 bool download_url(const char *name, const char *url);
|
/qemu/block/ |
H A D | curl.c | 112 char *url; member 461 if (curl_easy_setopt(state->curl, CURLOPT_URL, s->url) || in curl_init_state() 788 s->url = g_strdup(file); in curl_open() 846 if ((!strncasecmp(s->url, "http://", strlen("http://")) in curl_open() 847 || !strncasecmp(s->url, "https://", strlen("https://"))) in curl_open() 873 g_free(s->url); in curl_open() 981 g_free(s->url); in curl_close() 1006 pstrcpy(bs->exact_filename, sizeof(bs->exact_filename), s->url); in curl_refresh_filename()
|
H A D | nfs.c | 665 const char *url, in nfs_file_co_create_opts() argument 683 ret = nfs_parse_uri(url, options, errp); in nfs_file_co_create_opts()
|
/qemu/subprojects/ |
H A D | dtc.wrap | 2 url = https://gitlab.com/qemu-project/dtc.git
|
H A D | libblkio.wrap | 2 url = https://gitlab.com/libblkio/libblkio
|
H A D | keycodemapdb.wrap | 2 url = https://gitlab.com/qemu-project/keycodemapdb.git
|
H A D | libvfio-user.wrap | 2 url = https://gitlab.com/qemu-project/libvfio-user.git
|
H A D | slirp.wrap | 2 url = https://gitlab.freedesktop.org/slirp/libslirp.git
|
H A D | berkeley-softfloat-3.wrap | 2 url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
|
H A D | berkeley-testfloat-3.wrap | 2 url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
|
/qemu/docs/system/ |
H A D | device-url-syntax.rst.inc | 156 ``url`` 191 …|qemu_system_x86| --drive media=cdrom,file.driver=http,file.url=http://archives.fedoraproject.org/… 198 …qemu-img create -f qcow2 -o backing_file='json:{"file.driver":"http",, "file.url":"http://archives… 208 …qemu-img create -f qcow2 -o backing_file='json:{"file.driver":"https",, "file.url":"https://user:p…
|
H A D | invocation.rst | 23 .. include:: device-url-syntax.rst.inc
|
H A D | qemu-manpage.rst | 49 .. include:: device-url-syntax.rst.inc
|
/qemu/tests/vm/ |
H A D | basevm.py | 204 def _download_with_cache(self, url, sha256sum=None, sha512sum=None): argument 221 hashlib.sha1(url.encode("utf-8")).hexdigest()) 224 logging.debug("Downloading %s to %s...", url, fname) 225 subprocess.check_call(["wget", "-c", url, "-O", fname + ".download"],
|
/qemu/tests/docker/dockerfiles/ |
H A D | fedora-rust-nightly.docker | 164 url="https://static.rust-lang.org/rustup/archive/1.27.1/${rustArch}/rustup-init" && \ 165 wget "$url" && \
|
/qemu/python/ |
H A D | setup.cfg | 6 url = https://www.qemu.org/
|
/qemu/qapi/ |
H A D | block-core.json | 4453 # @url: URL of the image file 4474 'data': { 'url': 'str',
|