Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i386: hvf: remove addr_t | Paolo Bonzini | 2017-12-22 | 1 | -7/+8 |
| | | | | | | | Use target_ulong for virtual addresses and uint64_t for physical addresses. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | i386: hvf: remove ZERO_INIT macro | Paolo Bonzini | 2017-12-22 | 1 | -2/+3 |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | i386: hvf: unify register enums between HVF and the rest | Paolo Bonzini | 2017-12-22 | 1 | -5/+5 |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | i386: hvf: move all hvf files in the same directory | Paolo Bonzini | 2017-12-22 | 1 | -0/+184 |
Just call it hvf/, no need for the "utils" suffix. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |