summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* be more specific in -mem-path error messagesMichael Tokarev2010-03-271-2/+2
* Large page TLB flushPaul Brook2010-03-171-10/+45
* Fix pagetable codePaul Brook2010-03-141-6/+6
* Fix more wrong usermode virtual address typesBlue Swirl2010-03-131-2/+2
* Fix usermode virtual address typePaul Brook2010-03-121-10/+12
* Disable phsyical memory handling in userspace emulation.Paul Brook2010-03-121-2/+4
* Add tb_page_addr_tPaul Brook2010-03-121-26/+31
* Fix last page errors in page_check_range and page_set_flags.Richard Henderson2010-03-121-18/+36
* Implement multi-level page tables.Richard Henderson2010-03-121-175/+270
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-17/+0
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-17/+0
* Add option to use file backed guest memoryMarcelo Tosatti2010-03-041-5/+110
* Avoid tlb_set_page in userspace emulationPaul Brook2010-03-011-7/+13
* Move subpage definitionsPaul Brook2010-03-011-9/+9
* Remove bogus cpu_physical_memory_rwPaul Brook2010-03-011-13/+9
* Remove l1_phys_map from userspace emulationPaul Brook2010-02-281-2/+5
OpenPOWER on IntegriCloud