+1
−1
Loading
rom/device regions have a ram_addr that is composed of both an I/O handler (low bits) and RAM region (high bits); but qemu_ram_set_idstr() expects just a RAM region. Mask the I/O handler to make it happy. Tested-by:Stefan Weil <sw@weilnetz.de> Signed-off-by:
Avi Kivity <avi@redhat.com>