qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 1621ee: usb/dev-storage: remove unused includ


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 1621ee: usb/dev-storage: remove unused include
Date: Tue, 10 Mar 2020 07:00:13 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1621eecebc7dd9e3bd4933a73f24fab23280cc40
      
https://github.com/qemu/qemu/commit/1621eecebc7dd9e3bd4933a73f24fab23280cc40
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M hw/usb/dev-storage.c

  Log Message:
  -----------
  usb/dev-storage: remove unused include

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 6700d3d685468ab5c45d6e768820ed752200c56e
      
https://github.com/qemu/qemu/commit/6700d3d685468ab5c45d6e768820ed752200c56e
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M device-hotplug.c

  Log Message:
  -----------
  monitor/hmp: inline add_init_drive

This function is only used by hmp_drive_add.
The code is just a bit shorter this way.

No functional changes

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: a2dde2f2210edd4b962035fcb379aeddc11b0273
      
https://github.com/qemu/qemu/commit/a2dde2f2210edd4b962035fcb379aeddc11b0273
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M MAINTAINERS
    M Makefile.objs
    M block/Makefile.objs
    A block/monitor/Makefile.objs
    A block/monitor/block-hmp-cmds.c
    R device-hotplug.c
    A include/block/block-hmp-cmds.h
    M include/sysemu/sysemu.h
    M monitor/misc.c

  Log Message:
  -----------
  monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c

These days device-hotplug.c only contains the hmp_drive_add
In the next patch, rest of hmp_drive* functions will be moved
there.

Also add block-hmp-cmds.h to contain prototypes of these
functions

License for block-hmp-cmds.h since it contains the code
moved from sysemu.h which lacks license and thus according
to LICENSE is under GPLv2+

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: a1edae276ad4ac7fb33791ce2f1daa68b1608dcd
      
https://github.com/qemu/qemu/commit/a1edae276ad4ac7fb33791ce2f1daa68b1608dcd
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M blockdev.c
    M include/block/block-hmp-cmds.h
    M include/sysemu/blockdev.h

  Log Message:
  -----------
  monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 0932e3f23d3de34b0f1a22a20501b350be36128c
      
https://github.com/qemu/qemu/commit/0932e3f23d3de34b0f1a22a20501b350be36128c
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M include/block/block-hmp-cmds.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c

Moved code was added after 2012-01-13, thus under GPLv2+

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
  Fixed commit message


  Commit: 6b7fbf61fbd4bcbcd20efffdc3fcc92820f6b07d
      
https://github.com/qemu/qemu/commit/6b7fbf61fbd4bcbcd20efffdc3fcc92820f6b07d
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M include/block/block-hmp-cmds.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  monitor/hmp: move hmp_block_job* to block-hmp-cmds.c

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: fce2b91fdfe2a187750742e2b511f6da84dbde40
      
https://github.com/qemu/qemu/commit/fce2b91fdfe2a187750742e2b511f6da84dbde40
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M include/block/block-hmp-cmds.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c

hmp_snapshot_blkdev is from GPLv2 version of the hmp-cmds.c thus
have to change the licence to GPLv2

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: e263120ecc5c48c50e07bbca252d982aa34f2fe6
      
https://github.com/qemu/qemu/commit/e263120ecc5c48c50e07bbca252d982aa34f2fe6
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M include/block/block-hmp-cmds.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 1061f8dd808cc185736094759bd8a2b919435195
      
https://github.com/qemu/qemu/commit/1061f8dd808cc185736094759bd8a2b919435195
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M include/block/block-hmp-cmds.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 2bcad73c4b9b26005afa28d91c3c814083a3c741
      
https://github.com/qemu/qemu/commit/2bcad73c4b9b26005afa28d91c3c814083a3c741
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M include/block/block-hmp-cmds.h
    M include/monitor/hmp.h
    M monitor/hmp-cmds.c

  Log Message:
  -----------
  monitor/hmp: move hmp_info_block* to block-hmp-cmds.c

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 89802d5ae72817fdbaeab6d0b5b3af4765f75d4d
      
https://github.com/qemu/qemu/commit/89802d5ae72817fdbaeab6d0b5b3af4765f75d4d
  Author: Maxim Levitsky <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M block/monitor/block-hmp-cmds.c
    M blockdev.c
    M include/block/block_int.h

  Log Message:
  -----------
  monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c

Signed-off-by: Maxim Levitsky <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: b4983c570c7a5848c9df519cd9e056bea3177fe2
      
https://github.com/qemu/qemu/commit/b4983c570c7a5848c9df519cd9e056bea3177fe2
  Author: Thomas Huth <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M docs/system/deprecated.rst
    M hmp-commands.hx
    M net/hub.c
    M net/hub.h
    M net/slirp.c

  Log Message:
  -----------
  net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'

It's been deprecated since QEMU v3.1.0. Time to finally remove it now.

Signed-off-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
  Reworked Thomas's deprecated.texi to the rst


  Commit: 7f368aed672117980f7f09933e1eb3e1139caae6
      
https://github.com/qemu/qemu/commit/7f368aed672117980f7f09933e1eb3e1139caae6
  Author: Peter Maydell <address@hidden>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M MAINTAINERS
    M Makefile.objs
    M block/Makefile.objs
    A block/monitor/Makefile.objs
    A block/monitor/block-hmp-cmds.c
    M blockdev.c
    R device-hotplug.c
    M docs/system/deprecated.rst
    M hmp-commands.hx
    M hw/usb/dev-storage.c
    A include/block/block-hmp-cmds.h
    M include/block/block_int.h
    M include/monitor/hmp.h
    M include/sysemu/blockdev.h
    M include/sysemu/sysemu.h
    M monitor/hmp-cmds.c
    M monitor/misc.c
    M net/hub.c
    M net/hub.h
    M net/slirp.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20200309' into 
staging

HMP Pull 2020-03-09

Maxim's hmp block move, Thomas's deprecation in hostfwd.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>

# gpg: Signature made Mon 09 Mar 2020 19:43:33 GMT
# gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <address@hidden>" 
[full]
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7

* remotes/dgilbert/tags/pull-hmp-20200309:
  net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
  monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
  monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
  monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
  monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
  monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
  monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
  monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
  monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
  monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
  monitor/hmp: inline add_init_drive
  usb/dev-storage: remove unused include

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/373c7068dd61...7f368aed6721



reply via email to

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