From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkmE3-0001g4-Om for qemu-devel@nongnu.org; Tue, 30 Sep 2008 16:53:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkmE1-0001eP-JC for qemu-devel@nongnu.org; Tue, 30 Sep 2008 16:53:43 -0400 Received: from [199.232.76.173] (port=36363 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkmE1-0001eI-GP for qemu-devel@nongnu.org; Tue, 30 Sep 2008 16:53:41 -0400 Received: from [67.18.187.6] (port=50169 helo=tjworld.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KkmE0-0001yB-S3 for qemu-devel@nongnu.org; Tue, 30 Sep 2008 16:53:41 -0400 From: TJ In-Reply-To: <48DD01D6.50909@codemonkey.ws> References: <1220571341.2638.6.camel@hephaestion> <1220580385.2638.15.camel@hephaestion> <48C1346F.3000405@windriver.com> <1220640699.5470.15.camel@hephaestion> <48C1862C.3050307@windriver.com> <1220649226.9611.13.camel@hephaestion> <48C53B04.9030006@windriver.com> <1221679892.17792.6.camel@hephaestion> <48D16904.30104@codemonkey.ws> <1221691647.17792.55.camel@hephaestion> <48D81E26.9080802@codemonkey.ws> <1222133639.18297.13.camel@hephaestion> <48DBCE35.4030607@codemonkey.ws> <48DCEA3E.7010006@windriver.com> <48DCF168.5080502@codemonkey.ws> <48DCFC18.5010506@windriver.com> <48DD01D6.50909@codemonkey.ws> Content-Type: text/plain Date: Tue, 30 Sep 2008 21:53:32 +0100 Message-Id: <1222808012.15396.7.camel@hephaestion> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Add USB sys file-system support (v6) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, 2008-09-26 at 10:37 -0500, Anthony Liguori wrote: > Okay, the patch needs some refactoring. I can commit and refactor or > someone else can refactor and resubmit. Either works for me. Anyway: Anthony, sorry for all the white-space damage issues. Somehow my original git working source got mangled so every adaption based on it was inheriting the mess. I'd been doing a lot of other development work mainly in my kvm git and exported the patch from there originally and then later re-based it against the latest qemu. I've got some more time now to focus on it so I'll get a clean patch sorted incorporating your suggested changes. I hadn't touched the original sys-fs code written by Robert Schiele at Novell, but I'll give it a polish now. TJ.