acrn-hypervisor/hypervisor/dm
Conghui Chen 4efc9e3ef9 HV: remove 'vuart' from debug command list
Remove debug command 'vuart' which is used to change VM's console's base
and irq before bringing up with uefi.
But after vuart's resuffle, the gloable variables vuart_com_irq and
vuart_com_base is not used anymore, vuart gets the base and irq from
its configuration. So the command can not work.

Tracked-On: #2987
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-04-29 15:25:39 +08:00
..
vpci hv:change register_mmio_emulation_handler to void 2019-04-19 09:02:15 +08:00
io_req.c hv: Rename NORMAL_VM to POST_LAUNCHED_VM 2019-04-29 09:19:51 +08:00
vioapic.c hv:change register_mmio_emulation_handler to void 2019-04-19 09:02:15 +08:00
vmptable.c hv: Build mptable for guest if VM type is Pre-Launched 2019-04-15 15:51:02 +08:00
vpic.c hv: remove the unnecessary equality operation 2019-04-02 18:18:59 +08:00
vrtc.c HV: HV: make io_read_fn_t return true or false 2019-03-29 16:17:44 +08:00
vuart.c HV: remove 'vuart' from debug command list 2019-04-29 15:25:39 +08:00