summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* ram_blocks: Convert to a QLISTAlex Williamson2010-06-141-51/+27Star
* tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson2010-06-111-0/+7
* tcg: get rid of copy_size in TCGOpDefAurelien Jarno2010-06-091-1/+1
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-0/+5
* Fix -mem-path with hugetlbfsMarcelo Tosatti2010-05-111-2/+6
* Fill in unassigned mem read/write callbacks.Richard Henderson2010-05-071-2/+10
* qemu: address todo comment in exec.cMichael S. Tsirkin2010-05-061-7/+60
* Fix zero-length write(2).Richard Henderson2010-05-061-0/+3
* Remove PAGE_RESERVEDPaul Brook2010-05-051-29/+2Star
* Remove IO_MEM_SUBWIDTH.Richard Henderson2010-04-251-77/+36Star
* Cleanup dead codeJun Koi2010-04-111-3/+0Star
* Revert "Avoid page_set_flags() assert in qemu-user host page protection code"Aurelien Jarno2010-04-101-7/+6Star
* Avoid page_set_flags() assert in qemu-user host page protection codeJuergen Lock2010-04-091-6/+7
* Replace direct phys_ram_dirty access with wrapper functions.Yoshiaki Tamura2010-04-081-25/+20Star
* Split TLB addend and target_phys_addr_tPaul Brook2010-04-051-1/+1
* tcg: align static_code_gen_buffer to CODE_GEN_ALIGNAurelien Jarno2010-04-011-1/+2
* linux-user: fix page_unprotect when host page size > target page sizeAurelien Jarno2010-04-011-23/+22Star
* Get bsd-user host page protection code working on FreeBSD hostsJuergen Lock2010-03-301-0/+50
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+1
* exec: remove dead codeAurelien Jarno2010-03-281-1/+0Star
* be more specific in -mem-path error messagesMichael Tokarev2010-03-271-2/+2
* Large page TLB flushPaul Brook2010-03-171-10/+45
* Fix pagetable codePaul Brook2010-03-141-6/+6
* Fix more wrong usermode virtual address typesBlue Swirl2010-03-131-2/+2
* Fix usermode virtual address typePaul Brook2010-03-131-10/+12
* Disable phsyical memory handling in userspace emulation.Paul Brook2010-03-121-2/+4
* Add tb_page_addr_tPaul Brook2010-03-121-26/+31
* Fix last page errors in page_check_range and page_set_flags.Richard Henderson2010-03-121-18/+36
* Implement multi-level page tables.Richard Henderson2010-03-121-175/+270
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-17/+0Star
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-17/+0Star
* Add option to use file backed guest memoryMarcelo Tosatti2010-03-041-5/+110
* Avoid tlb_set_page in userspace emulationPaul Brook2010-03-011-7/+13
* Move subpage definitionsPaul Brook2010-03-011-9/+9
* Remove bogus cpu_physical_memory_rwPaul Brook2010-03-011-13/+9Star
* Remove l1_phys_map from userspace emulationPaul Brook2010-03-011-2/+5
* Fix userspace breakpoint invalidationPaul Brook2010-03-011-0/+7
* kvm: move kvm to use memory notifiersMichael S. Tsirkin2010-02-091-16/+1Star
* qemu: memory notifiersMichael S. Tsirkin2010-02-091-3/+110
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-0/+6
|\
| * kvm: Flush coalesced MMIO buffer periodlySheng Yang2010-02-031-0/+6
* | linux-user: remove signal handler before calling abort()Riku Voipio2010-02-061-0/+9
* | fix locking error with current_tbRiku Voipio2010-02-061-2/+2
* | exec.c: dead assignmentsPaolo Bonzini2010-02-051-4/+0Star
|/
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* linux-user: enable tb unlinking when compiled with NPTLRiku Voipio2009-12-191-5/+3Star
* Give a error when running out of iomem areas.Riku Voipio2009-12-181-1/+1
* Fix win32 log file locationJuha Riihimäki2009-12-181-0/+4
* Allocate physical memory in low virtual address spaceAlexander Graf2009-12-051-0/+6
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-1/+1