qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] qcow2 cleanups


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH 0/2] qcow2 cleanups
Date: Thu, 16 Dec 2010 17:05:30 +0100

From: Jes Sorensen <address@hidden>

Hi,

These two patches tries to clean up the qcow2 code a little. First
makes the function names consistent, ie. we shouldn't have qcow_
functions in the qcow2 code. Second tries to add proper errno return
values to qcow2_open().

Jes Sorensen (2):
  block/qcow2.c: rename qcow_ functions to qcow2_
  Add proper -errno error return values to qcow2_open()

 block/qcow2-cluster.c  |    6 +-
 block/qcow2-snapshot.c |    6 +-
 block/qcow2.c          |  269 +++++++++++++++++++++++++++---------------------
 3 files changed, 158 insertions(+), 123 deletions(-)

-- 
1.7.3.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]