qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Aurelien Jarno <aurelien@aurel32.net>
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v4 5/7] aes: move aes.h from include/block to include/qemu
Date: Fri, 5 Apr 2013 14:34:14 +0200	[thread overview]
Message-ID: <20130405123414.GA12646@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1364727746-2686-6-git-send-email-aurelien@aurel32.net>

On Sun, Mar 31, 2013 at 01:02:24PM +0200, Aurelien Jarno wrote:
> Move aes.h from include/block to include/qemu to show it can be reused
> by other subsystems.
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
> Reviewed-by: Richard Henderson <rth@twiddle.net>
> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
> ---
>  block/qcow.c        |    2 +-
>  block/qcow2.c       |    2 +-
>  block/qcow2.h       |    2 +-
>  include/block/aes.h |   26 --------------------------
>  include/qemu/aes.h  |   26 ++++++++++++++++++++++++++
>  util/aes.c          |    2 +-
>  6 files changed, 30 insertions(+), 30 deletions(-)
>  delete mode 100644 include/block/aes.h
>  create mode 100644 include/qemu/aes.h

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

  reply	other threads:[~2013-04-05 12:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-31 11:02 [Qemu-devel] [PATCH v4 0/7] target-i386: add PCLMULQDQ and AES-NI instructions Aurelien Jarno
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 1/7] disas/i386.c: disassemble pclmulqdq instruction Aurelien Jarno
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 2/7] target-i386: add " Aurelien Jarno
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 3/7] target-i386: enable PCLMULQDQ on Westmere CPU Aurelien Jarno
2013-08-07 22:12   ` Eduardo Habkost
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 4/7] disas/i386.c: disassemble aes-ni instructions Aurelien Jarno
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 5/7] aes: move aes.h from include/block to include/qemu Aurelien Jarno
2013-04-05 12:34   ` Stefan Hajnoczi [this message]
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 6/7] aes: make Td[0-5] and Te[0-5] tables non static Aurelien Jarno
2013-03-31 11:02 ` [Qemu-devel] [PATCH v4 7/7] target-i386: add AES-NI instructions Aurelien Jarno
2013-03-31 23:26 ` [Qemu-devel] [PATCH v4 0/7] target-i386: add PCLMULQDQ and " Richard Henderson

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=20130405123414.GA12646@stefanha-thinkpad.redhat.com \
    --to=stefanha@redhat.com \
    --cc=aurelien@aurel32.net \
    --cc=kwolf@redhat.com \
    --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).