Re: [Qemu-devel] Watchdog device in Qemu user mode

2013-07-18 Thread kbastian
Hi Andreas, thanks alot. I only used user mode because I thought it is easier to implement. I will take a look into system mode. Best regards Bastian

Re: [Qemu-devel] Watchdog device in Qemu user mode

2013-07-18 Thread kbastian
Hi Peter, thanks for the fast response. The processor is usually embedded and programs run without operating systems or with custom ones designed for hard realtime. Would it be much work to port from user mode to system mode? I am using a c-compiler to create testprograms and these programs

[Qemu-devel] Watchdog device in Qemu user mode

2013-07-18 Thread kbastian
Hey everybody, I am fairly new to qemu development. So here is my question: I would like to write a virtual watchdog device, which is part of the emulated cpu. This is part of an Infineon Tricore Implementation I am writing. For simplicities sake I use qemu user mode, to test my translation