[Qemu-devel] [PATCH] hw/input/lm832x: set device category of lm832x

2019-01-27 Thread kumar sourav
Sets the category of lm832x as DEVICE_CATEGORY_INPUT Devices should be assigned to one of DEVICE_CATEGORY_ Signed-off-by: kumar sourav --- hw/input/lm832x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/input/lm832x.c b/hw/input/lm832x.c index cffbf586d4..07ae5e0aee 100644 --- a/hw

[Qemu-devel] [PATCH] hw/input/adb.c: set device category of adb

2019-01-27 Thread kumar sourav
Sets the category of adb as DEVICE_CATEGORY_INPUT Devices should be assigned to one of DEVICE_CATEGORY_ Signed-off-by: kumar sourav --- hw/input/adb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/input/adb.c b/hw/input/adb.c index bbb40aeef1..6ca7c5641c 100644 --- a/hw/input/adb.c

[Qemu-devel] [PATCH] hw/arm/nrf51_soc: set object owner in memory_region_init_ram

2019-01-25 Thread kumar sourav
set object owner in memory_region_init_ram() instead of NULL. Signed-off-by: kumar sourav --- hw/arm/nrf51_soc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/arm/nrf51_soc.c b/hw/arm/nrf51_soc.c index 1630c27594..3a1c7e200c 100644 --- a/hw/arm/nrf51_soc.c +++ b/hw

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

2019-01-25 Thread kumar sourav
Sets the category of i8042 device as DEVICE_CATEGORY_INPUT Devices should be assigned to one of DEVICE_CATEGORY_. Signed-off-by: kumar sourav --- hw/input/pckbd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/input/pckbd.c b/hw/input/pckbd.c index 3e66713b47..72e7d5f6cc 100644

[Qemu-devel] [PATCH] hw: sd: set category of the sd memory card

2019-01-24 Thread kumar sourav
Sets the category of the sd memory card as DEVICE_CATEGORY_STORAGE. Devices should be assigned to one of DEVICE_CATEGORY_. Signed-off-by: kumar sourav --- hw/sd/sd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index d4356e9b73..aaab15f386 100644 --- a/hw/sd

[Qemu-devel] [PATCH] hw: edu: set category of the edu device

2019-01-24 Thread kumar sourav
Sets the category of edu device as DEVICE_CATEGORY_MISC. Devices should be assigned to one of DEVICE_CATEGORY_. Signed-off-by: kumar sourav --- hw/misc/edu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/misc/edu.c b/hw/misc/edu.c index ceaf688bfb..91af452c9e 100644 --- a/hw/misc