propagate error code for prepare image

This commit is contained in:
Tomoki Shirasawa
2013-06-05 17:38:23 +09:00
parent 8b9e97ceb7
commit d8034eeb13
5 changed files with 12 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ static int syscall_packet_handler(struct ihk_ikc_channel_desc *c,
break;
case SCD_MSG_PREPARE_PROCESS_NACKED:
mcexec_prepare_ack(__os, pisp->arg, -1);
mcexec_prepare_ack(__os, pisp->arg, pisp->err);
break;
case SCD_MSG_SYSCALL_ONESIDE: