/qemu/include/hw/timer/ |
H A D | sse-counter.h | 54 * These are used for handling clock frequency changes: they are a 56 * taken when the clock frequency changes. sse_cntcv() needs them 75 * point in time (assuming that no changes to scale factor, enable, etc 94 * @notifier: Notifier which is notified on counter changes 97 * configuration changes in a way that might invalidate information
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 86 Split up longer patches into a patch series of logical code changes. 108 semantic changes (or even function renames) are done in a separate patch 119 the original file as separating hunks of changes. 126 to focus on the few changes that weren't wholesale code motion. 130 Don't include irrelevant changes 134 changes to bits of code that would otherwise not be touched by the 138 as a separate patch which makes no semantic changes; don't put it in the 150 historical record of why the changes you applied were necessary or 208 changes might have an unintended effect on other areas of the code you 213 your patches - either to ensure that future changes won't regress your [all …]
|
H A D | multi-thread-tcg.rst | 16 changes done for MTTCG system emulation have improved the stability of 116 vCPUs are quiescent when changes are being made to shared global 123 - page changes (new page mapping in linux-user mode) 274 a change to a signal flag will only be visible once the changes to 320 changes take effect.
|
H A D | tcg.rst | 26 Block (TB). If the state changes (e.g. privilege level), a new TB will 49 It is mandatory to exit this way after any CPU state changes that may 164 emulation state that is rarely accessed directly by the program and/or changes
|
/qemu/include/qemu/ |
H A D | stats64.h | 132 * can get a false positive (e.g. 0x1235,0x0000 changes to in stat64_min() 153 /* If the value changes in any way, we have to take the lock. */ in stat64_min() 172 * can get a false positive (e.g. 0x1234,0x8000 changes to in stat64_max() 193 /* If the value changes in any way, we have to take the lock. */ in stat64_max()
|
H A D | filemonitor.h | 49 * Invoked whenever a file changes. If @event is 93 * @cb: the function to invoke when @dirpath has changes 97 * Register to receive notifications of changes
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 38 acpica and changes specific to running these functional QEMU tests using 131 Then make your additions and changes here. Therefore, the steps are: 138 the original test script and the changes we have made are separated and 142 No further changes would be needed. Please check the logs to make sure that 143 appropriate changes have taken effect.
|
/qemu/docs/system/ |
H A D | keys.rst.inc | 5 grab-mod=lshift-lctrl-lalt`` changes the modifier key to Ctrl-Alt-Shift, 6 while ``-display sdl,grab-mod=rctrl`` changes it to the right Ctrl key.
|
/qemu/linux-headers/linux/ |
H A D | mman.h | 17 #define MAP_SHARED 0x01 /* Share changes */ 18 #define MAP_PRIVATE 0x02 /* Changes are private */
|
/qemu/docs/devel/migration/ |
H A D | best-practices.rst | 34 - Changes in firmware size can cause changes in the required RAMBlock size
|
/qemu/tests/qtest/migration/ |
H A D | migration-qmp.c | 28 * status changes, to avoid test suite hanging forever 36 * migration status changes. 365 * Wait for two changes in the migration pass count, but bail if we stop. 369 uint64_t pass, prev_pass = 0, changes = 0; in wait_for_migration_pass() local 371 while (changes < 2 && !src_state->stop_seen && !src_state->suspend_seen) { in wait_for_migration_pass() 374 changes += (pass != prev_pass); in wait_for_migration_pass()
|
/qemu/tests/qemu-iotests/ |
H A D | 097 | 4 # Commit changes into backing chains and empty the top image if the 97 # Intermediate should contain changes from top 108 # Bottom should contain all changes
|
H A D | 176 | 4 # Commit changes into backing chains and empty the top image if the 130 # Intermediate should contain changes from top 141 # Bottom should contain all changes
|
/qemu/hw/gpio/ |
H A D | bcm2835_gpio.c | 116 uint32_t changes = val & ~*lev; in gpset() local 121 if ((changes & cur) && (gpfsel_is_out(s, start + i))) { in gpset() 133 uint32_t changes = val & *lev; in gpclr() local 138 if ((changes & cur) && (gpfsel_is_out(s, start + i))) { in gpclr()
|
H A D | bcm2838_gpio.c | 138 uint32_t changes = val & ~*lev; in gpset() local 143 if ((changes & cur) && (gpfsel_is_out(s, start + i))) { in gpset() 155 uint32_t changes = val & *lev; in gpclr() local 160 if ((changes & cur) && (gpfsel_is_out(s, start + i))) { in gpclr()
|
/qemu/docs/system/arm/ |
H A D | sbsa.rst | 75 The ``machine-version-major`` value is updated when changes breaking 79 Platform version changes:
|
H A D | emulation.rst | 45 - FEAT_Debugv8p2 (Debug changes for v8.2) 46 - FEAT_Debugv8p4 (Debug changes for v8.4) 47 - FEAT_Debugv8p8 (Debug changes for v8.8)
|
/qemu/scripts/ |
H A D | vmstate-static-checker.py | 43 # is used to allow such changes in each section / description. 107 changes = { 112 for item in changes: 114 return changes[item] 115 if changes[item] == sec:
|
/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 11 changes: 32 - changes:
|
/qemu/docs/interop/ |
H A D | qed_spec.txt | 40 ** An image with unknown ''features'' bits enabled must not be opened. File format changes that ar… 41 …e unknown features are simply ignored and represent backwards-compatible changes to the file forma… 42 …y after clearing the unknown bits. This allows for backwards-compatible changes to the file forma…
|
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 32 When any set of the Hyper-V enlightenments is enabled, QEMU changes hypervisor 125 This changes Hyper-V identification in CPUID 0x40000000.EBX-EDX from the default 146 (0x40000108) MSRs allowing the guest to get notified when TSC frequency changes 202 This changes Hyper-V version identification in CPUID 0x40000002.EAX-EDX from the
|
/qemu/qapi/ |
H A D | job.json | 67 # that it needs to make prior to completing. These changes will 69 # was set to false. These pending changes may still fail. 240 # part of any transaction) to finalize any graph changes and do any
|
/qemu/docs/ |
H A D | xbzrle.txt | 118 could not be compressed. This can happen if the changes in the pages are too 119 large or there are many short changes; for example, changing every second byte
|
/qemu/include/standard-headers/asm-m68k/ |
H A D | bootinfo.h | 22 * This way I hope to keep all future changes back/forewards compatible. 150 * If incompatible changes are made to the bootinfo interface, the major
|
/qemu/target/i386/hvf/ |
H A D | README.md | 3 …(last known location: https://github.com/veertuinc/vdhh) with some minor changes, the most signifi…
|