From: Ming Lei <ming.lei@canonical.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>, Ming Lei <ming.lei@canonical.com>
Subject: [Qemu-devel] [PATCH 4/4] virtio-blk: remove DEFINE_VIRTIO_BLK_FEATURES
Date: Mon, 16 Jun 2014 23:40:52 +0800 [thread overview]
Message-ID: <1402933252-1079-5-git-send-email-ming.lei@canonical.com> (raw)
In-Reply-To: <1402933252-1079-1-git-send-email-ming.lei@canonical.com>
Now remove the macro since no one use it any more.
Signed-off-by: Ming Lei <ming.lei@canonical.com>
---
include/hw/virtio/virtio-blk.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/hw/virtio/virtio-blk.h b/include/hw/virtio/virtio-blk.h
index 0135ca2..03f7ed4 100644
--- a/include/hw/virtio/virtio-blk.h
+++ b/include/hw/virtio/virtio-blk.h
@@ -144,9 +144,6 @@ typedef struct VirtIOBlock {
#endif
} VirtIOBlock;
-#define DEFINE_VIRTIO_BLK_FEATURES(_state, _field) \
- DEFINE_VIRTIO_COMMON_FEATURES(_state, _field)
-
#ifdef __linux__
#define DEFINE_VIRTIO_BLK_PROPERTIES(_state, _field) \
DEFINE_BLOCK_PROPERTIES(_state, _field.conf), \
--
1.7.9.5
next prev parent reply other threads:[~2014-06-16 15:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 15:40 [Qemu-devel] [PATCH 0/4] virtio: move common virtio properties to bus class device Ming Lei
2014-06-16 15:40 ` [Qemu-devel] [PATCH 1/4] virtio-pci: move common virtio properties to virtio-pci " Ming Lei
2014-06-16 15:40 ` [Qemu-devel] [PATCH 2/4] s390-virtio-bus: move common virtio properties to virtio s390 device class Ming Lei
2014-06-16 16:04 ` Cornelia Huck
2014-06-16 16:19 ` Ming Lei
2014-06-17 2:44 ` Ming Lei
2014-06-17 7:07 ` Cornelia Huck
2014-06-17 7:44 ` Cornelia Huck
2014-06-17 7:44 ` Ming Lei
2014-06-17 8:46 ` Cornelia Huck
2014-06-17 10:15 ` Ming Lei
2014-06-17 10:25 ` Cornelia Huck
2014-06-17 10:40 ` Ming Lei
2014-06-17 10:45 ` Ming Lei
2014-06-17 12:04 ` Cornelia Huck
2014-06-17 12:06 ` Alexander Graf
2014-06-17 12:56 ` Cornelia Huck
2014-06-17 12:57 ` Alexander Graf
2014-06-16 15:40 ` [Qemu-devel] [PATCH 3/4] s390 virtio-ccw: move common virtio properties to virtio ccw " Ming Lei
2014-06-16 16:01 ` Cornelia Huck
2014-06-16 15:40 ` Ming Lei [this message]
2014-06-16 15:44 ` [Qemu-devel] [PATCH 0/4] virtio: move common virtio properties to bus class device Paolo Bonzini
2014-06-16 16:02 ` Ming Lei
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=1402933252-1079-5-git-send-email-ming.lei@canonical.com \
--to=ming.lei@canonical.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).