aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-01Move subpage definitionsPaul Brook1-9/+9
2010-03-01Remove bogus cpu_physical_memory_rwPaul Brook1-13/+9
2010-02-28Remove l1_phys_map from userspace emulationPaul Brook1-2/+5
2010-02-28Fix userspace breakpoint invalidationPaul Brook1-0/+7
2010-02-09kvm: move kvm to use memory notifiersMichael S. Tsirkin1-16/+1
2010-02-09qemu: memory notifiersMichael S. Tsirkin1-3/+110
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori1-0/+6
2010-02-06linux-user: remove signal handler before calling abort()Riku Voipio1-0/+9
2010-02-06fix locking error with current_tbRiku Voipio1-2/+2
2010-02-05exec.c: dead assignmentsPaolo Bonzini1-4/+0
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang1-0/+6
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2009-12-19linux-user: enable tb unlinking when compiled with NPTLRiku Voipio1-5/+3
2009-12-18Give a error when running out of iomem areas.Riku Voipio1-1/+1
2009-12-18Fix win32 log file locationJuha Riihimäki1-0/+4
2009-12-05Allocate physical memory in low virtual address spaceAlexander Graf1-0/+6
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-1/+1
2009-10-15ksm supportIzik Eidus1-0/+3
2009-10-05fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin1-2/+3
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela1-2/+2
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-109/+109