mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
Merge pull request #5 from shuox/fix_PCIR_BIOS_handling
Ignore length of resource for PCI ROM request
This commit is contained in:
commit
e24050ae8b
@ -1905,6 +1905,8 @@ pci_cfgrw(struct vmctx *ctx, int vcpu, int in, int bus, int slot, int func,
|
||||
}
|
||||
pci_set_cfgdata32(dev, coff, bar);
|
||||
|
||||
} else if (coff == PCIR_BIOS) {
|
||||
/* ignore ROM BAR length request */
|
||||
} else if (pci_emul_iscap(dev, coff)) {
|
||||
pci_emul_capwrite(dev, coff, bytes, *eax);
|
||||
} else if (coff >= PCIR_COMMAND && coff < PCIR_REVID) {
|
||||
|
Loading…
Reference in New Issue
Block a user