aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil1-12/+4
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti1-9/+17
2010-10-03exec: Fix compilation error for debug codeStefan Weil1-2/+3
2010-09-25Introduce qemu_madvise()Andreas Färber1-6/+2
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov1-0/+2
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura1-58/+26
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura1-28/+28
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell1-0/+43
2010-07-22Declare code_gen_ptr, code_gen_max_blocks 'static'Stefan Weil1-2/+2
2010-07-07Fix warning about uninitialized variableBlue Swirl1-1/+1
2010-07-06ramblocks: No more being lazy about duplicate namesAlex Williamson1-10/+3
2010-07-06qemu_ram_free: Implement itAlex Williamson1-4/+58
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson1-2/+27
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson1-5/+14
2010-06-30A bit optimization for tlb_set_page()Jun Koi1-4/+6
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson1-51/+27
2010-06-11tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson1-0/+7
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-1/+1
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-0/+5
2010-05-11Fix -mem-path with hugetlbfsMarcelo Tosatti1-2/+6
2010-05-07Fill in unassigned mem read/write callbacks.Richard Henderson1-2/+10
2010-05-06qemu: address todo comment in exec.cMichael S. Tsirkin1-7/+60
2010-05-06Fix zero-length write(2).Richard Henderson1-0/+3
2010-05-05Remove PAGE_RESERVEDPaul Brook1-29/+2
2010-04-25Remove IO_MEM_SUBWIDTH.Richard Henderson1-77/+36
2010-04-11Cleanup dead codeJun Koi1-3/+0
2010-04-10Revert "Avoid page_set_flags() assert in qemu-user host page protection code"Aurelien Jarno1-7/+6
2010-04-09Avoid page_set_flags() assert in qemu-user host page protection codeJuergen Lock1-6/+7
2010-04-08Replace direct phys_ram_dirty access with wrapper functions.Yoshiaki Tamura1-25/+20
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook1-1/+1
2010-04-01tcg: align static_code_gen_buffer to CODE_GEN_ALIGNAurelien Jarno1-1/+2
2010-04-01linux-user: fix page_unprotect when host page size > target page sizeAurelien Jarno1-23/+22
2010-03-30Get bsd-user host page protection code working on FreeBSD hostsJuergen Lock1-0/+50
2010-03-29Compile qemu-timer only onceBlue Swirl1-0/+1
2010-03-28exec: remove dead codeAurelien Jarno1-1/+0
2010-03-27be more specific in -mem-path error messagesMichael Tokarev1-2/+2
2010-03-17Large page TLB flushPaul Brook1-10/+45
2010-03-14Fix pagetable codePaul Brook1-6/+6
2010-03-13Fix more wrong usermode virtual address typesBlue Swirl1-2/+2
2010-03-12Fix usermode virtual address typePaul Brook1-10/+12
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook1-2/+4
2010-03-12Add tb_page_addr_tPaul Brook1-26/+31
2010-03-12Fix last page errors in page_check_range and page_set_flags.Richard Henderson1-18/+36
2010-03-12Implement multi-level page tables.Richard Henderson1-175/+270
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-17/+0
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-17/+0
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti1-5/+110
2010-03-01Avoid tlb_set_page in userspace emulationPaul Brook1-7/+13