Files
acrn-hypervisor/hypervisor/arch/x86
Yu Wang b13882f8bd hv: vioapic: improve the vioapic reset flow
During ioapic reset, some registers need to be set to the default value
which defined in ioapic spec.

So far, the vioapic function only be called by ioapic itself in
ioapic_init. And just invoked after calloc the vioapic object, so all
the content are already set to zero. But this vioapic_reset function be
exported as one API which maybe invoked by other scenarios in future.

So this patch resolves this potential issue.

Signed-off-by: Yu Wang <yu1.wang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-06 12:32:35 +08:00
..
2018-08-06 12:27:53 +08:00
2018-07-25 15:29:34 +08:00
2018-08-06 10:34:43 +08:00
2018-08-06 12:27:53 +08:00
2018-07-25 15:29:34 +08:00
2018-08-06 10:34:43 +08:00
2018-08-02 09:51:58 +08:00
2018-08-06 12:27:53 +08:00
2018-08-02 14:03:38 +08:00
2018-08-06 12:27:53 +08:00
2018-08-02 14:03:38 +08:00
2018-08-01 11:36:27 +08:00
2018-08-03 11:27:52 +08:00
2018-08-02 14:03:38 +08:00