diff for duplicates of <1323159238.3882.6.camel@lappy> diff --git a/a/1.txt b/N1/1.txt index 73a2cbe..e8eb80e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -60,7 +60,7 @@ On Tue, 2011-12-06 at 14:38 +1100, Matt Evans wrote: > @@ -545,7 +547,7 @@ panic_kvm: > current_kvm_cpu->kvm_run->exit_reason, > kvm_exit_reasons[current_kvm_cpu->kvm_run->exit_reason]); -> if (current_kvm_cpu->kvm_run->exit_reason = KVM_EXIT_UNKNOWN) +> if (current_kvm_cpu->kvm_run->exit_reason == KVM_EXIT_UNKNOWN) > - fprintf(stderr, "KVM exit code: 0x%Lu\n", > + fprintf(stderr, "KVM exit code: 0x%"PRIx64"\n", > current_kvm_cpu->kvm_run->hw.hardware_exit_reason); diff --git a/a/content_digest b/N1/content_digest index 3b4a9a9..94cf733 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\0cover.1323141075.git.matt@ozlabs.org\0" "ref\04EDD8E4D.5000309@ozlabs.org\0" "From\0Sasha Levin <levinsasha928@gmail.com>\0" - "Subject\0Re: [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when\0" - "Date\0Tue, 06 Dec 2011 08:13:58 +0000\0" + "Subject\0Re: [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing u64s and link appropriately\0" + "Date\0Tue, 06 Dec 2011 10:13:58 +0200\0" "To\0Matt Evans <matt@ozlabs.org>" " Ingo Molnar <mingo@elte.hu>\0" "Cc\0kvm@vger.kernel.org" @@ -71,7 +71,7 @@ "> @@ -545,7 +547,7 @@ panic_kvm:\n" "> \t\tcurrent_kvm_cpu->kvm_run->exit_reason,\n" "> \t\tkvm_exit_reasons[current_kvm_cpu->kvm_run->exit_reason]);\n" - "> \tif (current_kvm_cpu->kvm_run->exit_reason = KVM_EXIT_UNKNOWN)\n" + "> \tif (current_kvm_cpu->kvm_run->exit_reason == KVM_EXIT_UNKNOWN)\n" "> -\t\tfprintf(stderr, \"KVM exit code: 0x%Lu\\n\",\n" "> +\t\tfprintf(stderr, \"KVM exit code: 0x%\"PRIx64\"\\n\",\n" "> \t\t\tcurrent_kvm_cpu->kvm_run->hw.hardware_exit_reason);\n" @@ -174,4 +174,4 @@ "\n" Sasha. -e85f05ac390b0fe9329ff763c9b38b24cfd75bb10ecc38db2b9b697f52755bce +111772371e3eb24fe466b6797cc43d9c95da1a179a6ae4b050090b4ae077166d
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.