From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW5vo-0003dP-1j for qemu-devel@nongnu.org; Tue, 15 Oct 2013 10:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW5vg-0007i2-8g for qemu-devel@nongnu.org; Tue, 15 Oct 2013 10:49:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW5vf-0007hp-W7 for qemu-devel@nongnu.org; Tue, 15 Oct 2013 10:49:00 -0400 Date: Tue, 15 Oct 2013 17:51:28 +0300 From: "Michael S. Tsirkin" Message-ID: <20131015145128.GA7841@redhat.com> References: <1381762577-12526-1-git-send-email-mst@redhat.com> <87r4bnlbj6.fsf@codemonkey.ws> <20131015052816.GC16331@redhat.com> <20131015142008.GA7613@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/43] pci, pc, acpi fixes, enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , Igor Mammedov , marcel.a@redhat.com, qemu-devel , Gerd Hoffmann On Tue, Oct 15, 2013 at 07:21:34AM -0700, Anthony Liguori wrote: > Please put together a summary of the testing this series has gone > through. I still think there should be automated testing as part of > this but if the manual testing is sufficiently thorough I'll > reconsider for 1.7. > > Regards, > > Anthony Liguori This is the list I have. Note: it's all x86 only: all new code is local to x86. Core ACPI changes: Both piix and q35: KVM only: seabios: boot/install: rhel6/fc18/ws2008/ws2012/ws2003r2/XP seabios + coreboot fedora guest KVM and TCG: boot live CD, dump tables in guest, compare bit by bit with host, analyse differences (I can send diff if required) autotest: piix only, KVM only virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.unattended_ins +tall.cdrom.floppy_ks.aio_native virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.migrate.tcp virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.migrate.unix virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.migrate.exec virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.migrate.exec.g +zip_exec virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.migrate.fd virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.physical_resou +rces_check virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.boot virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.reboot virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.Win7.x86_64.sp1.shutdown virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.unattended_ins +tall.cdrom.extra_cdrom_ks.aio_native virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.migrate.tcp virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.migrate.unix virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.migrate.exec virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.migrate.exec.g +zip_exec virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.migrate.fd virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.physical_resou +rces_check virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.boot virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.reboot virt.qemu.qemu-mst-baseline-git.qcow2.virtio_blk.smp2.virtio_net.RHEL.6.4.x86_64.shutdown boot.0 PCI bridge patches: piix only: KVM and TCG: boot live CD linux, remove/add device by hotplug boot windows 7, remove/add device by hotplug Core ACPI changes have been through much more testing. On the other hand bridge would be much easier to revert. If you think we reasonably can merge the bridge hotplug, please let me know I'll address the minor comments that Paolo and you made, test cross version compatibility and resubmit ASAP. -- MST