diff for duplicates of <56F00BC0.9000806@redhat.com> diff --git a/a/1.txt b/N1/1.txt index f047022..b512cd7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ On 21.03.2016 12:33, Laurent Vivier wrote: > + > + asm volatile (".long 0"); > + -> + report("exception", is_invalid = 8); /* illegal instruction */ +> + report("exception", is_invalid == 8); /* illegal instruction */ > + > + report_prefix_pop(); > +} @@ -89,7 +89,7 @@ On 21.03.2016 12:33, Laurent Vivier wrote: > + handle_exception(0x700, program_check_handler, (void *)&is_invalid); > + > + for (i = 0; i < argc; i++) { -> + if (strcmp(argv[i], "-v") = 0) { +> + if (strcmp(argv[i], "-v") == 0) { > + verbose = 1; > + } > + } diff --git a/a/content_digest b/N1/content_digest index 6efd5b1..08a4fed 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01458560014-28862-3-git-send-email-lvivier@redhat.com\0" "From\0Thomas Huth <thuth@redhat.com>\0" "Subject\0Re: [kvm-unit-tests PATCH v2 2/5] powerpc: add test to check invalid instruction trap\0" - "Date\0Mon, 21 Mar 2016 14:57:04 +0000\0" + "Date\0Mon, 21 Mar 2016 15:57:04 +0100\0" "To\0Laurent Vivier <lvivier@redhat.com>" kvm@vger.kernel.org " kvm-ppc@vger.kernel.org\0" @@ -90,7 +90,7 @@ "> +\n" "> +\tasm volatile (\".long 0\");\n" "> +\n" - "> +\treport(\"exception\", is_invalid = 8); /* illegal instruction */\n" + "> +\treport(\"exception\", is_invalid == 8); /* illegal instruction */\n" "> +\n" "> +\treport_prefix_pop();\n" "> +}\n" @@ -102,7 +102,7 @@ "> +\thandle_exception(0x700, program_check_handler, (void *)&is_invalid);\n" "> +\n" "> +\tfor (i = 0; i < argc; i++) {\n" - "> +\t\tif (strcmp(argv[i], \"-v\") = 0) {\n" + "> +\t\tif (strcmp(argv[i], \"-v\") == 0) {\n" "> +\t\t\tverbose = 1;\n" "> +\t\t}\n" "> +\t}\n" @@ -130,4 +130,4 @@ "\n" Reviewed-by: Thomas Huth <thuth@redhat.com> -fffd6a58ee8c91d9320bdb3455e642c9db356b67adec56956df604c19168d15a +c4f547202d188b6673c58d54830bc689dfdcb3b1b76ddd107cd678531828f2fa
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.