mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
x86: constify x86_machine_is_*_enabled
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Sergio Lopez <slp@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200915120909.20838-14-kraxel@redhat.com
This commit is contained in:
parent
f6f7e2d88d
commit
9927a6329a
2 changed files with 4 additions and 4 deletions
|
@ -100,8 +100,8 @@ void x86_load_linux(X86MachineState *x86ms,
|
|||
bool pvh_enabled,
|
||||
bool linuxboot_dma_enabled);
|
||||
|
||||
bool x86_machine_is_smm_enabled(X86MachineState *x86ms);
|
||||
bool x86_machine_is_acpi_enabled(X86MachineState *x86ms);
|
||||
bool x86_machine_is_smm_enabled(const X86MachineState *x86ms);
|
||||
bool x86_machine_is_acpi_enabled(const X86MachineState *x86ms);
|
||||
|
||||
/* Global System Interrupts */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue