qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH rebased 0/3] move stuff out of vl.c
@ 2010-03-31 14:56 Paolo Bonzini
  2010-03-31 14:56 ` [Qemu-devel] [PATCH 1/3] move socket_init to qemu-sockets.c Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Paolo Bonzini @ 2010-03-31 14:56 UTC (permalink / raw)
  To: qemu-devel

Rebased after Blue Swirl's changes.

Paolo Bonzini (3):
  move socket_init to qemu-sockets.c
  move two variable declarations out of vl.c
  move balloon handling to balloon.c

 Makefile.target |    2 +-
 balloon.c       |  145 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 balloon.h       |    7 +++
 hw/i8259.c      |    1 +
 hw/isa-bus.c    |    1 +
 monitor.c       |   85 --------------------------------
 qemu-sockets.c  |   24 +++++++++
 qemu_socket.h   |    1 +
 vl.c            |   62 -----------------------
 9 files changed, 180 insertions(+), 148 deletions(-)
 create mode 100644 balloon.c

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

end of thread, other threads:[~2010-04-01  8:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 14:56 [Qemu-devel] [PATCH rebased 0/3] move stuff out of vl.c Paolo Bonzini
2010-03-31 14:56 ` [Qemu-devel] [PATCH 1/3] move socket_init to qemu-sockets.c Paolo Bonzini
2010-03-31 14:56 ` [Qemu-devel] [PATCH 2/3] move two variable declarations out of vl.c Paolo Bonzini
2010-03-31 14:56 ` [Qemu-devel] [PATCH 3/3] move balloon handling to balloon.c Paolo Bonzini
2010-03-31 15:25 ` [Qemu-devel] [PATCH 4/3] move targphys.h and hw/poison.h inclusion to cpu-common.h Paolo Bonzini
2010-03-31 15:25 ` [Qemu-devel] [PATCH 5/3] compile balloon.c once Paolo Bonzini
2010-04-01  8:11   ` [Qemu-devel] " Paolo Bonzini

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