/qemu/scripts/ |
H A D | vmstate-static-checker.py | 107 changes = { 112 for item in changes: 114 return changes[item] 115 if changes[item] == sec:
|
H A D | git.orderfile | 3 # by diffing the important stuff like interface changes first.
|
/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/ |
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/include/system/ |
H A D | kvm.h | 186 int changes; member 502 return (KVMRouteChange) { .s = s, .changes = 0 }; in kvm_irqchip_begin_route_changes() 507 if (c->changes) { in kvm_irqchip_commit_route_changes() 509 c->changes = 0; in kvm_irqchip_commit_route_changes()
|
/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/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.
|
H A D | ci.rst | 8 need to commit any set of changes [1]_. The automated tests are composed
|
/qemu/tests/qtest/migration/ |
H A D | migration-qmp.c | 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/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/target/i386/hvf/ |
H A D | README.md | 3 …(last known location: https://github.com/veertuinc/vdhh) with some minor changes, the most signifi…
|
/qemu/tests/qemu-iotests/ |
H A D | 313.out | 21 ### Commit changes to the base image
|
H A D | 184.out | 111 == property changes in ThrottleGroup ==
|
/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/devel/migration/ |
H A D | best-practices.rst | 34 - Changes in firmware size can cause changes in the required RAMBlock size
|
/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
|
H A D | authz.json | 81 # automatically reloading changes. If an error occurs during
|
/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/tests/qapi-schema/ |
H A D | meson.build | 244 # changes its output, but the text output has historically been very stable 245 # (no changes between Sphinx 1.6 and 3.0), so it is a better bet than 246 # texinfo or HTML generation, both of which have had changes. We might
|
/qemu/docs/specs/ |
H A D | riscv-aia.rst | 38 .. list-table:: How AIA and accel options changes controller emulation
|
/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
|