espes
7d500c46e6
hvf: support PAT msr
2018-10-06 17:52:32 +10:00
espes
99cfb38552
hvf: fix is_host_reg for i386
2018-10-06 17:38:19 +10:00
espes
2911dda2dc
initial i386 hvf
2018-09-27 10:37:48 +08:00
Paolo Bonzini
895f9fdf3a
i386: hvf: cleanup x86_gen.h
...
This only includes VM_PANIC now. No need to include it from headers.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:07 +01:00
Paolo Bonzini
ff2de1668c
i386: hvf: remove addr_t
...
Use target_ulong for virtual addresses and uint64_t for physical
addresses.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:07 +01:00
Paolo Bonzini
e8a632579d
i386: hvf: simplify flag handling
...
Remove much indirection and duplicate code, and provide a cleaner interface
out of x86_flags.c.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:07 +01:00
Paolo Bonzini
e62963bf48
i386: hvf: abort on decoding error
...
Rather than unsupported situations, some VM_PANIC calls actually
are caused by internal errors. Convert them to just abort.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:07 +01:00
Paolo Bonzini
746827825d
i386: hvf: remove more dead emulator code
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:07 +01:00
Paolo Bonzini
6701d81d74
i386: hvf: unify register enums between HVF and the rest
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:07 +01:00
Paolo Bonzini
69e0a03c3f
i386: hvf: move all hvf files in the same directory
...
Just call it hvf/, no need for the "utils" suffix.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-12-22 15:02:05 +01:00