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

diff --git a/a/content_digest b/N1/content_digest
index 590bc83..efb9748 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,33 +2,33 @@
  "ref\01563810716254.18886@bt.com\0"
  "ref\01564038073754.91133@bt.com\0"
  "From\0<tony.nguyen@bt.com>\0"
- "Subject\0[Qemu-riscv] [Qemu-devel] [PATCH v3 04/15] hw/s390x: Access MemoryRegion with MemOp\0"
+ "Subject\0[Qemu-arm] [Qemu-devel] [PATCH v3 04/15] hw/s390x: Access MemoryRegion with MemOp\0"
  "Date\0Thu, 25 Jul 2019 07:06:07 +0000\0"
  "To\0<qemu-devel@nongnu.org>\0"
- "Cc\0<peter.maydell@linaro.org>"
-  <walling@linux.ibm.com>
-  <mst@redhat.com>
-  <palmer@sifive.com>
-  <mark.cave-ayland@ilande.co.uk>
-  <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>
-  <sw@weilnetz.de>
-  <qemu-s390x@nongnu.org>
-  <qemu-arm@nongnu.org>
-  <david@gibson.dropbear.id.au>
-  <qemu-riscv@nongnu.org>
-  <cohuck@redhat.com>
-  <alex.williamson@redhat.com>
-  <qemu-ppc@nongnu.org>
-  <amarkovic@wavecomp.com>
-  <pbonzini@redhat.com>
- " <aurelien@aurel32.net>\0"
+ "Cc\0peter.maydell@linaro.org"
+  walling@linux.ibm.com
+  mst@redhat.com
+  palmer@sifive.com
+  mark.cave-ayland@ilande.co.uk
+  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
+  sw@weilnetz.de
+  alex.williamson@redhat.com
+  qemu-arm@nongnu.org
+  david@gibson.dropbear.id.au
+  qemu-riscv@nongnu.org
+  cohuck@redhat.com
+  qemu-s390x@nongnu.org
+  qemu-ppc@nongnu.org
+  amarkovic@wavecomp.com
+  pbonzini@redhat.com
+ " aurelien@aurel32.net\0"
  "\01:1\0"
  "b\0"
  "Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>\n"
@@ -144,4 +144,4 @@
  "</body>\r\n"
  "</html>\r\n"
 
-07ba82fb2ad2315604e9902334a1085f486c7f3e1a2f514b5ee44ba6829b6b2a
+0cafe4e12e266db432625a2f4daa8ff1a1e827b46255fdc17b47edd0de382d9a

diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index c533ce4..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,63 +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;">Signed-off-by: Tony Nguyen &lt;tony.nguyen@bt.com&gt;</span><br>
-</div>
-<div>---</div>
-<div>&nbsp;hw/s390x/s390-pci-inst.c | 8 &#43;&#43;&#43;&#43;&#43;---</div>
-<div>&nbsp;1 file changed, 5 insertions(&#43;), 3 deletions(-)</div>
-<div><br>
-</div>
-<div>diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c</div>
-<div>index 0023514..c126bcc 100644</div>
-<div>--- a/hw/s390x/s390-pci-inst.c</div>
-<div>&#43;&#43;&#43; b/hw/s390x/s390-pci-inst.c</div>
-<div>@@ -15,6 &#43;15,7 @@</div>
-<div>&nbsp;#include &quot;cpu.h&quot;</div>
-<div>&nbsp;#include &quot;s390-pci-inst.h&quot;</div>
-<div>&nbsp;#include &quot;s390-pci-bus.h&quot;</div>
-<div>&#43;#include &quot;exec/memop.h&quot;</div>
-<div>&nbsp;#include &quot;exec/memory-internal.h&quot;</div>
-<div>&nbsp;#include &quot;qemu/error-report.h&quot;</div>
-<div>&nbsp;#include &quot;sysemu/hw_accel.h&quot;</div>
-<div>@@ -372,7 &#43;373,7 @@ static MemTxResult zpci_read_bar(S390PCIBusDevice *pbdev, uint8_t pcias,</div>
-<div>&nbsp; &nbsp; &nbsp;mr = pbdev-&gt;pdev-&gt;io_regions[pcias].memory;</div>
-<div>&nbsp; &nbsp; &nbsp;mr = s390_get_subregion(mr, offset, len);</div>
-<div>&nbsp; &nbsp; &nbsp;offset -= mr-&gt;addr;</div>
-<div>- &nbsp; &nbsp;return memory_region_dispatch_read(mr, offset, data, len,</div>
-<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_read(mr, offset, data, SIZE_MEMOP(len),</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MEMTXATTRS_UNSPECIFIED);</div>
-<div>&nbsp;}</div>
-<div>&nbsp;</div>
-<div>@@ -471,7 &#43;472,7 @@ static MemTxResult zpci_write_bar(S390PCIBusDevice *pbdev, uint8_t pcias,</div>
-<div>&nbsp; &nbsp; &nbsp;mr = pbdev-&gt;pdev-&gt;io_regions[pcias].memory;</div>
-<div>&nbsp; &nbsp; &nbsp;mr = s390_get_subregion(mr, offset, len);</div>
-<div>&nbsp; &nbsp; &nbsp;offset -= mr-&gt;addr;</div>
-<div>- &nbsp; &nbsp;return memory_region_dispatch_write(mr, offset, data, len,</div>
-<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_write(mr, offset, data, SIZE_MEMOP(len),</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MEMTXATTRS_UNSPECIFIED);</div>
-<div>&nbsp;}</div>
-<div>&nbsp;</div>
-<div>@@ -780,7 &#43;781,8 @@ int pcistb_service_call(S390CPU *cpu, uint8_t r1, uint8_t r3, uint64_t gaddr,</div>
-<div>&nbsp;</div>
-<div>&nbsp; &nbsp; &nbsp;for (i = 0; i &lt; len / 8; i&#43;&#43;) {</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;result = memory_region_dispatch_write(mr, offset &#43; i * 8,</div>
-<div>- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ldq_p(buffer &#43; i * 8), 8,</div>
-<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ldq_p(buffer &#43; i * 8),</div>
-<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZE_MEMOP(8),</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MEMTXATTRS_UNSPECIFIED);</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (result != MEMTX_OK) {</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;s390_program_interrupt(env, PGM_OPERAND, 6, ra);</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 590bc83..167bca9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,34 +2,34 @@
  "ref\01563810716254.18886@bt.com\0"
  "ref\01564038073754.91133@bt.com\0"
  "From\0<tony.nguyen@bt.com>\0"
- "Subject\0[Qemu-riscv] [Qemu-devel] [PATCH v3 04/15] hw/s390x: Access MemoryRegion with MemOp\0"
+ "Subject\0[Qemu-devel] [PATCH v3 04/15] hw/s390x: Access MemoryRegion with MemOp\0"
  "Date\0Thu, 25 Jul 2019 07:06:07 +0000\0"
  "To\0<qemu-devel@nongnu.org>\0"
- "Cc\0<peter.maydell@linaro.org>"
-  <walling@linux.ibm.com>
-  <mst@redhat.com>
-  <palmer@sifive.com>
-  <mark.cave-ayland@ilande.co.uk>
-  <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>
-  <sw@weilnetz.de>
-  <qemu-s390x@nongnu.org>
-  <qemu-arm@nongnu.org>
-  <david@gibson.dropbear.id.au>
-  <qemu-riscv@nongnu.org>
-  <cohuck@redhat.com>
-  <alex.williamson@redhat.com>
-  <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
+  mst@redhat.com
+  palmer@sifive.com
+  mark.cave-ayland@ilande.co.uk
+  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
+  sw@weilnetz.de
+  alex.williamson@redhat.com
+  qemu-arm@nongnu.org
+  david@gibson.dropbear.id.au
+  qemu-riscv@nongnu.org
+  cohuck@redhat.com
+  qemu-s390x@nongnu.org
+  qemu-ppc@nongnu.org
+  amarkovic@wavecomp.com
+  pbonzini@redhat.com
+ " aurelien@aurel32.net\0"
+ "\00:1\0"
  "b\0"
  "Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>\n"
  "---\n"
@@ -78,70 +78,5 @@
  "             s390_program_interrupt(env, PGM_OPERAND, 6, ra);\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;\">Signed-off-by: Tony Nguyen &lt;tony.nguyen@bt.com&gt;</span><br>\r\n"
- "</div>\r\n"
- "<div>---</div>\r\n"
- "<div>&nbsp;hw/s390x/s390-pci-inst.c | 8 &#43;&#43;&#43;&#43;&#43;---</div>\r\n"
- "<div>&nbsp;1 file changed, 5 insertions(&#43;), 3 deletions(-)</div>\r\n"
- "<div><br>\r\n"
- "</div>\r\n"
- "<div>diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c</div>\r\n"
- "<div>index 0023514..c126bcc 100644</div>\r\n"
- "<div>--- a/hw/s390x/s390-pci-inst.c</div>\r\n"
- "<div>&#43;&#43;&#43; b/hw/s390x/s390-pci-inst.c</div>\r\n"
- "<div>@@ -15,6 &#43;15,7 @@</div>\r\n"
- "<div>&nbsp;#include &quot;cpu.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;s390-pci-inst.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;s390-pci-bus.h&quot;</div>\r\n"
- "<div>&#43;#include &quot;exec/memop.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;exec/memory-internal.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;qemu/error-report.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;sysemu/hw_accel.h&quot;</div>\r\n"
- "<div>@@ -372,7 &#43;373,7 @@ static MemTxResult zpci_read_bar(S390PCIBusDevice *pbdev, uint8_t pcias,</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;mr = pbdev-&gt;pdev-&gt;io_regions[pcias].memory;</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;mr = s390_get_subregion(mr, offset, len);</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;offset -= mr-&gt;addr;</div>\r\n"
- "<div>- &nbsp; &nbsp;return memory_region_dispatch_read(mr, offset, data, len,</div>\r\n"
- "<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_read(mr, offset, data, SIZE_MEMOP(len),</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MEMTXATTRS_UNSPECIFIED);</div>\r\n"
- "<div>&nbsp;}</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>@@ -471,7 &#43;472,7 @@ static MemTxResult zpci_write_bar(S390PCIBusDevice *pbdev, uint8_t pcias,</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;mr = pbdev-&gt;pdev-&gt;io_regions[pcias].memory;</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;mr = s390_get_subregion(mr, offset, len);</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;offset -= mr-&gt;addr;</div>\r\n"
- "<div>- &nbsp; &nbsp;return memory_region_dispatch_write(mr, offset, data, len,</div>\r\n"
- "<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_write(mr, offset, data, SIZE_MEMOP(len),</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MEMTXATTRS_UNSPECIFIED);</div>\r\n"
- "<div>&nbsp;}</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>@@ -780,7 &#43;781,8 @@ int pcistb_service_call(S390CPU *cpu, uint8_t r1, uint8_t r3, uint64_t gaddr,</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;for (i = 0; i &lt; len / 8; i&#43;&#43;) {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;result = memory_region_dispatch_write(mr, offset &#43; i * 8,</div>\r\n"
- "<div>- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ldq_p(buffer &#43; i * 8), 8,</div>\r\n"
- "<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ldq_p(buffer &#43; i * 8),</div>\r\n"
- "<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZE_MEMOP(8),</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MEMTXATTRS_UNSPECIFIED);</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (result != MEMTX_OK) {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;s390_program_interrupt(env, PGM_OPERAND, 6, ra);</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"
 
-07ba82fb2ad2315604e9902334a1085f486c7f3e1a2f514b5ee44ba6829b6b2a
+86609248c57dfe01e51dbee69072e05abd1517bd14082b7fe3091689333f08b1

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.