/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 …]
|
H A D | qemu.nsi | 25 !define URL "https://www.qemu.org/" definition 93 !define MUI_FINISHPAGE_LINK_LOCATION "${URL}"
|
/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 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 D | linuxkernel.py | 41 url = f'http://localhost:{hostport}{filename}' 42 self.log.info(f'Downloading {url} ...') 43 with urllib.request.urlopen(url) as response:
|
H A D | uncompress.py | 69 from the filename or Asset URL. @format must be non-None if @uncompressed 95 compressed = urlparse(compressed.url).path
|
H A D | archive.py | 72 from the filename or Asset URL. @format must be non-None if @archive 104 archive = urlparse(archive.url).path
|
H A D | testcase.py | 43 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 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) 75 # filters to the url, such as username, and order_by.
|
/qemu/docs/system/ |
H A D | device-url-syntax.rst.inc | 4 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 D | invocation.rst | 20 Device URL Syntax 23 .. include:: device-url-syntax.rst.inc
|
/qemu/scripts/ci/setup/ |
H A D | gitlab-runner.yml | 56 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 D | vars.yml.template | 1 # The URL of the gitlab server to use, usually https://gitlab.com unless you're
|
/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 | 55 #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 D | update-mips-syscall-args.sh | 3 URL=https://raw.githubusercontent.com/strace/strace/master/src 19 curl --create-dirs $URL/$file -o $TMP/$file
|
/qemu/subprojects/ |
H A D | libblkio.wrap | 2 url = https://gitlab.com/libblkio/libblkio
|
H A D | dtc.wrap | 2 url = https://gitlab.com/qemu-project/dtc.git
|
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/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/linux-headers/LICENSES/exceptions/ |
H A D | Linux-syscall-note | 2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html
|