diff for duplicates of <4EDD94DA.8050402@ozlabs.org> diff --git a/a/1.txt b/N1/1.txt index 8fe5fe1..6802646 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,7 +44,7 @@ index 63cd106..0cf4dc8 100644 + /* We'll never get KVM_EXIT_IO, it's x86-specific. All IO is MM! :P + * So, look at our windows here & split addresses into I/O or MMIO. + */ -+ assert(kvm_run->exit_reason = KVM_EXIT_MMIO); ++ assert(kvm_run->exit_reason == KVM_EXIT_MMIO); + + phys_addr = cpu->kvm_run->mmio.phys_addr; + if ((phys_addr >= SPAPR_PCI_IO_WIN_ADDR) && diff --git a/a/content_digest b/N1/content_digest index f2fd162..d4d6218 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0cover.1323143103.git.matt@ozlabs.org\0" "From\0Matt Evans <matt@ozlabs.org>\0" "Subject\0[PATCH 7/8] kvm tools: Add PPC64 kvm_cpu__emulate_io()\0" - "Date\0Tue, 06 Dec 2011 04:06:50 +0000\0" + "Date\0Tue, 06 Dec 2011 15:06:50 +1100\0" "To\0kvm@vger.kernel.org" " kvm-ppc@vger.kernel.org\0" "\00:1\0" @@ -52,7 +52,7 @@ "+\t/* We'll never get KVM_EXIT_IO, it's x86-specific. All IO is MM! :P\n" "+\t * So, look at our windows here & split addresses into I/O or MMIO.\n" "+\t */\n" - "+\tassert(kvm_run->exit_reason = KVM_EXIT_MMIO);\n" + "+\tassert(kvm_run->exit_reason == KVM_EXIT_MMIO);\n" "+\n" "+\tphys_addr = cpu->kvm_run->mmio.phys_addr;\n" "+\tif ((phys_addr >= SPAPR_PCI_IO_WIN_ADDR) &&\n" @@ -81,4 +81,4 @@ " \n" void kvm_cpu__show_registers(struct kvm_cpu *vcpu) -f9c4565a1d1e8dbc5701464ac9c2cebb653492955f68467194abca84ab8e883b +d14fd517ee2345c9d90b3838f95a4b6349c3d2e4632cce2ab605126546c23e5a
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.