Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 87) sorted by relevance

1234

/qemu/scripts/
H A Dvmstate-static-checker.py107 changes = {
112 for item in changes:
114 return changes[item]
115 if changes[item] == sec:
H A Dgit.orderfile3 # by diffing the important stuff like interface changes first.
/qemu/hw/gpio/
H A Dbcm2835_gpio.c116 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 Dbcm2838_gpio.c138 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 Dkeys.rst.inc5 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 Dkvm.h186 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 Dsubmitting-a-patch.rst86 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 Dmulti-thread-tcg.rst16 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 Dtcg.rst26 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 Dacpi-bits.rst38 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 Dci.rst8 need to commit any set of changes [1]_. The automated tests are composed
/qemu/tests/qtest/migration/
H A Dmigration-qmp.c369 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 Dsbsa.rst75 The ``machine-version-major`` value is updated when changes breaking
79 Platform version changes:
H A Demulation.rst45 - 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 DREADME.md3 …(last known location: https://github.com/veertuinc/vdhh) with some minor changes, the most signifi…
/qemu/tests/qemu-iotests/
H A D313.out21 ### Commit changes to the base image
H A D184.out111 == property changes in ThrottleGroup ==
/qemu/docs/interop/
H A Dqed_spec.txt40 ** 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 Dbest-practices.rst34 - Changes in firmware size can cause changes in the required RAMBlock size
/qemu/qapi/
H A Djob.json67 # 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 Dauthz.json81 # automatically reloading changes. If an error occurs during
/qemu/docs/
H A Dxbzrle.txt118 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 Dmeson.build244 # 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 Driscv-aia.rst38 .. list-table:: How AIA and accel options changes controller emulation
/qemu/docs/system/i386/
H A Dhyperv.rst32 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

1234