qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/5] atapi: Some code restructuring


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH v2 0/5] atapi: Some code restructuring
Date: Wed, 20 Apr 2011 13:30:10 +0200

v2:
- Fixed commit messages
- Added a comment in cmd_test_unit_ready

Kevin Wolf (5):
  ide: Split atapi.c out
  ide/atapi: Factor commands out
  ide/atapi: Use table instead of switch for commands
  ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors
  ide/atapi: Introduce CHECK_READY flag for commands

 Makefile.objs     |    2 +-
 hw/ide/atapi.c    | 1134 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/ide/core.c     | 1065 +-------------------------------------------------
 hw/ide/internal.h |   14 +-
 4 files changed, 1149 insertions(+), 1066 deletions(-)
 create mode 100644 hw/ide/atapi.c

-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]