summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* exec: introduce endianness swapped mmioAlexander Graf2010-12-111-2/+121
* exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()Stefan Hajnoczi2010-12-031-1/+0
* migration: stable ram block orderingMichael S. Tsirkin2010-12-021-2/+22
* exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil2010-10-301-12/+4
* Export qemu_ram_addr_from_hostMarcelo Tosatti2010-10-201-9/+17
* exec: Fix compilation error for debug codeStefan Weil2010-10-031-2/+3
* Introduce qemu_madvise()Andreas Färber2010-09-251-6/+2
* Fix segfault in mmio subpage handling code.Gleb Natapov2010-08-281-0/+2
* exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura2010-08-221-58/+26
* exec: replace tabs by spaces.Yoshiaki Tamura2010-08-221-28/+28
* Add qemu_ram_alloc_from_ptr functionCam Macdonell2010-08-101-0/+43
* Declare code_gen_ptr, code_gen_max_blocks 'static'Stefan Weil2010-07-221-2/+2
* Fix warning about uninitialized variableBlue Swirl2010-07-071-1/+1
* ramblocks: No more being lazy about duplicate namesAlex Williamson2010-07-061-10/+3
* qemu_ram_free: Implement itAlex Williamson2010-07-061-4/+58
* ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson2010-07-061-2/+27
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson2010-07-061-5/+14
* A bit optimization for tlb_set_page()Jun Koi2010-06-301-4/+6
* ram_blocks: Convert to a QLISTAlex Williamson2010-06-141-51/+27
* tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson2010-06-111-0/+7
* tcg: get rid of copy_size in TCGOpDefAurelien Jarno2010-06-091-1/+1
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-0/+5
* Fix -mem-path with hugetlbfsMarcelo Tosatti2010-05-111-2/+6
* Fill in unassigned mem read/write callbacks.Richard Henderson2010-05-071-2/+10
* qemu: address todo comment in exec.cMichael S. Tsirkin2010-05-061-7/+60
* Fix zero-length write(2).Richard Henderson2010-05-061-0/+3
* Remove PAGE_RESERVEDPaul Brook2010-05-051-29/+2
* Remove IO_MEM_SUBWIDTH.Richard Henderson2010-04-251-77/+36
OpenPOWER on IntegriCloud