Searched full:system (Results 1 – 25 of 39) sorted by relevance
12
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu 58 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu edk2-aarch64 72 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu edk2-aarch64 86 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu clang 118 - dnf install -y edk2-aarch64 qemu-system-aarch64 gcc-aarch64-linux-gnu clang 132 - dnf install -y qemu-system-arm gcc-arm-linux-gnu 147 - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat 167 - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat 185 - dnf install -y qemu-system-riscv gcc-riscv64-linux-gnu 200 - dnf install -y qemu-system-riscv gcc-riscv64-linux-gnu [all …]
|
H A D | .travis.yml | 13 apt_packages: clang qemu-system-ppc 22 apt_packages: clang-11 qemu-system-s390x
|
H A D | MAINTAINERS | 20 Q: Patchwork web based patch tracking system site 30 it has been replaced by a better system and you
|
H A D | LICENSE | 163 operating system on which the executable runs, unless that component 218 integrity of the free software distribution system, which is 221 through that system in reliance on consistent application of that 222 system; it is up to the author/donor to decide if he or she is willing 223 to distribute software through any other system and a licensee cannot
|
H A D | README | 68 By default the runner script searches for a suitable QEMU binary in the system. 72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
|
H A D | README.md | 68 By default the runner script searches for a suitable QEMU binary in the system. 72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
|
/kvm-unit-tests/x86/ |
H A D | README | 4 The infrastructure initialize the system/cpus, switches to long-mode, and 20 qemu-system-x86_64 -enable-kvm -device pc-testdev -serial stdio \ 43 The exit status of the binary is inconsistent; with qemu-system, after 46 The run script converts the qemu-system exit status to 0 (SUCCESS), and
|
H A D | asyncpf.c | 9 * If the output is tmpfs, your system is using cgroup v1: 20 * If the output is cgroup2fs, your system is using cgroup v2:
|
H A D | kvmclock.c | 258 /* get wallclock at system boot */ in pvclock_read_wallclock() 267 delta = pvclock_clocksource_read(vcpu_time); /* time since system boot */ in pvclock_read_wallclock()
|
/kvm-unit-tests/lib/ |
H A D | acpi.h | 8 * specification, since the tables are provided by the system firmware. 30 struct acpi_table_rsdp { /* Root System Descriptor Pointer */ 80 u8 model; /* System Interrupt Model */ 82 u16 sci_int; /* System vector of SCI interrupt */ 117 u8 reset_value; /* Value to write to the reset_register port to reset the system */
|
H A D | acpi.c | 82 * When the system implements APCI 2.0 and above and XSDT is valid we in find_acpi_table_addr()
|
/kvm-unit-tests/lib/asm-generic/ |
H A D | pci-host-bridge.h | 16 * Assume we only have single PCI host bridge in a system. in pci_translate_addr()
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-fedora.yml | 10 - dnf install -y diffutils gcc git make qemu-system-x86
|
/kvm-unit-tests/lib/s390x/ |
H A D | hardware.h | 3 * Functions to retrieve information about the host system.
|
H A D | stsi.h | 3 * Structures used to Store System Information
|
H A D | sie.h | 37 struct esca_block *sca; /* System Control Area */
|
H A D | hardware.c | 3 * Functions to retrieve information about the host system.
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | arch_gicv3.h | 21 * These system registers are 32 bits, but we make sure that the compiler
|
/kvm-unit-tests/arm/ |
H A D | psci.c | 269 report_fail("system-off"); in main() 270 return 1; /* only reaches here if system-off fails */ in main()
|
H A D | run | 15 [ "$(basename $QEMU)" = "qemu-system-arm" ]; then
|
/kvm-unit-tests/x86/efi/ |
H A D | run | 36 # Prepare EFI boot file system
|
/kvm-unit-tests/riscv/ |
H A D | sbi-asm.S | 98 * State is as specified by "SUSP System Resume Register State" of the SBI spec
|
/kvm-unit-tests/lib/arm/ |
H A D | psci.c | 67 printf("CPU%d unable to do system off (error = %d)\n", smp_processor_id(), err); in psci_system_off()
|
/kvm-unit-tests/lib/x86/ |
H A D | usermode.c | 95 /* Return to kernel via system call */ in run_in_user()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | sysreg.h | 20 #define CR_S (1 << 8) /* System MMU protection */
|
12