[PATCH v9] vpci: Add resizable bar support

2025-02-23 Thread Jiqian Chen
Some devices, like AMDGPU, support resizable bar capability, but vpci of Xen doesn't support this feature, so they fail to resize bars and then cause probing failure. According to PCIe spec, each bar that supports resizing has two registers, PCI_REBAR_CAP and PCI_REBAR_CTRL. So, add handlers to su

Re: [PATCH v3 05/24] xen/console: introduce consoled_is_enabled()

2025-02-23 Thread Denis Mukhin
On Friday, January 3rd, 2025 at 5:58 PM, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > There are few places which check pv_shim console under CONFIG_PV_SHIM in xen > console driver. Instead of #ifdef-ing, use new consoled_is_enabled() to > customize the logi