9 Commits (0f9237f4e23e6fce6ccad4df23f6263c2f160e65)

Author SHA1 Message Date
Philippe Mathieu-Daudé 0f9237f4e2 cpus: Restrict 'start-powered-off' property to system emulation 2 years ago
Philippe Mathieu-Daudé c076f37a77 accel/tcg: Remove unused tb_invalidate_phys_addr() 2 years ago
Gavin Shan dfa4753131 cpu: Add generic cpu_list() 2 years ago
Gavin Shan 445946f4dd cpu: Add helper cpu_model_from_type() 2 years ago
Richard Henderson ee1381ce76 cpu-target: Constify VMState 2 years ago
Akihiko Odaki b4ff21284b cpu: Call plugin hooks only when ready 2 years ago
Philippe Mathieu-Daudé 79a99091c1 exec/cpu: Have cpu_exec_realize() return a boolean 3 years ago
Philippe Mathieu-Daudé 54b99122eb cpu: Correct invalid mentions of 'softmmu' by 'system-mode' 3 years ago
Philippe Mathieu-Daudé fe0007f3c1 exec: Rename cpu.c -> cpu-target.c 3 years ago
Philippe Mathieu-Daudé 23af78b070 accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG 3 years ago
Philippe Mathieu-Daudé 1aa1d8308d accel: Introduce accel_cpu_common_unrealize() stub 3 years ago
Philippe Mathieu-Daudé bd684b2f3f accel: Rename accel_cpu_realize() -> accel_cpu_common_realize() 3 years ago
Philippe Mathieu-Daudé e5dc722ca9 accel: Rename accel_cpu_realizefn() -> accel_cpu_realize() 3 years ago
Thomas Huth ded625e7aa trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value 3 years ago
Anton Johansson c814c892e5 cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr() 3 years ago
Thomas Huth 1077f50b23 cpu: Introduce a wrapper for being able to use TARGET_NAME in common code 3 years ago
Thomas Huth c138c3b864 cpu: Remove parameter of list_cpus() 3 years ago
Richard Henderson 720ace24ae *: Add missing includes of qemu/plugin.h 3 years ago
Mads Ynddal 412ae12647 gdbstub: move update guest debug to accel ops 3 years ago
Alex Bennée 548c96095d includes: move tb_flush into its own header 3 years ago
Philippe Mathieu-Daudé 5b5968c477 replay: Extract core API to 'exec/replay-core.h' 3 years ago
Philippe Mathieu-Daudé 8a8dc26790 cpu: Move breakpoint helpers to common code 3 years ago
Emilio Cota 4731f89b3b cpu: free cpu->tb_jmp_cache with RCU 3 years ago
Richard Henderson 4e4fa6c12d accel/tcg: Complete cpu initialization before registration 3 years ago
Richard Henderson d6d1fd2973 accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter 4 years ago
Alex Bennée 6fbdff8706 cpu: cache CPUClass in CPUState for hot code paths 4 years ago
Richard Henderson ec0d1849d9 util/log: Remove qemu_log_close 4 years ago
Richard Henderson 90f37362d7 util/log: Remove qemu_log_flush 4 years ago
Richard Henderson 78b548583e *: Use fprintf between qemu_log_trylock/unlock 4 years ago
Richard Henderson c60f599bcb util/log: Rename qemu_log_lock to qemu_log_trylock 4 years ago
Marc-André Lureau 0f9668e0c1 Remove qemu-common.h include from most units 4 years ago
Marc-André Lureau 8e3b0cbb72 Replace qemu_real_host_page variables with inlined functions 4 years ago
Marc-André Lureau ee3eb3a7ce Replace TARGET_WORDS_BIGENDIAN 4 years ago
Philippe Mathieu-Daudé 377bf6f37d softmmu: List CPU types again 4 years ago
Philippe Mathieu-Daudé 3b04508cce cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers 4 years ago
Philippe Mathieu-Daudé 73842ef04a exec: Make cpu_memory_rw_debug() target agnostic 4 years ago
Peter Maydell 0c3c25fcda cpu.c: Make start-powered-off settable after realize 4 years ago
Richard Henderson 6e8dcacd08 linux-user: Add code for PR_GET/SET_UNALIGN 4 years ago
Paolo Bonzini ad5439bb53 cpu: remove unnecessary #ifdef CONFIG_TCG 5 years ago
Richard Henderson 995b87dedc Revert "cpu: Move cpu_common_props to hw/core/cpu.c" 5 years ago
Richard Henderson c2ffd7549b accel/tcg: Record singlestep_enabled in tb->cflags 5 years ago
Richard Henderson 10c37828b2 accel/tcg: Move breakpoint recognition outside translation 5 years ago
Richard Henderson 5bc31e9440 hw/core: Introduce CPUClass.gdb_adjust_breakpoint 5 years ago
Richard Henderson ad1a706f38 cpu: Add breakpoint tracepoints 5 years ago
Philippe Mathieu-Daudé feece4d070 cpu: Move CPUClass::vmsd to SysemuCPUOps 5 years ago
Philippe Mathieu-Daudé 8b80bd28a5 cpu: Introduce SysemuCPUOps structure 5 years ago
Philippe Mathieu-Daudé 744c72a837 cpu: Rename CPUClass vmsd -> legacy_vmsd 5 years ago
Philippe Mathieu-Daudé 4336073b9b cpu: Assert DeviceClass::vmsd is NULL on user emulation 5 years ago
Claudio Fontana 9ea057dc64 accel-cpu: make cpu_realizefn return a bool 5 years ago
Claudio Fontana bb883fd677 accel: introduce new accessor functions 5 years ago