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