On Mon, Sep 07, 2015 at 05:14:55PM +0200, Kevin Wolf wrote: > BDRVQcowState is already used by qcow1, and gdb is always confused which > one to use. Rename the qcow2 one so they can be distinguished. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > block/qcow2-cache.c | 14 ++++----- > block/qcow2-cluster.c | 48 +++++++++++++++---------------- > block/qcow2-refcount.c | 58 ++++++++++++++++++------------------- > block/qcow2-snapshot.c | 20 ++++++------- > block/qcow2.c | 78 > +++++++++++++++++++++++++------------------------- > block/qcow2.h | 22 +++++++------- > 6 files changed, 120 insertions(+), 120 deletions(-)
I never thought I'd see the day! Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>