]> git.proxmox.com Git - qemu.git/commit
memory: Return -1 again on reads from unsigned regions
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 16 Jul 2013 12:45:16 +0000 (14:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jul 2013 04:03:25 +0000 (06:03 +0200)
commit9b8c69243585a32d14b9bb9fcd52c37b0b5a1b71
treed8fa7d9ce9f175974aed18771055246ee3695687
parentb4afea11aafe85975e74dd562bb94f7ce3de1ef1
memory: Return -1 again on reads from unsigned regions

This restore the behavior prior to b018ddf633 which accidentally changed
the return code to 0. Specifically guests probing for register existence
were affected by this.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory.c