« Previous | Next » 

Revision 1ddde087

ID1ddde08780f6862a98505f9fb9ea10305638783f

Added by Avi Kivity about 12 years ago

Fix vmstate_register_ram() for rom/device regions

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 <>
Signed-off-by: Avi Kivity <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences