From 41d87ea828059c9ba787a7089de3b8eebdb27dc4 Mon Sep 17 00:00:00 2001 From: dongshen Date: Thu, 2 May 2019 18:17:49 -0700 Subject: [PATCH] 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 Acked-by: Eddie Dong --- hypervisor/dm/vpci/vpci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/dm/vpci/vpci.c b/hypervisor/dm/vpci/vpci.c index ecc2aa131..13b53fe48 100644 --- a/hypervisor/dm/vpci/vpci.c +++ b/hypervisor/dm/vpci/vpci.c @@ -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);