« Previous | Next » 

Revision 55aff7f1

ID55aff7f133b0eb20b2c8a2a3e1307240aab8044c

Added by Jeff Cody over 10 years ago

block: remove QED .bdrv_make_empty implementation

The QED .bdrv_make_empty() implementation does nothing but return
-ENOTSUP, which causes problems in bdrv_commit(). Since the function
stub exists for QED, it is called, which then always returns an error.

The proper way to not support an optional driver function stub is to
just not implement it, so let's remove the stub.

Signed-off-by: Jeff Cody <>
Reviewed-by: Benoit Canet <>
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences