From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9ymh-0002rd-DJ for qemu-devel@nongnu.org; Wed, 13 Apr 2011 08:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9ymb-0003gr-Ji for qemu-devel@nongnu.org; Wed, 13 Apr 2011 08:02:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9ymb-0003ge-9C for qemu-devel@nongnu.org; Wed, 13 Apr 2011 08:02:53 -0400 From: Kevin Wolf Date: Wed, 13 Apr 2011 14:05:06 +0200 Message-Id: <1302696316-26190-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 00/10] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 9df38c47d01eb1fd7eb9d60ac70a4170e638b4a2: target-arm: Detect tininess before rounding for FP operations (2011-04-12 23:33:33 +0200) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Amit Shah (7): atapi: Drives can be locked without media present atapi: Report correct errors on guest eject request atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function atapi: GESN: Use structs for commonly-used field types atapi: GESN: Standardise event response handling for future additions atapi: GESN: implement 'media' subcommand Anthony Liguori (1): qed: Add support for zero clusters Mitnick Lyu (1): vpc.c: Use get_option_parameter() does the search Stefan Hajnoczi (1): docs: Describe zero data clusters in QED specification block/qed-check.c | 5 +- block/qed-cluster.c | 31 +++++--- block/qed.c | 21 ++++- block/qed.h | 26 ++++++ block/vpc.c | 8 +-- docs/specs/qed_spec.txt | 8 ++ hw/ide/core.c | 204 ++++++++++++++++++++++++++++++++++++++++------- hw/ide/internal.h | 6 ++ 8 files changed, 258 insertions(+), 51 deletions(-)