Re: [Qemu-devel] [PATCH v1] [Review Request] RTC Support in e500

2014-12-18 Thread Alexander Graf
On 18.12.14 22:32, Amit Tomar wrote: > > Thank you for reviewing the patches and providing the comments. > > I'm able to follow most of the comments except below two. > >> Is this true for a real MPC8544DS as well? If not, we'll need to >> conditionalize it to only spawn >the i2c controller

Re: [Qemu-devel] [PATCH v1] [Review Request] RTC Support in e500

2014-12-18 Thread Amit Tomar
Thank you for reviewing the patches and providing the comments. I'm able to follow most of the comments except below two. >Is this true for a real MPC8544DS as well? If not, we'll need to >conditionalize it to only spawn >the i2c controller (and rtc clock) on the >virt machine. I could not a

Re: [Qemu-devel] [PATCH v1] [Review Request] RTC Support in e500

2014-12-16 Thread Alexander Graf
On 08.12.14 15:19, Amit Tomar wrote: > I am new to QEMU and tried to provide support for RTC in e500. > > Please review the following set of patches that would add RTC support in e500 > and guide me. > > Tested it on both x86 and ppc host machines. > > > Signed-off-by: Amit Singh Tomar >

[Qemu-devel] [PATCH v1] [Review Request] RTC Support in e500

2014-12-08 Thread Amit Tomar
I am new to QEMU and tried to provide support for RTC in e500. Please review the following set of patches that would add RTC support in e500 and guide me. Tested it on both x86 and ppc host machines. Signed-off-by: Amit Singh Tomar --- default-configs/ppc-softmmu.mak |2 + default-co