From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40793 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Hys-00062i-7K for qemu-devel@nongnu.org; Mon, 28 Mar 2011 15:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Hyq-0005Cf-Rp for qemu-devel@nongnu.org; Mon, 28 Mar 2011 15:20:02 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:43228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Hyq-0005CN-P4 for qemu-devel@nongnu.org; Mon, 28 Mar 2011 15:20:00 -0400 Received: by gxk26 with SMTP id 26so1546032gxk.4 for ; Mon, 28 Mar 2011 12:20:00 -0700 (PDT) Message-ID: <4D90DF5E.1040207@codemonkey.ws> Date: Mon, 28 Mar 2011 14:19:58 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110328183714.GA30810@redhat.com> In-Reply-To: <20110328183714.GA30810@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL] pci, virtio, vhost, e1000 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: yamahata@valinux.co.jp, qemu-devel@nongnu.org, agraf@suse.de On 03/28/2011 01:37 PM, Michael S. Tsirkin wrote: > The following changes since commit f64622c401d4975a56b8559e16286231a1d2cfb8: > > report that QEMU process was killed by a signal (2011-03-26 12:54:42 +0000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > > Isaku Yamahata (4): > pci: replace the magic, 256, for the maximum of devfn > pci: use devfn for pci_find_device() instead of (slot, fn) pair > pci: use PCI_DEVFN in pci_get_bus_devfn() > pci: use uint8_t for devfn_min > > Michael S. Tsirkin (4): > virtio-pci: fix bus master work around on load > e1000: check buffer availability > virtio-serial: don't crash on invalid input > vhost: fix dirty page handling Pulled. Thanks. Regards, Anthony Liguori > hw/e1000.c | 16 ++++++++-------- > hw/pci-hotplug.c | 5 +++-- > hw/pci.c | 12 ++++++------ > hw/pci.h | 9 +++++---- > hw/pci_host.c | 2 +- > hw/pci_internals.h | 4 ++-- > hw/pcie_host.c | 3 +-- > hw/vhost.c | 4 +++- > hw/virtio-pci.c | 13 ++++++------- > hw/virtio-serial-bus.c | 3 +++ > hw/virtio.h | 1 + > 11 files changed, 39 insertions(+), 33 deletions(-)