qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] more vl.c/monitor.c splits


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/3] more vl.c/monitor.c splits
Date: Fri, 19 Mar 2010 11:35:06 +0100

I've had these for a while, but as they conflicted with the timer patch
I waited before sending them.

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       |    6 ++
 hw/i8259.c      |    1 +
 hw/isa-bus.c    |    1 +
 monitor.c       |   85 --------------------------------
 qemu-sockets.c  |   24 +++++++++
 qemu_socket.h   |    1 +
 vl.c            |   64 ------------------------
 9 files changed, 179 insertions(+), 150 deletions(-)
 create mode 100644 balloon.c





reply via email to

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