From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzs4c-0004px-7z for qemu-devel@nongnu.org; Thu, 27 Oct 2016 17:18:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzs4Z-0004RV-3S for qemu-devel@nongnu.org; Thu, 27 Oct 2016 17:18:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38114) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzs4Y-0004Qy-UO for qemu-devel@nongnu.org; Thu, 27 Oct 2016 17:18:51 -0400 From: John Snow Date: Thu, 27 Oct 2016 17:18:42 -0400 Message-Id: <1477603128-1265-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 0/6] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com The following changes since commit 835f3d24b42fcbeca5c49048994a4e5d0fe905c5: Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into staging (2016-10-27 17:24:29 +0100) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to c9bf278bf20f99827da65156915f78e0ce53c68e: qemu-iotests: Test creating floppy drives (2016-10-27 16:29:14 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- Kevin Wolf (4): fdc: Add a floppy qbus fdc: Add a floppy drive qdev fdc: Move qdev properties to FloppyDrive qemu-iotests: Test creating floppy drives Mark Cave-Ayland (2): dma-helpers: explicitly pass alignment into DMA helpers macio: switch over to new byte-aligned DMA helpers dma-helpers.c | 21 +- hw/block/fdc.c | 271 ++++++++-- hw/block/nvme.c | 6 +- hw/ide/ahci.c | 2 + hw/ide/core.c | 6 +- hw/ide/macio.c | 213 ++------ hw/scsi/scsi-disk.c | 2 + include/sysemu/dma.h | 6 +- tests/qemu-iotests/172 | 246 ++++++++++ tests/qemu-iotests/172.out | 1170 ++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/group | 1 + vl.c | 1 + 12 files changed, 1695 insertions(+), 250 deletions(-) create mode 100755 tests/qemu-iotests/172 create mode 100644 tests/qemu-iotests/172.out -- 2.7.4