[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v7 1/4] block: add the command line support
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v7 1/4] block: add the command line support |
Date: |
Wed, 7 Sep 2011 11:59:26 +0100 |
On Tue, Sep 6, 2011 at 11:48 AM, Zhi Yong Wu <address@hidden> wrote:
> Signed-off-by: Zhi Yong Wu <address@hidden>
> ---
> 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