[SeaBIOS] [PATCH v2 0/3] pci: resource reserve capability found

Liu, Jing2 jing2.liu at linux.intel.com
Thu Aug 16 04:31:07 CEST 2018


Hi all,
I re-send the serial because of wrong numbering last time.
Sorry for troubling.

Thanks!
Jing
On 8/16/2018 10:32 AM, Jing Liu wrote:
> This patch serial is about QEMU resource reserve capability finding
> in firmware.
> 
> Firstly, this fixes a logic bug. When the capability is truncated,
> return zero instead of the truncated offset. Secondly, this modified
> the debug messages when the capability is not found and when the vendor
> ID or device Id doesn't match REDHAT special ones.
> 
> Last, this enables the firmware recongizing the REDHAT PCI BRIDGE device ID,
> so that QEMU can also reserve PCI bridge resource capability.
> 
> Change Log:
> v2 -> v1
> * Add two patches for fixing small bugs
> 
> Jing Liu (3):
>    pci: fix the return value for truncated capability
>    pci: clean up the debug message for pci capability found
>    pci: recognize RH PCI legacy bridge resource reservation capability
> 
>   src/fw/pciinit.c | 45 ++++++++++++++++++++++++++++-----------------
>   src/hw/pci_ids.h |  1 +
>   2 files changed, 29 insertions(+), 17 deletions(-)
> 



More information about the SeaBIOS mailing list