summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CPUPhysMemoryClient: Fix typo in phys memory client registrationAlex Williamson2011-05-051-1/+1
* | cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin2011-04-061-6/+8
|/
* Expose thread_id in info cpusJan Kiszka2011-03-161-0/+3
* s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka2011-03-151-0/+4
* Add qemu_ram_remapHuang Ying2011-03-151-1/+62
* Refactor thread retrieval and checkJan Kiszka2011-03-131-1/+1
* Fix performance regression in qemu_get_ram_ptrVincent Palatin2011-03-101-2/+5
* Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD2011-02-141-0/+30
* Make tb_alloc staticTristan Gingold2011-02-101-26/+26
* tcg/sparc64: fix segfaultBlue Swirl2011-01-161-0/+7
* Use mmap() within code_gen_alloc() for OpenBSD.Brad2010-12-211-1/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-7/+14
OpenPOWER on IntegriCloud