Re: [Qemu-devel] [PATCH 05/11] qemu: MSI-X support functions
From: Paul Brook <hidden> Date: 2009-06-10 15:15:04
quoted
That's seems just plain wrong to me.
Loading a VM shouldn't not
do anything that can't happen during normal operation.
At least wrt pci, we are very far from this state: load just overwrites
all registers, readonly or not, which can never happen during normal
operation.
IMO that code is wrong. We should only be loading things that the guest can
change (directly or indirectly).
Paul