mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-23 02:16:48 +00:00
Merge 3a4946ad08
into 60fc6c2bc4
This commit is contained in:
commit
15f57ccd73
@ -107,22 +107,23 @@ MMIO Registers Definition
|
|||||||
- 0x0
|
- 0x0
|
||||||
- R/W
|
- R/W
|
||||||
- Interrupt Mask register is used for legacy interrupt.
|
- Interrupt Mask register is used for legacy interrupt.
|
||||||
ivshmem doesn't support interrupts, so this register is reserved.
|
IVSHMEM doesn't support legacy INTx interrupts, so this register
|
||||||
|
is reserved.
|
||||||
* - IVSHMEM\_IRQ\_STA\_REG
|
* - IVSHMEM\_IRQ\_STA\_REG
|
||||||
- 0x4
|
- 0x4
|
||||||
- R/W
|
- R/W
|
||||||
- Interrupt Status register is used for legacy interrupt.
|
- Interrupt Status register is used for legacy interrupt.
|
||||||
ivshmem doesn't support interrupts, so this register is reserved.
|
IVSHMEM doesn't support legacy INTx interrupts, so this register
|
||||||
|
is reserved.
|
||||||
* - IVSHMEM\_IV\_POS\_REG
|
* - IVSHMEM\_IV\_POS\_REG
|
||||||
- 0x8
|
- 0x8
|
||||||
- RO
|
- RO
|
||||||
- Inter-VM Position register is used to identify the VM ID.
|
- Inter-VM Position register is used to identify the VM ID.
|
||||||
Its value is zero.
|
Its value is equal to device ID.
|
||||||
* - IVSHMEM\_DOORBELL\_REG
|
* - IVSHMEM\_DOORBELL\_REG
|
||||||
- 0xC
|
- 0xC
|
||||||
- WO
|
- WO
|
||||||
- Doorbell register is used to trigger an interrupt to the peer VM.
|
- Doorbell register is used to trigger an interrupt to the peer VM.
|
||||||
ivshmem doesn't support interrupts.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
*****
|
*****
|
||||||
|
Loading…
Reference in New Issue
Block a user