From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URrv9-0005Xk-0f for qemu-devel@nongnu.org; Mon, 15 Apr 2013 18:30:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URrv6-0005Oj-BK for qemu-devel@nongnu.org; Mon, 15 Apr 2013 18:30:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URrv6-0005Ob-45 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 18:30:40 -0400 Date: Tue, 16 Apr 2013 01:30:35 +0300 From: "Michael S. Tsirkin" Message-ID: <20130415223035.GA27452@redhat.com> References: <20130415061955.GA24852@redhat.com> <8761zoq8ol.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8761zoq8ol.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PULL] pci: add pci test device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Mon, Apr 15, 2013 at 07:28:58AM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > The following changes since commit e2ec3f976803b360c70d9ae2ba13852fa5d11665: > > > > qjson: to_json() case QTYPE_QSTRING is buggy, rewrite (2013-04-13 19:40:25 +0000) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony > > > > for you to fetch changes up to efd70cb42aadca7e5cfe0fa037ef527d458bb3b5: > > > > pci: add pci test device (2013-04-14 14:12:24 +0300) > > > > ---------------------------------------------------------------- > > pci: add pci test device > > > > This adds a new device that we can use for testing PCI PIO and MMIO, with and > > without ioeventfd in different configurations. FAST_MMIO will be added if/when > > kvm supports it. Also included are minor cleanups in kvm APIs that it needs. > > > > Signed-off-by: Michael S. Tsirkin > > I haven't commented before but I will now. Please post patches along > with pull requests. Any ready flag in git that can do this? I was using request-pull and that does not attach patches, naturally. git-send-email also does not seem to be able to handle merges which I sometimes have. Or do I have to write my own scripts for this?