qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c
Date: Fri, 9 Apr 2010 19:11:46 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Apr 01, 2010 at 07:57:07PM +0200, Paolo Bonzini wrote:
> v2->v3
> - re-rebased
> - salvage some cleanups made while trying to compile balloon.c once,
> but do not do it because it breaks (I have patches to do it also for
> vl.o, but they are ugly!)

Thanks, all applied.

> Paolo Bonzini (5):
>   move socket_init to qemu-sockets.c
>   move two variable declarations out of vl.c
>   move targphys.h and hw/poison.h inclusion to cpu-common.h
>   move around definitions in kvm.h that do not require CPUState
>   move balloon handling to balloon.c
> 
>  Makefile.target         |    2 +-
>  balloon.c               |  146 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  balloon.h               |    7 ++
>  cpu-common.h            |    8 +++
>  hw/hw.h                 |    2 -
>  hw/i8259.c              |    1 +
>  hw/isa-bus.c            |    1 +
>  kvm.h                   |    8 +-
>  monitor.c               |   85 ---------------------------
>  hw/poison.h => poison.h |    0
>  qemu-sockets.c          |   24 ++++++++
>  qemu_socket.h           |    1 +
>  vl.c                    |   62 --------------------
>  13 files changed, 193 insertions(+), 154 deletions(-)
>  create mode 100644 balloon.c
>  rename hw/poison.h => poison.h (100%)
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

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