From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJwZj-0002AD-QG for qemu-devel@nongnu.org; Tue, 06 Nov 2018 03:19:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJwZg-0000TY-NP for qemu-devel@nongnu.org; Tue, 06 Nov 2018 03:19:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52664) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJwZg-0000Sq-G9 for qemu-devel@nongnu.org; Tue, 06 Nov 2018 03:19:00 -0500 References: <20181105181353.39804-1-mst@redhat.com> From: Thomas Huth Message-ID: Date: Tue, 6 Nov 2018 09:18:49 +0100 MIME-Version: 1.0 In-Reply-To: <20181105181353.39804-1-mst@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/33] pci, pc, virtio: fixes, features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: Peter Maydell , Laszlo Ersek On 2018-11-05 19:14, Michael S. Tsirkin wrote: > The following changes since commit b2f7a038bb4c4fc5ce6b8486e8513dfd97665e2a: > > Merge remote-tracking branch 'remotes/rth/tags/pull-softfloat-20181104' into staging (2018-11-05 10:32:49 +0000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to 6196df5c8e6688c1c3f06f73442820066335337c: > > vhost-scsi: prevent using uninitialized vqs (2018-11-05 12:59:35 -0500) > > ---------------------------------------------------------------- > pci, pc, virtio: fixes, features > > AMD IOMMU VAPIC support + fixes all over the place. > > Signed-off-by: Michael S. Tsirkin > > ---------------------------------------------------------------- > Gerd Hoffmann (1): > pci-testdev: add optional memory bar > > Laszlo Ersek (4): > MAINTAINERS: list "tests/acpi-test-data" files in ACPI/SMBIOS section [...] > tests/{acpi-test-data => data/acpi}/pc/APIC | Bin > tests/{acpi-test-data => data/acpi}/pc/APIC.cphp | Bin > .../{acpi-test-data => data/acpi}/pc/APIC.dimmpxm | Bin > tests/{acpi-test-data => data/acpi}/pc/DSDT | Bin So patch 1 moves tests/acpi-test-data/ to tests/data/acpi/ and patch 20 adds an entry for tests/acpi-test-data/ ? Does not make much sense to me ... I think patch 20 needs to be adapted now. Thomas