All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4EDD8E4D.5000309@ozlabs.org>

diff --git a/a/1.txt b/N1/1.txt
index ce2f62d..16d66ff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -53,7 +53,7 @@ index e4aa87e..7cf208d 100644
 @@ -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 61875c9..e71994a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0cover.1323141075.git.matt@ozlabs.org\0"
  "From\0Matt Evans <matt@ozlabs.org>\0"
- "Subject\0[PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing\0"
- "Date\0Tue, 06 Dec 2011 03:38:53 +0000\0"
+ "Subject\0[PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing u64s and link appropriately\0"
+ "Date\0Tue, 06 Dec 2011 14:38:53 +1100\0"
  "To\0kvm@vger.kernel.org"
  " kvm-ppc@vger.kernel.org\0"
  "\00:1\0"
@@ -61,7 +61,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"
@@ -155,4 +155,4 @@
  " \t\t\tto_direction(is_write), phys_addr, len);\n"
  " \tbr_read_unlock();"
 
-6d18d9d7f7c0acd1bb9852205dcddf214430e8dd5230eb8d7a1c0d75bc3da63c
+d631731860f573bb4aed97b529da13b05e482d44b38508e1c143f423cbbcd9a1

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.