On Tue, Sep 6, 2011 at 11:48 AM, Zhi Yong Wu <wu...@linux.vnet.ibm.com> wrote: > Signed-off-by: Zhi Yong Wu <wu...@linux.vnet.ibm.com> > --- > block.c | 8 ++++++++ > block_int.h | 30 ++++++++++++++++++++++++++++++ > blockdev.c | 29 +++++++++++++++++++++++++++++ > blockdev.h | 2 ++ > qemu-config.c | 24 ++++++++++++++++++++++++ > qemu-options.hx | 1 + > 6 files changed, 94 insertions(+), 0 deletions(-) [...] > +#include "block/blk-queue.h"
This patch fails to build. blk-queue.h does not exist yet. Please order changes so that each patch builds. Stefan