]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/i386/sgx: Get rid of qemu_open_old()
authorZhao Liu <zhao1.liu@intel.com>
Mon, 15 Jul 2024 08:21:49 +0000 (16:21 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 17 Jul 2024 11:04:15 +0000 (14:04 +0300)
commit1a48869c8f30de935b7b003b0d4ba30dd2185ed7
tree57adbbcc94d9e731925020599becf2445c21a762
parent1b1238c7a55532d2ca6db5f4a78756124d762d5b
hw/i386/sgx: Get rid of qemu_open_old()

For qemu_open_old(), osdep.h said:

> Don't introduce new usage of this function, prefer the following
> qemu_open/qemu_create that take an "Error **errp".

So replace qemu_open_old() with qemu_open(). And considering the SGX
enablement description is useful, convert it into a error message hint.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Eduardo Habkost <eduardo@habkost.net>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i386/sgx.c