summary refs log tree commit diff stats
path: root/hw/net/virtio-net.c
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2025-01-15 13:53:42 +0100
committerMichael S. Tsirkin <mst@redhat.com>2025-01-15 13:07:25 -0500
commit9fb1c9a1bb26e111ee5fa5538070cd684de14c08 (patch)
tree48ff2c77b71e12e6fe5e22372597df0d659daac8 /hw/net/virtio-net.c
parent0b053391985abcc40b16ac8fc4a7f6588d1d95c1 (diff)
downloadfocaccia-qemu-9fb1c9a1bb26e111ee5fa5538070cd684de14c08.tar.gz
focaccia-qemu-9fb1c9a1bb26e111ee5fa5538070cd684de14c08.zip
tests: acpi: update expected blobs
_DSM function 7 AML should have followig change:

               If ((Arg2 == 0x07))
               {
  -                Local0 = Package (0x02)
  -                    {
  -                        Zero,
  -                        ""
  -                    }
                   Local2 = AIDX (DerefOf (Arg4 [Zero]), DerefOf (Arg4 [One]
                       ))
  -                Local0 [Zero] = Local2
  +                Local0 = Package (0x02) {}
  +                If (!((Local2 == Zero) || (Local2 == 0xFFFFFFFF)))
  +                {
  +                    Local0 [Zero] = Local2
  +                    Local0 [One] = ""
  +                }
  +
                   Return (Local0)
               }
           }

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20250115125342.3883374-4-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions