qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] bitops: Header dependency fixes
Date: Fri, 26 Sep 2014 16:46:01 -0300	[thread overview]
Message-ID: <1411760764-18292-1-git-send-email-ehabkost@redhat.com> (raw)

This series adds a missing include, kills a circular header dependency, and
avoid including qemu-common.h from a header to avoid new circular dependencies.

Eduardo Habkost (3):
  tests: Add missing include to test-bitops.c
  bitops.h: Don't include qemu-common.h
  bitmap.h: Don't include qemu-common.h

 include/qemu/bitmap.h | 5 ++++-
 include/qemu/bitops.h | 4 +++-
 tests/test-bitops.c   | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)

-- 
1.9.3

             reply	other threads:[~2014-09-26 19:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-26 19:46 Eduardo Habkost [this message]
2014-09-26 19:46 ` [Qemu-devel] [PATCH 1/3] tests: Add missing include to test-bitops.c Eduardo Habkost
2014-09-26 19:46 ` [Qemu-devel] [PATCH 2/3] bitops.h: Don't include qemu-common.h Eduardo Habkost
2014-09-26 19:46 ` [Qemu-devel] [PATCH 3/3] bitmap.h: " Eduardo Habkost
2014-10-23  6:35 ` [Qemu-devel] [Qemu-trivial] [PATCH 0/3] bitops: Header dependency fixes Michael Tokarev
2014-10-23 12:32   ` Eduardo Habkost
2014-10-23 18:36     ` Michael Tokarev

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=1411760764-18292-1-git-send-email-ehabkost@redhat.com \
    --to=ehabkost@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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).