From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3lUt-0001JF-EB for qemu-devel@nongnu.org; Mon, 29 Jul 2013 07:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3lUo-0000gf-SM for qemu-devel@nongnu.org; Mon, 29 Jul 2013 07:20:15 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:22971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3lUo-0000em-Nn for qemu-devel@nongnu.org; Mon, 29 Jul 2013 07:20:10 -0400 From: Stefano Stabellini Date: Mon, 29 Jul 2013 12:19:48 +0100 Message-ID: <1375096790-12815-1-git-send-email-stefano.stabellini@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/2] Xen 2013-07-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org, Stefano Stabellini The following changes since commit 461bdb3414c40d6806194bf68c91521496b1042d: Merge branch 'trivial-patches' of git://git.corpit.ru/qemu (2013-07-29 09:03:23 +0200) are available in the git repository at: git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-130729 Paul Durrant (1): Xen PV Device Stefano Stabellini (1): xen_disk: support "direct-io-safe" backend option hw/block/xen_disk.c | 14 +++++- hw/xen/Makefile.objs | 2 +- hw/xen/xen_pvdevice.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++ include/hw/pci/pci_ids.h | 5 +- trace-events | 4 ++ 5 files changed, 152 insertions(+), 4 deletions(-) create mode 100644 hw/xen/xen_pvdevice.c -- 1.7.2.5