From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNn12-0001Hi-OO for qemu-devel@nongnu.org; Mon, 25 Jan 2016 14:41:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNn0x-0000pX-U6 for qemu-devel@nongnu.org; Mon, 25 Jan 2016 14:41:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNn0x-0000pT-Oc for qemu-devel@nongnu.org; Mon, 25 Jan 2016 14:41:27 -0500 From: John Snow Date: Mon, 25 Jan 2016 14:41:12 -0500 Message-Id: <1453750885-16066-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 00/13] IDE & FDC 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 6ee06cc3dc7e8eb238e2f60cfd04f094d5c6b948: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160125' into staging (2016-01-25 10:42:52 +0000) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to 4812fa27fa75bce89738a82a191755853dd88408: fdc: change auto fallback drive for ISA FDC to 288 (2016-01-25 14:36:01 -0500) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (12): fdc: move pick_geometry fdc: reduce number of pick_geometry arguments fdc: add drive type qapi enum fdc: add disk field fdc: Throw an assertion on misconfigured fd_formats table fdc: add pick_drive fdc: Add fallback option fdc: add drive type option fdc: add physical disk sizes fdc: rework pick_geometry qtest/fdc: Support for 2.88MB drives fdc: change auto fallback drive for ISA FDC to 288 Shmulik Ladkani (1): ide: Correct the CHS 'cyls_max' limit to be 65535 hw/block/fdc.c | 326 ++++++++++++++++++++++++++++++------------- hw/core/qdev-properties.c | 11 ++ hw/i386/pc.c | 17 +-- hw/ide/qdev.c | 2 +- include/hw/block/fdc.h | 9 +- include/hw/compat.h | 4 + include/hw/qdev-properties.h | 1 + qapi/block.json | 16 +++ tests/fdc-test.c | 2 +- 9 files changed, 271 insertions(+), 117 deletions(-) -- 2.4.3