qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4] Cleanups around hw/block-common.h


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 0/4] Cleanups around hw/block-common.h
Date: Thu, 12 Jul 2012 11:02:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

Am 11.07.2012 15:08, schrieb Markus Armbruster:
> Applies on top of "[PATCH v3 00/29] Disk geometry cleanup".
> 
> Markus Armbruster (4):
>   hw/block-common: Move BlockConf & friends from block.h
>   hw/block-common: Factor out fall back to legacy -drive serial=...
>   blockdev: Don't limit DriveInfo serial to 20 characters
>   hw/block-common: Factor out fall back to legacy -drive cyls=...
> 
>  block.h              |   45 -----------------------------------
>  blockdev.c           |    4 +--
>  blockdev.h           |    4 +--
>  hw/Makefile.objs     |    2 +-
>  hw/block-common.c    |   64 
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/block-common.h    |   50 +++++++++++++++++++++++++++++++++++++++
>  hw/ide/core.c        |   30 +++++++++++-----------
>  hw/ide/internal.h    |    1 +
>  hw/ide/qdev.c        |   31 +++---------------------
>  hw/scsi-disk.c       |   37 ++--------------------------
>  hw/scsi.h            |    1 +
>  hw/usb.h             |    1 -
>  hw/usb/dev-storage.c |   10 +------
>  hw/virtio-blk.c      |   37 ++--------------------------
>  hw/virtio-blk.h      |    2 +-
>  hw/virtio.h          |    1 -
>  16 files changed, 147 insertions(+), 173 deletions(-)
>  create mode 100644 hw/block-common.c
> 

Thanks, applied all to the block branch.

Kevin



reply via email to

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