Age | Commit message (Expand) | Author | Files | Lines |
2021-02-21 | target/mips: Include missing "tcg/tcg.h" header | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-02-21 | target/mips: Remove unused 'rw' argument from page_table_walk_refill() | Philippe Mathieu-Daudé | 1 | -3/+3 |
2021-02-21 | target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessType | Philippe Mathieu-Daudé | 2 | -10/+10 |
2021-02-21 | target/mips: Let get_seg*_physical_address() take MMUAccessType arg | Philippe Mathieu-Daudé | 1 | -5/+6 |
2021-02-21 | target/mips: Let get_physical_address() take MMUAccessType argument | Philippe Mathieu-Daudé | 1 | -10/+10 |
2021-02-21 | target/mips: Let raise_mmu_exception() take MMUAccessType argument | Philippe Mathieu-Daudé | 1 | -5/+5 |
2021-02-21 | target/mips: Let cpu_mips_translate_address() take MMUAccessType arg | Philippe Mathieu-Daudé | 2 | -4/+4 |
2021-02-21 | target/mips: Let do_translate_address() take MMUAccessType argument | Philippe Mathieu-Daudé | 1 | -3/+4 |
2021-02-21 | target/mips: Replace magic value by MMU_DATA_LOAD definition | Philippe Mathieu-Daudé | 2 | -2/+2 |
2021-02-21 | target/mips: Remove unused MMU definitions | Philippe Mathieu-Daudé | 1 | -16/+0 |
2021-02-21 | target/mips: Remove access_type argument from get_physical_address() | Philippe Mathieu-Daudé | 1 | -13/+9 |
2021-02-21 | target/mips: Remove access_type arg from get_segctl_physical_address() | Philippe Mathieu-Daudé | 1 | -10/+10 |
2021-02-21 | target/mips: Remove access_type argument from get_seg_physical_address | Philippe Mathieu-Daudé | 1 | -3/+3 |
2021-02-21 | target/mips: Remove access_type argument from map_address() handler | Philippe Mathieu-Daudé | 2 | -12/+11 |
2021-02-21 | target/mips: fetch code with translator_ld | Philippe Mathieu-Daudé | 1 | -10/+10 |
2021-02-18 | i386: Add the support for AMD EPYC 3rd generation processors | Babu Moger | 2 | -1/+110 |
2021-02-18 | Hexagon build infrastructure | Taylor Simpson | 2 | -0/+192 |
2021-02-18 | Hexagon (target/hexagon) translation | Taylor Simpson | 2 | -0/+841 |
2021-02-18 | Hexagon (target/hexagon) TCG for floating point instructions | Taylor Simpson | 1 | -0/+121 |
2021-02-18 | Hexagon (target/hexagon) TCG for instructions with multiple definitions | Taylor Simpson | 1 | -0/+198 |
2021-02-18 | Hexagon (target/hexagon) TCG generation | Taylor Simpson | 2 | -0/+356 |
2021-02-18 | Hexagon (target/hexagon) instruction classes | Taylor Simpson | 3 | -0/+174 |
2021-02-18 | Hexagon (target/hexagon) macros | Taylor Simpson | 1 | -0/+592 |
2021-02-18 | Hexagon (target/hexagon) opcode data structures | Taylor Simpson | 2 | -0/+200 |
2021-02-18 | Hexagon (target/hexagon) generater phase 4 - decode tree | Taylor Simpson | 1 | -0/+351 |
2021-02-18 | Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree | Taylor Simpson | 1 | -0/+188 |
2021-02-18 | Hexagon (target/hexagon) generator phase 2 - generate header files | Taylor Simpson | 10 | -0/+1565 |
2021-02-18 | Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics | Taylor Simpson | 1 | -0/+88 |
2021-02-18 | Hexagon (target/hexagon/imported) arch import | Taylor Simpson | 14 | -0/+9236 |
2021-02-18 | Hexagon (target/hexagon/fma_emu.[ch]) utility functions | Taylor Simpson | 2 | -0/+738 |
2021-02-18 | Hexagon (target/hexagon/conv_emu.[ch]) utility functions | Taylor Simpson | 2 | -0/+208 |
2021-02-18 | Hexagon (target/hexagon/arch.[ch]) utility functions | Taylor Simpson | 2 | -0/+334 |
2021-02-18 | Hexagon (target/hexagon) instruction printing | Taylor Simpson | 2 | -0/+173 |
2021-02-18 | Hexagon (target/hexagon) instruction/packet decode | Taylor Simpson | 2 | -0/+989 |
2021-02-18 | Hexagon (target/hexagon) instruction attributes | Taylor Simpson | 2 | -0/+132 |
2021-02-18 | Hexagon (target/hexagon) register fields | Taylor Simpson | 3 | -0/+104 |
2021-02-18 | Hexagon (target/hexagon) instruction and packet types | Taylor Simpson | 1 | -0/+74 |
2021-02-18 | Hexagon (target/hexagon) architecture types | Taylor Simpson | 1 | -0/+38 |
2021-02-18 | Hexagon (target/hexagon) GDB Stub | Taylor Simpson | 2 | -0/+49 |
2021-02-18 | Hexagon (target/hexagon) scalar core helpers | Taylor Simpson | 2 | -0/+1152 |
2021-02-18 | Hexagon (target/hexagon) register names | Taylor Simpson | 1 | -0/+83 |
2021-02-18 | Hexagon (target/hexagon) scalar core definition | Taylor Simpson | 5 | -0/+599 |
2021-02-18 | Hexagon (target/hexagon) README | Taylor Simpson | 1 | -0/+235 |
2021-02-18 | target/sh4: Create superh_io_recompile_replay_branch | Richard Henderson | 1 | -0/+18 |
2021-02-18 | target/mips: Create mips_io_recompile_replay_branch | Richard Henderson | 1 | -0/+18 |
2021-02-18 | exec: Move TranslationBlock typedef to qemu/typedefs.h | Richard Henderson | 5 | -6/+5 |
2021-02-17 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 15 | -34/+371 |
2021-02-16 | hvf: Fetch cr4 before evaluating CPUID(1) | Alexander Graf | 1 | -0/+4 |
2021-02-16 | target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT | Vladislav Yaroshchuk | 2 | -0/+6 |
2021-02-16 | hvf: x86: Remove unused definitions | Alexander Graf | 1 | -16/+0 |