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