summary refs log tree commit diff stats
path: root/include/hw/i386/x86.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-221-0/+35
Move x86 functions that will be shared between PC and non-PC machine types to x86.c, along with their helpers. Signed-off-by: Sergio Lopez <slp@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>