summaryrefslogtreecommitdiffstats
path: root/target/i386/hvf/x86_descr.c
Commit message (Collapse)AuthorAgeFilesLines
* i386: hvf: unify register enums between HVF and the restPaolo Bonzini2017-12-221-13/+13
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* i386: hvf: header cleanupPaolo Bonzini2017-12-221-0/+1
| | | | | | Remove inclusions of system headers and avoid "pragma once". Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* i386: hvf: move all hvf files in the same directoryPaolo Bonzini2017-12-221-0/+124
Just call it hvf/, no need for the "utils" suffix. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>