35 Commits (997aba8e257d183e978e9b08a26aceb4e905378d)

Author SHA1 Message Date
Richard Henderson df5e0ef711 tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION 13 years ago
Paolo Bonzini 918fc54caf elfload: use abi_llong/ullong instead of target_llong/ullong 13 years ago
Paolo Bonzini 6cfd9b5251 elfload: only give abi_long/ulong the alignment specified by the target 13 years ago
Paolo Bonzini f8fd4fc4cd elfload: use abi_int/uint instead of target_int/uint 13 years ago
Paolo Bonzini 1ddd592fd3 elfload: use abi_short/ushort instead of target_short/ushort 13 years ago
Paolo Bonzini c72dd2d04b exec: remove useless declarations from memory-internal.h 13 years ago
Paolo Bonzini b421d9c6ab memory: move core typedefs to qemu/typedefs.h 13 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 13 years ago
Andreas Färber c3affe5670 cpu: Pass CPUState to cpu_interrupt() 13 years ago
Andreas Färber d8ed887bdc exec: Pass CPUState to cpu_reset_interrupt() 13 years ago
Andreas Färber 259186a7d2 cpu: Move halted and interrupt_request fields to CPUState 13 years ago
Richard Henderson a4960ef348 tcg: Don't make exitreq flag a local temporary 13 years ago
Peter Maydell 806f352d3d gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end 13 years ago
Peter Maydell 378df4b237 Handle CPU interrupts by inline checking of a flag 13 years ago
Peter Maydell 0980011b4f tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses 13 years ago
Peter Maydell 6ab7e5465a Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() 13 years ago
Andreas Färber d77953b94f cpu: Move current_tb field to CPUState 13 years ago
Andreas Färber fcd7d0034b cpu: Move exit_request field to CPUState 14 years ago
Andreas Färber 0315c31cda cpu: Move running field to CPUState 14 years ago
Andreas Färber 0d34282fdd cpu: Move host_tid field to CPUState 14 years ago
Evgeny Voevodin 5e5f07e08f TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx 13 years ago
Stefan Weil b54c2873e7 tci: Fix broken build (regression) 13 years ago
Andreas Färber 249fe3f3e9 cpu-defs.h: Drop qemu_work_item prototype 13 years ago
Andreas Färber 38d8f5c84e exec: Return CPUState from qemu_get_cpu() 14 years ago
Andreas Färber 55e5c28502 cpu: Move cpu_index field to CPUState 14 years ago
Andreas Färber 1b1ed8dc40 cpu: Move numa_node field to CPUState 14 years ago
Andreas Färber ce3960ebe5 cpu: Move nr_{cores,threads} fields to CPUState 14 years ago
Juan Quintela 6c279db8ee memory: introduce memory_region_test_and_clear_dirty 14 years ago
Umesh Deshpande b2a8658ef5 protect the ramlist with a separate mutex 15 years ago
Umesh Deshpande f798b07f51 add a version number to ram_list 15 years ago
Paolo Bonzini a3161038a1 exec: change RAM list to a TAILQ 14 years ago
Paolo Bonzini 0d6d3c87a2 exec: change ramlist from MRU order to a 1-item cache 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 022c62cbbc exec: move include files to include/exec/ 14 years ago