summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite2-16/+18
2015-09-16cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite1-1/+1
2015-09-16cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite1-1/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-94/+51
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk1-0/+1
2015-09-11softmmu: remove now unused functionsPavel Dovgalyuk1-19/+0
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk2-8/+76
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-2/+2
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-0/+6
2015-09-09remove unused spinlock.KONRAD Frederic1-49/+0
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-2/+2
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2-41/+40
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini1-2/+2
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini1-0/+1
2015-09-07include/exec/softmmu-semi.h: Add support for 64-bit valuesPeter Maydell1-0/+18
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell1-0/+27
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite1-5/+1
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell1-0/+47
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2-7/+5
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-5/+0
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-32/+14
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini1-21/+0
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin1-3/+11
2015-08-06cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite1-11/+12
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov1-0/+2
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini1-0/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite1-1/+1
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-07migration: extend migration_bitmapLi Zhijian1-0/+3
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite1-0/+3
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-36/+85
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell2-1/+2
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka1-0/+26
2015-06-26cpu-defs: Move out TB_JMP definesPeter Crosthwaite2-8/+8
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite2-20/+43
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite2-6/+6
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite1-1/+0
2015-06-26include/softmmu-semi.h: Make semihosting support 64-bit cleanMaciej W. Rozycki1-6/+7
2015-06-19semihosting: add --semihosting-config arg sub-argumentLeon Alrae1-0/+18
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2-6/+44
2015-06-17softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno1-2/+6
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf1-1/+3
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell1-0/+2
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert1-2/+2
2015-06-11softmmu: Add probe_write()Yongbok Kim1-0/+2
2015-06-05target-i386: introduce cpu_get_mem_attrsPaolo Bonzini1-1/+3