All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1564123643791.27023@bt.com>

diff --git a/a/content_digest b/N1/content_digest
index 033332a..14c9fa3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,37 +1,36 @@
  "ref\03106a3c959c4498fad13a5799c89ba7b@tpw09926dag18e.domain1.systemhost.net\0"
  "From\0<tony.nguyen@bt.com>\0"
- "Subject\0[Qemu-riscv] [Qemu-devel] [PATCH v5 10/15] memory: Access MemoryRegion with MemOp semantics\0"
+ "Subject\0[Qemu-arm] [Qemu-devel] [PATCH v5 10/15] memory: Access MemoryRegion with MemOp semantics\0"
  "Date\0Fri, 26 Jul 2019 06:47:24 +0000\0"
  "To\0<qemu-devel@nongnu.org>\0"
- "Cc\0<peter.maydell@linaro.org>"
-  <walling@linux.ibm.com>
-  <sagark@eecs.berkeley.edu>
-  <david@redhat.com>
-  <palmer@sifive.com>
-  <mark.cave-ayland@ilande.co.uk>
-  <Alistair.Francis@wdc.com>
-  <edgar.iglesias@gmail.com>
-  <arikalo@wavecomp.com>
-  <mst@redhat.com>
-  <pasic@linux.ibm.com>
-  <borntraeger@de.ibm.com>
-  <rth@twiddle.net>
-  <atar4qemu@gmail.com>
-  <ehabkost@redhat.com>
-  <alex.williamson@redhat.com>
-  <qemu-arm@nongnu.org>
-  <stefanha@redhat.com>
-  <shorne@gmail.com>
-  <david@gibson.dropbear.id.au>
-  <qemu-riscv@nongnu.org>
-  <qemu-s390x@nongnu.org>
-  <kbastian@mail.uni-paderborn.de>
-  <cohuck@redhat.com>
-  <laurent@vivier.eu>
-  <qemu-ppc@nongnu.org>
-  <amarkovic@wavecomp.com>
-  <pbonzini@redhat.com>
- " <aurelien@aurel32.net>\0"
+ "Cc\0peter.maydell@linaro.org"
+  walling@linux.ibm.com
+  sagark@eecs.berkeley.edu
+  mst@redhat.com
+  palmer@sifive.com
+  mark.cave-ayland@ilande.co.uk
+  laurent@vivier.eu
+  Alistair.Francis@wdc.com
+  arikalo@wavecomp.com
+  david@redhat.com
+  pasic@linux.ibm.com
+  borntraeger@de.ibm.com
+  rth@twiddle.net
+  atar4qemu@gmail.com
+  ehabkost@redhat.com
+  qemu-s390x@nongnu.org
+  qemu-arm@nongnu.org
+  stefanha@redhat.com
+  shorne@gmail.com
+  david@gibson.dropbear.id.au
+  qemu-riscv@nongnu.org
+  kbastian@mail.uni-paderborn.de
+  cohuck@redhat.com
+  alex.williamson@redhat.com
+  qemu-ppc@nongnu.org
+  amarkovic@wavecomp.com
+  pbonzini@redhat.com
+ " aurelien@aurel32.net\0"
  "\01:1\0"
  "b\0"
  "To convert interfaces of MemoryRegion access, MEMOP_SIZE and\n"
@@ -159,4 +158,4 @@
  "</body>\r\n"
  "</html>\r\n"
 
-aeaaae4cafd7127bb8445c83e9c489352ad0f52fe3656c6c49a5998472a33db8
+49e4f9b8cbd610e3224b73ba6c37691075bc7a23e3244e709aee2f7fb1fb8404

diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index 68d83d3..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,70 +0,0 @@
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<style type="text/css" style="display:none"><!-- P { margin-top: 0px; margin-bottom: 0px; } .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(128, 0, 0); }--></style>
-</head>
-<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
-<p></p>
-<div><span style="font-size: 12pt;">To convert interfaces of MemoryRegion access, MEMOP_SIZE and</span><br>
-</div>
-<div>SIZE_MEMOP no-op stubs were introduced to change syntax while keeping</div>
-<div>the existing semantics.</div>
-<div><br>
-</div>
-<div>Now with interfaces converted, we fill the stubs and use MemOp</div>
-<div>semantics.</div>
-<div><br>
-</div>
-<div>Signed-off-by: Tony Nguyen &lt;tony.nguyen@bt.com&gt;</div>
-<div>---</div>
-<div>&nbsp;include/exec/memop.h &nbsp;| 5 &#43;&#43;---</div>
-<div>&nbsp;include/exec/memory.h | 4 &#43;&#43;--</div>
-<div>&nbsp;2 files changed, 4 insertions(&#43;), 5 deletions(-)</div>
-<div><br>
-</div>
-<div>diff --git a/include/exec/memop.h b/include/exec/memop.h</div>
-<div>index 09c8d20..f2847e8 100644</div>
-<div>--- a/include/exec/memop.h</div>
-<div>&#43;&#43;&#43; b/include/exec/memop.h</div>
-<div>@@ -106,8 &#43;106,7 @@ typedef enum MemOp {</div>
-<div>&nbsp; &nbsp; &nbsp;MO_SSIZE = MO_SIZE | MO_SIGN,</div>
-<div>&nbsp;} MemOp;</div>
-<div>&nbsp;</div>
-<div>-/* No-op while memory_region_dispatch_[read|write] is converted to MemOp */</div>
-<div>-#define MEMOP_SIZE(op) &nbsp;(op) &nbsp; &nbsp;/* MemOp to size. &nbsp;*/</div>
-<div>-#define SIZE_MEMOP(ul) &nbsp;(ul) &nbsp; &nbsp;/* Size to MemOp. &nbsp;*/</div>
-<div>&#43;#define MEMOP_SIZE(op) &nbsp;(1 &lt;&lt; ((op) &amp; MO_SIZE)) /* MemOp to size. &nbsp;*/</div>
-<div>&#43;#define SIZE_MEMOP(ul) &nbsp;(ctzl(ul)) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* Size to MemOp. &nbsp;*/</div>
-<div>&nbsp;</div>
-<div>&nbsp;#endif</div>
-<div>diff --git a/include/exec/memory.h b/include/exec/memory.h</div>
-<div>index 0ea4843..975b86a 100644</div>
-<div>--- a/include/exec/memory.h</div>
-<div>&#43;&#43;&#43; b/include/exec/memory.h</div>
-<div>@@ -1732,7 &#43;1732,7 @@ void mtree_info(bool flatview, bool dispatch_tree, bool owner);</div>
-<div>&nbsp; * @mr: #MemoryRegion to access</div>
-<div>&nbsp; * @addr: address within that region</div>
-<div>&nbsp; * @pval: pointer to uint64_t which the data is written to</div>
-<div>- * @op: size of the access in bytes</div>
-<div>&#43; * @op: size, sign, and endianness of the memory operation</div>
-<div>&nbsp; * @attrs: memory transaction attributes to use for the access</div>
-<div>&nbsp; */</div>
-<div>&nbsp;MemTxResult memory_region_dispatch_read(MemoryRegion *mr,</div>
-<div>@@ -1747,7 &#43;1747,7 @@ MemTxResult memory_region_dispatch_read(MemoryRegion *mr,</div>
-<div>&nbsp; * @mr: #MemoryRegion to access</div>
-<div>&nbsp; * @addr: address within that region</div>
-<div>&nbsp; * @data: data to write</div>
-<div>- * @op: size of the access in bytes</div>
-<div>&#43; * @op: size, sign, and endianness of the memory operation</div>
-<div>&nbsp; * @attrs: memory transaction attributes to use for the access</div>
-<div>&nbsp; */</div>
-<div>&nbsp;MemTxResult memory_region_dispatch_write(MemoryRegion *mr,</div>
-<div>--&nbsp;</div>
-<div>1.8.3.1</div>
-<div><br>
-<br>
-</div>
-<p><br>
-</p>
-</body>
-</html>
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index e54d0ae..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: text/html; charset="iso-8859-1"
-Content-Transfer-Encoding: quoted-printable
diff --git a/a/content_digest b/N2/content_digest
index 033332a..a0f5eba 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,38 +1,38 @@
  "ref\03106a3c959c4498fad13a5799c89ba7b@tpw09926dag18e.domain1.systemhost.net\0"
  "From\0<tony.nguyen@bt.com>\0"
- "Subject\0[Qemu-riscv] [Qemu-devel] [PATCH v5 10/15] memory: Access MemoryRegion with MemOp semantics\0"
+ "Subject\0[Qemu-devel] [PATCH v5 10/15] memory: Access MemoryRegion with MemOp semantics\0"
  "Date\0Fri, 26 Jul 2019 06:47:24 +0000\0"
  "To\0<qemu-devel@nongnu.org>\0"
- "Cc\0<peter.maydell@linaro.org>"
-  <walling@linux.ibm.com>
-  <sagark@eecs.berkeley.edu>
-  <david@redhat.com>
-  <palmer@sifive.com>
-  <mark.cave-ayland@ilande.co.uk>
-  <Alistair.Francis@wdc.com>
-  <edgar.iglesias@gmail.com>
-  <arikalo@wavecomp.com>
-  <mst@redhat.com>
-  <pasic@linux.ibm.com>
-  <borntraeger@de.ibm.com>
-  <rth@twiddle.net>
-  <atar4qemu@gmail.com>
-  <ehabkost@redhat.com>
-  <alex.williamson@redhat.com>
-  <qemu-arm@nongnu.org>
-  <stefanha@redhat.com>
-  <shorne@gmail.com>
-  <david@gibson.dropbear.id.au>
-  <qemu-riscv@nongnu.org>
-  <qemu-s390x@nongnu.org>
-  <kbastian@mail.uni-paderborn.de>
-  <cohuck@redhat.com>
-  <laurent@vivier.eu>
-  <qemu-ppc@nongnu.org>
-  <amarkovic@wavecomp.com>
-  <pbonzini@redhat.com>
- " <aurelien@aurel32.net>\0"
- "\01:1\0"
+ "Cc\0peter.maydell@linaro.org"
+  walling@linux.ibm.com
+  sagark@eecs.berkeley.edu
+  mst@redhat.com
+  palmer@sifive.com
+  mark.cave-ayland@ilande.co.uk
+  laurent@vivier.eu
+  Alistair.Francis@wdc.com
+  edgar.iglesias@gmail.com
+  arikalo@wavecomp.com
+  david@redhat.com
+  pasic@linux.ibm.com
+  borntraeger@de.ibm.com
+  rth@twiddle.net
+  atar4qemu@gmail.com
+  ehabkost@redhat.com
+  qemu-s390x@nongnu.org
+  qemu-arm@nongnu.org
+  stefanha@redhat.com
+  shorne@gmail.com
+  david@gibson.dropbear.id.au
+  qemu-riscv@nongnu.org
+  kbastian@mail.uni-paderborn.de
+  cohuck@redhat.com
+  alex.williamson@redhat.com
+  qemu-ppc@nongnu.org
+  amarkovic@wavecomp.com
+  pbonzini@redhat.com
+ " aurelien@aurel32.net\0"
+ "\00:1\0"
  "b\0"
  "To convert interfaces of MemoryRegion access, MEMOP_SIZE and\n"
  "SIZE_MEMOP no-op stubs were introduced to change syntax while keeping\n"
@@ -86,77 +86,5 @@
  " MemTxResult memory_region_dispatch_write(MemoryRegion *mr,\n"
  "--\n"
  1.8.3.1
- "\01:2\0"
- "b\0"
- "<html>\r\n"
- "<head>\r\n"
- "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\r\n"
- "<style type=\"text/css\" style=\"display:none\"><!-- P { margin-top: 0px; margin-bottom: 0px; } .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(128, 0, 0); }--></style>\r\n"
- "</head>\r\n"
- "<body dir=\"ltr\" style=\"font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;\">\r\n"
- "<p></p>\r\n"
- "<div><span style=\"font-size: 12pt;\">To convert interfaces of MemoryRegion access, MEMOP_SIZE and</span><br>\r\n"
- "</div>\r\n"
- "<div>SIZE_MEMOP no-op stubs were introduced to change syntax while keeping</div>\r\n"
- "<div>the existing semantics.</div>\r\n"
- "<div><br>\r\n"
- "</div>\r\n"
- "<div>Now with interfaces converted, we fill the stubs and use MemOp</div>\r\n"
- "<div>semantics.</div>\r\n"
- "<div><br>\r\n"
- "</div>\r\n"
- "<div>Signed-off-by: Tony Nguyen &lt;tony.nguyen@bt.com&gt;</div>\r\n"
- "<div>---</div>\r\n"
- "<div>&nbsp;include/exec/memop.h &nbsp;| 5 &#43;&#43;---</div>\r\n"
- "<div>&nbsp;include/exec/memory.h | 4 &#43;&#43;--</div>\r\n"
- "<div>&nbsp;2 files changed, 4 insertions(&#43;), 5 deletions(-)</div>\r\n"
- "<div><br>\r\n"
- "</div>\r\n"
- "<div>diff --git a/include/exec/memop.h b/include/exec/memop.h</div>\r\n"
- "<div>index 09c8d20..f2847e8 100644</div>\r\n"
- "<div>--- a/include/exec/memop.h</div>\r\n"
- "<div>&#43;&#43;&#43; b/include/exec/memop.h</div>\r\n"
- "<div>@@ -106,8 &#43;106,7 @@ typedef enum MemOp {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;MO_SSIZE = MO_SIZE | MO_SIGN,</div>\r\n"
- "<div>&nbsp;} MemOp;</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>-/* No-op while memory_region_dispatch_[read|write] is converted to MemOp */</div>\r\n"
- "<div>-#define MEMOP_SIZE(op) &nbsp;(op) &nbsp; &nbsp;/* MemOp to size. &nbsp;*/</div>\r\n"
- "<div>-#define SIZE_MEMOP(ul) &nbsp;(ul) &nbsp; &nbsp;/* Size to MemOp. &nbsp;*/</div>\r\n"
- "<div>&#43;#define MEMOP_SIZE(op) &nbsp;(1 &lt;&lt; ((op) &amp; MO_SIZE)) /* MemOp to size. &nbsp;*/</div>\r\n"
- "<div>&#43;#define SIZE_MEMOP(ul) &nbsp;(ctzl(ul)) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* Size to MemOp. &nbsp;*/</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>&nbsp;#endif</div>\r\n"
- "<div>diff --git a/include/exec/memory.h b/include/exec/memory.h</div>\r\n"
- "<div>index 0ea4843..975b86a 100644</div>\r\n"
- "<div>--- a/include/exec/memory.h</div>\r\n"
- "<div>&#43;&#43;&#43; b/include/exec/memory.h</div>\r\n"
- "<div>@@ -1732,7 &#43;1732,7 @@ void mtree_info(bool flatview, bool dispatch_tree, bool owner);</div>\r\n"
- "<div>&nbsp; * @mr: #MemoryRegion to access</div>\r\n"
- "<div>&nbsp; * @addr: address within that region</div>\r\n"
- "<div>&nbsp; * @pval: pointer to uint64_t which the data is written to</div>\r\n"
- "<div>- * @op: size of the access in bytes</div>\r\n"
- "<div>&#43; * @op: size, sign, and endianness of the memory operation</div>\r\n"
- "<div>&nbsp; * @attrs: memory transaction attributes to use for the access</div>\r\n"
- "<div>&nbsp; */</div>\r\n"
- "<div>&nbsp;MemTxResult memory_region_dispatch_read(MemoryRegion *mr,</div>\r\n"
- "<div>@@ -1747,7 &#43;1747,7 @@ MemTxResult memory_region_dispatch_read(MemoryRegion *mr,</div>\r\n"
- "<div>&nbsp; * @mr: #MemoryRegion to access</div>\r\n"
- "<div>&nbsp; * @addr: address within that region</div>\r\n"
- "<div>&nbsp; * @data: data to write</div>\r\n"
- "<div>- * @op: size of the access in bytes</div>\r\n"
- "<div>&#43; * @op: size, sign, and endianness of the memory operation</div>\r\n"
- "<div>&nbsp; * @attrs: memory transaction attributes to use for the access</div>\r\n"
- "<div>&nbsp; */</div>\r\n"
- "<div>&nbsp;MemTxResult memory_region_dispatch_write(MemoryRegion *mr,</div>\r\n"
- "<div>--&nbsp;</div>\r\n"
- "<div>1.8.3.1</div>\r\n"
- "<div><br>\r\n"
- "<br>\r\n"
- "</div>\r\n"
- "<p><br>\r\n"
- "</p>\r\n"
- "</body>\r\n"
- "</html>\r\n"
 
-aeaaae4cafd7127bb8445c83e9c489352ad0f52fe3656c6c49a5998472a33db8
+ecedd01df54ffe94623324e8fbaffdf12002f96d9f27a30d5d34fde3471046bc

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.