summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Merge commit 'fd2f659ee3f6f991f4f194f3fde5c9f957fd663d' into upstream-mergeAvi Kivity1-2/+2
2010-07-22Declare code_gen_ptr, code_gen_max_blocks 'static'Stefan Weil1-2/+2
2010-07-13Merge commit '498238687fd3a2bf3efb32694732f88ceac72e99' into upstream-mergeMarcelo Tosatti1-11/+4
2010-07-13Merge commit '04b16653720cb3db353461e088612f8a24ff360b' into upstream-mergeMarcelo Tosatti1-5/+72
2010-07-13Merge commit 'cc9e98cb8f20d5ef87290591a8e4324c482f3cdd' into upstream-mergeMarcelo Tosatti1-4/+46
2010-07-13Merge commit '1724f04985367b15751f11f4a9558f8736b2ab59' into upstream-mergeMarcelo Tosatti1-2/+3
2010-07-13Merge commit '0be71e324f774a77243f1a1487f468232d69542b' into upstream-mergeMarcelo Tosatti1-2/+2
2010-07-13Merge commit 'd17b5288d91c935cc8795fa0620721da0a3865e1' into upstream-mergeMarcelo Tosatti1-10/+17
2010-07-07Fix warning about uninitialized variableBlue Swirl1-1/+1
2010-07-06ramblocks: No more being lazy about duplicate namesAlex Williamson1-10/+3
2010-07-06qemu_ram_free: Implement itAlex Williamson1-4/+58
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson1-2/+27
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson1-5/+14
2010-07-04Merge commit 'a88790a14f60ac966a2103a958c3febf5a42836b' into upstream-mergeMarcelo Tosatti1-4/+6
2010-06-30A bit optimization for tlb_set_page()Jun Koi1-4/+6
2010-06-21Merge commit 'f471a17e9d869df3c6573f7ec02c4725676d6f3a' into upstream-mergeAvi Kivity1-57/+30
2010-06-21Merge commit '59a5264b994343f01d19faf95c0e5df70346ded8' into upstream-mergeAvi Kivity1-0/+7
2010-06-21Merge commit 'e7b45cc4467f9bbae46acdc8d21ceb2a16d63b50' into upstream-mergeAvi Kivity1-1/+1
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson1-51/+27
2010-06-11tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson1-0/+7
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-1/+1
2010-05-26Merge commit '956a3e6bb7386de48b642d4fee11f7f86a2fcf9a' into upstream-mergeAvi Kivity1-0/+5
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-0/+5
2010-05-11Fix -mem-path with hugetlbfsMarcelo Tosatti1-2/+6
2010-05-09Merge commit '72139e83a98eba2bfed2dbc2db2818fb19e47ca0' into upstream-mergeAvi Kivity1-38/+75
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-05-05Fix -mem-path with hugetlbfsMarcelo Tosatti1-2/+6
2010-05-05introduce qemu_ram_mapMarcelo Tosatti1-0/+28
2010-05-01Merge commit '0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d' into upstream-mergeMarcelo Tosatti1-77/+36
2010-05-01Merge commit '7277e027bbbf708979c82c44714f9105bf8e62d7' into upstream-mergeMarcelo Tosatti1-3/+0
2010-05-01Merge commit '00a1555e0cff5d710ea63145b18e2915b84b58de' into upstream-mergeMarcelo Tosatti1-25/+20
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-06Merge commit '61d3cf93e2676282ba1a8d568b2406257f208b26' into upstream-mergeMarcelo Tosatti1-25/+25
2010-04-06Merge commit 'b33612d03540fda7fa67485f1c20395beb7a2bf0' into upstream-mergeMarcelo Tosatti1-0/+50
2010-04-06Merge commit '29e922b61fb3d93836825ca9731bb2cadbb6ed72' into upstream-mergeMarcelo Tosatti1-0/+1
2010-04-06Merge commit 'd745bef890f9fa57298ae099365da8e8aa575cbd' into upstream-mergeMarcelo Tosatti1-3/+2
2010-04-05Merge commit '7a5e5838116a752d51c443dbb1cc61541c02b597' into upstream-mergeMarcelo Tosatti1-10/+45
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