Resubmissions

02/08/2026, 17:59

260802-wktybst1fz

02/08/2026, 17:34

260802-v5n25sxgrf10

General

  • Target
    qemu-w64-setup-20260729.exe
  • Size 197.0MB
  • Sample260802-wktybst1fz
  • SHA256 f88141ccb5597ceb7bed58ffb6cd173d3fc14233772bc6edff6583c7b4bb816c
  • MD5 SHA1 SHA512 SSDEEP TLSH
Score
10/10

Malware Config

Extracted

Ransom Note
  • QEMU Contents: About QEMU System Emulation User Mode Emulation Tools System Emulation Management and Interoperability Barrier client protocol Dirty Bitmaps and Incremental Backup D-Bus D-Bus VMState D-Bus display D-Bus VNC Live Block Device Operations QEMU NBD protocol support Parallels Expandable Image File Format Parallels Disk Format Qcow2 Image File Format QED Image File Format Specification Persistent reservation helper protocol QEMU Machine Protocol Specification QEMU Guest Agent QEMU Guest Agent Protocol Reference QEMU QMP Reference Manual QEMU Storage Daemon QMP Reference Manual Introduction Common data types IoOperationType OnOffAuto OnOffSplit StrOrNull OffAutoPCIBAR PCIELinkSpeed PCIELinkWidth HostMemPolicy NetFilterDirection GrabToggleKeys HumanReadableText EndianMode Socket data types NetworkAddressFamily InetSocketAddressBase InetSocketAddress UnixSocketAddress VsockSocketAddress FdSocketAddress InetSocketAddressWrapper UnixSocketAddressWrapper VsockSocketAddressWrapper FdSocketAddressWrapper SocketAddressLegacy SocketAddressType SocketAddress Cryptography QCryptoTLSCredsEndpoint QCryptoSecretFormat QCryptoHashAlgo QCryptoCipherAlgo QCryptoCipherMode QCryptoIVGenAlgo QCryptoBlockFormat QCryptoBlockOptionsBase QCryptoBlockOptionsQCow QCryptoBlockOptionsLUKS QCryptoBlockCreateOptionsLUKS QCryptoBlockOpenOptions QCryptoBlockCreateOptions QCryptoBlockInfoBase QCryptoBlockInfoLUKSSlot QCryptoBlockInfoLUKS QCryptoBlockInfo QCryptoBlockLUKSKeyslotState QCryptoBlockAmendOptionsLUKS QCryptoBlockAmendOptions SecretCommonProperties SecretProperties SecretKeyringProperties TlsCredsProperties TlsCredsAnonProperties TlsCredsPskProperties TlsCredsX509Properties QCryptoAkCipherAlgo QCryptoAkCipherKeyType QCryptoRSAPaddingAlgo QCryptoAkCipherOptionsRSA QCryptoAkCipherOptions Background jobs JobType JobStatus JobVerb JOB_STATUS_CHANGE job-pause job-resume job-cancel job-complete job-dismiss job-finalize JobInfo query-jobs Block devices Block core (VM unrelated) Block device exports Character devices ChardevInfo query-chardev ChardevBackendInfo query-chardev-backends DataFormat ringbuf-write ringbuf-read ChardevCommon ChardevFile ChardevHostdev ChardevSocket ChardevUdp ChardevMux ChardevHub ChardevStdio ChardevSpiceChannel ChardevSpicePort ChardevVCEncoding ChardevDBus ChardevVC ChardevRingbuf ChardevQemuVDAgent ChardevPty ChardevBackendKind ChardevFileWrapper ChardevHostdevWrapper ChardevSocketWrapper ChardevUdpWrapper ChardevCommonWrapper ChardevMuxWrapper ChardevHubWrapper ChardevStdioWrapper ChardevSpiceChannelWrapper ChardevSpicePortWrapper ChardevQemuVDAgentWrapper ChardevDBusWrapper ChardevVCWrapper ChardevRingbufWrapper ChardevPtyWrapper ChardevBackend ChardevReturn chardev-add chardev-change chardev-remove chardev-send-break VSERPORT_CHANGE User authorization QAuthZListPolicy QAuthZListFormat QAuthZListRule AuthZListProperties AuthZListFileProperties AuthZPAMProperties AuthZSimpleProperties Transactions Abort ActionCompletionMode TransactionActionKind AbortWrapper BlockDirtyBitmapAddWrapper BlockDirtyBitmapWrapper BlockDirtyBitmapMergeWrapper BlockdevBackupWrapper BlockdevSnapshotWrapper BlockdevSnapshotInternalWrapper BlockdevSnapshotSyncWrapper DriveBackupWrapper TransactionAction TransactionProperties transaction QMP monitor control qmp_capabilities QMPCapability VersionTriple VersionInfo query-version CommandInfo query-commands quit MonitorMode MonitorOptions QMP introspection query-qmp-schema SchemaMetaType SchemaInfo SchemaInfoBuiltin JSONType SchemaInfoEnum SchemaInfoEnumMember SchemaInfoArray SchemaInfoObject SchemaInfoObjectMember SchemaInfoObjectVariant SchemaInfoAlternate SchemaInfoAlternateMember SchemaInfoCommand SchemaInfoEvent QEMU Object Model (QOM) ObjectPropertyInfo ObjectPropertyValue ObjectPropertiesValues qom-list qom-get qom-list-get qom-set ObjectTypeInfo qom-list-types qom-list-properties CanHostSocketcanProperties ColoCompareProperties CryptodevBackendProperties CryptodevVhostUserProperties DBusVMStateProperties NetfilterInsert NetfilterProperties FilterBufferProperties FilterDumpProperties FilterMirrorProperties FilterRedirectorProperties FilterRewriterProperties InputBarrierProperties InputLinuxProperties EventLoopBaseProperties IothreadProperties MainLoopProperties MemoryBackendProperties MemoryBackendFileProperties MemoryBackendMemfdProperties MemoryBackendShmProperties MemoryBackendEpcProperties PrManagerHelperProperties QtestProperties RemoteObjectProperties VfioUserServerProperties IOMMUFDProperties AcpiGenericInitiatorProperties AcpiGenericPortProperties RngProperties RngEgdProperties RngRandomProperties IgvmCfgProperties SevCommonProperties SevGuestProperties SevSnpGuestProperties TdxGuestProperties ThreadContextProperties MonitorProperties MonitorHMPProperties MonitorQMPCloseAction MonitorQMPProperties ObjectType ObjectOptions object-add object-del vfio-user Protocol Specification Vhost-user Protocol Vhost-user-gpu Protocol Vhost-vdpa Protocol Virtio balloon memory statistics VNC LED state Pseudo-encoding System Emulation Guest Hardware Specifications Developer Information Glossary QEMU System Emulation Management and Interoperability QEMU Storage Daemon QMP Reference Manual View page source QEMU Storage Daemon QMP Reference Manual Introduction Common data types Socket data types Cryptography Background jobs Block devices Block core (VM unrelated) Block device exports Character devices User authorization Transactions QMP monitor control QMP introspection QEMU Object Model (QOM) Introduction This manual describes the commands and events supported by the QEMU storage daemon QMP. For locating a particular item, please see the QSD Index . The following notation is used in examples: Example: -> ... text sent by client (commands) ... <- ... text sent by server (command responses and events) ... Example text is formatted for readability. However, in real protocol usage, its commonly emitted as a single line. Please refer to the QEMU Machine Protocol Specification for the general format of commands, responses, and events. Common data types Enum IoOperationType (Since: 2.1)  An enumeration of the I/O operation types : read – read operation write – write operation Enum OnOffAuto (Since: 2.2)  An enumeration of three options: on, off, and auto : auto – QEMU selects the value between on and off on – Enabled off – Disabled Enum OnOffSplit (Since: 2.6)  An enumeration of three values: on, off, and split : on – Enabled off – Disabled split – Mixed Alternate StrOrNull (Since: 2.10)  This is a string value or the explicit lack of a string (null pointer in C). Intended for cases when ‘optional absent’ already has a different meaning. : s ( string ) – the string value n ( null ) – no string value Enum OffAutoPCIBAR (Since: 2.12)  An enumeration of options for specifying a PCI BAR : off – The specified feature is disabled auto – The PCI BAR for the feature is automatically selected bar0 – PCI BAR0 is used for the feature bar1 – PCI BAR1 is used for the feature bar2 – PCI BAR2 is used for the feature bar3 – PCI BAR3 is used for the feature bar4 – PCI BAR4 is used for the feature bar5 – PCI BAR5 is used for the feature Enum PCIELinkSpeed (Since: 4.0)  An enumeration of PCIe link speeds in units of GT/s : 2_5 – 2.5GT/s 5 – 5.0GT/s 8 – 8.0GT/s 16 – 16.0GT/s 32 – 32.0GT/s (since 9.0) 64 – 64.0GT/s (since 9.0) Enum PCIELinkWidth (Since: 4.0)  An enumeration of PCIe link width : 1 – x1 2 – x2 4 – x4 8 – x8 12 – x12 16 – x16 32 – x32 Enum HostMemPolicy (Since: 2.1)  Host memory policy types : default – restore default policy, remove any nondefault policy preferred – set the preferred host nodes for allocation bind – a strict policy that restricts memory allocation to the host nodes specified interleave – memory allocations are interleaved across the set of host nodes specified Enum NetFilterDirection (Since: 2.5)  Indicates whether a netfilter is attached to a netdev’s transmit queue or receive queue or both. : all – the filter is attached both to the receive and the transmit queue of the netdev (default). rx – the filter is attached to the receive queue of the netdev, where it will receive packets sent to the netdev. tx – the filter is attached to the transmit queue of the netdev, where it will receive packets sent by the netdev. Enum GrabToggleKeys (Since: 4.0)  Key combinations to toggle input-linux between host and guest. : ctrl-ctrl – left and right control key alt-alt – left and right alt key shift-shift – left and right shift key meta-meta – left and right meta key scrolllock – scroll lock key ctrl-scrolllock – either control key and scroll lock key Object HumanReadableText (Since: 6.2)  : human-readable-text ( string ) – Formatted output intended for humans. Enum EndianMode (Since: 10.0)  : unspecified – Endianness not specified little – Little endianness big – Big endianness Socket data types Enum NetworkAddressFamily (Since: 2.1)  The network address family : ipv4 – IPV4 family ipv6 – IPV6 family unix – unix socket vsock – vsock family (since 2.8) unknown – otherwise Object InetSocketAddressBase  : host ( string ) – host part of the address port ( string ) – port part of the address Object InetSocketAddress (Since: 1.3)  Captures a socket address or address range in the Internet namespace. : numeric ( boolean , optional ) – true if the host/port are guaranteed to be numeric, false if name resolution should be attempted. Defaults to false. (Since 2.9) to ( int , optional ) – If present, this is range of possible addresses, with port between port and to . ipv4 ( boolean , optional ) – whether to accept IPv4 addresses, default try both IPv4 and IPv6 ipv6 ( boolean , optional ) – whether to accept IPv6 addresses, default try both IPv4 and IPv6 keep-alive ( boolean , optional ) – enable keep-alive when connecting to/listening on this socket. (Since 4.2, not supported for listening sockets until 10.1) keep-alive-count ( int , optional ) – number of keep-alive packets sent before the connection is closed. Only supported for TCP sockets on systems where TCP_KEEPCNT socket option is defined (this includes Linux, Windows, macOS, FreeBSD, but not OpenBSD). When set to 0, system setting is used. (Since 10.1) keep-alive-idle ( int , optional ) – time in seconds the connection needs to be idle before sending a keepalive packet. Only supported for TCP sockets on systems where TCP_KEEPIDLE socket option is defined (this includes Linux, Windows, macOS, FreeBSD, but not OpenBSD). When set to 0, system setting is used. (Since 10.1) keep-alive-interval ( int , optional ) – time in seconds between keep-alive packets. Only supported for TCP sockets on systems where TCP_KEEPINTVL is defined (this includes Linux, Windows, macOS, FreeBSD, but not OpenBSD). When set to 0, system setting is used. (Since 10.1) mptcp ( boolean , optional ) – enable multi-path TCP. (Since 6.1) The members of InetSocketAddressBase . Object UnixSocketAddress (Since: 1.3)  Captures a socket address in the local (“Unix socket”) namespace. : path ( string ) – filesystem path to use abstract ( boolean , optional ) – if true, this is a Linux abstract socket address. path will be prefixed by a null byte, and optionally padded with null bytes. Defaults to false. (Since 5.1) tight ( boolean , optional ) – if false, pad an abstract socket address with enough null bytes to make it fill struct sockaddr_un member sun_path. Defaults to true. (Since 5.1) Object VsockSocketAddress (Since: 2.8)  Captures a socket address in the vsock namespace. : cid ( string ) – unique host identifier port ( string ) – port Note String types are used to allow for possible future hostname or service resolution support. Object FdSocketAddress (Since: 1.2)  A file descriptor name or number. : str ( string ) – decimal is for file descriptor number, otherwise it’s a file descriptor name. Named file descriptors are permitted in monitor commands, in combination with the getfd command. Decimal file descriptors are permitted at startup or other contexts where no monitor context is active. Object InetSocketAddressWrapper (Since: 1.3)  : data ( InetSocketAddress ) – internet domain socket address Object UnixSocketAddressWrapper (Since: 1.3)  : data ( UnixSocketAddress ) – UNIX domain socket address Object VsockSocketAddressWrapper (Since: 2.8)  : data ( VsockSocketAddress ) – VSOCK domain socket address Object FdSocketAddressWrapper (Since: 1.3)  : data ( FdSocketAddress ) – file descriptor name or number Object SocketAddressLegacy (Since: 1.3)  Captures the address of a socket, which could also be a named file descriptor : type ( SocketAddressType ) – Transport type When type is inet : The members of InetSocketAddressWrapper . When type is unix : The members of UnixSocketAddressWrapper . When type is vsock : The members of VsockSocketAddressWrapper . When type is fd : The members of FdSocketAddressWrapper . Enum SocketAddressType (Since: 2.9)  Available SocketAddress types : inet – Internet address unix – Unix domain socket vsock – VMCI address fd – Socket file descriptor Object SocketAddress (Since: 2.9)  Captures the address of a socket, which could also be a socket file descriptor : type ( SocketAddressType ) – Transport type When type is inet : The members of InetSocketAddress . When type is unix : The members of UnixSocketAddress . When type is vsock : The members of VsockSocketAddress . When type is fd : The members of FdSocketAddress . Cryptography Enum QCryptoTLSCredsEndpoint (Since: 2.5)  The type of network endpoint that will be using the credentials. Most types of credential require different setup / structures depending on whether they will be used in a server versus a client. : client – the network endpoint is acting as the client server – the network endpoint is acting as the server Enum QCryptoSecretFormat (Since: 2.6)  The data format that the secret is provided in : raw – raw bytes. When encoded in JSON only valid UTF-8 sequences can be used base64 – arbitrary base64 encoded binary data Enum QCryptoHashAlgo (Since: 2.6)  The supported algorithms for computing content digests : md5 – MD5. Should not be used in any new code, legacy compat only sha1 – SHA-1. Should not be used in any new code, legacy compat only sha224 – SHA-224. (since 2.7) sha256 – SHA-256. Current recommended strong hash. sha384 – SHA-384. (since 2.7) sha512 – SHA-512. (since 2.7) ripemd160 – RIPEMD-160. (since 2.7) sm3 – SM3. (since 9.2.0) Enum QCryptoCipherAlgo (Since: 2.6)  The supported algorithms for content encryption ciphers : aes-128 – AES with 128 bit / 16 byte keys aes-192 – AES with 192 bit / 24 byte keys aes-256 – AES with 256 bit / 32 byte keys des – DES with 56 bit / 8 byte keys. Do not use except in VNC. (since 6.1) 3des – 3DES(EDE) with 192 bit / 24 byte keys (since 2.9) cast5-128 – Cast5 with 128 bit / 16 byte keys serpent-128 – Serpent with 128 bit / 16 byte keys serpent-192 – Serpent with 192 bit / 24 byte keys serpent-256 – Serpent with 256 bit / 32 byte keys twofish-128 – Twofish with 128 bit / 16 byte keys twofish-192 – Twofish with 192 bit / 24 byte keys twofish-256 – Twofish with 256 bit / 32 byte keys sm4 – SM4 with 128 bit / 16 byte keys (since 9.0) Enum QCryptoCipherMode (Since: 2.6)  The supported modes for content encryption ciphers : ecb – Electronic Code Book cbc – Cipher Block Chaining xts – XEX with tweaked code book and ciphertext stealing ctr – Counter (Since 2.8) Enum QCryptoIVGenAlgo (Since: 2.6)  The supported algorithms for generating initialization vectors for full disk encryption. The ‘plain’ generator should not be used for disks with sector numbers larger than 2^32, except where compatibility with pre-existing Linux dm-crypt volumes is required. : plain – 64-bit sector number truncated to 32-bits plain64 – 64-bit sector number essiv – 64-bit sector number encrypted with a hash of the encryption key Enum QCryptoBlockFormat (Since: 2.6)  The supported full disk encryption formats : qcow – QCow/QCow2 built-in AES-CBC encryption. Use only for liberating data from old i
URLs
  • https://gnutls.org/manual/html_node/Priority-Strings.html

Signatures

  • Unsigned PE 4 IoCs

    Checks for missing Authenticode signature.

  • Untrusted Codesign Signers 62 IoCs

    Codesigned file was signed by an untrusted entity.

File Explorer

  • qemu-w64-setup-20260729.exe
    .exe 197.0MB
  • $PLUGINSDIR/LangDLL.dll
    .dll 8KB
  • $PLUGINSDIR/System.dll
    .dll 28KB
  • $PLUGINSDIR/modern-wizard.bmp
    150KB
  • $PLUGINSDIR/nsDialogs.dll
    .dll 14KB
  • COPYING
    17KB
  • COPYING.LIB
    25KB
  • README.rst
    5KB
  • VERSION
    8B
  • qemu-edid.exe
    .exe 549KB
  • qemu-ga.exe
    .exe 860KB
  • qemu-img.exe
    .exe 1.8MB
  • qemu-io.exe
    .exe 1.8MB
  • qemu-nbd.exe
    .exe 1.9MB
  • qemu-storage-daemon.exe
    .exe 2.4MB
  • qemu-system-aarch64.exe
    .exe 29.5MB
  • qemu-system-aarch64w.exe
    .exe 29.5MB
  • qemu-system-alpha.exe
    .exe 9.5MB
  • qemu-system-alphaw.exe
    .exe 9.5MB
  • qemu-system-arm.exe
    .exe 26.7MB
  • qemu-system-armw.exe
    .exe 26.7MB
  • qemu-system-avr.exe
    .exe 6.4MB
  • qemu-system-avrw.exe
    .exe 6.4MB
  • qemu-system-hexagon.exe
    .exe 8.8MB
  • qemu-system-hexagonw.exe
    .exe 8.8MB
  • qemu-system-hppa.exe
    .exe 9.6MB
  • qemu-system-hppaw.exe
    .exe 9.6MB
  • qemu-system-i386.exe
    .exe 24.1MB
  • qemu-system-i386w.exe
    .exe 24.1MB
  • qemu-system-loongarch64.exe
    .exe 11.3MB
  • qemu-system-loongarch64w.exe
    .exe 11.3MB
  • qemu-system-m68k.exe
    .exe 7.4MB
  • qemu-system-m68kw.exe
    .exe 7.4MB
  • qemu-system-microblaze.exe
    .exe 6.6MB
  • qemu-system-microblazew.exe
    .exe 6.6MB
  • qemu-system-mips.exe
    .exe 10.7MB
  • qemu-system-mips64.exe
    .exe 10.8MB
  • qemu-system-mips64el.exe
    .exe 12.1MB
  • qemu-system-mips64elw.exe
    .exe 12.1MB
  • qemu-system-mips64w.exe
    .exe 10.8MB
  • qemu-system-mipsel.exe
    .exe 10.7MB
  • qemu-system-mipselw.exe
    .exe 10.7MB
  • qemu-system-mipsw.exe
    .exe 10.7MB
  • qemu-system-or1k.exe
    .exe 9.3MB
  • qemu-system-or1kw.exe
    .exe 9.3MB
  • qemu-system-ppc.exe
    .exe 12.1MB
  • qemu-system-ppc64.exe
    .exe 13.1MB
  • qemu-system-ppc64w.exe
    .exe 13.1MB
  • qemu-system-ppcw.exe
    .exe 12.1MB
  • qemu-system-riscv32.exe
    .exe 12.4MB
  • qemu-system-riscv32w.exe
    .exe 12.4MB
  • qemu-system-riscv64.exe
    .exe 12.5MB
  • qemu-system-riscv64w.exe
    .exe 12.5MB
  • qemu-system-rx.exe
    .exe 6.4MB
  • qemu-system-rxw.exe
    .exe 6.4MB
  • qemu-system-s390x.exe
    .exe 9.3MB
  • qemu-system-s390xw.exe
    .exe 9.3MB
  • qemu-system-sh4.exe
    .exe 9.5MB
  • qemu-system-sh4eb.exe
    .exe 9.5MB
  • qemu-system-sh4ebw.exe
    .exe 9.5MB
  • qemu-system-sh4w.exe
    .exe 9.5MB
  • qemu-system-sparc.exe
    .exe 6.9MB
  • qemu-system-sparc64.exe
    .exe 9.7MB
  • qemu-system-sparc64w.exe
    .exe 9.7MB
  • qemu-system-sparcw.exe
    .exe 6.9MB
  • qemu-system-tricore.exe
    .exe 6.5MB
  • qemu-system-tricorew.exe
    .exe 6.5MB
  • qemu-system-x86_64.exe
    .exe 24.3MB
  • qemu-system-x86_64w.exe
    .exe 24.3MB
  • qemu-system-xtensa.exe
    .exe 12.4MB
  • qemu-system-xtensaeb.exe
    .exe 11.0MB
  • share/QEMU,cgthree.bin
    850B
  • share/QEMU,tcx.bin
    1KB
  • share/applications/qemu.desktop
    .desktop 134B
  • share/ast27x0_bootrom.bin
    27KB
  • share/bios-256k.bin
    256KB
  • share/bios-microvm.bin
    128KB
  • share/bios.bin
    128KB
  • share/doc/.buildinfo
    231B
  • share/doc/_static/_sphinx_javascript_frameworks_compat.js
    .js 4KB
  • share/doc/_static/basic.css
    14KB
  • share/doc/_static/css/badge_only.css
    3KB
  • share/doc/_static/css/theme.css
    137KB
  • share/doc/_static/custom.js
    .js 298B
  • share/doc/_static/doctools.js
    4KB
  • share/doc/_static/documentation_options.js
    323B
  • share/doc/_static/file.png
    .png 286B
  • share/doc/_static/fonts/Lato-Bold.ttf
    641KB
  • share/doc/_static/fonts/Lato-Bold.woff2
    206KB
  • share/doc/_static/fonts/Lato-BoldItalic.ttf
    682KB
  • share/doc/_static/fonts/Lato-BoldItalic.woff2
    222KB
  • share/doc/_static/fonts/Lato-Italic.ttf
    706KB
  • share/doc/_static/fonts/Lato-Italic.woff2
    226KB
  • share/doc/_static/fonts/Lato-Regular.ttf
    641KB
  • share/doc/_static/fonts/Lato-Regular.woff2
    206KB
  • share/doc/_static/fonts/RobotoSlab-Bold.woff2
    51KB
  • share/doc/_static/fonts/RobotoSlab-Regular.woff2
    51KB
  • share/doc/_static/fonts/fontawesome-webfont.eot
    161KB
  • share/doc/_static/fonts/fontawesome-webfont.svg
    .svg .xml 433KB
  • share/doc/_static/fonts/fontawesome-webfont.ttf
    161KB
  • share/doc/_static/fonts/fontawesome-webfont.woff
    95KB
  • share/doc/_static/fonts/fontawesome-webfont.woff2
    75KB
  • share/doc/_static/jquery.js
    .js 86KB
  • share/doc/_static/js/theme.js
    .js 9KB
  • share/doc/_static/js/versions.js
    .js 6KB
  • share/doc/_static/language_data.js
    .js 4KB
  • share/doc/_static/minus.png
    .png 90B
  • share/doc/_static/plus.png
    .png 90B
  • share/doc/_static/pygments.css
    4KB
  • share/doc/_static/qemu_128x128.png
    .png 8KB
  • share/doc/_static/qemu_32x32.png
    .png 1KB
  • share/doc/_static/searchtools.js
    .js 20KB
  • share/doc/_static/sphinx_highlight.js
    .js 5KB
  • share/doc/_static/theme_overrides.css
    6KB
  • share/doc/about/build-platforms.html
    .html .js 17KB
  • share/doc/about/deprecated.html
    .html .js 55KB
  • share/doc/about/emulation.html
    .html 96KB
  • share/doc/about/index.html
    .html .js 12KB
  • share/doc/about/license.html
    .html .js 6KB
  • share/doc/about/removed-features.html
    .html 194KB
  • share/doc/dbus-dbusindex.html
    .html .js 8KB
  • share/doc/devel/atomics.html
    .html .js 60KB
  • share/doc/devel/bitops.html
    .html 78KB
  • share/doc/devel/block-coroutine-wrapper.html
    .html .js 13KB
  • share/doc/devel/build-environment.html
    .html .js 20KB
  • share/doc/devel/build-system.html
    .html .js 55KB
  • share/doc/devel/clocks.html
    .html .js 60KB
  • share/doc/devel/code-of-conduct.html
    .html .js 11KB
  • share/doc/devel/code-provenance.html
    .html .js 34KB
  • share/doc/devel/codebase.html
    .html .js 26KB
  • share/doc/devel/conflict-resolution.html
    .html .js 12KB
  • share/doc/devel/control-flow-integrity.html
    .html .js 18KB
  • share/doc/devel/crypto.html
    .html .js 10KB
  • share/doc/devel/decodetree.html
    .html .js 31KB
  • share/doc/devel/docs.html
    .html .js 12KB
  • share/doc/devel/ebpf_rss.html
    .html .js 19KB
  • share/doc/devel/hexagon-sys.html
    .html .js 15KB
  • share/doc/devel/index-api.html
    .html .js 14KB
  • share/doc/devel/index-build.html
    .html .js 18KB
  • share/doc/devel/index-internals.html
    .html .js 24KB
  • share/doc/devel/index-process.html
    .html .js 14KB
  • share/doc/devel/index-tcg.html
    .html .js 12KB
  • share/doc/devel/index.html
    .html .js 8KB
  • share/doc/devel/kconfig.html
    .html .js 31KB
  • share/doc/devel/loads-stores.html
    .html .js 50KB
  • share/doc/devel/lockcnt.html
    .html .js 44KB
  • share/doc/devel/luks-detached-header.html
    .html .js 27KB
  • share/doc/devel/maintainers.html
    .html .js 14KB
  • share/doc/devel/memory.html
    .html 253KB
  • share/doc/devel/migration/CPR.html
    .html .js 54KB
  • share/doc/devel/migration/best-practices.html
    .html .js 12KB
  • share/doc/devel/migration/compatibility.html
    .html .js 46KB
  • share/doc/devel/migration/dirty-limit.html
    .html .js 14KB
  • share/doc/devel/migration/features.html
    .html .js 14KB
  • share/doc/devel/migration/index.html
    .html .js 12KB
  • share/doc/devel/migration/main.html
    .html .js 56KB
  • share/doc/devel/migration/mapped-ram.html
    .html .js 21KB
  • share/doc/devel/migration/postcopy.html
    .html .js 30KB
  • share/doc/devel/migration/qatzip-compression.html
    .html .js 23KB
  • share/doc/devel/migration/qpl-compression.html
    .html .js 35KB
  • share/doc/devel/migration/uadk-compression.html
    .html .js 19KB
  • share/doc/devel/migration/vfio.html
    .html .js 32KB
  • share/doc/devel/migration/virtio.html
    .html .js 18KB
  • share/doc/devel/migration/xbzrle.html
    .html .js 21KB
  • share/doc/devel/modules.html
    .html .js 12KB
  • share/doc/devel/multi-process.html
    .html .js 63KB
  • share/doc/devel/multi-thread-tcg.html
    .html .js 24KB
  • share/doc/devel/multiple-iothreads.html
    .html .js 23KB
  • share/doc/devel/pci.html
    .html .js 54KB
  • share/doc/devel/qapi-code-gen.html
    .html 138KB
  • share/doc/devel/qapi-domain.html
    .html 67KB
  • share/doc/devel/qdev-api.html
    .html 98KB
  • share/doc/devel/qom-api.html
    .html 277KB
  • share/doc/devel/qom.html
    .html .js 52KB
  • share/doc/devel/rcu.html
    .html .js 40KB
  • share/doc/devel/replay.html
    .html .js 24KB
  • share/doc/devel/reset.html
    .html .js 38KB
  • share/doc/devel/rust.html
    .html .js 51KB
  • share/doc/devel/s390-cpu-topology.html
    .html .js 26KB
  • share/doc/devel/s390-dasd-ipl.html
    .html .js 18KB
  • share/doc/devel/secure-coding-practices.html
    .html .js 16KB
  • share/doc/devel/ssi.html
    .html .js 18KB
  • share/doc/devel/stable-process.html
    .html .js 12KB
  • share/doc/devel/style.html
    .html 72KB
  • share/doc/devel/submitting-a-patch.html
    .html .js 55KB
  • share/doc/devel/submitting-a-pull-request.html
    .html .js 12KB
  • share/doc/devel/tcg-icount.html
    .html .js 12KB
  • share/doc/devel/tcg-ops.html
    .html 65KB
  • share/doc/devel/tcg-plugins.html
    .html 162KB
  • share/doc/devel/tcg.html
    .html .js 20KB
  • share/doc/devel/testing/acpi-bits.html
    .html .js 17KB
  • share/doc/devel/testing/blkdebug.html
    .html .js 20KB
  • share/doc/devel/testing/blkverify.html
    .html .js 12KB
  • share/doc/devel/testing/ci.html
    .html .js 31KB
  • share/doc/devel/testing/functional.html
    .html .js 35KB
  • share/doc/devel/testing/fuzzing.html
    .html .js 35KB
  • share/doc/devel/testing/index.html
    .html .js 23KB
  • share/doc/devel/testing/main.html
    .html 87KB
  • share/doc/devel/testing/qgraph.html
    .html 93KB
  • share/doc/devel/testing/qtest.html
    .html 190KB
  • share/doc/devel/tracing.html
    .html .js 35KB
  • share/doc/devel/trivial-patches.html
    .html .js 10KB
  • share/doc/devel/uefi-vars.html
    .html .js 14KB
  • share/doc/devel/ui.html
    .html .js 37KB
  • share/doc/devel/vfio-iommufd.html
    .html .js 19KB
  • share/doc/devel/vfio-mdpy.html
    .html .js 15KB
  • share/doc/devel/virtio-backends.html
    .html .js 35KB
  • share/doc/devel/writing-monitor-commands.html
    .html .js 52KB
  • share/doc/devel/zoned-storage.html
    .html .js 12KB
  • share/doc/genindex.html
    .html 354KB
  • share/doc/glossary.html
    .html .js 22KB
  • share/doc/index.html
    .html .js 22KB
  • share/doc/interop/barrier.html
    .html .js 35KB
  • share/doc/interop/bitmaps.html
    .html 154KB
  • share/doc/interop/dbus-display.html
    .html 122KB
  • share/doc/interop/dbus-vmstate.html
    .html .js 13KB
  • share/doc/interop/dbus-vnc.html
    .html .js 28KB
  • share/doc/interop/dbus.html
    .html .js 14KB
  • share/doc/interop/index.html
    .html .js 51KB
  • share/doc/interop/live-block-operations.html
    .html 114KB
  • share/doc/interop/nbd.html
    .html .js 15KB
  • share/doc/interop/parallels.html
    .html .js 33KB
  • share/doc/interop/pr-helper.html
    .html .js 13KB
  • share/doc/interop/prl-xml.html
    .html .js 22KB
  • share/doc/interop/qcow2.html
    .html 132KB
  • share/doc/interop/qed_spec.html
    .html .js 28KB
  • share/doc/interop/qemu-ga-ref.html
    .html 195KB
  • share/doc/interop/qemu-ga.html
    .html .js 24KB
  • share/doc/interop/qemu-qmp-ref.html
    .html 2.6MB
  • share/doc/interop/qemu-storage-daemon-qmp-ref.html
    .html 1.1MB
  • share/doc/interop/qmp-spec.html
    .html .js 45KB
  • share/doc/interop/vfio-user.html
    .html 153KB
  • share/doc/interop/vhost-user-gpu.html
    .html .js 33KB
  • share/doc/interop/vhost-user.html
    .html 176KB
  • share/doc/interop/vhost-vdpa.html
    .html .js 9KB
  • share/doc/interop/virtio-balloon-stats.html
    .html .js 16KB
  • share/doc/interop/vnc-ledstate-pseudo-encoding.html
    .html .js 11KB
  • share/doc/objects.inv
    27KB
  • share/doc/qapi-qga-index.html
    .html .js 45KB
  • share/doc/qapi-qmp-index.html
    .html 452KB
  • share/doc/qapi-qsd-index.html
    .html 224KB
  • share/doc/search.html
    .html .js 5KB
  • share/doc/searchindex.js
    1.2MB
  • share/doc/specs/acpi_cpu_hotplug.html
    .html .js 19KB
  • share/doc/specs/acpi_erst.html
    .html .js 21KB
  • share/doc/specs/acpi_hest_ghes.html
    .html .js 24KB
  • share/doc/specs/acpi_hw_reduced_hotplug.html
    .html .js 16KB
  • share/doc/specs/acpi_mem_hotplug.html
    .html .js 20KB
  • share/doc/specs/acpi_nvdimm.html
    .html .js 25KB
  • share/doc/specs/acpi_pci_hotplug.html
    .html .js 13KB
  • share/doc/specs/aspeed-intc.html
    .html .js 30KB
  • share/doc/specs/edu.html
    .html .js 18KB
  • share/doc/specs/fsi.html
    .html .js 16KB
  • share/doc/specs/fw_cfg.html
    .html .js 32KB
  • share/doc/specs/index.html
    .html .js 29KB
  • share/doc/specs/iommu-testdev.html
    .html .js 21KB
  • share/doc/specs/ivshmem-spec.html
    .html .js 24KB
  • share/doc/specs/pci-ids.html
    .html .js 15KB
  • share/doc/specs/pci-serial.html
    .html .js 11KB
  • share/doc/specs/pci-testdev.html
    .html .js 13KB
  • share/doc/specs/ppc-spapr-hcalls.html
    .html .js 17KB
  • share/doc/specs/ppc-spapr-hotplug.html
    .html .js 50KB
  • share/doc/specs/ppc-spapr-numa.html
    .html .js 42KB
  • share/doc/specs/ppc-spapr-uv-hcalls.html
    .html .js 18KB
  • share/doc/specs/ppc-spapr-xive.html
    .html .js 38KB
  • share/doc/specs/ppc-xive.html
    .html .js 28KB
  • share/doc/specs/pvpanic.html
    .html .js 13KB
  • share/doc/specs/rapl-msr.html
    .html .js 18KB
  • share/doc/specs/riscv-aia.html
    .html .js 15KB
  • share/doc/specs/riscv-iommu.html
    .html .js 17KB
  • share/doc/specs/rocker.html
    .html 128KB
  • share/doc/specs/sev-guest-firmware.html
    .html .js 16KB
  • share/doc/specs/spdm.html
    .html .js 21KB
  • share/doc/specs/standard-vga.html
    .html .js 15KB
  • share/doc/specs/tpm.html
    .html .js 43KB
  • share/doc/specs/virt-ctlr.html
    .html .js 11KB
  • share/doc/specs/vmcoreinfo.html
    .html .js 14KB
  • share/doc/specs/vmgenid.html
    .html .js 33KB
  • share/doc/specs/vmw_pvscsi-spec.html
    .html .js 18KB
  • share/doc/system/arm/aspeed.html
    .html .js 53KB
  • share/doc/system/arm/b-l475e-iot01a.html
    .html .js 14KB
  • share/doc/system/arm/bananapi_m2u.html
    .html .js 21KB
  • share/doc/system/arm/collie.html
    .html .js 12KB
  • share/doc/system/arm/cpu-features.html
    .html .js 57KB
  • share/doc/system/arm/cubieboard.html
    .html .js 12KB
  • share/doc/system/arm/digic.html
    .html .js 12KB
  • share/doc/system/arm/emcraft-sf2.html
    .html .js 12KB
  • share/doc/system/arm/emulation.html
    .html .js 28KB
  • share/doc/system/arm/exynos.html
    .html .js 12KB
  • share/doc/system/arm/imx25-pdk.html
    .html .js 13KB
  • share/doc/system/arm/imx8m.html
    .html .js 19KB
  • share/doc/system/arm/integratorcp.html
    .html .js 12KB
  • share/doc/system/arm/kzm.html
    .html .js 12KB
  • share/doc/system/arm/max78000.html
    .html .js 14KB
  • share/doc/system/arm/mcimx6ul-evk.html
    .html .js 12KB
  • share/doc/system/arm/mcimx7d-sabre.html
    .html .js 12KB
  • share/doc/system/arm/mps2.html
    .html .js 19KB
  • share/doc/system/arm/musca.html
    .html .js 13KB
  • share/doc/system/arm/musicpal.html
    .html .js 12KB
  • share/doc/system/arm/nrf.html
    .html .js 14KB
  • share/doc/system/arm/nuvoton.html
    .html .js 22KB
  • share/doc/system/arm/orangepi.html
    .html .js 30KB
  • share/doc/system/arm/raspi.html
    .html .js 15KB
  • share/doc/system/arm/realview.html
    .html .js 14KB
  • share/doc/system/arm/sabrelite.html
    .html .js 18KB
  • share/doc/system/arm/sbsa.html
    .html .js 17KB
  • share/doc/system/arm/stellaris.html
    .html .js 13KB
  • share/doc/system/arm/stm32.html
    .html .js 16KB
  • share/doc/system/arm/sx1.html
    .html .js 12KB
  • share/doc/system/arm/versatile.html
    .html .js 16KB
  • share/doc/system/arm/vexpress.html
    .html .js 19KB
  • share/doc/system/arm/virt.html
    .html .js 40KB
  • share/doc/system/arm/vmapple.html
    .html .js 19KB
  • share/doc/system/arm/xenpvh.html
    .html .js 14KB
  • share/doc/system/arm/xlnx-versal-virt.html
    .html .js 36KB
  • share/doc/system/arm/xlnx-zcu102.html
    .html .js 13KB
  • share/doc/system/arm/xlnx-zynq.html
    .html .js 18KB
  • share/doc/system/authz.html
    .html .js 28KB
  • share/doc/system/barrier.html
    .html .js 14KB
  • share/doc/system/bootindex.html
    .html .js 14KB
  • share/doc/system/confidential-guest-support.html
    .html .js 13KB
  • share/doc/system/cpu-hotplug.html
    .html .js 21KB
  • share/doc/system/device-emulation.html
    .html .js 17KB
  • share/doc/system/devices/can.html
    .html .js 33KB
  • share/doc/system/devices/canokey.html
    .html .js 21KB
  • share/doc/system/devices/ccid.html
    .html .js 31KB
  • share/doc/system/devices/cxl.html
    .html 109KB
  • share/doc/system/devices/emmc.html
    .html .js 15KB
  • share/doc/system/devices/igb.html
    .html .js 16KB
  • share/doc/system/devices/ivshmem-flat.html
    .html .js 13KB
  • share/doc/system/devices/ivshmem.html
    .html .js 14KB
  • share/doc/system/devices/keyboard.html
    .html .js 15KB
  • share/doc/system/devices/net.html
    .html .js 30KB
  • share/doc/system/devices/nvme.html
    .html .js 41KB
  • share/doc/system/devices/scsi/index.html
    .html .js 11KB
  • share/doc/system/devices/scsi/migrate-pr.html
    .html .js 14KB
  • share/doc/system/devices/usb-u2f.html
    .html .js 16KB
  • share/doc/system/devices/usb.html
    .html .js 38KB
  • share/doc/system/devices/vfio-user.html
    .html .js 13KB
  • share/doc/system/devices/virtio/index.html
    .html .js 13KB
  • share/doc/system/devices/virtio/vhost-user-contrib.html
    .html .js 19KB
  • share/doc/system/devices/virtio/vhost-user.html
    .html .js 19KB
  • share/doc/system/devices/virtio/virtio-gpu.html
    .html .js 27KB
  • share/doc/system/devices/virtio/virtio-pmem.html
    .html .js 17KB
  • share/doc/system/devices/virtio/virtio-snd.html
    .html .js 15KB
  • share/doc/system/gdb.html
    .html .js 25KB
  • share/doc/system/generic-loader.html
    .html .js 17KB
  • share/doc/system/guest-loader.html
    .html .js 12KB
  • share/doc/system/hexagon/cdsp.html
    .html .js 12KB
  • share/doc/system/hexagon/emulation.html
    .html .js 12KB
  • share/doc/system/i386/amd-memory-encryption.html
    .html .js 33KB
  • share/doc/system/i386/cpu.html
    .html .js 53KB
  • share/doc/system/i386/hyperv.html
    .html .js 36KB
  • share/doc/system/i386/kvm-pv.html
    .html .js 18KB
  • share/doc/system/i386/microvm.html
    .html .js 19KB
  • share/doc/system/i386/nitro-enclave.html
    .html .js 17KB
  • share/doc/system/i386/pc.html
    .html .js 15KB
  • share/doc/system/i386/sgx.html
    .html .js 23KB
  • share/doc/system/i386/tdx.html
    .html .js 20KB
  • share/doc/system/i386/xen.html
    .html .js 20KB
  • share/doc/system/i386/xenpvh.html
    .html .js 14KB
  • share/doc/system/igvm.html
    .html .js 22KB
  • share/doc/system/images.html
    .html 80KB
  • share/doc/system/index.html
    .html .js 39KB
  • share/doc/system/introduction.html
    .html .js 23KB
  • share/doc/system/invocation.html
    .html 414KB
  • share/doc/system/keys.html
    .html .js 13KB
  • share/doc/system/linuxboot.html
    .html .js 11KB
  • share/doc/system/loongarch/virt.html
    .html .js 18KB
  • share/doc/system/managed-startup.html
    .html .js 11KB
  • share/doc/system/monitor.html
    .html .js 63KB
  • share/doc/system/multi-process.html
    .html .js 11KB
  • share/doc/system/mux-chardev.html
    .html .js 12KB
  • share/doc/system/nitro.html
    .html .js 18KB
  • share/doc/system/or1k/cpu-features.html
    .html .js 12KB
  • share/doc/system/or1k/emulation.html
    .html .js 12KB
  • share/doc/system/or1k/or1k-sim.html
    .html .js 14KB
  • share/doc/system/or1k/virt.html
    .html .js 15KB
  • share/doc/system/ppc/amigang.html
    .html .js 25KB
  • share/doc/system/ppc/embedded.html
    .html .js 12KB
  • share/doc/system/ppc/powermac.html
    .html .js 13KB
  • share/doc/system/ppc/powernv.html
    .html .js 29KB
  • share/doc/system/ppc/ppce500.html
    .html .js 26KB
  • share/doc/system/ppc/prep.html
    .html .js 12KB
  • share/doc/system/ppc/pseries.html
    .html .js 32KB
  • share/doc/system/pr-manager.html
    .html .js 14KB
  • share/doc/system/qemu-block-drivers.html
    .html 68KB
  • share/doc/system/qemu-colo.html
    .html 75KB
  • share/doc/system/qemu-cpu-models.html
    .html .js 53KB
  • share/doc/system/qemu-manpage.html
    .html 420KB
  • share/doc/system/replay.html
    .html .js 25KB
  • share/doc/system/riscv/k230.html
    .html .js 24KB
  • share/doc/system/riscv/microblaze-v-generic.html
    .html .js 15KB
  • share/doc/system/riscv/microchip-icicle-kit.html
    .html .js 20KB
  • share/doc/system/riscv/mips.html
    .html .js 14KB
  • share/doc/system/riscv/shakti-c.html
    .html .js 17KB
  • share/doc/system/riscv/sifive_u.html
    .html .js 38KB
  • share/doc/system/riscv/tt_atlantis.html
    .html .js 14KB
  • share/doc/system/riscv/virt.html
    .html .js 30KB
  • share/doc/system/riscv/xiangshan-kunminghu.html
    .html .js 15KB
  • share/doc/system/s390x/3270.html
    .html .js 17KB
  • share/doc/system/s390x/bootdevices.html
    .html .js 26KB
  • share/doc/system/s390x/cpu-topology.html
    .html .js 27KB
  • share/doc/system/s390x/css.html
    .html .js 19KB
  • share/doc/system/s390x/pcidevices.html
    .html .js 16KB
  • share/doc/system/s390x/protvirt.html
    .html .js 15KB
  • share/doc/system/s390x/vfio-ap.html
    .html 73KB
  • share/doc/system/s390x/vfio-ccw.html
    .html .js 21KB
  • share/doc/system/secrets.html
    .html .js 21KB
  • share/doc/system/security.html
    .html .js 25KB
  • share/doc/system/sriov.html
    .html .js 11KB
  • share/doc/system/target-arm.html
    .html .js 31KB
  • share/doc/system/target-avr.html
    .html .js 15KB
  • share/doc/system/target-hexagon.html
    .html .js 17KB
  • share/doc/system/target-i386.html
    .html .js 14KB
  • share/doc/system/target-loongarch.html
    .html .js 12KB
  • share/doc/system/target-m68k.html
    .html .js 11KB
  • share/doc/system/target-mips.html
    .html .js 22KB
  • share/doc/system/target-or1k.html
    .html .js 15KB
  • share/doc/system/target-ppc.html
    .html .js 13KB
  • share/doc/system/target-riscv.html
    .html .js 21KB
  • share/doc/system/target-rx.html
    .html .js 13KB
  • share/doc/system/target-s390x.html
    .html .js 18KB
  • share/doc/system/target-sparc.html
    .html .js 13KB
  • share/doc/system/target-sparc64.html
    .html .js 13KB
  • share/doc/system/target-xtensa.html
    .html .js 12KB
  • share/doc/system/targets.html
    .html 84KB
  • share/doc/system/tls.html
    .html .js 47KB
  • share/doc/system/virtio-net-failover.html
    .html .js 13KB
  • share/doc/system/vm-templating.html
    .html .js 16KB
  • share/doc/system/vnc-security.html
    .html .js 20KB
  • share/doc/system/whpx.html
    .html .js 17KB
  • share/doc/tools/index.html
    .html .js 10KB
  • share/doc/tools/qemu-img.html
    .html 100KB
  • share/doc/tools/qemu-nbd.html
    .html .js 42KB
  • share/doc/tools/qemu-pr-helper.html
    .html .js 17KB
  • share/doc/tools/qemu-storage-daemon.html
    .html .js 33KB
  • share/doc/tools/qemu-trace-stap.html
    .html .js 13KB
  • share/doc/tools/qemu-vmsr-helper.html
    .html .js 17KB
  • share/doc/tools/qemu-vnc.html
    .html .js 34KB
  • share/doc/user/index.html
    .html .js 6KB
  • share/doc/user/main.html
    .html .js 23KB
  • share/dtb/bamboo.dtb
    3KB
  • share/dtb/canyonlands.dtb
    9KB
  • share/dtb/pegasos1.dtb
    1KB
  • share/dtb/pegasos2.dtb
    2KB
  • share/dtb/petalogix-ml605.dtb
    9KB
  • share/dtb/petalogix-s3adsp1800.dtb
    7KB
  • share/edk2-aarch64-code.fd
    64.0MB
  • share/edk2-arm-code.fd
    64.0MB
  • share/edk2-arm-vars.fd
    64.0MB
  • share/edk2-i386-code.fd
    3.5MB
  • share/edk2-i386-secure-code.fd
    3.5MB
  • share/edk2-i386-vars.fd
    528KB
  • share/edk2-licenses.txt
    41KB
  • share/edk2-loongarch64-code.fd
    16.0MB
  • share/edk2-loongarch64-vars.fd
    16.0MB
  • share/edk2-riscv-code.fd
    32.0MB
  • share/edk2-riscv-vars.fd
    32.0MB
  • share/edk2-x86_64-code.fd
    3.5MB
  • share/edk2-x86_64-secure-code.fd
    3.5MB
  • share/efi-e1000.rom
    155KB
  • share/efi-e1000e.rom
    155KB
  • share/efi-eepro100.rom
    155KB
  • share/efi-ne2k_pci.rom
    154KB
  • share/efi-pcnet.rom
    154KB
  • share/efi-rtl8139.rom
    157KB
  • share/efi-virtio.rom
    157KB
  • share/efi-vmxnet3.rom
    153KB
  • share/firmware/50-edk2-i386-secure.json
    720B
  • share/firmware/50-edk2-x86_64-secure.json
    745B
  • share/firmware/60-edk2-aarch64.json
    626B
  • share/firmware/60-edk2-arm.json
    614B
  • share/firmware/60-edk2-i386.json
    671B
  • share/firmware/60-edk2-loongarch64.json
    621B
  • share/firmware/60-edk2-riscv64.json
    601B
  • share/firmware/60-edk2-x86_64.json
    718B
  • share/hppa-firmware.img
    .elf 619KB
  • share/hppa-firmware64.img
    .elf 650KB
  • share/icons/hicolor/128x128/apps/qemu.png
    .png 8KB
  • share/icons/hicolor/16x16/apps/qemu.png
    .png 765B
  • share/icons/hicolor/24x24/apps/qemu.png
    .png 1KB
  • share/icons/hicolor/256x256/apps/qemu.png
    .png 17KB
  • share/icons/hicolor/32x32/apps/qemu.bmp
    4KB
  • share/icons/hicolor/32x32/apps/qemu.png
    .png 1KB
  • share/icons/hicolor/48x48/apps/qemu.png
    .png 2KB
  • share/icons/hicolor/512x512/apps/qemu.png
    .png 37KB
  • share/icons/hicolor/64x64/apps/qemu.png
    .png 3KB
  • share/icons/hicolor/scalable/apps/qemu.svg
    .svg .xml 30KB
  • share/keymaps/ar
    27KB
  • share/keymaps/bepo
    27KB
  • share/keymaps/cz
    28KB
  • share/keymaps/da
    28KB
  • share/keymaps/de
    28KB
  • share/keymaps/de-ch
    28KB
  • share/keymaps/en-gb
    28KB
  • share/keymaps/en-us
    26KB
  • share/keymaps/es
    28KB
  • share/keymaps/et
    26KB
  • share/keymaps/fi
    27KB
  • share/keymaps/fo
    28KB
  • share/keymaps/fr
    28KB
  • share/keymaps/fr-be
    28KB
  • share/keymaps/fr-ca
    26KB
  • share/keymaps/fr-ch
    28KB
  • share/keymaps/hr
    28KB
  • share/keymaps/hu
    28KB
  • share/keymaps/is
    28KB
  • share/keymaps/it
    28KB
  • share/keymaps/ja
    26KB
  • share/keymaps/lt
    28KB
  • share/keymaps/lv
    27KB
  • share/keymaps/mk
    27KB
  • share/keymaps/nl
    28KB
  • share/keymaps/no
    28KB
  • share/keymaps/pl
    28KB
  • share/keymaps/pt
    28KB
  • share/keymaps/pt-br
    28KB
  • share/keymaps/ru
    27KB
  • share/keymaps/sl
    4KB
  • share/keymaps/sv
    3KB
  • share/keymaps/th
    27KB
  • share/keymaps/tr
    28KB
  • share/kvmvapic.bin
    9KB
  • share/linuxboot_dma.bin
    1KB
  • share/locale/bg/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/de_DE/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/fr_FR/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/hu/LC_MESSAGES/qemu.mo
    978B
  • share/locale/it/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/sv/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/tr/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/uk/LC_MESSAGES/qemu.mo
    1KB
  • share/locale/zh_CN/LC_MESSAGES/qemu.mo
    1KB
  • share/man/man1/qemu-img.1
    43KB
  • share/man/man1/qemu-storage-daemon.1
    13KB
  • share/man/man1/qemu.1
    .vbs 238KB
  • share/man/man7/qemu-block-drivers.7
    31KB
  • share/man/man7/qemu-cpu-models.7
    25KB
  • share/man/man7/qemu-ga-ref.7
    56KB
  • share/man/man7/qemu-qmp-ref.7
    .vbs 833KB
  • share/man/man7/qemu-storage-daemon-qmp-ref.7
    .vbs 369KB
  • share/man/man8/qemu-ga.8
    5KB
  • share/man/man8/qemu-nbd.8
    11KB
  • share/man/man8/qemu-pr-helper.8
    4KB
  • share/multiboot_dma.bin
    1024B
  • share/npcm7xx_bootrom.bin
    736B
  • share/npcm8xx_bootrom.bin
    672B
  • share/openbios-ppc
    .elf 657KB
  • share/openbios-sparc32
    .elf 373KB
  • share/openbios-sparc64
    .elf 1.5MB
  • share/opensbi-riscv32-generic-fw_dynamic.bin
    264KB
  • share/opensbi-riscv64-generic-fw_dynamic.bin
    269KB
  • share/palcode-clipper
    .elf 150KB
  • share/pnv-pnor.bin
    136KB
  • share/pvh.bin
    1KB
  • share/pxe-e1000.rom
    65KB
  • share/pxe-eepro100.rom
    60KB
  • share/pxe-ne2k_pci.rom
    60KB
  • share/pxe-pcnet.rom
    60KB
  • share/pxe-rtl8139.rom
    60KB
  • share/pxe-virtio.rom
    59KB
  • share/qboot.rom
    64KB
  • share/qemu-nsis.bmp
    150KB
  • share/qemu_vga.ndrv
    18KB
  • share/s390-ccw.img
    .elf 101KB
  • share/skiboot.lid
    2.5MB
  • share/slof.bin
    974KB
  • share/trace-events-all
    563KB
  • share/u-boot-sam460.bin
    512KB
  • share/u-boot.e500
    .elf 411KB
  • share/vgabios-ati.bin
    38KB
  • share/vgabios-bochs-display.bin
    28KB
  • share/vgabios-cirrus.bin
    38KB
  • share/vgabios-qxl.bin
    38KB
  • share/vgabios-ramfb.bin
    28KB
  • share/vgabios-stdvga.bin
    38KB
  • share/vgabios-virtio.bin
    38KB
  • share/vgabios-vmware.bin
    38KB
  • share/vgabios.bin
    38KB
  • share/vof-nvram.bin
    16KB
  • share/vof.bin
    3KB

qemu-w64-setup-20260729.exe

  • IMPHASH f4d1e4cd7416ef83f79f7c6a038875b3
  • SHA256 f88141ccb5597ceb7bed58ffb6cd173d3fc14233772bc6edff6583c7b4bb816c
  • MD5 SHA1 SHA512 SSDEEP TLSH
  • Untrusted Codesign Signers

    Codesigned file was signed by an untrusted entity.

PE Signature issue

Digest
63:e9:e2:cc:8e:8b:d5:56:4f:33:34:6b:12:d2:cf:58:79:f3:e7:b0:cb:64:cb:8b:f2:a5:4f:7e:b6:0a:f1:dc
Digest Algorithm
sha256
PE Digests Matches
Trusted
Not trusted
Signing Certificate
CN=Universität Mannheim,O=Universität Mannheim,ST=Baden-Württemberg,C=DE
Minor OS version
0
Major OS version
4
Entry point
17880
Magic Number
267
Subsystem
IMAGE_SUBSYSTEM_WINDOWS_GUI
DLL Characteristics
IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE IMAGE_DLLCHARACTERISTICS_NX_COMPAT IMAGE_DLLCHARACTERISTICS_NO_SEH IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE
File Characteristics
IMAGE_FILE_RELOCS_STRIPPED IMAGE_FILE_EXECUTABLE_IMAGE IMAGE_FILE_LINE_NUMS_STRIPPED IMAGE_FILE_LOCAL_SYMS_STRIPPED IMAGE_FILE_32BIT_MACHINE IMAGE_FILE_DEBUG_STRIPPED
PDB paths