Home
last modified time | relevance | path

Searched full:url (Results 1 – 25 of 57) sorted by relevance

123

/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 …]
H A Dqemu.nsi25 !define URL "https://www.qemu.org/" definition
93 !define MUI_FINISHPAGE_LINK_LOCATION "${URL}"
/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
48 return "Asset: url=%s hash=%s cache=%s" % (
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)
[all …]
H A Dlinuxkernel.py41 url = f'http://localhost:{hostport}{filename}'
42 self.log.info(f'Downloading {url} ...')
43 with urllib.request.urlopen(url) as response:
H A Duncompress.py69 from the filename or Asset URL. @format must be non-None if @uncompressed
95 compressed = urlparse(compressed.url).path
H A Darchive.py72 from the filename or Asset URL. @format must be non-None if @archive
104 archive = urlparse(archive.url).path
H A Dtestcase.py43 from the filename or Asset URL. @format must be non-None if @uncompressed
71 from the filename or Asset URL. @format must be non-None if @archive
194 self.log.debug(f"Asset {asset.url} not available")
/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)
75 # filters to the url, such as username, and order_by.
/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc4 These are specified using a special URL syntax.
32 Example (CHAP username/password via URL):
156 ``url``
157 The full URL when passing options to the driver explicitly.
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.rst20 Device URL Syntax
23 .. include:: device-url-syntax.rst.inc
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml56 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh"
78 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh"
98 …command: "/usr/bin/gitlab-runner register --non-interactive --url {{ gitlab_runner_server_url }} -…
102 …command: "/usr/bin/gitlab-runner register --non-interactive --url {{ gitlab_runner_server_url }} -…
H A Dvars.yml.template1 # The URL of the gitlab server to use, usually https://gitlab.com unless you're
/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.c55 #define CURL_BLOCK_OPT_URL "url"
112 char *url; member
461 if (curl_easy_setopt(state->curl, CURLOPT_URL, s->url) || in curl_init_state()
620 .help = "URL to open",
752 error_setg(errp, "curl block driver requires an 'url' option"); in curl_open()
759 error_setg(errp, "%s curl driver cannot handle the URL '%s' (does not " in curl_open()
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()
[all …]
/qemu/scripts/
H A Dupdate-mips-syscall-args.sh3 URL=https://raw.githubusercontent.com/strace/strace/master/src
19 curl --create-dirs $URL/$file -o $TMP/$file
/qemu/subprojects/
H A Dlibblkio.wrap2 url = https://gitlab.com/libblkio/libblkio
H A Ddtc.wrap2 url = https://gitlab.com/qemu-project/dtc.git
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/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/linux-headers/LICENSES/exceptions/
H A DLinux-syscall-note2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html

123