summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/include/hwstub_virtual.hpp
AgeCommit message (Collapse)AuthorFilesLines
2017-01-24hwstub: add support for coprocessor operationsAmaury Pouly1-0/+2
At the moment the stub only implement them for MIPS. Change-Id: Ica835a0e9c70fa5675c3d655eae986e812a47de8
2016-04-08hwstub: rewrite and expand libraryAmaury Pouly1-0/+159
Rewrite the hwstub library in C++, with a clean and modular design. The library was designed from the ground up to be aware of multithreading issues and to handle memory allocation nicely with shared pointers. Compared to the original library, it brings the following major features: - support for JZ boot devices, it is very easy to add support for others - support for network transparent operations (through sockets): both tcp and unix domains are support Change-Id: I75899cb9c7aa938c17ede2bb3f468e7a55d625b4