| Commit message (Expand) | Author | Age | Files | Lines |
* | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 2020-09-18 | 1 | -1/+1 |
* | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 2020-09-09 | 1 | -4/+2 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -6/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -3/+5 |
* | meson: target | Paolo Bonzini | 2020-08-21 | 2 | -5/+17 |
* | target/m68k: consolidate physical translation offset into get_physical_address() | Mark Cave-Ayland | 2020-07-06 | 1 | -11/+6 |
* | target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug() | Mark Cave-Ayland | 2020-07-06 | 1 | -0/+4 |
* | softfloat: merge floatx80_mod and floatx80_rem | Joseph Myers | 2020-06-26 | 2 | -84/+0 |
* | target/m68k: implement opcode fetoxm1 | Laurent Vivier | 2020-06-02 | 3 | -0/+9 |
* | target/m68k: implement fmove.l #<data>,FPCR | Laurent Vivier | 2020-06-02 | 1 | -0/+14 |
* | softfloat: Name rounding mode enum | Richard Henderson | 2020-05-19 | 1 | -3/+3 |
* | softfloat: Replace flag with bool | Richard Henderson | 2020-05-19 | 1 | -35/+35 |
* | target/m68k: fix gdb for m68xxx | KONRAD Frederic | 2020-05-06 | 1 | -15/+37 |
* | gdbstub: Introduce gdb_get_float64() to get 64-bit float registers | Philippe Mathieu-Daudé | 2020-05-06 | 1 | -1/+2 |
* | target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray | Philippe Mathieu-Daudé | 2020-04-15 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 2020-03-19 | 2 | -5/+5 |
|\ |
|
| * | cpu: Use DeviceClass reset instead of a special CPUClass reset | Peter Maydell | 2020-03-18 | 2 | -5/+5 |
* | | gdbstub: extend GByteArray to read register helpers | Alex Bennée | 2020-03-17 | 3 | -4/+4 |
* | | target/m68k: use gdb_get_reg helpers | Alex Bennée | 2020-03-17 | 1 | -18/+11 |
|/ |
|
* | cpu: Use cpu_class_set_parent_reset() | Greg Kurz | 2020-01-24 | 1 | -2/+1 |
* | m68k: Fix regression causing Single-Step via GDB/RSP to not single step | Laurent Vivier | 2020-01-21 | 1 | -15/+27 |
* | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -1/+1 |
* | target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX | Richard Henderson | 2020-01-16 | 2 | -32/+47 |
* | target/m68k: only change valid bits in CACR | Laurent Vivier | 2020-01-07 | 3 | -9/+36 |
* | target/m68k: fetch code with translator_ld | Emilio G. Cota | 2019-10-28 | 1 | -1/+1 |
* | target/m68k/fpu_helper.c: rename the access arguments | KONRAD Frederic | 2019-09-19 | 1 | -4/+4 |
* | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 2019-09-03 | 1 | -1/+1 |
* | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 1 | -1/+1 |
* | target/m68k: replace LIT64 with UINT64_C macros | Alex Bennée | 2019-08-19 | 1 | -49/+49 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | m68k comments break patch submission due to being incorrectly formatted | Lucien Murray-Pitts | 2019-06-26 | 12 | -227/+353 |
* | The m68k gdbstub SR reg request doesnt include Condition-Codes | Lucien Murray-Pitts | 2019-06-26 | 1 | -1/+2 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 4 | -4/+0 |
* | cpu: Remove CPU_COMMON | Richard Henderson | 2019-06-10 | 1 | -2/+0 |
* | cpu: Introduce CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -0/+1 |
* | cpu: Introduce cpu_set_cpustate_pointers | Richard Henderson | 2019-06-10 | 1 | -3/+1 |
* | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson | 2019-06-10 | 1 | -1/+0 |
* | target/m68k: Use env_cpu | Richard Henderson | 2019-06-10 | 5 | -37/+21 |
* | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 2019-06-10 | 2 | -3/+1 |
* | cpu: Define ArchCPU | Richard Henderson | 2019-06-10 | 1 | -0/+1 |
* | cpu: Define CPUArchState with typedef | Richard Henderson | 2019-06-10 | 1 | -2/+2 |
* | tcg: Split out target/arch/cpu-param.h | Richard Henderson | 2019-06-10 | 2 | -14/+24 |
* | semihosting: move semihosting configuration into its own directory | Alex Bennée | 2019-05-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ... | Peter Maydell | 2019-05-17 | 5 | -38/+84 |
|\ |
|
| * | target/m68k: Optimize rotate_x() using extract_i32() | Philippe Mathieu-Daudé | 2019-05-17 | 1 | -3/+2 |
| * | target/m68k: Fix a tcg_temp leak | Philippe Mathieu-Daudé | 2019-05-17 | 1 | -0/+1 |
| * | target/m68k: Reduce the l1 TCGLabel scope | Philippe Mathieu-Daudé | 2019-05-17 | 1 | -2/+1 |
| * | target/m68k: Switch to transaction_failed hook | Peter Maydell | 2019-05-16 | 3 | -16/+13 |
| * | target/m68k: In get_physical_address() check for memory access failures | Peter Maydell | 2019-05-16 | 1 | -10/+52 |
| * | target/m68k: In dump_address_map() check for memory access failures | Peter Maydell | 2019-05-16 | 1 | -7/+15 |