/qemu/tests/image-fuzzer/ |
H A D | runner.py | 35 except ImportError: 38 except ImportError: 92 except Alarm: 160 except OSError as e: 246 except OSError as e: 336 except TestException: 339 # Python 2.4 doesn't support 'finally' and 'except' in the same 'try' 344 except TestException: 358 except getopt.error as e: 375 except (TypeError, ValueError, NameError) as e: [all …]
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 89 except: 99 except: 148 except FileExistsError: 159 except HTTPError as e: 170 except Exception as e: 183 except Exception as e: 211 except AssetError as e:
|
H A D | uncompress.py | 28 except: 39 except: 51 except CalledProcessError as e:
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 98 except ImportError: 105 except ImportError: 114 except ImportError: 117 except ImportError: 331 function that is part of the Python stdblib, except it uses 340 left unspecified, it will use symlinks except on Windows to 381 except SystemExit as exc: 391 except subprocess.CalledProcessError as exc: 426 except PackageNotFoundError: 496 except ValueError: [all …]
|
/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 208 except ExecuteError: 222 except FileNotFoundError: 224 except IOError as err: 231 except IOError as err: 239 except ValueError: 250 except ValueError: 257 except (SyntaxError, ValueError): 347 except QMPShellError as err: 403 except EOFError: 490 except ValueError: [all …]
|
H A D | qmp_tui.py | 104 except json.decoder.JSONDecodeError: 208 except ExecInterruptedError as err: 211 except Exception as err: 229 except (DeserializationError, UnexpectedTypeError) as err: 269 except (OSError, EOFError) as err: 272 except ProtocolError as err: 274 except Exception as err: 364 except ConnectError as err: 399 except Exception as err: 638 except QMPBadPortError as err:
|
/qemu/scripts/qapi/ |
H A D | main.py | 38 except Exception as ex: 43 except AttributeError as ex: 49 except Exception as ex: 106 except QAPIError as err:
|
/qemu/tests/guest-debug/ |
H A D | test_gdbstub.py | 45 except (gdb.error, AttributeError): 55 except: 67 except gdb.error:
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 91 except: 193 except: 228 except: 287 except: 371 except: 492 except: 539 except: 571 except: 665 except: 766 except: [all …]
|
/qemu/tests/docker/ |
H A D | docker.py | 53 except KeyError: 89 except OSError: 101 except OSError: 109 except FileNotFoundError: 129 except IndexError: 131 except subprocess.CalledProcessError: 280 except TypeError: 290 except subprocess.CalledProcessError: 354 except Exception: 565 except FileNotFoundError: [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2.py | 47 except ValueError: 64 except ValueError: 82 except ValueError: 106 except ValueError:
|
H A D | 297 | 38 except subprocess.CalledProcessError: 76 except subprocess.CalledProcessError as exc:
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | registers.py | 32 except (gdb.error): 115 except KeyError: 160 except ValueError: 188 except ValueError:
|
/qemu/python/qemu/utils/ |
H A D | qom_fuse.py | 103 except ExecuteError: 116 except ExecuteError: 129 except ExecuteError: 142 except ExecuteError as err:
|
/qemu/include/migration/ |
H A D | blocker.h | 31 * On success, the caller must not free @reasonp, except by 51 * On success, the caller must not free @reasonp, except by 75 * On success, the caller must not free @reasonp, except by
|
/qemu/include/qapi/ |
H A D | compat-policy.h | 30 * This is like qobject_input_visitor_new(), except it obeys the 39 * This is like qobject_output_visitor_new(), except it obeys the
|
/qemu/scripts/qemugdb/ |
H A D | coroutine.py | 60 except: 75 except: 130 except: 169 except:
|
/qemu/scripts/kvm/ |
H A D | kvm_flightrecorder | 69 except KeyboardInterrupt: 76 except KeyboardInterrupt: 107 except ValueError:
|
/qemu/scripts/ |
H A D | symlink-install-tree.py | 25 except BaseException as e: 30 except BaseException as e:
|
/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 132 except FileNotFoundError: 142 except QAPIError as err: 159 except OSError as err: 185 except OSError as err:
|
/qemu/docs/interop/ |
H A D | qemu-ga.rst | 34 RPCs will be blocked by default, except for the allowed list. 37 RPCs will be allowed by default, except for the blocked list. 43 While filesystems are frozen, all except for a designated safe set
|
/qemu/scripts/simplebench/ |
H A D | bench_block_job.py | 50 except OSError as e: 52 except (ConnectError, socket.timeout): 104 except OSError:
|
/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-sve-ioctl.py | 31 except gdb.error: 42 except gdb.error:
|
/qemu/tcg/i386/ |
H A D | tcg-target-con-set.h | 13 * except that the output must use a new register. 16 * inputs, except that the first <n> outputs must use new registers.
|
/qemu/include/qemu/ |
H A D | error-report.h | 52 * Similar to error_report(), except it prints the message just once. 63 * Similar to warn_report(), except it prints the message just once.
|