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 <[email protected]> > Cc: Stefan Hajnoczi <[email protected]> > Reviewed-by: Edgar E. Iglesias <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > Signed-off-by: Aurelien Jarno <[email protected]> > --- > 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 <[email protected]>
