mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
HV: replace partition mode with pre-launched VM in comments
This is to get rid of partition mode strings in comments Tracked-On: #3056 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
4e2d13bda7
commit
41d87ea828
@ -220,8 +220,8 @@ void vpci_init(struct acrn_vm *vm)
|
|||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
/*
|
/*
|
||||||
* SOS: intercept port CF8 only.
|
* SOS: intercept port CF8 only.
|
||||||
* UOS or partition mode: register handler for CF8 only and I/O requests to CF9/CFA/CFB are
|
* UOS or pre-launched VM: register handler for CF8 only and I/O requests to CF9/CFA/CFB are
|
||||||
* not handled by vpci.
|
* not handled by vpci.
|
||||||
*/
|
*/
|
||||||
register_pio_emulation_handler(vm, PCI_CFGADDR_PIO_IDX, &pci_cfgaddr_range,
|
register_pio_emulation_handler(vm, PCI_CFGADDR_PIO_IDX, &pci_cfgaddr_range,
|
||||||
pci_cfgaddr_io_read, pci_cfgaddr_io_write);
|
pci_cfgaddr_io_read, pci_cfgaddr_io_write);
|
||||||
|
Loading…
Reference in New Issue
Block a user