summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Merge commit 'aa7f74d1199020a29c677bc80518df5267bfe73f' into upstream-mergeMarcelo Tosatti1-5/+13
2011-05-03Merge commit 'a1d8db07fb46e1da410ca7b4ce24a997707d4a53' into upstream-mergeMarcelo Tosatti1-5/+4
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka1-1/+3
2011-05-02Break up user and system cpu_interrupt implementationsJan Kiszka1-4/+10
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-5/+4
2011-04-15Merge commit '4d9ad7f793605abd9806fc932b3e04e028894565' into upstream-mergeMarcelo Tosatti1-2/+2
2011-04-15Merge commit '23910d3f669d46073b403876e30a7314599633af' into upstream-mergeMarcelo Tosatti1-2/+6
2011-04-14Merge commit 'dc7a09cfe47679d89289101cc9eb387c45e48fe7' into upstream-mergeMarcelo Tosatti1-4/+2
2011-04-14Merge commit '2a4dac835008da7328e61d8596b310c05cab801d' into upstream-mergeMarcelo Tosatti1-0/+4
2011-04-14Merge commit '3c85e74fbf9e5a39d8d13ef91a5f3dd91f0bc8a8' into upstream-mergeMarcelo Tosatti1-1/+62
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-1/+1
2011-04-12exec: Remove a type cast which is no longer neededStefan Weil1-1/+1
2011-04-07exec: Handle registrations of the entire address spaceEdgar E. Iglesias1-2/+6
2011-03-16Expose thread_id in info cpusJan Kiszka1-0/+3
2011-03-15s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka1-0/+4
2011-03-15Add qemu_ram_remapHuang Ying1-1/+62
2011-03-14Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-mergeMarcelo Tosatti1-3/+6
2011-03-13Refactor thread retrieval and checkJan Kiszka1-1/+1
2011-03-10Fix performance regression in qemu_get_ram_ptrVincent Palatin1-2/+5
2011-02-16Merge commit 'e5896b12e20b86ba9d16582888d60cf5cb286517' into upstream-mergeMarcelo Tosatti1-0/+30
2011-02-16Merge commit 'b4a3d965dee06d52281496bb5fd0a5cb5534b545' into upstream-mergeMarcelo Tosatti1-26/+26
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-0/+30
2011-02-10Make tb_alloc staticTristan Gingold1-26/+26
2011-01-21Merge commit 'b947c12c0bb217fe09968e652873e0d22b269d68' into upstream-mergeMarcelo Tosatti1-0/+7
2011-01-16tcg/sparc64: fix segfaultBlue Swirl1-0/+7
2011-01-06Merge commit 'e024e881bb1a8b5085026589360d26ed97acdd64' into upstream-mergeMarcelo Tosatti1-1/+2
2011-01-06Merge commit '2507c12ab026b2286b0a47035c629f3d568c96f4' into upstream-mergeMarcelo Tosatti1-10/+155
2010-12-21Use mmap() within code_gen_alloc() for OpenBSD.Brad1-1/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-7/+14
2010-12-11exec: introduce endianness swapped mmioAlexander Graf1-2/+121
2010-12-03exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()Stefan Hajnoczi1-1/+0
2010-12-02migration: stable ram block orderingMichael S. Tsirkin1-2/+22
2010-11-14Merge commit '055403b2a72729497fb58e0c6293547e767679d3' into upstream-mergeAvi Kivity1-12/+4
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil1-12/+4
2010-10-20Merge commit 'e890261f671a0573efbc024972d8769423fc82fc' into upstream-mergeMarcelo Tosatti1-5/+5
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti1-9/+17
2010-10-18Merge commit 'afbaa7b4382faced3c364606a5e5d5389462147b' into upstream-mergeMarcelo Tosatti1-2/+3
2010-10-18Merge commit 'e78815a554adaa551d62a71be10ee2fcf128e473' into upstream-mergeMarcelo Tosatti1-6/+2
2010-10-03exec: Fix compilation error for debug codeStefan Weil1-2/+3
2010-09-25Introduce qemu_madvise()Andreas Färber1-6/+2
2010-09-05Merge branch 'master' of git://git.sv.gnu.org/qemu into nextAvi Kivity1-0/+2
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov1-0/+2
2010-08-26Merge commit '6977dfe6af975d72a8140dbc91effe8b8f2a58f8' into upstream-mergeMarcelo Tosatti1-86/+54
2010-08-26Merge commit '84b89d782f03b99770759f1d9d6e4e95a2641c35' into upstream-mergeMarcelo Tosatti1-1/+1
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura1-58/+26
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura1-28/+28
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell1-0/+43
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