diff for duplicates of <47E168BD.3020506@codemonkey.ws> diff --git a/a/1.txt b/N1/1.txt index 0ab9fb7..1d56c4e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ > - return hdr->ih_size; > + tmp_loaded_image_size = hdr->ih_size; > + -> + if (hdr->ih_comp = IH_COMP_GZIP) { +> + if (hdr->ih_comp == IH_COMP_GZIP) { > + uncompressed_data = qemu_malloc(MAX_KERNEL_SIZE); > + ret = gunzip(uncompressed_data, MAX_KERNEL_SIZE, > + (unsigned char *) data, @@ -34,7 +34,3 @@ Anthony Liguori This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -_______________________________________________ -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 7059a9a..2490a63 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\005d6146c77066b2bc0dd.1205953276@thinkpad.austin.ibm.com\0" "From\0Anthony Liguori <anthony@codemonkey.ws>\0" - "Subject\0Re: [kvm-ppc-devel] [kvm-devel] [PATCH 3 of 7] Create new\0" - "Date\0Wed, 19 Mar 2008 19:25:49 +0000\0" + "Subject\0Re: [PATCH 3 of 7] Create new load_uimage() & gunzip support to uboot\tloader in Qemu\0" + "Date\0Wed, 19 Mar 2008 14:25:49 -0500\0" "To\0Jerone Young <jyoung5@us.ibm.com>\0" "Cc\0kvm-devel@lists.sourceforge.net" " kvm-ppc-devel@lists.sourceforge.net\0" @@ -14,7 +14,7 @@ "> - return hdr->ih_size;\n" "> + tmp_loaded_image_size = hdr->ih_size;\n" "> + \n" - "> + if (hdr->ih_comp = IH_COMP_GZIP) {\n" + "> + if (hdr->ih_comp == IH_COMP_GZIP) {\n" "> + uncompressed_data = qemu_malloc(MAX_KERNEL_SIZE);\n" "> + ret = gunzip(uncompressed_data, MAX_KERNEL_SIZE,\n" "> + (unsigned char *) data, \n" @@ -42,10 +42,6 @@ "-------------------------------------------------------------------------\n" "This SF.net email is sponsored by: Microsoft\n" "Defy all challenges. Microsoft(R) Visual Studio 2008.\n" - "http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/\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://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -b13d0e66df9bfa2a386603a0db4262f9dd8edf2dce533de44bb8cfa8e1e42cd6 +051f9e5bf685b0464d30fc5e682a19da2b9da3145eff4627a57177cf587ac868
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.