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

diff --git a/a/content_digest b/N1/content_digest
index a911d7a..8179fb8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,33 +3,33 @@
  "ref\01564038073754.91133@bt.com\0"
  "ref\01564041524365.23360@bt.com\0"
  "From\0<tony.nguyen@bt.com>\0"
- "Subject\0[Qemu-riscv] [Qemu-devel] [PATCH v4 05/15] hw/intc/armv7m_nic: Access MemoryRegion with MemOp\0"
+ "Subject\0[Qemu-arm] [Qemu-devel] [PATCH v4 05/15] hw/intc/armv7m_nic: Access MemoryRegion with MemOp\0"
  "Date\0Thu, 25 Jul 2019 08:02:20 +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>
-  <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"
+ "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
+  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"
  "b\0"
  "Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>\n"
@@ -167,4 +167,4 @@
  "</body>\r\n"
  "</html>\r\n"
 
-ee942fe5d497efca6c584b6925ddafe348a3abbdd4044bc1daf8610fb3ee9b28
+8d160788c99a5a1db15ee53fa1e4b78d568ac963790554cfecc223c462858325

diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index 27c8972..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,74 +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/intc/armv7m_nvic.c | 12 &#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;----</div>
-<div>&nbsp;1 file changed, 8 insertions(&#43;), 4 deletions(-)</div>
-<div><br>
-</div>
-<div>diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c</div>
-<div>index 9f8f0d3..25bb88a 100644</div>
-<div>--- a/hw/intc/armv7m_nvic.c</div>
-<div>&#43;&#43;&#43; b/hw/intc/armv7m_nvic.c</div>
-<div>@@ -18,6 &#43;18,7 @@</div>
-<div>&nbsp;#include &quot;hw/intc/armv7m_nvic.h&quot;</div>
-<div>&nbsp;#include &quot;target/arm/cpu.h&quot;</div>
-<div>&nbsp;#include &quot;exec/exec-all.h&quot;</div>
-<div>&#43;#include &quot;exec/memop.h&quot;</div>
-<div>&nbsp;#include &quot;qemu/log.h&quot;</div>
-<div>&nbsp;#include &quot;qemu/module.h&quot;</div>
-<div>&nbsp;#include &quot;trace.h&quot;</div>
-<div>@@ -2345,7 &#43;2346,8 @@ static MemTxResult nvic_sysreg_ns_write(void *opaque, hwaddr addr,</div>
-<div>&nbsp; &nbsp; &nbsp;if (attrs.secure) {</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* S accesses to the alias act like NS accesses to the real region */</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;attrs.secure = 0;</div>
-<div>- &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, size, attrs);</div>
-<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, SIZE_MEMOP(size),</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;attrs);</div>
-<div>&nbsp; &nbsp; &nbsp;} else {</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* NS attrs are RAZ/WI for privileged, and BusFault for user */</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (attrs.user) {</div>
-<div>@@ -2364,7 &#43;2366,8 @@ static MemTxResult nvic_sysreg_ns_read(void *opaque, hwaddr addr,</div>
-<div>&nbsp; &nbsp; &nbsp;if (attrs.secure) {</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* S accesses to the alias act like NS accesses to the real region */</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;attrs.secure = 0;</div>
-<div>- &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, size, attrs);</div>
-<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, SIZE_MEMOP(size),</div>
-<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; attrs);</div>
-<div>&nbsp; &nbsp; &nbsp;} else {</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* NS attrs are RAZ/WI for privileged, and BusFault for user */</div>
-<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (attrs.user) {</div>
-<div>@@ -2390,7 &#43;2393,8 @@ static MemTxResult nvic_systick_write(void *opaque, hwaddr addr,</div>
-<div>&nbsp;</div>
-<div>&nbsp; &nbsp; &nbsp;/* Direct the access to the correct systick */</div>
-<div>&nbsp; &nbsp; &nbsp;mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&amp;s-&gt;systick[attrs.secure]), 0);</div>
-<div>- &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, size, attrs);</div>
-<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, SIZE_MEMOP(size),</div>
-<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;attrs);</div>
-<div>&nbsp;}</div>
-<div>&nbsp;</div>
-<div>&nbsp;static MemTxResult nvic_systick_read(void *opaque, hwaddr addr,</div>
-<div>@@ -2402,7 &#43;2406,7 @@ static MemTxResult nvic_systick_read(void *opaque, hwaddr addr,</div>
-<div>&nbsp;</div>
-<div>&nbsp; &nbsp; &nbsp;/* Direct the access to the correct systick */</div>
-<div>&nbsp; &nbsp; &nbsp;mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&amp;s-&gt;systick[attrs.secure]), 0);</div>
-<div>- &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, size, attrs);</div>
-<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, SIZE_MEMOP(size), attrs);</div>
-<div>&nbsp;}</div>
-<div>&nbsp;</div>
-<div>&nbsp;static const MemoryRegionOps nvic_systick_ops = {</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 a911d7a..e1d9561 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,34 +3,34 @@
  "ref\01564038073754.91133@bt.com\0"
  "ref\01564041524365.23360@bt.com\0"
  "From\0<tony.nguyen@bt.com>\0"
- "Subject\0[Qemu-riscv] [Qemu-devel] [PATCH v4 05/15] hw/intc/armv7m_nic: Access MemoryRegion with MemOp\0"
+ "Subject\0[Qemu-devel] [PATCH v4 05/15] hw/intc/armv7m_nic: Access MemoryRegion with MemOp\0"
  "Date\0Thu, 25 Jul 2019 08:02:20 +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>
-  <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"
+ "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
+  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"
+ "\00:1\0"
  "b\0"
  "Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>\n"
  "---\n"
@@ -90,81 +90,5 @@
  " static const MemoryRegionOps nvic_systick_ops = {\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/intc/armv7m_nvic.c | 12 &#43;&#43;&#43;&#43;&#43;&#43;&#43;&#43;----</div>\r\n"
- "<div>&nbsp;1 file changed, 8 insertions(&#43;), 4 deletions(-)</div>\r\n"
- "<div><br>\r\n"
- "</div>\r\n"
- "<div>diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c</div>\r\n"
- "<div>index 9f8f0d3..25bb88a 100644</div>\r\n"
- "<div>--- a/hw/intc/armv7m_nvic.c</div>\r\n"
- "<div>&#43;&#43;&#43; b/hw/intc/armv7m_nvic.c</div>\r\n"
- "<div>@@ -18,6 &#43;18,7 @@</div>\r\n"
- "<div>&nbsp;#include &quot;hw/intc/armv7m_nvic.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;target/arm/cpu.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;exec/exec-all.h&quot;</div>\r\n"
- "<div>&#43;#include &quot;exec/memop.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;qemu/log.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;qemu/module.h&quot;</div>\r\n"
- "<div>&nbsp;#include &quot;trace.h&quot;</div>\r\n"
- "<div>@@ -2345,7 &#43;2346,8 @@ static MemTxResult nvic_sysreg_ns_write(void *opaque, hwaddr addr,</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;if (attrs.secure) {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* S accesses to the alias act like NS accesses to the real region */</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;attrs.secure = 0;</div>\r\n"
- "<div>- &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, size, attrs);</div>\r\n"
- "<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, SIZE_MEMOP(size),</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;attrs);</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;} else {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* NS attrs are RAZ/WI for privileged, and BusFault for user */</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (attrs.user) {</div>\r\n"
- "<div>@@ -2364,7 &#43;2366,8 @@ static MemTxResult nvic_sysreg_ns_read(void *opaque, hwaddr addr,</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;if (attrs.secure) {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* S accesses to the alias act like NS accesses to the real region */</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;attrs.secure = 0;</div>\r\n"
- "<div>- &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, size, attrs);</div>\r\n"
- "<div>&#43; &nbsp; &nbsp; &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, SIZE_MEMOP(size),</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; attrs);</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;} else {</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* NS attrs are RAZ/WI for privileged, and BusFault for user */</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (attrs.user) {</div>\r\n"
- "<div>@@ -2390,7 &#43;2393,8 @@ static MemTxResult nvic_systick_write(void *opaque, hwaddr addr,</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;/* Direct the access to the correct systick */</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&amp;s-&gt;systick[attrs.secure]), 0);</div>\r\n"
- "<div>- &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, size, attrs);</div>\r\n"
- "<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_write(mr, addr, value, SIZE_MEMOP(size),</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;attrs);</div>\r\n"
- "<div>&nbsp;}</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>&nbsp;static MemTxResult nvic_systick_read(void *opaque, hwaddr addr,</div>\r\n"
- "<div>@@ -2402,7 &#43;2406,7 @@ static MemTxResult nvic_systick_read(void *opaque, hwaddr addr,</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;/* Direct the access to the correct systick */</div>\r\n"
- "<div>&nbsp; &nbsp; &nbsp;mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&amp;s-&gt;systick[attrs.secure]), 0);</div>\r\n"
- "<div>- &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, size, attrs);</div>\r\n"
- "<div>&#43; &nbsp; &nbsp;return memory_region_dispatch_read(mr, addr, data, SIZE_MEMOP(size), attrs);</div>\r\n"
- "<div>&nbsp;}</div>\r\n"
- "<div>&nbsp;</div>\r\n"
- "<div>&nbsp;static const MemoryRegionOps nvic_systick_ops = {</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"
 
-ee942fe5d497efca6c584b6925ddafe348a3abbdd4044bc1daf8610fb3ee9b28
+224cae365d3f87a4e7be893a3e1592be67cff74b146b445546987d5660157213

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.