---
title: hv_boot_state
framework: hypervisor
role: symbol
role_heading: Enumeration
path: hypervisor/hv_boot_state
---

# hv_boot_state

## Declaration

```swift
@frozen enum hv_boot_state
```

## Topics

### Enumeration Cases

- [hv_boot_state.HV_BS_INIT](hypervisor/hv_boot_state/hv_bs_init.md)
- [hv_boot_state.HV_BS_RUNNING](hypervisor/hv_boot_state/hv_bs_running.md)
- [hv_boot_state.HV_BS_SIPI](hypervisor/hv_boot_state/hv_bs_sipi.md)

### Initializers

- [init(rawValue:)](hypervisor/hv_boot_state/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Enumerations

- [VM Creation Options](hypervisor/1447306-vm-creation-options.md)
- [VM Capabilities](hypervisor/3181560-vm-capabilities.md)
- [hv_cache_type_t](hypervisor/hv_cache_type_t.md)
- [hv_apic_ctrl_t](hypervisor/hv_apic_ctrl_t.md)
- [hv_apic_intr_trigger_t](hypervisor/hv_apic_intr_trigger_t.md)
- [hv_apic_lvt_flavor_t](hypervisor/hv_apic_lvt_flavor_t.md)
- [hv_gic_distributor_reg_t](hypervisor/hv_gic_distributor_reg_t.md)
- [hv_gic_icc_reg_t](hypervisor/hv_gic_icc_reg_t.md)
- [hv_gic_ich_reg_t](hypervisor/hv_gic_ich_reg_t.md)
- [hv_gic_icv_reg_t](hypervisor/hv_gic_icv_reg_t.md)
- [hv_gic_intid_t](hypervisor/hv_gic_intid_t.md)
- [hv_gic_msi_reg_t](hypervisor/hv_gic_msi_reg_t.md)
- [hv_gic_redistributor_reg_t](hypervisor/hv_gic_redistributor_reg_t.md)
- [hv_sme_p_reg_t](hypervisor/hv_sme_p_reg_t.md)
- [hv_sme_z_reg_t](hypervisor/hv_sme_z_reg_t.md)
