index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-12
exec: Remove a type cast which is no longer needed
Stefan Weil
1
-1
/
+1
2011-04-07
exec: Handle registrations of the entire address space
Edgar E. Iglesias
1
-2
/
+6
2011-04-06
cpu: add set_memory flag to request dirty logging
Michael S. Tsirkin
1
-6
/
+8
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
1
-0
/
+3
2011-03-15
s390: Detect invalid invocations of qemu_ram_free/remap
Jan Kiszka
1
-0
/
+4
2011-03-15
Add qemu_ram_remap
Huang Ying
1
-1
/
+62
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-1
/
+1
2011-03-10
Fix performance regression in qemu_get_ram_ptr
Vincent Palatin
1
-2
/
+5
2011-02-14
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
1
-0
/
+30
2011-02-10
Make tb_alloc static
Tristan Gingold
1
-26
/
+26
2011-01-16
tcg/sparc64: fix segfault
Blue Swirl
1
-0
/
+7
2010-12-21
Use mmap() within code_gen_alloc() for OpenBSD.
Brad
1
-1
/
+2
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-7
/
+14
2010-12-11
exec: introduce endianness swapped mmio
Alexander Graf
1
-2
/
+121
2010-12-03
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
Stefan Hajnoczi
1
-1
/
+0
2010-12-02
migration: stable ram block ordering
Michael S. Tsirkin
1
-2
/
+22
2010-10-30
exec: Use fprintf_function for dump_exec_info (format checking)
Stefan Weil
1
-12
/
+4
2010-10-20
Export qemu_ram_addr_from_host
Marcelo Tosatti
1
-9
/
+17
2010-10-03
exec: Fix compilation error for debug code
Stefan Weil
1
-2
/
+3
2010-09-25
Introduce qemu_madvise()
Andreas Färber
1
-6
/
+2
2010-08-28
Fix segfault in mmio subpage handling code.
Gleb Natapov
1
-0
/
+2
2010-08-22
exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()
Yoshiaki Tamura
1
-58
/
+26
2010-08-22
exec: replace tabs by spaces.
Yoshiaki Tamura
1
-28
/
+28
2010-08-10
Add qemu_ram_alloc_from_ptr function
Cam Macdonell
1
-0
/
+43
2010-07-22
Declare code_gen_ptr, code_gen_max_blocks 'static'
Stefan Weil
1
-2
/
+2
2010-07-07
Fix warning about uninitialized variable
Blue Swirl
1
-1
/
+1
2010-07-06
ramblocks: No more being lazy about duplicate names
Alex Williamson
1
-10
/
+3
2010-07-06
qemu_ram_free: Implement it
Alex Williamson
1
-4
/
+58
2010-07-06
ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path
Alex Williamson
1
-2
/
+27
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-1
/
+1
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-2
/
+2
2010-07-06
Remove uses of ram.last_offset (aka last_ram_offset)
Alex Williamson
1
-5
/
+14
2010-06-30
A bit optimization for tlb_set_page()
Jun Koi
1
-4
/
+6
2010-06-14
ram_blocks: Convert to a QLIST
Alex Williamson
1
-51
/
+27
2010-06-11
tcg-s390: Allocate the code_gen_buffer near the main program.
Richard Henderson
1
-0
/
+7
2010-06-09
tcg: get rid of copy_size in TCGOpDef
Aurelien Jarno
1
-1
/
+1
2010-05-21
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
1
-0
/
+5
2010-05-11
Fix -mem-path with hugetlbfs
Marcelo Tosatti
1
-2
/
+6
2010-05-07
Fill in unassigned mem read/write callbacks.
Richard Henderson
1
-2
/
+10
2010-05-06
qemu: address todo comment in exec.c
Michael S. Tsirkin
1
-7
/
+60
2010-05-06
Fix zero-length write(2).
Richard Henderson
1
-0
/
+3
2010-05-05
Remove PAGE_RESERVED
Paul Brook
1
-29
/
+2
2010-04-25
Remove IO_MEM_SUBWIDTH.
Richard Henderson
1
-77
/
+36
2010-04-11
Cleanup dead code
Jun Koi
1
-3
/
+0
2010-04-10
Revert "Avoid page_set_flags() assert in qemu-user host page protection code"
Aurelien Jarno
1
-7
/
+6
2010-04-09
Avoid page_set_flags() assert in qemu-user host page protection code
Juergen Lock
1
-6
/
+7
2010-04-08
Replace direct phys_ram_dirty access with wrapper functions.
Yoshiaki Tamura
1
-25
/
+20
2010-04-05
Split TLB addend and target_phys_addr_t
Paul Brook
1
-1
/
+1
2010-04-01
tcg: align static_code_gen_buffer to CODE_GEN_ALIGN
Aurelien Jarno
1
-1
/
+2
2010-04-01
linux-user: fix page_unprotect when host page size > target page size
Aurelien Jarno
1
-23
/
+22
[prev]
[next]