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