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
2014-12-22
exec: allows 8-byte accesses in subpage_ops
Paolo Bonzini
1
-2
/
+11
2014-12-20
exec: change default exception_index value for migration to -1
Paolo Bonzini
1
-2
/
+2
2014-12-16
exec: add wrapper for host pointer access
Michael S. Tsirkin
1
-5
/
+5
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
1
-3
/
+6
2014-11-18
exec: Handle multipage ranges in invalidate_and_set_dirty()
Peter Maydell
1
-4
/
+2
2014-09-19
exec.c: fix setting 1-byte-long watchpoints
Max Filippov
1
-1
/
+1
2014-09-15
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-0
/
+1
2014-09-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-16
/
+40
2014-09-12
exec: file_ram_alloc(): print error when prealloc fails
Luiz Capitulino
1
-0
/
+1
2014-09-12
exec.c: Record watchpoint fault address and direction
Peter Maydell
1
-1
/
+6
2014-09-12
exec.c: Provide full set of dummy wp remove functions in user-mode
Peter Maydell
1
-0
/
+10
2014-09-12
exec.c: Relax restrictions on watchpoint length and alignment
Peter Maydell
1
-13
/
+31
2014-09-09
exec: add parameter errp to gethugepagesize
Hu Tao
1
-4
/
+7
2014-09-09
exec: report error when memory < hpagesize
Hu Tao
1
-3
/
+6
2014-09-09
exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
Hu Tao
1
-9
/
+27
2014-09-05
exec: Save CPUState::exception_index field
Pavel Dovgaluk
1
-0
/
+35
2014-08-28
iommu: add is_write as a parameter to the translate function of MemoryRegionI...
Le Tan
1
-1
/
+1
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2014-08-18
exec: Abstract away ref to memory region names
Peter Crosthwaite
1
-2
/
+2
2014-07-22
exec: fix migration with devices that use address_space_rw
Paolo Bonzini
1
-16
/
+4
2014-07-01
memory: do not give a name to the internal exec.c regions
Paolo Bonzini
1
-4
/
+4
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
1
-2
/
+2
2014-06-29
exec: introduce target_words_bigendian() helper
Greg Kurz
1
-6
/
+2
2014-06-29
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
1
-0
/
+7
2014-06-23
tcg-ppc: Merge cache-utils into the backend
Richard Henderson
1
-1
/
+0
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-8
/
+10
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
1
-0
/
+7
2014-06-19
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
1
-12
/
+24
2014-06-19
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
1
-8
/
+2
2014-06-19
memory: move RAM_PREALLOC_MASK to exec.c, rename
Paolo Bonzini
1
-3
/
+6
2014-06-19
memory: move preallocation code out of exec.c
Paolo Bonzini
1
-43
/
+1
2014-06-19
memory: reorganize file-based allocation
Paolo Bonzini
1
-42
/
+63
2014-06-17
exec: dummy_section: Pass address space through.
Peter Crosthwaite
1
-6
/
+8
2014-06-17
exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
Hu Tao
1
-5
/
+21
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-2
/
+1
2014-05-07
exec: Limit translation limiting in address_space_translate to xen
Alexey Kardashevskiy
1
-1
/
+1
2014-03-19
exec: Fix CPU rework fallout
Christian Borntraeger
1
-1
/
+1
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
1
-3
/
+1
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
1
-5
/
+2
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
exec: Change memory_region_section_get_iotlb() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
1
-12
/
+8
2014-03-13
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
1
-17
/
+17
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
translate-all: Change tb_check_watchpoint() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
1
-8
/
+13
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
1
-13
/
+20
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
[next]