summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Make cpu_single_env thread-localPaolo Bonzini2011-11-011-1/+1
* Error check find_ram_offsetAlex Williamson2011-11-011-2/+9
* exec.c: Remove useless comment陳韋任2011-10-261-1/+0
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-3/+0
* Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl2011-10-011-0/+1
* Remove qemu_host_page_bitsStefan Weil2011-09-211-4/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-24/+24
* fix QLIST usage for RAM listPaolo Bonzini2011-08-121-1/+1
* Integrate I/O memory regions into qemuAvi Kivity2011-08-081-0/+10
* Use mmap to allocate execute memoryTobias Nygren2011-08-071-1/+2
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-5/+14
* memory: use signed arithmeticAvi Kivity2011-08-051-1/+1
* Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori2011-07-291-6/+7
|\
| * cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD2011-07-261-4/+5
| * exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).Anthony PERARD2011-07-261-2/+2
* | exec.c: initialize memory mapAvi Kivity2011-07-291-0/+19
|/
* Fix unassigned memory access handlingBlue Swirl2011-07-201-6/+6
* qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini2011-07-171-7/+14
* xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka2011-07-171-8/+8
* xen: Clean up map cache API namingJan Kiszka2011-07-171-8/+10
* exec.c: Fix calculation of code_gen_buffer_max_sizePeter Maydell2011-07-121-2/+2
* exec: add endian specific phys ld/st functionsAlexander Graf2011-07-121-10/+191
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-271-3/+7
|\
| * exec: last_first_tb was only used in !ONLY_USER caseJuan Quintela2011-06-241-3/+7
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-6/+33
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-18/+110
| |\
| * | CPUPhysMemoryClient: batch addresses in catchupAlex Williamson2011-06-121-6/+33
* | | xen: mapcache performance improvementsStefano Stabellini2011-06-191-18/+10
* | | exec.c: refactor cpu_physical_memory_mapStefano Stabellini2011-06-191-17/+34
* | | xen: remove xen_map_block and xen_unmap_blockStefano Stabellini2011-06-191-15/+4
* | | xen: remove qemu_map_cache_unlockStefano Stabellini2011-06-191-1/+1
| |/ |/|
* | Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias2011-06-101-6/+6
|\ \
| * | target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson2011-05-311-6/+6
* | | Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* | | exec: Implement qemu_ram_free_from_ptr()Alex Williamson2011-06-031-0/+13
|/ /
* | Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno2011-05-231-1/+1
|\ \
| * | Fix typos in comments (chek -> check)Stefan Weil2011-05-221-1/+1
* | | s390x: complain when allocating ram failsAlexander Graf2011-05-201-0/+4
* | | s390x: change mapping base to allow guests > 2GBChristian Borntraeger2011-05-201-3/+7
|/ /
* | Introduce qemu_put_ram_ptrAnthony PERARD2011-05-081-3/+35
* | xen: Introduce the Xen mapcacheJun Nakajima2011-05-081-4/+44
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-14/+25
|\
| * Redirect cpu_interrupt to callback handlerJan Kiszka2011-05-021-1/+3
| * Break up user and system cpu_interrupt implementationsJan Kiszka2011-05-021-4/+10
| * Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-5/+4
| * Replace cpu_physical_memory_rw were possibleStefan Weil2011-04-121-1/+1
| * exec: Remove a type cast which is no longer neededStefan Weil2011-04-121-1/+1
| * exec: Handle registrations of the entire address spaceEdgar E. Iglesias2011-04-071-2/+6
* | CPUPhysMemoryClient: Pass guest physical address not region offsetAlex Williamson2011-05-051-4/+12
OpenPOWER on IntegriCloud