[PATCH 0/7] x86emul: a few small steps towards disintegration

Jan Beulich posted 7 patches 2 years, 8 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/bdc58964-e2a8-af36-1653-41c7146bdfc9@suse.com
There is a newer version of this series
[PATCH 0/7] x86emul: a few small steps towards disintegration
Posted by Jan Beulich 2 years, 8 months ago
... of the huge monolithic source file. The series is largely code
movement and hence has the intention of not incurring any functional
change.

1: split off opcode 0f01 handling
2: split off opcode 0fae handling
3: split off opcode 0fc7 handling
4: split off FPU opcode handling
5: split off insn decoding
6: move x86_emul_blk() to separate source file
7: move various utility functions to separate source files

Jan