qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/2] scsi: Change device init to realize


From: Fam Zheng
Subject: [Qemu-devel] [PATCH v3 0/2] scsi: Change device init to realize
Date: Mon, 11 Aug 2014 16:45:16 +0800

v3: Fix error handling of scsi_device_init (Kevin)
    Thanks for reviewing!

DeviceClass->init is the old interface, let's convert scsi devices to the new
->realize API.

A user visible change is the error message shown in qemu-iotests reference
output, but I don't know what's the best way to retain it. So please review if
and how this could be improved.

Fam


Fam Zheng (2):
  block: Pass errp in blkconf_geometry
  scsi-bus: Convert DeviceClass init to realize

 hw/block/block.c           | 18 +++++-----
 hw/block/virtio-blk.c      |  7 ++--
 hw/ide/qdev.c              | 11 ++++--
 hw/scsi/lsi53c895a.c       |  2 ++
 hw/scsi/scsi-bus.c         | 69 ++++++++++++++++++--------------------
 hw/scsi/scsi-disk.c        | 83 +++++++++++++++++++++++++---------------------
 hw/scsi/scsi-generic.c     | 37 ++++++++++-----------
 include/hw/block/block.h   |  6 ++--
 include/hw/scsi/scsi.h     |  7 ++--
 tests/qemu-iotests/051.out |  4 +--
 10 files changed, 128 insertions(+), 116 deletions(-)

-- 
2.0.3




reply via email to

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