89 Commits (cea4e57473efc2fad1d241e87984eba4e5d9690c)

Author SHA1 Message Date
Edgar E. Iglesias 29d8ec7bee exec: Make tb_invalidate_phys_addr input an AS 13 years ago
Alexey Kardashevskiy 47c16ed56a kvm: initialize qemu_host_page_size 13 years ago
Richard Henderson eb2535f411 cputlb: Tidy memset() of arrays 13 years ago
Paolo Bonzini 03f4995781 split definitions for exec.c and translate-all.c radix trees 13 years ago
Richard Henderson dbdbe0cd31 exec: Delete is_tcg_gen_code and GETRA_EXT 13 years ago
Stefan Weil 227b8175e2 translate-all: Fix formatting of dump output 13 years ago
Andreas Färber bdc44640cb cpu: Use QTAILQ for CPU list 13 years ago
Alexander Graf d02532f08e linux-user: Unlock mmap_lock when resuming guest from page_unprotect 13 years ago
Andreas Färber 182735efaf cpu: Make first_cpu and next_cpu CPUState 13 years ago
Andreas Färber 4917cf4432 cpu: Replace cpu_single_env with CPUState current_cpu 13 years ago
Paolo Bonzini 5c8a00ce18 exec: return MemoryRegion from address_space_translate 13 years ago
Claudio Fontana 4a136e0a6b tcg/aarch64: implement new TCG target for aarch64 13 years ago
Paolo Bonzini 149f54b53b memory: add address_space_translate 13 years ago
Jan Kiszka 4b81126e33 memory: Replace open-coded memory_region_is_romd 13 years ago
liguang 7bc9315d3a translate: remove redundantly included qemu/timer.h 13 years ago
Alexander Graf c8ff5daa09 PPC: Fix compile with profiling enabled 14 years ago
Alexey Kardashevskiy 0aa0989757 translate-all: fix compiler warning and linked error 14 years ago
Paolo Bonzini 0bc3cd624f include: avoid useless includes of exec/ headers 14 years ago
Yeongkyoon Lee 52ae646d4a tcg: Fix occasional TCG broken problem when ldst optimization enabled 14 years ago
Andreas Färber c3affe5670 cpu: Pass CPUState to cpu_interrupt() 14 years ago
Andreas Färber 259186a7d2 cpu: Move halted and interrupt_request fields to CPUState 14 years ago
Peter Maydell 3a808cc407 translate-all.c: Remove cpu_unlink_tb() 14 years ago
Peter Maydell 378df4b237 Handle CPU interrupts by inline checking of a flag 14 years ago
Andreas Färber 907a5e32f2 cputlb: Pass CPUState to cpu_unlink_tb() 14 years ago
Andreas Färber d77953b94f cpu: Move current_tb field to CPUState 14 years ago
Evgeny Voevodin 5e5f07e08f TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx 14 years ago
Evgeny Voevodin 0b0d3320db TCG: Final globals clean-up 14 years ago
陳韋任 (Wei-Ren Chen) 0c884d1659 translate-all.c: Use tb1->phys_hash_next directly in tb_remove 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
Paolo Bonzini 76cad71136 build: kill libdis, move disassemblers to disas/ 14 years ago
Blue Swirl a8a826a3c3 exec: refactor cpu_restore_state 14 years ago
Blue Swirl 5b6dd8683d exec: move TB handling to translate-all.c 14 years ago
Evgeny Voevodin 94788f54e9 TCG: Remove unused global gen_opc_ arrays. 14 years ago
Evgeny Voevodin ab1103def4 TCG: Use gen_opc_instr_start from context instead of global variable. 14 years ago
Evgeny Voevodin c9c99c22d5 TCG: Use gen_opc_icount from context instead of global variable. 14 years ago
Evgeny Voevodin 83eeb39669 TCG: Remove unused global variables 14 years ago
Stefan Weil 6375e09e79 w64: Fix data type of tb_next and other variables used for host addresses 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 15 years ago
Blue Swirl 614f104dfd Delegate setup of TCG temporaries to targets 15 years ago
Blue Swirl 2b41f10e18 Remove exec-all.h include directives 15 years ago
Stefan Weil 618ba8e6a1 Remove unused function parameter from cpu_restore_state 16 years ago
Stefan Weil e87b7cb0f0 Remove unused function parameters from gen_pc_load and rename the function 16 years ago
Aurelien Jarno 239fda311a tcg: get rid of copy_size in TCGOpDef 16 years ago
Paolo Bonzini 1a7ff92218 remove TARGET_* defines from translate-all.c 17 years ago
Filip Navara efc0a51434 Shrink tb_jmp_offset to two entries, the other two are never used. 17 years ago
Blue Swirl 29e922b61f Compile qemu-timer only once 17 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
aliguori 8fec2b8c45 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 18 years ago
aliguori 31b1a7b4f5 global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) 18 years ago