[Qemu-devel] [Patch v4 0/3] Trivial cleanup in hw/acpi

Wei Yang posted 3 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190214084939.20640-1-richardw.yang@linux.intel.com
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
hw/acpi/core.c         | 10 +---------
hw/i386/pc.c           | 27 ---------------------------
include/hw/acpi/acpi.h |  1 -
include/hw/i386/pc.h   |  1 -
4 files changed, 1 insertion(+), 38 deletions(-)
[Qemu-devel] [Patch v4 0/3] Trivial cleanup in hw/acpi
Posted by Wei Yang 6 years, 8 months ago
There are several functions/variable which are not used anymore.

This serials just remove those without functional change.

v4: fix reviewed-by tags
v3: add ack and repost in a new thread
v2: change commit log from "is now used in no place" to "in not used anymore"

Wei Yang (3):
  hw/i386/pc.c: remove unused function pc_acpi_init()
  hw/acpi: remove unused function acpi_table_add_builtin()
  hw/acpi: remove unnecessary variable acpi_table_builtin

 hw/acpi/core.c         | 10 +---------
 hw/i386/pc.c           | 27 ---------------------------
 include/hw/acpi/acpi.h |  1 -
 include/hw/i386/pc.h   |  1 -
 4 files changed, 1 insertion(+), 38 deletions(-)

-- 
2.19.1