aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2010-03-01Move subpage definitionsPaul Brook
2010-03-01Remove bogus cpu_physical_memory_rwPaul Brook
2010-02-28Remove l1_phys_map from userspace emulationPaul Brook
2010-02-28Fix userspace breakpoint invalidationPaul Brook
2010-02-09kvm: move kvm to use memory notifiersMichael S. Tsirkin
2010-02-09qemu: memory notifiersMichael S. Tsirkin
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori
2010-02-06linux-user: remove signal handler before calling abort()Riku Voipio
2010-02-06fix locking error with current_tbRiku Voipio
2010-02-05exec.c: dead assignmentsPaolo Bonzini
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2009-12-19linux-user: enable tb unlinking when compiled with NPTLRiku Voipio
2009-12-18Give a error when running out of iomem areas.Riku Voipio
2009-12-18Fix win32 log file locationJuha Riihimäki
2009-12-05Allocate physical memory in low virtual address spaceAlexander Graf
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno