From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aln8j-0002xE-FU for qemu-devel@nongnu.org; Thu, 31 Mar 2016 20:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aln8i-0004yB-1h for qemu-devel@nongnu.org; Thu, 31 Mar 2016 20:40:41 -0400 Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:35815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aln8h-0004xn-SS for qemu-devel@nongnu.org; Thu, 31 Mar 2016 20:40:39 -0400 Received: by mail-oi0-x22b.google.com with SMTP id p188so51456444oih.2 for ; Thu, 31 Mar 2016 17:40:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <56FBAE82.1080203@mailbox.org> References: <1459281084-13346-1-git-send-email-jbenz@mailbox.org> <56FBAE82.1080203@mailbox.org> From: Alistair Francis Date: Thu, 31 Mar 2016 17:40:09 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] xilinx_zynq: merged support for ULPI PHY and ULPI viewport from xilinx/qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joscha Benz Cc: "qemu-devel@nongnu.org Developers" On Wed, Mar 30, 2016 at 3:46 AM, Joscha Benz wrote: > Hi, > > On 29.03.2016 22:23, Alistair Francis wrote: >> On Tue, Mar 29, 2016 at 12:51 PM, wrote: >>> Signed-off-by: Joscha Benz >> >> Hello Joscha , >> >> Thanks for the patch. In future can you please use git send-email to >> send the patches instead of attaching the patch file. You can find >> more information on doing this at: >> http://wiki.qemu.org/Contribute/SubmitAPatch > > Of course. Great! Thanks > >> What are you trying to do here? Why are you trying to apply the Xilinx >> model of the device? This relies on the register API (which you have >> included in your patch) which isn't in mainline QEMU yet, so that part >> can't be accepted just yet. We are working at upstreaming that at the >> moment though. > > I was trying to get USB support for that device. That's why i tried to > apply the Xilinx model since it has USB support. Do you have any more specifics on what you need? At the moment we won't be able to take all of the code until the full register API is accepted. Thanks, Alistair > > Regards, > > Joscha >