summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2013-06-28hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber4-4/+6
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-10/+0
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-2/+0
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines1-0/+5
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-2/+4
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson1-0/+32
2013-06-20memory: iommu supportAvi Kivity1-4/+62
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+4
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini1-3/+0
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini1-4/+4
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka1-0/+4
2013-06-20memory: move private types to exec.cPaolo Bonzini1-15/+0
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori1-1/+4
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana1-1/+4
2013-06-05tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITSRichard Henderson1-1/+1
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini1-3/+9
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini2-4/+6
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini1-23/+1
2013-05-29memory: add address_space_access_validPaolo Bonzini1-0/+15
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini1-0/+3
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini1-0/+2
2013-05-29memory: add address_space_translatePaolo Bonzini2-24/+19
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini2-9/+2
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini2-3/+2
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-4/+3
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-11/+11
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-9/+19
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini2-2/+0
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini2-2/+1
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini1-1/+0
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-0/+17
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2-2/+10
2013-04-18elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2-10/+18
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2-2/+9
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2-2/+7
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini1-6/+0
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini1-5/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-13/+0
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-2/+0
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+0
2013-03-09tcg: Don't make exitreq flag a local temporaryRichard Henderson1-1/+1
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-0/+12
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell1-1/+1
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell1-1/+1
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber2-2/+3
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-2/+0