Home
last modified time | relevance | path

Searched refs:url (Results 1 – 24 of 24) sorted by relevance

/qemu/
H A D.gitmodules3 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 Dasset.py22 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 Dlinuxkernel.py41 url = f'http://localhost:{hostport}{filename}'
43 with urllib.request.urlopen(url) as response:
H A Duncompress.py95 compressed = urlparse(compressed.url).path
H A Darchive.py104 archive = urlparse(archive.url).path
/qemu/scripts/ci/
H A Dgitlab-pipeline-status51 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 Ddownload.c12 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 Ddownload.h11 bool download_url(const char *name, const char *url);
/qemu/block/
H A Dcurl.c112 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 Dnfs.c665 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 Ddtc.wrap2 url = https://gitlab.com/qemu-project/dtc.git
H A Dlibblkio.wrap2 url = https://gitlab.com/libblkio/libblkio
H A Dkeycodemapdb.wrap2 url = https://gitlab.com/qemu-project/keycodemapdb.git
H A Dlibvfio-user.wrap2 url = https://gitlab.com/qemu-project/libvfio-user.git
H A Dslirp.wrap2 url = https://gitlab.freedesktop.org/slirp/libslirp.git
H A Dberkeley-softfloat-3.wrap2 url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
H A Dberkeley-testfloat-3.wrap2 url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc156 ``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 Dinvocation.rst23 .. include:: device-url-syntax.rst.inc
H A Dqemu-manpage.rst49 .. include:: device-url-syntax.rst.inc
/qemu/tests/vm/
H A Dbasevm.py204 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 Dfedora-rust-nightly.docker164 url="https://static.rust-lang.org/rustup/archive/1.27.1/${rustArch}/rustup-init" && \
165 wget "$url" && \
/qemu/python/
H A Dsetup.cfg6 url = https://www.qemu.org/
/qemu/qapi/
H A Dblock-core.json4453 # @url: URL of the image file
4474 'data': { 'url': 'str',