On Di, 2014-06-24 at 09:11 +1000, Benjamin Herrenschmidt wrote: > When the guest switches the interrupt endian mode, which essentially > means a global machine endian switch, we want to change the VGA > framebuffer endian mode as well in order to be backward compatible > with existing guests who don't know about the new endian control > register.
I'd tend to add a notifier (see include/qemu/notify.h) for endian switches instead, so anybody interested could register himself. cheers, Gerd