/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)" 36 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe.sig" 37 -outfile "msys2.exe.sig" 38 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) { 40 …if ( ((Get-FileHash msys2.exe.sig).Hash -ne (Get-FileHash msys64\var\cache\msys2.exe.sig).Hash) ) { 42 Remove-Item -Path msys64\var\cache\msys2.exe.sig ; 43 if ( Test-Path -Path msys64\var\cache\msys2.exe ) { 44 Remove-Item -Path msys64\var\cache\msys2.exe 51 if ( Test-Path -Path msys64\var\cache\msys2.exe ) { 52 Remove-Item -Path msys64\var\cache\msys2.exe [all …]
|
H A D | crossbuild-template.yml | 43 - if grep -q "EXESUF=.exe" config-host.mak; 46 mv -v qemu-setup*.exe qemu-setup-${version}.exe;
|
H A D | crossbuilds.yml | 179 - build/qemu-setup*.exe
|
/qemu/scripts/ |
H A D | nsis.py | 65 for exe in sorted(glob.glob( 66 os.path.join(destdir + prefix, "qemu-system-*.exe") 68 exe = os.path.basename(exe) 69 arch = exe[12:-4] 77 arch, exe 96 for exe in glob.glob(os.path.join(destdir + prefix, "*.exe")): 97 signcode(exe) 100 analyzed_deps, deps = find_deps(exe, search_path, analyzed_deps) 102 deps.remove(exe)
|
H A D | extract-vsssdk-headers | 8 echo 'Usage: extract-vsssdk-headers /path/to/setup.exe' >&2 22 # Extract .MSI file in the .exe, looking for the OLE compound
|
/qemu/qga/installer/ |
H A D | qemu-ga.wxs | 43 …<File Id="qemu_ga.exe" Name="qemu-ga.exe" Source="$(var.BUILD_DIR)/qga/qemu-ga.exe" KeyPath="yes" … 73 …spawn-win32-helper-console.exe" Name="gspawn-win32-helper-console.exe" Source="$(var.BIN_DIR)/gspa… 76 …<File Id="gspawn-win32-helper.exe" Name="gspawn-win32-helper.exe" Source="$(var.BIN_DIR)/gspawn-wi… 81 …spawn-win64-helper-console.exe" Name="gspawn-win64-helper-console.exe" Source="$(var.BIN_DIR)/gspa… 84 …<File Id="gspawn-win64-helper.exe" Name="gspawn-win64-helper.exe" Source="$(var.BIN_DIR)/gspawn-wi… 123 … <RegistryValue Type="string" Name="EventMessageFile" Value="[qemu_ga_directory]qemu-ga.exe" /> 134 <Property Id="rundll" Value="rundll32.exe"/>
|
/qemu/tests/tcg/multiarch/ |
H A D | check-plugin-output.sh | 22 [ $# -eq 3 ] || die "usage: qemu_bin exe plugin_out_file" 25 exe=$1;shift 30 $qemu_bin $exe || 31 die "running $exe failed"
|
/qemu/ |
H A D | qemu.nsi | 27 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe" 37 !define OUTFILE "qemu-setup.exe" 142 WriteUninstaller "qemu-uninstall.exe" 147 File "${BINDIR}\qemu-img.exe" 148 File "${BINDIR}\qemu-io.exe" 213 Delete "$INSTDIR\qemu-img.exe" 214 Delete "$INSTDIR\qemu-io.exe" 215 Delete "$INSTDIR\qemu.exe" 216 Delete "$INSTDIR\qemu-system-*.exe"
|
H A D | meson.build | 4469 foreach exe: execs 4470 exe_name = exe['name'] 4475 emulator = executable(exe_name, exe['sources'], 4478 dependencies: arch_deps + exe['dependencies'], 4482 win_subsystem: exe['win_subsystem']) 4497 emulators += {exe['name'] : custom_target(exe['name'], 4499 output: exe['name'], 4504 get_option('bindir') / exe['name'], 4507 emulators += {exe['name']: emulator} 4511 'exe': exe['name'], [all …]
|
H A D | configure | 77 TMPE="${TMPDIR1}/${TMPB}.exe" 599 EXESUF=".exe"
|
/qemu/plugins/ |
H A D | meson.build | 39 # The delaylib will have an "imaginary" name (qemu.exe), that is used by the 46 dlltool_cmd = [dlltool, '-d', '@INPUT@', '-l', '@OUTPUT@', '-D', 'qemu.exe'] 47 win32_qemu_plugin_api_link_flags += ['-Wl,-delayload=qemu.exe'] 52 '--output-delaylib', '@OUTPUT@', '--dllname', 'qemu.exe']
|
/qemu/contrib/plugins/ |
H A D | win32_linker.c | 7 * We handle the specific case of a DLL looking for a "qemu.exe", 24 /* If the failing request was for qemu.exe, ... */ in dll_failure_hook() 25 if (strcmp(pdli->szDll, "qemu.exe") == 0) { in dll_failure_hook()
|
/qemu/migration/ |
H A D | exec.c | 35 warn_report("Could not detect cmd.exe path, using default."); in exec_get_cmd_path() 36 return "C:\\Windows\\System32\\cmd.exe"; in exec_get_cmd_path() 38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
|
/qemu/tcg/ |
H A D | perf.c | 171 FILE *exe; in get_e_machine() local 177 exe = fopen("/proc/self/exe", "r"); in get_e_machine() 178 if (exe == NULL) { in get_e_machine() 182 n = fread(&elf_header, sizeof(elf_header), 1, exe); in get_e_machine() 183 fclose(exe); in get_e_machine()
|
/qemu/tests/bench/ |
H A D | meson.build | 33 exe = executable(bench_name, bench_name + '.c', variable 35 benchmark(bench_name, exe,
|
/qemu/tests/unit/ |
H A D | meson.build | 192 exe = executable(test_name, src, genh, dependencies: deps) variable 194 test(test_name, exe,
|
/qemu/qga/ |
H A D | meson.build | 20 $ scripts/extract-vsssdk-headers setup.exe
|
H A D | commands-win32.c | 1373 argv[0] = (gchar *)"defrag.exe"; in qmp_guest_fstrim() 1383 /* defrag.exe is UGLY. Exit code is ALWAYS zero. in qmp_guest_fstrim()
|
/qemu/hw/audio/ |
H A D | sb16.c | 335 setsound.exe with single transfer mode wouldn't work without it in dma_cmd() 946 s->v2x6 = 0; /* Prince of Persia, csp.sys, diagnose.exe */ in dsp_write()
|
/qemu/contrib/elf2dmp/ |
H A D | main.c | 21 #define PE_NAME "ntoskrnl.exe"
|
/qemu/linux-user/ |
H A D | syscall.c | 8445 if (is_proc_myself(pathname, "exe")) { in maybe_do_fake_open() 8569 /* Short circuit this for the magic exe check. */ in do_guest_readlink() 8574 if (is_proc_myself((const char *)pathname, "exe")) { in do_guest_readlink() 8670 const char *exe = p; in do_execv() local 8671 if (is_proc_myself(p, "exe")) { in do_execv() 8672 exe = exec_path; in do_execv() 8675 ? safe_execveat(dirfd, exe, argp, envp, flags) in do_execv() 8676 : safe_execve(exe, argp, envp); in do_execv() 10581 /* Short circuit this for the magic exe check. */ in _syscall2() 10583 } else if (is_proc_myself((const char *)p, "exe")) { in _syscall2()
|
/qemu/util/ |
H A D | cutils.c | 1084 len = readlink("/proc/self/exe", buf, sizeof(buf) - 1); in qemu_init_exec_dir()
|