diff for duplicates of <1474038116.3042.10.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index 8289921..4930a83 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ Hi Michael, -On Fri, 2016-09-09@01:31 +0300, Michael Rolnik wrote: +On Fri, 2016-09-09 at 01:31 +0300, Michael Rolnik wrote: > This series of patches adds ARC target to QEMU. It indends to support -> ????- ARCtangent-A5 processor -> ????- ARC 600 processor -> ????- ARC 700 processor +> - ARCtangent-A5 processor +> - ARC 600 processor +> - ARC 700 processor > > All instructions except ASLS are implemented. Not fully tested yet. > However I was able to execute correctly recursive fibonacci calculation. @@ -15,8 +15,8 @@ On Fri, 2016-09-09@01:31 +0300, Michael Rolnik wrote: That's both very unexpected and cool! I tried your patches on top of current QEMU git master and it: -?a) Builds for ARC -?b) Very simple code really works! + a) Builds for ARC + b) Very simple code really works! I was able to single-step with GDB through program as simple as: --------------------->8--------------------- @@ -29,11 +29,11 @@ _start: That's what I saw in GDB: --------------------->8--------------------- -(gdb) disassemble? +(gdb) disassemble Dump of assembler code for function _start: => 0x00000100 <+0>: mov r0,0x1 -???0x00000104 <+4>: mov r1,0x2 -???0x00000108 <+8>: mov r1,r0 + 0x00000104 <+4>: mov r1,0x2 + 0x00000108 <+8>: mov r1,r0 End of assembler dump. (gdb) p $r0 $1 = 0 diff --git a/a/content_digest b/N1/content_digest index a58b0ee..8ca8b9d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,19 @@ "ref\01473373930-31547-1-git-send-email-mrolnik@gmail.com\0" - "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0" - "Subject\0[PATCH RFC v1 00/29] ARC cores\0" + "From\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0" + "Subject\0Re: [Qemu-devel] [PATCH RFC v1 00/29] ARC cores\0" "Date\0Fri, 16 Sep 2016 15:01:59 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0mrolnik@gmail.com <mrolnik@gmail.com>\0" + "Cc\0qemu-devel@nongnu.org <qemu-devel@nongnu.org>" + " linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Michael,\n" "\n" - "On Fri, 2016-09-09@01:31 +0300, Michael Rolnik wrote:\n" + "On Fri, 2016-09-09 at 01:31 +0300, Michael Rolnik wrote:\n" "> This series of patches adds ARC target to QEMU. It indends to support\n" - "> ????- ARCtangent-A5 processor\n" - "> ????- ARC 600 processor\n" - "> ????- ARC 700 processor\n" + "> \302\240\302\240\302\240\302\240- ARCtangent-A5 processor\n" + "> \302\240\302\240\302\240\302\240- ARC 600 processor\n" + "> \302\240\302\240\302\240\302\240- ARC 700 processor\n" "> \n" "> All instructions except ASLS are implemented. Not fully tested yet.\n" "> However I was able to execute correctly recursive fibonacci calculation.\n" @@ -22,8 +24,8 @@ "That's both very unexpected and cool!\n" "\n" "I tried your patches on top of current QEMU git master and it:\n" - "?a) Builds for ARC\n" - "?b) Very simple code really works!\n" + "\302\240a) Builds for ARC\n" + "\302\240b) Very simple code really works!\n" "\n" "I was able to single-step with GDB through program as simple as:\n" "--------------------->8---------------------\n" @@ -36,11 +38,11 @@ "\n" "That's what I saw in GDB:\n" "--------------------->8---------------------\n" - "(gdb) disassemble?\n" + "(gdb) disassemble\302\240\n" "Dump of assembler code for function _start:\n" "=> 0x00000100 <+0>:\tmov\tr0,0x1\n" - "???0x00000104 <+4>:\tmov\tr1,0x2\n" - "???0x00000108 <+8>:\tmov\tr1,r0\n" + "\302\240\302\240\302\2400x00000104 <+4>:\tmov\tr1,0x2\n" + "\302\240\302\240\302\2400x00000108 <+8>:\tmov\tr1,r0\n" "End of assembler dump.\n" "(gdb) p $r0\n" "$1 = 0\n" @@ -69,4 +71,4 @@ "Regards,\n" Alexey -dd77c88160cf2305a919f8eff7e7ca71b636bd2ee779342b2bc242f1b7f9f25b +69ad4bf2c24ed96dc076ca3c3861fd5b2a0ccbef6b37f512e287a962e1db784c
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.