These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / disas / libvixl / README
1
2 The code in this directory is a subset of libvixl:
3  https://github.com/armvixl/vixl
4 (specifically, it is the set of files needed for disassembly only,
5 taken from libvixl 1.12).
6 Bugfixes should preferably be sent upstream initially.
7
8 The disassembler does not currently support the entire A64 instruction
9 set. Notably:
10  * Limited support for system instructions.
11  * A few miscellaneous integer and floating point instructions are missing.