From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpPbw-0000MF-OV for qemu-devel@nongnu.org; Thu, 12 Jul 2012 16:03:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpPbu-0001FI-S2 for qemu-devel@nongnu.org; Thu, 12 Jul 2012 16:03:40 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:40859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpPbu-0001F6-OP for qemu-devel@nongnu.org; Thu, 12 Jul 2012 16:03:38 -0400 Received: by ggnp1 with SMTP id p1so3110316ggn.4 for ; Thu, 12 Jul 2012 13:03:37 -0700 (PDT) Sender: fluxion Date: Thu, 12 Jul 2012 15:03:26 -0500 From: Michael Roth Message-ID: <20120712200326.GA2880@illuin> References: <1341938029-15485-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1341938029-15485-1-git-send-email-agraf@suse.de> Subject: Re: [Qemu-devel] [PULL 0/1] s390 patch queue 2012-07-10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel qemu-devel On Tue, Jul 10, 2012 at 06:33:48PM +0200, Alexander Graf wrote: > Hi Mike, > > This is my current patch queue for s390 for 1.1. It contains an important fix > to make virtio devices accessible via their aliases. > > Please pull. Pulled into stable-1.1 (now on git.qemu.org). Will be included in the 1.1.1 release (ETA: today). Thanks! > > Alex > > > The following changes since commit b7093f294c330c4db789c077dac9d8611e4f8ee0: > Jason Wang (1): > rtl8139: validate rx ring before receiving packets > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git s390-for-upstream-1.1 > > Alexander Graf (1): > s390x: fix s390 virtio aliases > > hw/qdev-monitor.c | 27 ++++++++++++++++++++------- > 1 files changed, 20 insertions(+), 7 deletions(-) >