Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread ksourav
On Fri, Jan 25, 2019 at 10:14 PM Philippe Mathieu-Daudé wrote: > > On 1/25/19 4:24 PM, Thomas Huth wrote: > > On 2019-01-25 16:14, kumar sourav wrote: > >> Sets the category of i8042 device as DEVICE_CATEGORY_INPUT > >> Devices should be assigned to one of DEVICE_CATEGORY_. > >> > >> Signed-of

Re: [Qemu-devel] [Qemu-arm] object owner argument of memory_region_init_ram

2019-01-23 Thread ksourav
understanding. Thanks in Advance On Wed, Jan 23, 2019 at 4:23 PM Peter Maydell wrote: > > On Wed, 23 Jan 2019 at 06:10, Thomas Huth wrote: > > On 2019-01-23 04:07, ksourav wrote: > > > I am trying to learn how qemu implements different soc. > > > While reading the source c

[Qemu-devel] object owner argument of memory_region_init_ram

2019-01-22 Thread ksourav
Hi All, I am trying to learn how qemu implements different soc. While reading the source code, I found that in some socs, object owner is passed as NULL to the routine memory_region_init_ram() (for example in nrf51 soc) and in some socs(for example in Allwinner A10) an object(non NULL) is passed t