On 5/3/23 11:09, Michael S. Tsirkin wrote:
On Sun, Mar 05, 2023 at 07:45:55AM +0000, Bernhard Beschow wrote:
Am 13. Februar 2023 16:45:05 UTC schrieb Bernhard Beschow <shen...@gmail.com>:
Am 13. Februar 2023 16:19:55 UTC schrieb Bernhard Beschow <shen...@gmail.com>:
This series contains some cleanups I came across when working on the PC
machines. It consists of reducing the usage of global variables and eliminating
some redundancies.
One notable change is that the SMRAM memory region gets moved from the i440fx
and q35 host bridges into the x86 machine. This will simplify cleaning up these
host bridges which will be done in a separate series. Note that the movement of
the SMRAM memory region apparently doesn't change migration ABI for the pc and
q35 machines (see below).
The last two patches still need review. Comments welcome!
Ping
Can we queue the reviewed patches (all but the last two) already?
Thanks,
Bernhard
Philippe objected to patch 1 - he suggested using
pci_address_space_io.
I was wrong...