From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uplka-0005WO-Fi for qemu-devel@nongnu.org; Thu, 20 Jun 2013 16:46:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UplkZ-0000TY-FO for qemu-devel@nongnu.org; Thu, 20 Jun 2013 16:46:36 -0400 Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:40989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UplkZ-0000Su-Bs for qemu-devel@nongnu.org; Thu, 20 Jun 2013 16:46:35 -0400 Received: by mail-yh0-f47.google.com with SMTP id f64so2719173yha.20 for ; Thu, 20 Jun 2013 13:46:35 -0700 (PDT) From: Anthony Liguori In-Reply-To: <20130620203453.GC26747@redhat.com> References: <1371730033-5554-1-git-send-email-mst@redhat.com> <87mwqkbo64.fsf@codemonkey.ws> <20130620203453.GC26747@redhat.com> Date: Thu, 20 Jun 2013 15:46:30 -0500 Message-ID: <87ppvgv7bt.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/21] pci,net,misc enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov 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 Gleb Natapov writes: > 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. Thanks. Regards, Anthony Liguori > > -- > Gleb.