Skip to content
Snippets Groups Projects
  1. Jan 14, 2022
  2. Jan 08, 2022
  3. Jan 05, 2022
  4. Dec 31, 2021
  5. Dec 30, 2021
  6. Nov 29, 2021
  7. Nov 22, 2021
  8. Nov 16, 2021
  9. Nov 15, 2021
  10. Nov 11, 2021
  11. Nov 10, 2021
  12. Nov 02, 2021
    • Daniel P. Berrangé's avatar
      qapi: introduce x-query-ramblock QMP command · ca411b7c
      Daniel P. Berrangé authored
      
      This is a counterpart to the HMP "info ramblock" command. It is being
      added with an "x-" prefix because this QMP command is intended as an
      adhoc debugging tool and will thus not be modelled in QAPI as fully
      structured data, nor will it have long term guaranteed stability.
      The existing HMP command is rewritten to call the QMP command.
      
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      ca411b7c
    • Paolo Bonzini's avatar
      watchdog: remove select_watchdog_action · 22afb46e
      Paolo Bonzini authored
      
      Instead of invoking select_watchdog_action from both HMP and command line,
      go directly from HMP to QMP and use QemuOpts as the intermediary for the
      command line.
      
      This makes -watchdog-action explicitly a shortcut for "-action watchdog",
      so that "-watchdog-action" and "-action watchdog" override each other
      based on the position on the command line; previously, "-action watchdog"
      always won.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      22afb46e
    • Paolo Bonzini's avatar
      vl: deprecate -watchdog · d12b64ea
      Paolo Bonzini authored
      
      -watchdog is the same as -device except that it is case insensitive (and it
      allows only watchdog devices of course).  Now that "-device help" can list
      as such the available watchdog devices, we can deprecate it.
      
      Note that even though -watchdog tries to be case insensitive, it fails
      at that: "-watchdog i6300xyz" fails with "Unknown -watchdog device",
      but "-watchdog i6300ESB" also fails (when the generated -device option
      is processed) with an error "'i6300ESB' is not a valid device model name".
      For this reason, the documentation update does not mention the case
      insensitivity of -watchdog.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      d12b64ea
    • Paolo Bonzini's avatar
      watchdog: add information from -watchdog help to -device help · b10cb627
      Paolo Bonzini authored
      
      List all watchdog devices in a separate category, and populate
      their descriptions.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      b10cb627
  13. Nov 01, 2021
  14. Oct 29, 2021
  15. Oct 23, 2021
  16. Oct 21, 2021
  17. Oct 20, 2021
  18. Oct 15, 2021
  19. Oct 13, 2021
Loading