qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] qcow2: Move BlockDriver definiton to the end of


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/2] qcow2: Move BlockDriver definiton to the end of the file
Date: Fri, 7 May 2010 12:43:44 +0200

A recent build fix for OpenBSD moved the BlockDriver definition of qcow2 to
somewhere in the middle of the source file. This series tries to solve the
problem in a different way that allows the definition to stay where everyone
looks for it.

Blue Swirl, as I don't have an OpenBSD installation handy, can you try if this
works for you?

Kevin Wolf (2):
  Revert "Fix OpenBSD build"
  qcow2: Remove static forward declaration

 block/qcow2.c |  491 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 245 insertions(+), 246 deletions(-)





reply via email to

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