]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: move common bits for all emulators to libqemuutil
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 29 Jul 2019 13:55:47 +0000 (15:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:32:48 +0000 (19:32 +0100)
commitb8d89ba83bf42be1f7b1d7d45236eaf6960d1c4e
treeb0d8f39d91daf80289f290275e5aa24406a5c49e
parent534220407696fb2231fb7938d7b28aa1b9cfc676
crypto: move common bits for all emulators to libqemuutil

qcrypto_random_*, AES and qcrypto_init do not need to be linked as a whole
and are the only parts that are used by user-mode emulation.  Place them
in libqemuutil, so that whatever needs them will pick them up automatically.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
Makefile.objs
Makefile.target
crypto/Makefile.objs