Re: [Qemu-devel] [PATCH v3 1/4] hw: introduce standard SD host controller

2012-06-09 Thread Andreas Färber
Am 07.06.2012 07:05, schrieb Peter A. G. Crosthwaite: > From: Igor Mitsyanko > > Device model for standard SD Host Controller Interface (SDHCI) compliant with > version 2.00 of SD association specification. > > Signed-off-by: Peter A. G. Crosthwaite > Signed-off-by: Igor Mitsyanko [...] > diff

Re: [Qemu-devel] [PATCH v3 1/4] hw: introduce standard SD host controller

2012-06-08 Thread Andreas Färber
Am 07.06.2012 07:05, schrieb Peter A. G. Crosthwaite: > diff --git a/Makefile.objs b/Makefile.objs > index 70c5c79..a9c7bb9 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -250,6 +250,7 @@ hw-obj-$(CONFIG_SMARTCARD) += usb/dev-smartcard-reader.o > ccid-card-passthru.o > hw-obj-$(CONFIG_SM