aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2009-10-15ksm supportIzik Eidus
2009-10-05fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11vmstate: port cpu_comonJuan Quintela
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias