/* * Multifd qpl compression accelerator implementation * * Copyright (c) 2023 Intel Corporation * * Authors: * Yuan Liu * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" #include "qemu/module.h" static void multifd_qpl_register(void) { /* noop */ } migration_init(multifd_qpl_register);