summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* memory: add return value to address_space_rw/read/writePaolo Bonzini2013-05-291-3/+9
* memory: propagate errors on I/O dispatchPaolo Bonzini2013-05-292-4/+6
* exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini2013-05-291-23/+1
* memory: add address_space_access_validPaolo Bonzini2013-05-291-0/+15
* memory: export memory_region_access_valid to exec.cPaolo Bonzini2013-05-291-0/+3
* memory: move unassigned_mem_ops to memory.cPaolo Bonzini2013-05-291-0/+2
* memory: add address_space_translatePaolo Bonzini2013-05-292-24/+19
* exec: make io_mem_unassigned privatePaolo Bonzini2013-05-292-9/+2
* exec: eliminate io_mem_ramPaolo Bonzini2013-05-292-3/+2
* memory: limit sections in the radix tree to the actual address space sizeAvi Kivity2013-05-241-0/+3
* memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini2013-05-241-4/+3
* memory: Rename readable flag to romd_modeJan Kiszka2013-05-241-11/+11
* memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini2013-05-241-9/+19
* exec: eliminate stq_phys_notdirtyPaolo Bonzini2013-05-242-2/+0
* exec: make qemu_get_ram_ptr privatePaolo Bonzini2013-05-242-2/+1
* exec: eliminate qemu_put_ram_ptrPaolo Bonzini2013-05-241-1/+0
* tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson2013-04-271-0/+17
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-182-2/+10
* elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2013-04-182-10/+18
* elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-182-2/+9
* elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-182-2/+7
* exec: remove useless declarations from memory-internal.hPaolo Bonzini2013-04-151-6/+0
* memory: move core typedefs to qemu/typedefs.hPaolo Bonzini2013-04-151-5/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-13/+0
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-2/+0
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+0
* tcg: Don't make exitreq flag a local temporaryRichard Henderson2013-03-091-1/+1
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-0/+12
* tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell2013-03-031-1/+1
* Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-1/+1
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-162-2/+3
* cpu: Move exit_request field to CPUStateAndreas Färber2013-02-161-2/+0
* cpu: Move running field to CPUStateAndreas Färber2013-02-161-1/+0
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-162-4/+2
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-8/+19
* tci: Fix broken build (regression)Stefan Weil2013-01-191-7/+1
* cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber2013-01-191-2/+0
* exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-1/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-152-2/+2
* cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-1/+0
* cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-2/+0
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-232-7/+13
* memory: introduce memory_region_test_and_clear_dirtyJuan Quintela2012-12-201-0/+16
* protect the ramlist with a separate mutexUmesh Deshpande2012-12-201-0/+9
* add a version number to ram_listUmesh Deshpande2012-12-201-0/+1
* exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-2/+2
* exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini2012-12-201-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-197-10/+10
OpenPOWER on IntegriCloud