Home
last modified time | relevance | path

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

1234

/qemu/scripts/
A Dvmstate-static-checker.py105 changes = {
110 for item in changes:
112 return changes[item]
113 if changes[item] == sec:
A Dgit.orderfile3 # by diffing the important stuff like interface changes first.
/qemu/hw/gpio/
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()
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/
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/sysemu/
A Dkvm.h186 int changes; member
495 return (KVMRouteChange) { .s = s, .changes = 0 }; in kvm_irqchip_begin_route_changes()
500 if (c->changes) { in kvm_irqchip_commit_route_changes()
502 c->changes = 0; in kvm_irqchip_commit_route_changes()
/qemu/docs/devel/
A Dsubmitting-a-patch.rst86 Split up longer patches into a patch series of logical code changes.
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
150 historical record of why the changes you applied were necessary or
442 if you don't do it then your changes will never get into QEMU.
505 For later versions of patches, include a summary of changes from
514 patch email, and this is where the "changes since previous version"
539 commit message, as well as listing the changes from the previous
[all …]
A Dmulti-thread-tcg.rst14 changes done for MTTCG system emulation have improved the stability of
115 vCPUs are quiescent when changes are being made to shared global
122 - page changes (new page mapping in linux-user mode)
273 a change to a signal flag will only be visible once the changes to
319 changes take effect.
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/
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.
/qemu/.gitlab-ci.d/
A Dopensbi.yml11 changes:
32 - changes:
/qemu/docs/system/arm/
A Dsbsa.rst75 The ``machine-version-major`` value is updated when changes breaking
79 Platform version changes:
A Demulation.rst44 - FEAT_Debugv8p2 (Debug changes for v8.2)
45 - FEAT_Debugv8p4 (Debug changes for v8.4)
46 - FEAT_Debugv8p8 (Debug changes for v8.8)
/qemu/target/i386/hvf/
A DREADME.md3 …(last known location: https://github.com/veertuinc/vdhh) with some minor changes, the most signifi…
/qemu/tests/qemu-iotests/
A D313.out21 ### Commit changes to the base image
A D184.out109 == property changes in ThrottleGroup ==
/qemu/qapi/
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.
217 # part of any transaction) to finalize any graph changes and do any
A Dauthz.json81 # automatically reloading changes. If an error occurs during
/qemu/docs/interop/
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/
A Dbest-practices.rst34 - Changes in firmware size can cause changes in the required RAMBlock size
A Dvfio.rst84 device state when the VM state changes from running to not-running, and
88 the VFIO device state when certain changes of the migration state occur. For
144 Flow of state changes during Live migration
A Dcompatibility.rst81 in qemu-5.2 side to make the relevant changes.
105 How do we tell QEMU about these device feature changes? In
210 It changes the default value of num_queues. But it fishes it for old
375 The patch changes how we configure PCI space for AER. But QEMU fails
/qemu/docs/
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/
A Dmeson.build243 # changes its output, but the text output has historically been very stable
244 # (no changes between Sphinx 1.6 and 3.0), so it is a better bet than
245 # texinfo or HTML generation, both of which have had changes. We might
/qemu/docs/system/i386/
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

Completed in 37 milliseconds

1234