Home
last modified time | relevance | path

Searched full:hard (Results 1 – 25 of 139) sorted by relevance

123456

/qemu/target/riscv/
H A Dfpu_helper.c29 target_ulong hard = 0; in riscv_cpu_get_fflags() local
31 hard |= (soft & float_flag_inexact) ? FPEXC_NX : 0; in riscv_cpu_get_fflags()
32 hard |= (soft & float_flag_underflow) ? FPEXC_UF : 0; in riscv_cpu_get_fflags()
33 hard |= (soft & float_flag_overflow) ? FPEXC_OF : 0; in riscv_cpu_get_fflags()
34 hard |= (soft & float_flag_divbyzero) ? FPEXC_DZ : 0; in riscv_cpu_get_fflags()
35 hard |= (soft & float_flag_invalid) ? FPEXC_NV : 0; in riscv_cpu_get_fflags()
37 return hard; in riscv_cpu_get_fflags()
40 void riscv_cpu_set_fflags(CPURISCVState *env, target_ulong hard) in riscv_cpu_set_fflags() argument
44 soft |= (hard & FPEXC_NX) ? float_flag_inexact : 0; in riscv_cpu_set_fflags()
45 soft |= (hard & FPEXC_UF) ? float_flag_underflow : 0; in riscv_cpu_set_fflags()
[all …]
/qemu/docs/system/
H A Dinvocation.rst10 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
H A Dqemu-manpage.rst31 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
H A Dtarget-sparc64.rst35 - 2 PCI IDE interfaces with hard disk and CD-ROM support
H A Dqemu-block-drivers.rst.inc425 Hard disks
426 Hard disks can be used. Normally you must specify the whole disk
429 is better to only make READ-ONLY accesses to the hard disk otherwise
451 Hard disks
452 Hard disks can be used with the syntax: ``\\.\PhysicalDriveN``
453 where *N* is the drive number (0 is the first hard disk).
456 READ-ONLY accesses to the hard disk otherwise you may corrupt your
H A Dtarget-sparc.rst48 - ESP SCSI controller with hard disk and CD-ROM support
H A Dtarget-i386-desc.rst.inc10 - 2 PCI IDE interfaces with hard disk and CD-ROM support
/qemu/tests/unit/
H A Dcrypto-tls-psk-helpers.c41 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init()
47 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init_alt()
/qemu/tests/qemu-iotests/
H A D205101 self.do_test_connect_after_remove('hard')
129 result = self.remove_export('exp', 'hard')
146 result = self.remove_export('exp', 'hard')
/qemu/python/qemu/machine/
H A Dmachine.py519 and hard shutdown in failover scenarios.
546 LOG.debug("Performing hard shutdown")
600 Attempt to shutdown the VM gracefully; fallback to a hard shutdown.
616 LOG.debug("Falling back to hard shutdown")
622 hard: bool = False,
631 :param hard: When true, do not attempt graceful shutdown, and
640 if hard:
644 if hard:
656 self.shutdown(hard=True)
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h428 /* low-level variant of directory where hard link shall be created */
430 /* high-level variant of directory where hard link shall be created */
432 /* low-level variant of target referenced by new hard link */
434 /* high-level variant of target referenced by new hard link */
436 /* name of hard link (required) */
/qemu/pc-bios/
HDhppa-firmware.img ... /%d: %s ATA-%d Hard-Disk (%u %ciBytes) DVD/ ...
/qemu/docs/system/ppc/
H A Dprep.rst13 * 2 IDE interfaces with hard disk and CD-ROM support
H A Dpowermac.rst17 * 2 PMAC IDE interfaces with hard disk and CD-ROM support
/qemu/tests/functional/
H A Dtest_intel_iommu.py112 # Check hard disk device via sha256sum:
113 self.log.info("Checking hard disk...")
H A Dtest_aarch64_smmu.py92 self.log.info("Checking hard disk...")
108 # Check files on the hard disk:
/qemu/include/hw/pci-host/
H A Dls7a.h31 * GSI_BASE is hard-coded with 64 in linux kernel, else kernel fails to boot
/qemu/docs/system/arm/
H A Drealview.rst31 - LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM
H A Dversatile.rst26 - LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM
/qemu/.gitlab-ci.d/cirrus/
H A Dbuild.yml28 - git reset --hard "$CI_COMMIT_SHA"
/qemu/qapi/
H A Duefi.json38 # 'KEK', 'db' and 'dbx') have hard coded signature checking rules.
/qemu/tests/qtest/
H A Dintel-iommu-test.c52 /* Ensure registers are consistent after hard reset */ in test_intel_iommu_stage_1()
/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py25 # Currently it's hard to create a hbreak with the pure python API and
/qemu/gdb-xml/
H A Davr-cpu.xml8 <!-- Register numbers are hard-coded in order to maintain backward
/qemu/scripts/
H A Dprobe-gdb-support.py6 # This is required to support testing of the gdbstub as its hard to

123456