Re: [Qemu-devel] [PATCH] pci_bridge: factor out common code

2013-03-04 Thread Alex Williamson
On Mon, 2013-03-04 at 11:28 +0200, Michael S. Tsirkin wrote: > Reuse common code in pcie_port, override the hardwired-to-0 > bits per PCI Express spec. > No functional change but makes the code easier to follow. > > Signed-off-by: Michael S. Tsirkin > --- > > Alex, I applied the following on top

[Qemu-devel] [PATCH] pci_bridge: factor out common code

2013-03-04 Thread Michael S. Tsirkin
Reuse common code in pcie_port, override the hardwired-to-0 bits per PCI Express spec. No functional change but makes the code easier to follow. Signed-off-by: Michael S. Tsirkin --- Alex, I applied the following on top of your patch and did a dump of the config space to verify nothing changed.