Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
accel: Document generic accelerator headers
These headers are meant to be include by any file to check
the availability of accelerators, thus are not accelerator
specific.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230624174121.11508-3-philmd@linaro.org>
  • Loading branch information
philmd committed Jun 28, 2023
1 parent 641b841 commit 6970030
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/sysemu/hax.h
Expand Up @@ -19,6 +19,8 @@
*
*/

/* header to be included in non-HAX-specific code */

#ifndef QEMU_HAX_H
#define QEMU_HAX_H

Expand Down
2 changes: 2 additions & 0 deletions include/sysemu/kvm.h
Expand Up @@ -11,6 +11,8 @@
*
*/

/* header to be included in non-KVM-specific code */

#ifndef QEMU_KVM_H
#define QEMU_KVM_H

Expand Down
2 changes: 2 additions & 0 deletions include/sysemu/nvmm.h
Expand Up @@ -7,6 +7,8 @@
* See the COPYING file in the top-level directory.
*/

/* header to be included in non-NVMM-specific code */

#ifndef QEMU_NVMM_H
#define QEMU_NVMM_H

Expand Down
2 changes: 2 additions & 0 deletions include/sysemu/tcg.h
Expand Up @@ -5,6 +5,8 @@
* See the COPYING file in the top-level directory.
*/

/* header to be included in non-TCG-specific code */

#ifndef SYSEMU_TCG_H
#define SYSEMU_TCG_H

Expand Down
2 changes: 2 additions & 0 deletions include/sysemu/whpx.h
Expand Up @@ -10,6 +10,8 @@
*
*/

/* header to be included in non-WHPX-specific code */

#ifndef QEMU_WHPX_H
#define QEMU_WHPX_H

Expand Down
2 changes: 2 additions & 0 deletions include/sysemu/xen.h
Expand Up @@ -5,6 +5,8 @@
* See the COPYING file in the top-level directory.
*/

/* header to be included in non-Xen-specific code */

#ifndef SYSEMU_XEN_H
#define SYSEMU_XEN_H

Expand Down

0 comments on commit 6970030

Please sign in to comment.