summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup dead codeJun Koi2010-04-111-3/+0
* Revert "Avoid page_set_flags() assert in qemu-user host page protection code"Aurelien Jarno2010-04-101-7/+6
* Avoid page_set_flags() assert in qemu-user host page protection codeJuergen Lock2010-04-091-6/+7
* Replace direct phys_ram_dirty access with wrapper functions.Yoshiaki Tamura2010-04-081-25/+20
* Split TLB addend and target_phys_addr_tPaul Brook2010-04-051-1/+1
* tcg: align static_code_gen_buffer to CODE_GEN_ALIGNAurelien Jarno2010-04-011-1/+2
* linux-user: fix page_unprotect when host page size > target page sizeAurelien Jarno2010-04-011-23/+22
* Get bsd-user host page protection code working on FreeBSD hostsJuergen Lock2010-03-301-0/+50
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+1
* exec: remove dead codeAurelien Jarno2010-03-281-1/+0
OpenPOWER on IntegriCloud