qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: QEMU configuration files


From: Sebastian Herbszt
Subject: [Qemu-devel] Re: QEMU configuration files
Date: Wed, 18 Jun 2008 21:16:11 +0200

Fabrice,

My snapshot of the "object based" QEMU configuration system can be found at http://bellard.org/qemu/patches . I only tried it for x86 targets. It is not yet in committable state and comments are welcome !

the patch is pretty huge:

Makefile.target   |    2
device.c          |  874 +++++++++++++++++++
device.h          |   99 ++
hw/gumstix.c      |   10
hw/hw.h           |    3
hw/integratorcp.c |   16
hw/mainstone.c    |    4
hw/mips_jazz.c    |   30
hw/mips_malta.c   |   30
hw/mips_r4k.c     |   15
hw/pc.c           |   77 -
hw/ppc_chrp.c     |    8
hw/ppc_oldworld.c |    8
hw/ppc_prep.c     |   54 -
hw/realview.c     |   14
hw/sun4u.c        |    7
hw/versatilepb.c  |   20
vl.c              | 2394 +++++++++++++++++++++++++++++++++++++-----------------
18 files changed, 2676 insertions(+), 989 deletions(-)

Any chance you could split it into smaller pieces?

- Sebastian





reply via email to

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