On 08/04/2011 08:06 AM, Avi Kivity wrote:
Reviewed-by: Richard Henderson<rth@xxxxxxxxxxx> Signed-off-by: Avi Kivity<avi@xxxxxxxxxx> --- hw/ne2000-isa.c | 14 +++------- hw/ne2000.c | 77 +++++++++++++++++++++++++++++++++++++----------------- hw/ne2000.h | 8 +---- 3 files changed, 59 insertions(+), 40 deletions(-) diff --git a/hw/ne2000-isa.c b/hw/ne2000-isa.c index e41dbba..ce7b365 100644 --- a/hw/ne2000-isa.c +++ b/hw/ne2000-isa.c @@ -61,24 +61,18 @@ static const VMStateDescription vmstate_isa_ne2000 = { } }; +#include "exec-memory.h" +
Should be at the top of the file. Regards, Anthony Liguori -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html