On Tue, Jul 20, 2010 at 04:50:44PM +0900, Isaku Yamahata wrote:
This is on top of the patch series of PATCH v2 "abstract chipset(i440fx) specific register operation."
Patch descriontion: This patch set abstract out shadow and smm operation which are specific to chipset. and spit out i440fx specific part into dev-i440fx.c. Thus q35 specific register value/operation will be added easily.
Thanks! I've committed both series.
As a side note, I'm not sure if moving the smm/shadow code into dev-i440fx.c is best - the code seems more specific to smm/shadow then to the i440fx. Lets see how it works out.
-Kevin