Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Commits
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • PureOSPureOS
  • PackagesPackages
  • qemu
  • Repository
Switch branch/tag
  • qemu
  • qemu-io.c
Find file BlameHistoryPermalink
  • Christoph Hellwig's avatar
    qemu-io: use BDRV_O_FILE to implement the growable open option · 1db6947d
    Christoph Hellwig authored Jul 15, 2009
    
    
    Instead of doing our own check for protocols which fails because raw isn't
    formally a protocol but special cased in find_protocol specify the BDRV_O_FILE
    option to use the same code as bdrv_file_open does.
    
    While we're at it also add the missing documentation for -g to the main
    qemu-io help string.
    
    Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
    Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
    1db6947d