diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-09-04 14:29:00 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-03 19:33:23 +0200 |
commit | dc44854978f3d2fba7f57db07768e32192aafc32 (patch) | |
tree | 54c55845b7d8340aac30d90334f1d5ee06326279 /qga | |
parent | 0cc42e63bb54fe2a5a1e76f2d1fa442f9c361c1c (diff) | |
download | qemu-dc44854978f3d2fba7f57db07768e32192aafc32.zip qemu-dc44854978f3d2fba7f57db07768e32192aafc32.tar.gz qemu-dc44854978f3d2fba7f57db07768e32192aafc32.tar.bz2 |
kvm/i386: replace identity_base variable with a constant
identity_base variable is first initialzied to address 0xfffbc000 and then
kvm_vm_set_identity_map_addr() overrides this value to address 0xfeffc000.
The initial address to which the variable was initialized was never used. Clean
everything up, placing 0xfeffc000 in a preprocessor constant.
Reported-by: Ani Sinha <anisinha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qga')
0 files changed, 0 insertions, 0 deletions