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:
dongshen 2019-05-02 18:17:49 -07:00 committed by wenlingz
parent 4e2d13bda7
commit 41d87ea828
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ void vpci_init(struct acrn_vm *vm)
if (ret == 0) {
/*
* SOS: intercept port CF8 only.
* UOS or partition mode: register handler for CF8 only and I/O requests to CF9/CFA/CFB are
* not handled by vpci.
* UOS or pre-launched VM: register handler for CF8 only and I/O requests to CF9/CFA/CFB are
* not handled by vpci.
*/
register_pio_emulation_handler(vm, PCI_CFGADDR_PIO_IDX, &pci_cfgaddr_range,
pci_cfgaddr_io_read, pci_cfgaddr_io_write);