/qemu/tests/qemu-iotests/ ! |
H A D | 021.out | 5 -1 is not a valid pattern byte 8 -1 is not a valid pattern byte 11 -1 is not a valid pattern byte 14 -1 is not a valid pattern byte 17 -1 is not a valid pattern byte 20 -1 is not a valid pattern byte 23 300 is not a valid pattern byte 26 300 is not a valid pattern byte 29 300 is not a valid pattern byte 32 300 is not a valid pattern byte [all …]
|
H A D | 186.out | 9 /machine/peripheral-anon/device[1]: [not inserted] 11 Removable device: not locked, tray closed 17 qdev_id: [not inserted] 19 Removable device: not locked, tray closed 25 /machine/peripheral-anon/device[1]: [not inserted] 27 Removable device: not locked, tray closed 33 qdev_id: [not inserted] 35 Removable device: not locked, tray closed 41 /machine/peripheral-anon/device[1]: [not inserted] 43 Removable device: not locked, tray closed [all …]
|
H A D | 172.out | 65 Removable device: not locked, tray closed 68 ide1-cd0: [not inserted] 70 Removable device: not locked, tray closed 115 Removable device: not locked, tray closed 118 ide1-cd0: [not inserted] 120 Removable device: not locked, tray closed 122 floppy0: [not inserted] 124 Removable device: not locked, tray closed 169 Removable device: not locked, tray closed 174 Removable device: not locked, tray closed [all …]
|
H A D | 142 | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 96 …_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 98 … -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 100 …rive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 102 …"$files","$ids",backing.file.cache.direct=on | grep -e "Cache" -e "[Cc]annot|[Cc]ould not|[Cc]an't" 108 …-drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" 110 …_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e "does not" 112 …ds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't" -e "does not" 114 … run_qemu -drive "$files","$ids",backing.file.cache.writeback=off | grep -e "doesn't" -e "does not" 119 …u -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]annot\|[Cc]ould not\|[Cc]an't" [all …]
|
H A D | testrunner.py | 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 51 # TODO: fix all tests to not produce extra spaces, fix all .out files 79 if test not in self.cache: 82 if self.env.imgproto not in self.cache[test]: 122 assert runner is not None 180 print(f'not ok {self.env.imgfmt} {test}') 181 elif status == 'not run': 204 elif status == 'not run': 240 Note: this method may be called from subprocess, so it does not 247 if not f_test.exists(): [all …]
|
H A D | iotests.py | 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 54 # This will not work if arguments contain spaces but is necessary if we 97 # not being run via "check". There may be other things set up by 108 # not yet invoked) 172 if not args or args[0] != 'create': 185 if parsed.f is not None: 198 all('key-secret' not in opts for opts in opts_list): 223 inspected to show greater detail. If this exception is not 229 properties. If streams are not combined, it will also have a 265 # Dictionaries are not ordered prior to 3.6, therefore: [all …]
|
/qemu/linux-user/generic/ ! |
H A D | target_errno_defs.h | 11 #define TARGET_EPERM 1 /* Operation not permitted */ 30 #define TARGET_ENOTDIR 20 /* Not a directory */ 35 #define TARGET_ENOTTY 25 /* Not a typewriter */ 44 #define TARGET_ERANGE 34 /* Math result not representable */ 49 #define TARGET_ENOSYS 38 /* Function not implemented */ 50 #define TARGET_ENOTEMPTY 39 /* Directory not empty */ 56 #define TARGET_EL2NSYNC 45 /* Level 2 not synchronized */ 60 #define TARGET_EUNATCH 49 /* Protocol driver not attached */ 71 #define TARGET_ENOSTR 60 /* Device not a stream */ 75 #define TARGET_ENONET 64 /* Machine is not on the network */ [all …]
|
/qemu/scripts/codeconverter/codeconverter/ ! |
H A D | qom_type_info.py | 135 if not typename: 137 if not typename.startswith('TYPE_'): 144 if not class_size: 147 if not m: 154 if not instance_size: 157 if not m: 174 # if field not in values: 235 if 'class_size' not in initializers: 240 if not m: 241 self.warn("%s class_size is not sizeof?", self.name) [all …]
|
H A D | test_patching.py | 88 assert not f1.contains(st1) 89 assert not f1.contains(st2) 90 assert not f1.contains(st2) 93 assert not f1.contains(st5) 94 assert not f1.contains(st6) 95 assert not f1.contains(st7) 97 assert not f2.contains(st1) 98 assert not f2.contains(st2) 99 assert not f2.contains(st2) 100 assert not f2.contains(st3) [all …]
|
/qemu/include/qemu/ ! |
H A D | job.h | 18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 51 * All callbacks are called with job_mutex *not* held. 56 * The coroutine that executes the job. If not NULL, it is reentered when 150 * Not final until the job has reached the CONCLUDED status. 157 * If job->ret is nonzero and an error object was not set, it will be set 189 * All callbacks are invoked with job_mutex *not* held. 220 * arbitrary thread. These functions do not need to be thread-safe 226 * If the callback is not NULL, it will be invoked when the job transitions 227 * into the paused state. Paused jobs must not perform any asynchronous 233 * If the callback is not NULL, it will be invoked when the job transitions [all …]
|
/qemu/scripts/ ! |
H A D | device-crash-test | 19 # with this program; if not, see <https://www.gnu.org/licenses/>. 42 print(f"Module '{exc.name}' not found.") 56 # * Skipping machines/devices that are known not to work out of 59 # Keeping the rule list updated is desirable, but not required, 68 # * exitcode: if not present, defaults to 1. If None, matches any exitcode 82 {'device':'.*-(i386|x86_64)-cpu', 'expected':True}, # CPU socket-id is not set 83 …rue}, # icp_realize: required link 'xics' not found: Property '.xics' not found 84 … # ics_base_realize: required link 'xics' not found: Property '.xics' not found 97 {'device':'nvdimm', 'expected':True}, # 'memdev' property is not set 99 {'device':'pc-dimm', 'expected':True}, # 'memdev' property is not set [all …]
|
/qemu/linux-user/sparc/ ! |
H A D | target_errno_defs.h | 25 #define TARGET_ENOPROTOOPT 42 /* Protocol not available */ 27 #define TARGET_EPROTONOSUPPORT 43 /* Protocol not supported */ 29 #define TARGET_ESOCKTNOSUPPORT 44 /* Socket type not supported */ 31 #define TARGET_EOPNOTSUPP 45 /* Op not supported on transport endpoint */ 33 #define TARGET_EPFNOSUPPORT 46 /* Protocol family not supported */ 35 #define TARGET_EAFNOSUPPORT 47 /* Address family not supported by protocol */ 55 #define TARGET_ENOTCONN 57 /* Transport endpoint is not connected */ 73 #define TARGET_ENOTEMPTY 66 /* Directory not empty */ 85 #define TARGET_ENOSTR 72 /* Device not a stream */ 93 #define TARGET_EBADMSG 76 /* Not a data message */ [all …]
|
/qemu/linux-user/mips/ ! |
H A D | target_errno_defs.h | 20 #define TARGET_EL2NSYNC 38 /* Level 2 not synchronized */ 28 #define TARGET_EUNATCH 42 /* Protocol driver not attached */ 54 #define TARGET_ENOSTR 60 /* Device not a stream */ 62 #define TARGET_ENONET 64 /* Machine is not on the network */ 64 #define TARGET_ENOPKG 65 /* Package not installed */ 82 #define TARGET_EBADMSG 77 /* Not a data message */ 88 #define TARGET_ENOTUNIQ 80 /* Name not unique on network */ 94 #define TARGET_ELIBACC 83 /* Can not access a needed shared library */ 106 #define TARGET_ENOSYS 89 /* Function not implemented */ 114 #define TARGET_ENOTEMPTY 93 /* Directory not empty */ [all …]
|
/qemu/ ! |
H A D | COPYING | 7 of this license document, but changing it is not allowed. 21 When we speak of free software, we are referring to freedom, not 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original 54 patent must be licensed for everyone's free use or not licensed at all. 72 Activities other than copying, distribution and modification are not 74 running the Program is not restricted, and the output from the Program 111 does not normally print such an announcement, your work based on 112 the Program is not required to print an announcement.) 115 identifiable sections of that work are not derived from the Program, [all …]
|
H A D | meson.build | 33 # (and we need not jump through hoops to try to delete 92 required: get_option('rust').disable_auto_if(not have_system)) 94 required: get_option('rust').disable_auto_if(not have_system)) 111 if not bindgen.found() or bindgen.version().version_compare('<0.60.0') 118 warning('bindgen not found, disabling Rust compilation.') 160 # semaphores are linked into the main binary and not the module's shared 189 not cc.links(''' 196 error('Your compiler does not support -fsanitize=fuzzer') 203 if 'syslog' in get_option('trace_backends') and not cc.compiles(''' 210 error('syslog is not supported on this system') [all …]
|
/qemu/audio/ ! |
H A D | dsoundaudio.c | 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 82 str = "The method succeeded, but not all the optional effects were obtained"; in dsound_log_hresult() 104 str = "The specified wave format is not supported"; in dsound_log_hresult() 110 "does not match a valid mix-in buffer"; in dsound_log_hresult() 120 str = "The buffer size is not great enough to " in dsound_log_hresult() 127 "requested by the caller is not available. " in dsound_log_hresult() 141 str = "The effects requested could not be found on the system, " in dsound_log_hresult() 154 str = "This function is not valid for the current state of this object"; in dsound_log_hresult() 164 str = "The object does not support aggregation"; in dsound_log_hresult() 170 "or the given GUID is not a valid DirectSound device ID"; in dsound_log_hresult() [all …]
|
/qemu/docs/system/ ! |
H A D | cpu-models-x86.rst.inc | 20 recommended CPU to use, provided live migration is not required. 36 to approximate the host model as closely as possible. This does not 125 configuration to enable, as they are not included by default in some, or 161 Not included by default in any Intel CPU model. 171 Not included by default in any Intel CPU model. 175 Note that not all CPU hardware will support this feature. 181 Not included by default in any Intel CPU model. 189 Recommended to inform the guest OS that the host is *not* vulnerable 194 therefore it will not appear in the Linux ``/proc/cpuinfo`` in the host or 198 So it should only be enabled for VMs if the host reports @code{Not [all …]
|
/qemu/linux-headers/LICENSES/preferred/ ! |
H A D | GPL-2.0 | 26 of this license document, but changing it is not allowed. 40 When we speak of free software, we are referring to freedom, not 65 want its recipients to know that what they have is not the original, so 66 that any problems introduced by others will not reflect on the original 73 patent must be licensed for everyone's free use or not licensed at all. 91 Activities other than copying, distribution and modification are not 93 running the Program is not restricted, and the output from the Program 130 does not normally print such an announcement, your work based on 131 the Program is not required to print an announcement.) 134 identifiable sections of that work are not derived from the Program, [all …]
|
/qemu/scripts/qapi/ ! |
H A D | expr.py | 64 if not isinstance(name, str): 89 if not match or c_name(name, False).startswith('q_'): 111 info, "name of %s must not use lowercase or '-'" % source) 133 if ((not permit_upper and re.search(r'[A-Z]', stem)) 134 or (not permit_underscore and '_' in stem)): 136 info, "name of %s must not use uppercase or '_'" % source) 153 if not re.match(r'[A-Z][A-Za-z0-9]*[a-z][A-Za-z0-9]*$', stem): 165 These names must not end with ``List``. 183 info, "%s name should not end in 'List'" % meta) 234 if key in expr and expr[key] is not False: [all …]
|
/qemu/include/hw/cpu/ ! |
H A D | cluster.h | 17 * along with this program; if not, see 31 * does not necessarily match with the notion of clusters on the real hardware. 33 * If CPUs are not identical (for example, Cortex-A53 and Cortex-A57 CPUs in an 35 * not have the same view of memory (for example the main CPU and a management 47 * to it, so this restriction is not checked for, but the system will not 48 * behave correctly if it is not adhered to. The cluster will assert that 52 * A CPU which is not put into any cluster will be considered implicitly 54 * not assigned to clusters must be identical. 62 * 8 bit field (and uses all-1s for the default "not in any cluster"). 69 * not be exposed directly to the user or to the guest.
|
/qemu/python/qemu/qmp/ ! |
H A D | qmp_client.py | 94 This error is raised when an `execute()` statement could not be 139 An execution reply was successfully routed, but not understood. 210 #: Whether or not to await a greeting after establishing a connection. 213 #: Whether or not to perform capabilities negotiation upon connection. 241 :raise GreetingError: When the greeting is not understood. 261 :raise GreetingError: When the greeting is not understood. 273 emsg = "Did not understand Greeting" 300 # It's not safe to use execute() here, because the reader/writers 302 # does not fail after the reader/writers are running! 307 assert 'error' not in reply [all …]
|
/qemu/python/qemu/utils/ ! |
H A D | qemu_ga_client.py | 57 # This script has not seen many patches or careful attention in quite 78 if not self.ping(timeout): 79 raise EnvironmentError('Agent seems not alive') 89 while not eof: 114 if not c['enabled']] 157 if cmd not in ['status', 'freeze', 'thaw']: 169 if mode not in ['disk', 'ram', 'hybrid']: 180 if mode not in ['powerdown', 'halt', 'reboot']: 203 if args[0] not in ['status', 'freeze', 'thaw']: 227 assert not args [all …]
|
/qemu/bsd-user/ ! |
H A D | errno_defs.h | 23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 40 #define TARGET_EPERM 1 /* Operation not permitted */ 45 #define TARGET_ENXIO 6 /* Device not configured */ 59 #define TARGET_ENODEV 19 /* Operation not supported by device */ 60 #define TARGET_ENOTDIR 20 /* Not a directory */ 89 #define TARGET_ENOPROTOOPT 42 /* Protocol not available */ 90 #define TARGET_EPROTONOSUPPORT 43 /* Protocol not supported */ 91 #define TARGET_ESOCKTNOSUPPORT 44 /* Socket type not supported */ 92 #define TARGET_EOPNOTSUPP 45 /* Operation not supported */ [all …]
|
/qemu/include/hw/s390x/ ! |
H A D | storage-keys.h | 33 * Check whether storage keys are enabled. If not enabled, they were not 37 * If disabled, everything not explicitly triggered by the guest, 38 * such as outgoing migration or dirty/change tracking, should not touch 39 * storage keys and should not lazily enable it. 43 * Returns false if not enabled and true if enabled. 50 * Lazily enable storage keys. If this function is not implemented, 53 * if storage keys were not enabled before this call. 57 * Returns false if not enabled before this call, and true if already 66 * storage keys have not been lazily enabled yet. 83 * storage keys have not been lazily enabled yet and implicit [all …]
|
/qemu/python/qemu/machine/ ! |
H A D | machine.py | 64 Exception raised when a request to add a device can not be fulfilled 67 requests on the QEMUMachine methods. This exception does not represent 85 if self.__cause__ is not None: 94 if self.exitcode is not None: 103 Exception raised when a graceful shutdown was requested, but not performed. 147 @note: Qemu process is not started until launch() is used. 222 # This did not exist before 3.4, but since then it is 240 if file_path is not None: 246 assert fd is not None 265 return self._popen is not None and self._popen.poll() is None [all …]
|