66 Commits (df79fd5667fb99c6fdfa0d295cb020e9e3eef1e7)

Author SHA1 Message Date
Peter Maydell 781c67ca55 cpu: Use DeviceClass reset instead of a special CPUClass reset 7 years ago
Alex Bennée a010bdbe71 gdbstub: extend GByteArray to read register helpers 6 years ago
Greg Kurz bc9888f759 cpu: Use cpu_class_set_parent_reset() 7 years ago
Philippe Mathieu-Daudé dcb32f1d8f tcg: Search includes from the project root source directory 7 years ago
Richard Henderson 91a19bc9b0 target/cris: Remove MMU_MODE{0,1}_SUFFIX 7 years ago
Marc-André Lureau f4f643882d cris: improve passing PIC interrupt vector to the CPU 7 years ago
Robert Foley fc59d2d870 qemu_log_lock/unlock now preserves the qemu_logfile handle. 7 years ago
Alex Bennée 7dec71d5ff cputlb: ensure _cmmu helper functions follow the naming standard 7 years ago
Alex Bennée 4cef72d042 cputlb: ensure _cmmu helper functions follow the naming standard 7 years ago
Markus Armbruster 2e5b09fd0e hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ 7 years ago
Pavel Dovgalyuk 9e9b10c649 icount: remove unnecessary gen_io_end calls 7 years ago
Markus Armbruster 650d103d3e Include hw/hw.h exactly where needed 7 years ago
Markus Armbruster 8a9358cc6e migration: Move the VMStateDescription typedef to typedefs.h 7 years ago
Markus Armbruster f91005e195 Supply missing header guards 7 years ago
Markus Armbruster 37677d7db3 Clean up a few header guard symbols 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Richard Henderson e8b5fae516 cpu: Remove CPU_COMMON 7 years ago
Richard Henderson 5b146dc716 cpu: Introduce CPUNegativeOffsetState 7 years ago
Richard Henderson 7506ed902e cpu: Introduce cpu_set_cpustate_pointers 7 years ago
Richard Henderson 677c4d69ac cpu: Move ENV_OFFSET to exec/gen-icount.h 7 years ago
Richard Henderson dbefca236a target/cris: Use env_cpu, env_archcpu 7 years ago
Richard Henderson ac4df09f91 target/cris: Reindent op_helper.c 7 years ago
Richard Henderson 81ff3de728 target/cris: Reindent mmu.c 7 years ago
Richard Henderson 29a0af618d cpu: Replace ENV_GET_CPU with env_cpu 7 years ago
Richard Henderson 2161a612b4 cpu: Define ArchCPU 7 years ago
Richard Henderson 4f7c64b381 cpu: Define CPUArchState with typedef 7 years ago
Richard Henderson 74433bf083 tcg: Split out target/arch/cpu-param.h 7 years ago
Richard Henderson 73f671f1a2 target/cris: Use tcg_gen_abs_tl 7 years ago
Richard Henderson c319dc1357 tcg: Use CPUClass::tlb_fill in cputlb.c 7 years ago
Richard Henderson c038ec9346 target/cris: Convert to CPUClass::tlb_fill 7 years ago
Richard Henderson 8b86d6d258 tcg: Hoist max_insns computation to tb_gen_code 7 years ago
Markus Armbruster 90c84c5600 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints 7 years ago
Markus Armbruster 0442428a89 target: Simplify how the TARGET_cpu_list() print 7 years ago
Paolo Bonzini 7d37435bd5 avoid TABs in files that only contain a few 8 years ago
Thomas Huth ba3fa397a1 target/cris/translate: Get rid of qemu_log_separate() 8 years ago
Richard Henderson 07ea28b418 tcg: Pass tb and index to tcg_gen_exit_tb separately 8 years ago
Philippe Mathieu-Daudé 23c11b04dc target: Do not include "exec/exec-all.h" if it is not necessary 8 years ago
Paolo Bonzini 5b27a92dcc rename included C files to foo.inc.c, remove osdep.h 8 years ago
Emilio G. Cota 3ac5e413c0 target/cris: avoid integer overflow in next_page PC check 8 years ago
Pavel Dovgalyuk afd46fcad2 icount: fix cpu_restore_state_from_tb for non-tb-exit cases 8 years ago
Igor Mammedov 3f71e724e2 cpu: get rid of unused cpu_init() defines 9 years ago
Igor Mammedov 0dacec874f cpu: add CPU_RESOLVING_TYPE macro 9 years ago
Philippe Mathieu-Daudé bf85388169 qdev: use device_class_set_parent_realize/unrealize/reset() 9 years ago
Laurent Vivier 98670d47cd accel/tcg: add size paremeter in tlb_fill() 9 years ago
Richard Henderson 15fa08f845 tcg: Dynamically allocate TCGOps 9 years ago
Richard Henderson f764718d0c tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* 9 years ago
Igor Mammedov 3936419121 cris: cleanup cpu type name composition 9 years ago
Richard Henderson 1d48474d8e disas: Remove unused flags arguments 9 years ago
Richard Henderson 1c2adb958f tcg: Initialize cpu_env generically 9 years ago
Emilio G. Cota b1311c4acf tcg: define tcg_init_ctx and make tcg_ctx a pointer 9 years ago