From: Stefan Hajnoczi <stefanha@redhat.com>
To: Sam Li <faithilikerun@gmail.com>
Cc: qemu-devel@nongnu.org, dmitry.fomichev@wdc.com,
Markus Armbruster <armbru@redhat.com>,
Eric Blake <eblake@redhat.com>,
qemu-block@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
Fam Zheng <fam@euphon.net>,
damien.lemoal@opensource.wdc.com, hare@suse.de,
Hanna Reitz <hreitz@redhat.com>
Subject: Re: [PATCH v9 5/7] config: add check to block layer
Date: Fri, 16 Sep 2022 15:22:04 +0000 [thread overview]
Message-ID: <YySUnG5vCxTJj8g1@fedora> (raw)
In-Reply-To: <20220910052759.27517-6-faithilikerun@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
On Sat, Sep 10, 2022 at 01:27:57PM +0800, Sam Li wrote:
> diff --git a/block/file-posix.c b/block/file-posix.c
> index 4edfa25d04..354de22860 100644
> --- a/block/file-posix.c
> +++ b/block/file-posix.c
> @@ -779,6 +779,20 @@ static int raw_open_common(BlockDriverState *bs, QDict *options,
> goto fail;
> }
> }
> +#ifdef CONFIG_BLKZONED
> + /*
> + * The kernel page chache does not reliably work for writes to SWR zones
s/chache/cache/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2022-09-17 20:19 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-10 5:27 [PATCH v9 0/7] Add support for zoned device Sam Li
2022-09-10 5:27 ` [PATCH v9 1/7] include: add zoned device structs Sam Li
2022-09-15 8:05 ` Eric Blake
2022-09-15 10:06 ` Sam Li
2022-09-16 15:16 ` Stefan Hajnoczi
2022-09-19 0:50 ` Sam Li
2022-09-19 8:04 ` Damien Le Moal
2022-09-19 8:06 ` Sam Li
2022-09-10 5:27 ` [PATCH v9 2/7] file-posix: introduce helper functions for sysfs attributes Sam Li
2022-09-11 4:56 ` Damien Le Moal
2022-09-10 5:27 ` [PATCH v9 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls Sam Li
2022-09-11 5:31 ` Damien Le Moal
2022-09-11 6:33 ` Sam Li
2022-09-11 6:48 ` Damien Le Moal
2022-09-11 7:30 ` Sam Li
2022-09-11 7:02 ` Damien Le Moal
2022-09-16 16:00 ` Stefan Hajnoczi
2022-09-20 8:51 ` Klaus Jensen
2022-09-20 13:21 ` Sam Li
2022-09-21 4:44 ` Damien Le Moal
2022-09-21 9:08 ` Klaus Jensen
2022-09-10 5:27 ` [PATCH v9 4/7] raw-format: add zone operations to pass through requests Sam Li
2022-09-11 5:32 ` Damien Le Moal
2022-09-10 5:27 ` [PATCH v9 5/7] config: add check to block layer Sam Li
2022-09-11 5:34 ` Damien Le Moal
2022-09-11 6:54 ` Sam Li
2022-09-11 7:05 ` Damien Le Moal
2022-09-16 15:22 ` Stefan Hajnoczi [this message]
2022-09-10 5:27 ` [PATCH v9 6/7] qemu-iotests: test new zone operations Sam Li
2022-09-10 5:27 ` [PATCH v9 7/7] docs/zoned-storage: add zoned device documentation Sam Li
2022-09-11 5:38 ` Damien Le Moal
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=YySUnG5vCxTJj8g1@fedora \
--to=stefanha@redhat.com \
--cc=armbru@redhat.com \
--cc=damien.lemoal@opensource.wdc.com \
--cc=dmitry.fomichev@wdc.com \
--cc=eblake@redhat.com \
--cc=faithilikerun@gmail.com \
--cc=fam@euphon.net \
--cc=hare@suse.de \
--cc=hreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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.