Re: [Qemu-devel] [PATCH v6 00/15] TriCore architecture guest implementation

2014-08-29 Thread Peter Maydell
On 26 August 2014 20:48, Richard Henderson wrote: > On 08/22/2014 09:52 AM, Bastian Koppelmann wrote: >> my aim is to add Infineon's TriCore architecture to QEMU. This series of >> patches adds the target stubs, a basic testboard and a softmmu for system >> mode emulation. Furthermore it adds al

Re: [Qemu-devel] [PATCH v6 00/15] TriCore architecture guest implementation

2014-08-26 Thread Richard Henderson
On 08/22/2014 09:52 AM, Bastian Koppelmann wrote: > Hi, > > my aim is to add Infineon's TriCore architecture to QEMU. This series of > patches adds the target stubs, a basic testboard and a softmmu for system > mode emulation. Furthermore it adds all the 16 bit long instructions of the > archit

[Qemu-devel] [PATCH v6 00/15] TriCore architecture guest implementation

2014-08-22 Thread Bastian Koppelmann
Hi, my aim is to add Infineon's TriCore architecture to QEMU. This series of patches adds the target stubs, a basic testboard and a softmmu for system mode emulation. Furthermore it adds all the 16 bit long instructions of the architecture grouped by opcode format. After this series of patches