Home
last modified time | relevance | path

Searched refs:correctable (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/pci/
H A Dpcie_aer.c834 bool correctable; member
845 .correctable = false,
909 .correctable = true,
913 .correctable = true,
917 .correctable = true,
921 .correctable = true,
925 .correctable = true,
929 .correctable = true,
933 .correctable = true,
937 .correctable = true,
[all …]
H A Dpci-hmp-cmds.c170 bool correctable; in hmp_pcie_aer_inject_error() local
186 if (pcie_aer_parse_error_string(error_name, &error_status, &correctable)) { in hmp_pcie_aer_inject_error()
192 correctable = qdict_get_try_bool(qdict, "correctable", false); in hmp_pcie_aer_inject_error()
203 if (correctable) { in hmp_pcie_aer_inject_error()
H A Dpci-internal.h22 uint32_t *status, bool *correctable);
/qemu/qapi/
H A Dcxl.json178 # @corrected-volatile-error-count: Total number of correctable errors
181 # @corrected-persistent-error-count: Total number of correctable
320 # Type of CXL correctable error to inject
348 # @cxl-inject-correctable-error:
350 # Command to inject a single correctable error. Multiple error
353 # correctable internal error, with additional detail available from
362 {'command': 'cxl-inject-correctable-error',
/qemu/
H A Dhmp-commands.hx1265 .args_type = "advisory_non_fatal:-a,correctable:-c,"
1273 " -c for correctable error\n\t\t\t"