diff options
author | Ben Warren | 2017-02-17 00:15:38 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2017-03-02 06:14:27 +0100 |
commit | 3248f1b4e077798133a38f79316f2ba447f2a9f1 (patch) | |
tree | 32c2e4422513a679d6dd2b926d8e467a2a160566 /MAINTAINERS | |
parent | qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands (diff) | |
download | qemu-3248f1b4e077798133a38f79316f2ba447f2a9f1.tar.gz qemu-3248f1b4e077798133a38f79316f2ba447f2a9f1.tar.xz qemu-3248f1b4e077798133a38f79316f2ba447f2a9f1.zip |
tests: Move reusable ACPI code into a utility file
Also usable by upcoming VM Generation ID tests
Signed-off-by: Ben Warren <ben@skyportsystems.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index be79f68f46..8b54935ee1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -908,6 +908,8 @@ F: hw/acpi/* F: hw/smbios/* F: hw/i386/acpi-build.[hc] F: hw/arm/virt-acpi-build.c +F: tests/bios-tables-test.c +F: tests/acpi-utils.[hc] ppc4xx M: Alexander Graf <agraf@suse.de> |