On 01/08/2012 05:50 PM, Andreas Färber wrote:
> Am 08.01.2012 13:31, schrieb Avi Kivity:
> > 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() excepts just
>
> expects :) - if you can still change it on you
Am 08.01.2012 13:31, schrieb Avi Kivity:
> 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() excepts just
expects :) - if you can still change it on your branch.
Andreas
> a RAM region. Mask the I/O handl
Am 08.01.2012 13:31, schrieb Avi Kivity:
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()
excepts just
a RAM region. Mask the I/O handler to make it happy.
Signed-off-by: Avi Kivity
---
savevm.c | 2 +-
1
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() excepts just
a RAM region. Mask the I/O handler to make it happy.
Signed-off-by: Avi Kivity
---
savevm.c |2 +-
1 files changed, 1 insertions(+), 1 dele