Re: [Qemu-devel] [PATCH v2 0/6] pci: keep window properties up to date

2013-09-16 Thread Igor Mammedov
On Sun, 15 Sep 2013 11:46:36 +0300 "Michael S. Tsirkin" wrote: > w32/w64 properties that we report in QOM are > currently static, but this is wrong: > guest firmware can select its own windows: > optimal placement for w64 is guest-dependent, further, > for Q35, w32 is affected by the MCFG base an

[Qemu-devel] [PATCH v2 0/6] pci: keep window properties up to date

2013-09-15 Thread Michael S. Tsirkin
w32/w64 properties that we report in QOM are currently static, but this is wrong: guest firmware can select its own windows: optimal placement for w64 is guest-dependent, further, for Q35, w32 is affected by the MCFG base and size. This detects the actual window configuration used by guest and rep