diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-09 00:49:09 +0400 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-08-21 10:29:03 +0200 |
commit | ac78f737222ca5273cda26deeb850aa8546d108d (patch) | |
tree | c4c6dd4bcd09e5126e77e7e1a39feed3f8fa0f22 /hw/i386 | |
parent | 348fbd5816cab30d38d7a3727a4b83404797128a (diff) | |
download | qemu-ac78f737222ca5273cda26deeb850aa8546d108d.zip |
misc: fix naming scheme of compatiblity arrays
Since merge 31ed41889e6e13699871040fe089a2884dca46cb ("Merge
remote-tracking branch
'remotes/elmarco/tags/machine-props-pull-request' into staging"), the
compat arrays are in lowercase.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20190708204909.10891-1-marcandre.lureau@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/i386')
-rw-r--r-- | hw/i386/pc_piix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 9e187f856a..187d846af4 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -312,7 +312,7 @@ else { * pc_compat_*() functions that run on machine-init time and * change global QEMU state are deprecated. Please don't create * one, and implement any pc-*-2.4 (and newer) compat code in - * HW_COMPAT_*, PC_COMPAT_*, or * pc_*_machine_options(). + * hw_compat_*, pc_compat_*, or * pc_*_machine_options(). */ static void pc_compat_2_3_fn(MachineState *machine) |