Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Xing Lin
  • qemu
  • Repository

Switch branch/tag
  • qemu
  • include
  • block
  • coroutine.h
Find file BlameHistoryPermalink
  • Benoît Canet's avatar
    block: Repair the throttling code. · b681a1c7
    Benoît Canet authored Jul 26, 2013
    The throttling code was segfaulting since commit
    02ffb504
    
     because some qemu_co_queue_next caller
    does not run in a coroutine.
    qemu_co_queue_do_restart assume that the caller is a coroutinne.
    As suggested by Stefan fix this by entering the coroutine directly.
    Also make sure like suggested that qemu_co_queue_next() and
    qemu_co_queue_restart_all() can be called only in coroutines.
    Signed-off-by: default avatarBenoit Canet <benoit@irqsave.net>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    b681a1c7

Replace coroutine.h

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.