diff for duplicates of <1200005864.23377.55.camel@basalt> diff --git a/a/1.txt b/N1/1.txt index 68710e7..ee18cd2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -99,7 +99,7 @@ diff --git a/libkvm/libkvm.c b/libkvm/libkvm.c - void *data = kvm_run->mmio.data; /* hack: Red Hat 7.1 generates these weird accesses. */ - if ((addr > 0xa0000-4 && addr <= 0xa0000) && kvm_run->mmio.len = 3) + if ((addr > 0xa0000-4 && addr <= 0xa0000) && kvm_run->mmio.len == 3) return 0; - if (kvm_run->mmio.is_write) @@ -156,7 +156,7 @@ diff --git a/qemu/qemu-kvm.c b/qemu/qemu-kvm.c .outl = kvm_outl, - .mmio_read = kvm_mmio_read, - .mmio_write = kvm_mmio_write, -+#if __BYTE_ORDER = __LITTLE_ENDIAN ++#if __BYTE_ORDER == __LITTLE_ENDIAN + .mmio_read_le = kvm_mmio_read, + .mmio_write_le = kvm_mmio_write, +#else @@ -223,7 +223,3 @@ Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace -_______________________________________________ -kvm-ppc-devel mailing list -kvm-ppc-devel@lists.sourceforge.net -https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel diff --git a/a/content_digest b/N1/content_digest index 3489021..e2ff587 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "ref\01199978634.20324.10.camel@basalt\0" "ref\04786398C.2090308@qumranet.com\0" "ref\04786398C.2090308-atKUWr5tajBWk0Htik3J/w@public.gmane.org\0" - "From\0Hollis Blanchard <hollisb@us.ibm.com>\0" + "From\0Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0" "Subject\0Re: [kvm-ppc-devel] RFC: MMIO endianness flag\0" - "Date\0Thu, 10 Jan 2008 22:57:44 +0000\0" + "Date\0Thu, 10 Jan 2008 16:57:44 -0600\0" "To\0Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>\0" "Cc\0kvm-ppc-devel <kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>" " kvm-devel <kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>\0" @@ -112,7 +112,7 @@ "-\tvoid *data = kvm_run->mmio.data;\n" " \n" " \t/* hack: Red Hat 7.1 generates these weird accesses. */\n" - " \tif ((addr > 0xa0000-4 && addr <= 0xa0000) && kvm_run->mmio.len = 3)\n" + " \tif ((addr > 0xa0000-4 && addr <= 0xa0000) && kvm_run->mmio.len == 3)\n" " \t return 0;\n" " \n" "-\tif (kvm_run->mmio.is_write)\n" @@ -169,7 +169,7 @@ " .outl = kvm_outl,\n" "- .mmio_read = kvm_mmio_read,\n" "- .mmio_write = kvm_mmio_write,\n" - "+#if __BYTE_ORDER = __LITTLE_ENDIAN\n" + "+#if __BYTE_ORDER == __LITTLE_ENDIAN\n" "+ .mmio_read_le = kvm_mmio_read,\n" "+ .mmio_write_le = kvm_mmio_write,\n" "+#else\n" @@ -235,10 +235,6 @@ "Check out the new SourceForge.net Marketplace.\n" "It's the best place to buy or sell services for\n" "just about anything Open Source.\n" - "http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace\n" - "_______________________________________________\n" - "kvm-ppc-devel mailing list\n" - "kvm-ppc-devel@lists.sourceforge.net\n" - https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel + http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace -568a28bcdec6293c1dcde8fb5626fd1b5354c104caa6cbbf85fe2fab6368c494 +af7aa3ac922a160b635db9e4d8a97b8583f638e97a70181124a2cf739ca82df1
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.