
13 Nov
2015
13 Nov
'15
5:36 a.m.
On Thu, Nov 12, 2015 at 19:37:13 +0100, Jiri Denemark wrote:
qemuProcessStart is so big that any nontrivial code should be moved to dedicated functions to make the code easier to read and maintain.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_process.c | 147 ++++++++++++++++++++++++++---------------------- 1 file changed, 81 insertions(+), 66 deletions(-)
ACK