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

2018-08-15 Thread Liu, Jing2
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

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

2018-08-15 Thread Jing Liu
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 dev

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

2018-08-15 Thread Liu, Jing2
tions(+), 17 deletions(-) Something looks wrong with this patch set -- the shortlog above indicates that the 3rd patch is called "pci: recognize RH PCI legacy bridge resource reservation capability", but in the actual series I see: [SeaBIOS][PATCH v2 0/3] pci: resource reserve c

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

2018-08-14 Thread Laszlo Ersek
h | 1 + > 2 files changed, 29 insertions(+), 17 deletions(-) Something looks wrong with this patch set -- the shortlog above indicates that the 3rd patch is called "pci: recognize RH PCI legacy bridge resource reservation capability", but in the actual series I see: [SeaBIOS][PATCH v2 0

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

2018-08-13 Thread Jing Liu
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 dev