Searched +full:- +full:- +full:- (Results 126 – 150 of 8556) sorted by relevance
12345678910>>...343
4 SiFive HiFive Unleashed Development Board is the ultimate RISC-V development5 board featuring the Freedom U540 multi-core RISC-V processor.8 -----------------15 * Platform-Level Interrupt Controller (PLIC)17 * L2 Loosely Integrated Memory (L2-LIM)22 * 1 One-Time Programmable (OTP) memory with stored serial number30 1 E51 core and 4 U54 core combination and the RISC-V core boots in 64-bit mode.32 is also possible to create a 32-bit variant with the same peripherals except33 that the RISC-V cores are replaced by the 32-bit ones (E31 and U34), to help34 testing of 32-bit guest software.[all …]
4 * top-level directory.12 #include "hw/qdev-properties.h"13 #include "hw/virtio/virtio-input.h"17 #include "standard-headers/linux/input.h"24 /* ----------------------------------------------------------------- */52 /* ----------------------------------------------------------------- */93 switch (evt->type) { in virtio_input_handle_event()95 key = evt->u.key.data; in virtio_input_handle_event()96 qcode = qemu_input_key_value_to_qcode(key->key); in virtio_input_handle_event()101 event.value = cpu_to_le32(key->down ? 1 : 0); in virtio_input_handle_event()[all …]
5 ; Copyright (C) 2006-2012 Stefan Weil20 ; SPDX-License-Identifier: GPL-2.0-or-later27 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"37 !define OUTFILE "qemu-setup.exe"72 ;--------------------------------74 ;!define MUI_HEADERIMAGE "qemu-nsis.bmp"76 !define MUI_ICON "${SRCDIR}\pc-bios\qemu-nsis.ico"77 !define MUI_UNICON "${SRCDIR}\pc-bios\qemu-nsis.ico"78 !define MUI_WELCOMEFINISHPAGE_BITMAP "${SRCDIR}\pc-bios\qemu-nsis.bmp"79 ; !define MUI_HEADERIMAGE_BITMAP "qemu-install.bmp"[all …]
18 * Contributions after 2012-01-13 are licensed under the terms of the23 #include "qemu/main-loop.h"26 #include "qemu/qemu-print.h"38 #include "hw/xen/xen-backend.h"39 #include "hw/xen/xen-bus-helper.h"40 #include "hw/qdev-properties.h"41 #include "hw/qdev-properties-system.h"48 /* ------------------------------------------------------------- */67 #define TYPE_XEN_NET_DEVICE "xen-net-device"70 /* ------------------------------------------------------------- */ in OBJECT_DECLARE_SIMPLE_TYPE()[all …]
4 * Copyright Mian-M. Hamayun 2013, Virtual Open Systems8 * See the COPYING file in the top-level directory.26 * simple un-linked breakpoints (i.e. we don't chain breakpoints34 * +------+------+-------+-----+----+------+-----+------+-----+---+36 * +------+------+-------+-----+----+------+-----+------+-----+---+40 * SSC/HMC/PMC: Security, Higher and Priv access control (Table D-12)47 * +------+-----------+----------+-----+49 * +------+-----------+----------+-----+65 return -ENOBUFS; in insert_hw_breakpoint()86 for (i = 0; i < hw_breakpoints->len; i++) { in delete_hw_breakpoint()[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all debian-12 qemu5 # https://gitlab.com/libvirt/libvirt-ci7 FROM docker.io/library/debian:12-slim10 apt-get update && \11 apt-get install -y eatmydata && \12 eatmydata apt-get dist-upgrade -y && \13 eatmydata apt-get install --no-install-recommends -y \20 ca-certificates \26 exuberant-ctags \[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu5 # https://gitlab.com/libvirt/libvirt-ci10 apt-get update && \11 apt-get install -y eatmydata && \12 eatmydata apt-get dist-upgrade -y && \13 eatmydata apt-get install --no-install-recommends -y \19 ca-certificates \25 exuberant-ctags \33 libaio-dev \[all …]
8 -----------------19 * Power-off functionality via one GPIO pin26 ----------------------------------29 which it passes to the guest, if there is no ``-dtb`` option. This provides33 If users want to provide their own DTB, they can use the ``-dtb`` option.36 * The number of subnodes under /cpus node should match QEMU's ``-smp`` option37 * The /memory reg size should match QEMU’s selected ram_size via ``-m``39 Both ``qemu-system-ppc`` and ``qemu-system-ppc64`` provide emulation for the40 following 32-bit PowerPC CPUs:45 Additionally ``qemu-system-ppc64`` provides support for the following 64-bit[all …]
5 * SPDX-License-Identifier: GPL-2.0+8 /dts-v1/;11 #address-cells = < 0x01 >;12 #size-cells = < 0x01 >;22 ethernet0 = "/axi/axi-ethernet@82780000";28 stdout-path = "/axi/serial@83e00000";32 #address-cells = < 0x01 >;34 #size-cells = < 0x00 >;37 clock-frequency = < 0xbebc200 >;38 compatible = "xlnx,microblaze-8.10.a";[all …]
5 * SPDX-License-Identifier: GPL-2.0+8 /dts-v1/;11 #address-cells = <0x01>;12 #size-cells = <0x01>;23 stdout-path = "/plb/serial@84000000";27 #address-cells = <0x01>;28 #size-cells = <0x00>;32 clock-frequency = <0x3b9aca0>;33 compatible = "xlnx,microblaze-7.10.d";34 d-cache-baseaddr = <0x90000000>;[all …]
44 # We are going to use lazy-refcounts56 -c "reopen -o lazy-refcounts=on,pass-discard-request=on" \57 -c "reopen -o lazy-refcounts=off,pass-discard-request=off" \58 -c "reopen -o pass-discard-snapshot=on,pass-discard-other=on" \59 -c "reopen -o pass-discard-snapshot=off,pass-discard-other=off" \60 -c "reopen -o overlap-check=all" \61 -c "reopen -o overlap-check=none" \62 -c "reopen -o overlap-check=cached" \63 -c "reopen -o overlap-check=constant" \64 -c "reopen -o overlap-check.template=all" \[all …]
4 #include "hw/virtio/vhost-user.h"5 #include "hw/virtio/vhost-user-base.h"7 #include "system/vhost-user-backend.h"9 /* ----------------------------------------------------------------- */12 #include "standard-headers/linux/virtio_ids.h"13 #include "standard-headers/linux/virtio_input.h"20 /* ----------------------------------------------------------------- */23 #define TYPE_VIRTIO_INPUT "virtio-input-device"29 #define TYPE_VIRTIO_INPUT_HID "virtio-input-hid-device"30 #define TYPE_VIRTIO_KEYBOARD "virtio-keyboard-device"[all …]
1 # All ubuntu-22.04 jobs should run successfully in an environment2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task5 ubuntu-22.04-s390x-all-linux:10 - ubuntu_22.0411 - s390x13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'14 - if: "$S390X_RUNNER_AVAILABLE"16 - mkdir build17 - cd build18 - ../configure --enable-debug --disable-system --disable-tools --disable-docs[all …]
1 ----------------------------------------------3 ----------------------------------------------11 pci-ids12 pci-serial13 pci-testdev14 ppc-xive15 ppc-spapr-xive16 ppc-spapr-numa25 sev-guest-firmware28 vmw_pvscsi-spec[all …]
1 msys2-64bit:4 - saas-windows-medium-amd648 - msys64/var/cache9 - ccache20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=022 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"27 - build/meson-logs/testlog.txt29 junit: "build/meson-logs/testlog.junit.xml"31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"[all …]
4 The Intel Query Processing Library (Intel ``QPL``) is an open-source library to8 The ``QPL`` compression relies on Intel In-Memory Analytics Accelerator(``IAA``)21 +----------------+ +------------------+22 | MultiFD Thread | |accel-config tool |23 +-------+--------+ +--------+---------+27 +-------+--------+ | Setup IAA29 +-------+---+----+ |31 | +-------------+-------+33 | Devices +-----+-----+35 | +-----+-----+[all …]
29 so the sdhci-test should only care of linking its qgraph node with34 ---------------45 - **QNODE_MACHINE**: for example ``arm/raspi2b``46 - **QNODE_DRIVER**: for example ``generic-sdhci``47 - **QNODE_INTERFACE**: for example ``sdhci`` (interface for all ``-sdhci``54 - **QNODE_TEST**: for example ``sdhci-test``. A test consumes an interface59 - QNODE_MACHINE: each machine struct must have a ``QGuestAllocator`` and63 - QNODE_DRIVER: driver names must be unique, and machines and nodes72 - ``X CONSUMES Y``: ``Y`` can be plugged into ``X``73 - ``X PRODUCES Y``: ``X`` provides the interface ``Y``[all …]
13 * top-level directory.21 #include "standard-headers/linux/virtio_ids.h"22 #include "standard-headers/linux/virtio_snd.h"24 #define TYPE_VIRTIO_SND "virtio-sound-device"97 * buffer->elem = [[owned VQ element]];101 * g_free(buffer->elem);118 * bytes. The size of `data` is determined from the I/O message's read-only119 * or write-only size when allocating VirtIOSoundPCMBuffer.158 * -------------------------164 * - `SET PARAMETERS`[all …]
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>2 <!-- Created with Inkscape (http://www.inkscape.org/) -->7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"24 style="stop-color:#000000;stop-opacity:1;"30 style="stop-color:#000000;stop-opacity:0.87843138;" />32 style="stop-color:#ffffff;stop-opacity:0.43921569;"38 style="stop-color:#181818;stop-opacity:1;" />40 style="stop-color:#242424;stop-opacity:1;"44 style="stop-color:#000000;stop-opacity:1;"[all …]
8 on regular (i.e non-NVDIMM) storage.11 -------17 How does virtio-pmem compare to the nvdimm emulation?18 -----------------------------------------------------20 NVDIMM emulation on regular (i.e. non-NVDIMM) host storage does not23 on non-NVDIMM host storage.26 -----------------28 A virtio pmem device backed by a memory-backend-file can be created on31 -object memory-backend-file,id=mem1,share,mem-path=./virtio_pmem.img,size=4G32 -device virtio-pmem-pci,memdev=mem1,id=nv1[all …]
3 --------5 --------11 -----------14 hardware-based, through a virtualization API provided by the host OS (kvm, hvf,15 whpx, ...), or software-based (tcg). See this description of `supported19 -----24 -----26 Block drivers are the available `disk formats and front-ends27 <block-drivers>` available, and block devices `(see Block device section on32 ---[all …]
5 #include "qemu/error-report.h"8 #include "hw/qdev-core.h"15 #include "qapi/qapi-types-char.h"16 #include "qapi/qapi-types-ui.h"65 #define TYPE_CHARDEV_QEMU_VDAGENT "chardev-qemu-vdagent"70 /* ------------------------------------------------------------------ */74 [VD_AGENT_CAP_MOUSE_STATE] = "mouse-state",75 [VD_AGENT_CAP_MONITORS_CONFIG] = "monitors-config",78 [VD_AGENT_CAP_DISPLAY_CONFIG] = "display-config",79 [VD_AGENT_CAP_CLIPBOARD_BY_DEMAND] = "clipboard-by-demand",[all …]
29 * http://msdn.microsoft.com/en-us/library/windows/hardware/ff537430.aspx33 /* ------------------------------------------------------------------ */61 func->bFirstInterfaceNumber = 0; in usb_desc_msos_compat()62 func->reserved_1 = 0x01; in usb_desc_msos_compat()63 if (desc->msos->CompatibleID) { in usb_desc_msos_compat()64 snprintf(func->compatibleId, sizeof(func->compatibleId), in usb_desc_msos_compat()65 "%s", desc->msos->CompatibleID); in usb_desc_msos_compat()70 hdr->dwLength = cpu_to_le32(length); in usb_desc_msos_compat()71 hdr->bcdVersion_lo = 0x00; in usb_desc_msos_compat()72 hdr->bcdVersion_hi = 0x01; in usb_desc_msos_compat()[all …]
46 # Clear-Exclusive, Barriers50 DSB 1111 0101 0111 1111 1111 0000 0100 ----51 DMB 1111 0101 0111 1111 1111 0000 0101 ----52 ISB 1111 0101 0111 1111 1111 0000 0110 ----60 PLD 1111 0101 -101 ---- 1111 ---- ---- ---- # (imm, lit) 5te61 PLDW 1111 0101 -001 ---- 1111 ---- ---- ---- # (imm, lit) 7mp62 PLI 1111 0100 -101 ---- 1111 ---- ---- ---- # (imm, lit) 764 PLD 1111 0111 -101 ---- 1111 ----- -- 0 ---- # (register) 5te65 PLDW 1111 0111 -001 ---- 1111 ----- -- 0 ---- # (register) 7mp66 PLI 1111 0110 -101 ---- 1111 ----- -- 0 ---- # (register) 7[all …]
... --------------------- ...