/qemu/include/accel/tcg/ |
H A D | helper-retaddr.h | 23 * Ensure that this write is visible to the SIGSEGV handler that in set_helper_retaddr() 33 * removing the data visible to the signal handler. in clear_helper_retaddr()
|
/qemu/include/hw/intc/ |
H A D | bcm2836_control.h | 43 /* interrupt status regs (derived from input pins; not visible to user) */ 52 /* interrupt source registers, post-routing (also input-derived; visible) */
|
/qemu/include/system/ |
H A D | memory_mapping.h | 21 /* visible to guest, reflects PCI hole, etc */ 36 /* point-in-time snapshot of guest-visible physical mappings */
|
/qemu/qapi/ |
H A D | pragma.json | 80 # Externally visible types whose member names may use uppercase 81 'member-name-exceptions': [ # visible in:
|
H A D | job.json | 46 # @undefined: Erroneous, default state. Should not ever be visible. 64 # visible for the last job in a transaction. 73 # @concluded. This status may not be visible to the management 81 # should not ever be visible externally.
|
/qemu/docs/devel/ |
H A D | memory.rst | 147 that the owner object remains alive as long as the region is visible to 158 as soon as the region is made visible. This can be immediately, later, 210 and sometimes to control which of an overlapping regions is visible to the 214 the same address are visible (highest wins). 333 we only want parts of it to be visible (we accomplish this using aliases). 340 visible as the pci-hole alias clips it to a 0.5GB range.
|
H A D | kconfig.rst | 51 Note that configurable components are _not_ visible in C code as preprocessor 52 symbols; they are only visible in the Makefile. Each configurable component 149 and are never visible in ``configs/*.mak`` files. It's 254 other elements; they are never visible in ``configs/*.mak``
|
H A D | multi-thread-tcg.rst | 199 - change may need to be visible to the calling vCPU immediately 202 - want change to be visible as soon as possible 274 a change to a signal flag will only be visible once the changes to
|
/qemu/include/hw/southbridge/ |
H A D | ich9.h | 59 uint8_t smi_host_features_le[8]; /* guest-visible, read-only, little 61 uint8_t smi_guest_features_le[8]; /* guest-visible, read-write, little 63 uint8_t smi_features_ok; /* guest-visible, read-only; selecting it
|
/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 84 Tell the guest that guest visible TSC value can be fully trusted for kvmclock 93 paravirtualized features even when they were not announced in guest visible
|
/qemu/docs/system/s390x/ |
H A D | css.rst | 14 enable MCSS-E. Note that devices with a different cssid will not be visible 19 Devices with a ssid that is not ``0`` will not be visible if the guest OS
|
/qemu/bsd-user/include/ |
H A D | special-errno.h | 12 * All of these are QEMU internal, not visible to the guest.
|
/qemu/target/arm/ |
H A D | cpregs.h | 67 * visible via another register, and that the other register is handling 240 * the AArch32 and AArch64 execution states this register is visible in. 242 * If the reginfo is declared to be visible in both states then a second 279 * (ie anything visible in PL2 is visible in S-PL1, some things are only 280 * visible in S-PL1) but "Secure PL1" is a bit of a mouthful, we bend the 875 * For AArch64-visible registers, opc0 is also used. 877 * way to distinguish (for KVM's benefit) guest-visible system registers 880 * visible (to match KVM's encoding); cp==0 will be converted to 889 /* Execution state in which this register is visible: ARM_CP_STATE_* */
|
/qemu/target/ppc/ |
H A D | cpu-param.h | 20 * addresses, with segmentation. Obviously that's not all visible to a
|
/qemu/linux-user/include/ |
H A D | special-errno.h | 13 * All of these are QEMU internal, not visible to the guest.
|
/qemu/include/block/ |
H A D | block-common.h | 185 * Signifies that this write request will not change the visible disk 397 /** This permission is required to change the visible disk contents. */ 403 * the visible disk content doesn't change. 491 * A child that always presents exactly the same visible data as
|
H A D | blockjob.h | 227 * @job: The job to determine if it is user-visible or not. 229 * Returns true if the job should not be visible to the management layer.
|
/qemu/hw/usb/ |
H A D | ccid.h | 56 * support guest visible insertion/removal of ccid devices based on actual
|
/qemu/tests/qtest/ |
H A D | usb-hcd-xhci-test.c | 28 added disk is visible after BUS rescan in test_usb_uas_hotplug()
|
/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-sve.py | 3 # Test the SVE registers are visible and changeable via gdbstub
|
/qemu/tests/qemu-iotests/ |
H A D | 274 | 60 iotests.log('=== Check visible data ===') 145 # the overlapping area becomes visible. This is covered by the
|
/qemu/hw/pci-host/ |
H A D | remote.c | 9 * visible in the QEMU guest. This allows existing QEMU device models
|
/qemu/include/qemu/ |
H A D | guest-random.h | 2 * QEMU guest-visible random functions
|
/qemu/util/ |
H A D | guest-random.c | 2 * QEMU guest-visible random functions
|
/qemu/hw/display/ |
H A D | qxl-logger.c | 212 fprintf(stderr, " +%d+%d visible %s, shape @ 0x%" PRIx64, in qxl_log_cmd_cursor() 215 cmd->u.set.visible ? "yes" : "no", in qxl_log_cmd_cursor()
|