
13 Nov
2015
13 Nov
'15
5:34 a.m.
On Thu, Nov 12, 2015 at 19:37:12 +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 | 80 ++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 45 deletions(-)
ACK