From: Yaowei Bai <baiyaowei@cmss.chinamobile.com>
To: pbonzini@redhat.com, fam@euphon.net, dillaman@redhat.com,
kwolf@redhat.com, mreitz@redhat.com
Cc: baiyaowei@cmss.chinamobile.com, yangjun@cmss.chinamobile.com,
qemu-devel@nongnu.org, qemu-block@nongnu.org
Subject: Re: [PATCH 3/4] hw/scsi: add SCSI COMPARE_AND_WRITE support
Date: Fri, 25 Oct 2019 17:53:08 +0800 [thread overview]
Message-ID: <20191025095308.GA28031@byw> (raw)
In-Reply-To: <1571996163-27688-4-git-send-email-baiyaowei@cmss.chinamobile.com>
On Fri, Oct 25, 2019 at 05:36:01PM +0800, Yaowei Bai wrote:
>
> diff --git a/include/tcmu/tcmu.h b/include/tcmu/tcmu.h
> new file mode 100644
> index 0000000..656a545
> --- /dev/null
> +++ b/include/tcmu/tcmu.h
> @@ -0,0 +1,14 @@
> +#ifndef QEMU_TCMU_H
> +#define QEMU_TCMU_H
> +
> +#include "qemu-common.h"
> +
> +typedef struct TCMUExport TCMUExport;
> +extern QemuOptsList qemu_tcmu_export_opts;
> +
> +void qemu_tcmu_stop(void);
> +void qemu_tcmu_start(const char *subtype, Error **errp);
> +TCMUExport *tcmu_export_new(BlockBackend *blk, bool writable, Error **errp);
> +int export_init_func(void *opaque, QemuOpts *all_opts, Error **errp);
> +
> +#endif
Please ignore this odd part.
> --
> 1.8.3.1
>
next prev parent reply other threads:[~2019-10-25 10:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 9:35 [PATCH 0/4] SCSI COMPARE_AND_WRITE support Yaowei Bai
2019-10-25 9:35 ` [PATCH 1/4] block: add " Yaowei Bai
2019-10-25 9:36 ` [PATCH 2/4] block/rbd: implement bdrv_aio_compare_and_write interface Yaowei Bai
2019-10-25 9:36 ` [PATCH 3/4] hw/scsi: add SCSI COMPARE_AND_WRITE support Yaowei Bai
2019-10-25 9:53 ` Yaowei Bai [this message]
2019-10-25 9:36 ` [PATCH 4/4] scsi-disk: add FUA support for COMPARE_AND_WRITE Yaowei Bai
2019-10-25 23:38 ` [PATCH 0/4] SCSI COMPARE_AND_WRITE support no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191025095308.GA28031@byw \
--to=baiyaowei@cmss.chinamobile.com \
--cc=dillaman@redhat.com \
--cc=fam@euphon.net \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=yangjun@cmss.chinamobile.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.