summary refs log tree commit diff stats
path: root/scripts/qapi.py
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2014-04-13 23:55:51 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-04-14 15:13:27 +0300
commit482f38b9488cb42939b92332ca7b5b42af882cd0 (patch)
tree02b3d49c4ac2fab6243572790a76afec1a8cc68e /scripts/qapi.py
parent590e5dd98fcc926cc3b63aad35aed79235ca4c2a (diff)
downloadfocaccia-qemu-482f38b9488cb42939b92332ca7b5b42af882cd0.tar.gz
focaccia-qemu-482f38b9488cb42939b92332ca7b5b42af882cd0.zip
acpi: fix incorrect encoding for 0x{F-1}FFFF
Fix typo in build_append_int() which causes integer
truncation when it's in range 0x{F-1}FFFF by packing it
as WordConst instead of required DWordConst.

In partucular this fixes a regression: hotplug in slots 16,17,18 and 19
didn't work, since SSDT had code like this:

                If (And (Arg0, 0x0000))
                {
                    Notify (S80, Arg1)
                }

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions