acrn-hypervisor/devicemodel/hw
Liu Long bd8c0de62b ACRN: DM: Fix the MSI mask and unmask bugs.
The patch fix many bugs about the pci msi capabilities.
 1. Fix the clear msi mask bit issues.
 2. Initialize the offset of pci capabilities this variable will used as
 the output of pci_emul_find_capability function.
 3. Replace 16-read with 32-read because both mask and pending are 32bit.
 4. Add mask and pending element in msicap struct and intialize the struct
 value to zero, because we need r/w mask and pending value.

Tracked-On: #7762
Signed-off-by: Liu Long <long.liu@linux.intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
2022-06-14 16:28:50 +08:00
..
mmio dm: Coding style fix: Handle failure of parsing /proc/iomem 2022-06-14 12:54:25 +08:00
pci ACRN: DM: Fix the MSI mask and unmask bugs. 2022-06-14 16:28:50 +08:00
platform dm: fix uninitialized variable issue in hpet_mmio_read 2022-06-08 14:15:47 +08:00
block_if.c dm: blockif: Convert print output to acrn-dm logger 2020-09-10 09:33:25 +08:00
gc.c dm: virtio-gpu: VGA compability support 2022-03-28 15:26:20 +08:00
uart_core.c ACRN: misc: Unify terminology for sos/uos rin macro 2021-11-02 10:00:55 +08:00
usb_core.c DM USB: modify disconnecting logic to support Windows 10 2019-09-26 11:29:22 +08:00
vdisplay_sdl.c dm: vdisplay: fix comment typos. 2022-06-14 10:23:14 +08:00
vga.c ACRN:DM: Fix the memory_leak of vga_context in virtio_gpu_deinit 2022-04-19 18:30:06 +08:00