qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c
@ 2010-04-01 17:57 Paolo Bonzini
  2010-04-01 17:57 ` [Qemu-devel] [PATCH 1/5] move socket_init to qemu-sockets.c Paolo Bonzini
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paolo Bonzini @ 2010-04-01 17:57 UTC (permalink / raw)
  To: qemu-devel

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!)

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%)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-04-09 21:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01 17:57 [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 1/5] move socket_init to qemu-sockets.c Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 2/5] move two variable declarations out of vl.c Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 3/5] move targphys.h and hw/poison.h inclusion to cpu-common.h Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 4/5] move around definitions in kvm.h that do not require CPUState Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 5/5] move balloon handling to balloon.c Paolo Bonzini
2010-04-09 17:11 ` [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).