]> git.ipfire.org Git - thirdparty/qemu.git/commit
hmp: gpa2hva and gpa2hpa hostaddr command
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Apr 2017 13:30:58 +0000 (15:30 +0200)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 26 Apr 2017 13:42:31 +0000 (14:42 +0100)
commite9628441df3a7aa0ee83601a0cc9111b91e2319a
treed445f03840af5744dde4181ca5c8b266523b24f5
parentdcaed66cbe2803f9378f3a043c2e482bf8035dfd
hmp: gpa2hva and gpa2hpa hostaddr command

These commands are useful when testing machine-check passthrough.
gpa2hva is useful to inject a MADV_HWPOISON madvise from gdb, while
gpa2hpa is useful to inject an error with the mce-inject kernel
module.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1490021158-4469-1-git-send-email-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20170420133058.12911-1-pbonzini@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hmp-commands.hx
monitor.c