qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Refactor vl.c


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/2] Refactor vl.c
Date: Fri, 26 Mar 2010 23:47:43 +0200

This patch set is based on top of my patch stack.

The first patch does a bit of refactoring so that the second patch can
be just code motion. I'm not too happy about "cpus.c" name.

The next step is to get rid of all uses of TARGET_* in vl.c so we can
compile it just once for all targets. Probably we need a new target
specific early init function to set up the values.

Blue Swirl (2):
  Refactor numa mode setting
  Refactor CPUState handling out of vl.c

 Makefile.target |    2 +-
 cpus.c          |  757 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 cpus.h          |   17 ++
 vl.c            |  728 +----------------------------------------------------
 4 files changed, 779 insertions(+), 725 deletions(-)
 create mode 100644 cpus.c
 create mode 100644 cpus.h




reply via email to

[Prev in Thread] Current Thread [Next in Thread]