From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UplZW-00008i-Os for qemu-devel@nongnu.org; Thu, 20 Jun 2013 16:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UplZV-0005O0-QL for qemu-devel@nongnu.org; Thu, 20 Jun 2013 16:35:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UplZV-0005Nr-Jo for qemu-devel@nongnu.org; Thu, 20 Jun 2013 16:35:09 -0400 Date: Thu, 20 Jun 2013 23:34:53 +0300 From: Gleb Natapov Message-ID: <20130620203453.GC26747@redhat.com> References: <1371730033-5554-1-git-send-email-mst@redhat.com> <87mwqkbo64.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mwqkbo64.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PULL 00/21] pci,net,misc enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: peter.maydell@linaro.org, drjones@redhat.com, "Michael S. Tsirkin" , haoyu.zhang@huawei.com, stefano.stabellini@eu.citrix.com, qemu-devel@nongnu.org, Paul.Durrant@citrix.com, Paolo Bonzini , akong@redhat.com, lersek@redhat.com, david@gibson.dropbear.id.au On Thu, Jun 20, 2013 at 02:02:59PM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > From: Michael S. Tsirkin > > > > The following changes since commit 90a2541b763b31d2b551b07e24aae3de5266d31b: > > > > target-i386: fix over 80 chars warnings (2013-06-15 17:50:38 +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 f96c30047009f8a9c3cecf68104d8d99f989f54d: > > > > pci: Fold host_buses list into PCIHostState functionality (2013-06-19 18:35:05 +0300) > > > > ---------------------------------------------------------------- > > pci,net,misc enhancements > > I don't like the amount of "misc" in this pull request but I'll take it > with appropriate acks. > > > > > This includes some pci and net-related enhancements: > > > > Better support for systems with multiple PCI root buses > > A new management interface for access to rx filter in NICs > > KVM Speedup for MSI updates on kvm > > FW cfg interface for more robust pci programming in BIOS > > Minor fixes/cleanups for fw cfg and cross-version migration - > > because of dependencies with other patches > > > > Signed-off-by: Michael S. Tsirkin > > > > ---------------------------------------------------------------- > > Amos Kong (1): > > net: add support of mac-programming over macvtap in QEMU side > > > > Andrew Jones (1): > > e1000: cleanup process_tx_desc > > > > David Gibson (10): > > pci: Cleanup configuration for pci-hotplug.c > > pci: Move pci_read_devaddr to pci-hotplug-old.c > > pci: Abolish pci_find_root_bus() > > pci: Use helper to find device's root bus in pci_find_domain() > > pci: Replace pci_find_domain() with more general pci_root_bus_path() > > pci: Add root bus argument to pci_get_bus_devfn() > > pci: Add root bus parameter to pci_nic_init() > > pci: Simpler implementation of primary PCI bus > > pci: Remove domain from PCIHostBus > > pci: Fold host_buses list into PCIHostState functionality > > > > Michael S. Tsirkin (9): > > range: add Range structure > > pci: store PCI hole ranges in guestinfo structure > > pc: pass PCI hole ranges to Guests > > pc_piix: cleanup init compat handling > > kvm: zero-initialize KVM_SET_GSI_ROUTING input > > kvm: skip system call when msi route is unchanged > > MAINTAINERS: s/Marcelo/Paolo/ > > Shouldn't these be coming through the uq/master tree? I haven't see a > pull for uq/master in a long time. Does that tree still exist? > > Would that be coming from Paolo or Gleb? Can one of ya'll ack these > changes please. > ACK. I should have taken it through KVM tree really, but since MST's patch sending scripts depend on accurate MAINTAINERS information having it in his tree saved Marcelo's inbox from a couple of dozens unwanted emails. -- Gleb.