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

2019-01-28 Thread Thomas Huth
On 2019-01-24 17:20, kumar sourav wrote: > 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

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

2019-01-24 Thread Philippe Mathieu-Daudé
On 1/24/19 5:20 PM, kumar sourav wrote: > 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 Reviewed-by: Philippe Mathieu-Daudé > --- > hw/sd/sd.c | 1 + > 1 file changed, 1 insertio

[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/sd