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
2012-03-18
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
1
-0
/
+4
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-57
/
+57
2012-03-08
memory: get rid of cpu_register_io_memory()
Avi Kivity
1
-57
/
+0
2012-03-08
memory: dispatch directly via MemoryRegion
Avi Kivity
1
-66
/
+36
2012-03-08
exec: fix code tlb entry misused as iotlb in get_page_addr_code()
Avi Kivity
1
-1
/
+1
2012-03-08
memory: store section indices in iotlb instead of io indices
Avi Kivity
1
-4
/
+19
2012-03-08
memory: make phys_page_find() return an unadjusted section
Avi Kivity
1
-116
/
+102
2012-03-05
memory: fix I/O port aliases
Avi Kivity
1
-2
/
+6
2012-03-03
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
Blue Swirl
1
-5
/
+13
2012-02-29
memory: allow phys_map tree paths to terminate early
Avi Kivity
1
-11
/
+17
2012-02-29
memory: unify PhysPageEntry::node and ::leaf
Avi Kivity
1
-20
/
+18
2012-02-29
memory: change phys_page_set() to set multiple pages
Avi Kivity
1
-18
/
+23
2012-02-29
memory: switch phys_page_set() to a recursive implementation
Avi Kivity
1
-26
/
+41
2012-02-29
memory: replace phys_page_find_alloc() with phys_page_set()
Avi Kivity
1
-11
/
+4
2012-02-29
memory: simplify multipage/subpage registration
Avi Kivity
1
-55
/
+65
2012-02-29
memory: give phys_page_find() its own tree search loop
Avi Kivity
1
-4
/
+13
2012-02-29
memory: make phys_page_find() return a MemoryRegionSection
Avi Kivity
1
-139
/
+160
2012-02-29
memory: move tlb flush to MemoryListener commit callback
Avi Kivity
1
-8
/
+8
2012-02-29
memory: unify the two branches of cpu_register_physical_memory_log()
Avi Kivity
1
-34
/
+15
2012-02-29
memory: fix RAM subpages in newly initialized pages
Avi Kivity
1
-12
/
+10
2012-02-29
memory: compress phys_map node pointers to 16 bits
Avi Kivity
1
-9
/
+45
2012-02-29
memory: store MemoryRegionSection pointers in phys_map
Avi Kivity
1
-80
/
+107
2012-02-29
memory: unify phys_map last level with intermediate levels
Avi Kivity
1
-43
/
+35
2012-02-29
memory: remove first level of l1_phys_map
Avi Kivity
1
-21
/
+8
2012-02-29
memory: change memory registration to rebuild the memory map on each change
Avi Kivity
1
-1
/
+49
2012-02-29
memory: support stateless memory listeners
Avi Kivity
1
-0
/
+32
2012-02-29
memory: split memory listener for the two address spaces
Avi Kivity
1
-14
/
+66
2012-02-29
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
1
-1
/
+1
2012-02-29
memory: use a MemoryListener for core memory map updates too
Avi Kivity
1
-0
/
+75
2012-02-29
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
Avi Kivity
1
-1
/
+1
2012-02-20
exec: let cpu_watchpoint_insert accept larger watchpoints
Max Filippov
1
-1
/
+2
2012-02-20
exec: fix check_watchpoint exiting cpu_loop
Max Filippov
1
-1
/
+2
2012-02-20
exec: add missing breaks to the watch_mem_write
Max Filippov
1
-3
/
+9
2012-02-01
exec.c: Clarify comment about tlb_flush() flush_global parameter
Peter Maydell
1
-2
/
+12
2012-01-21
virtio-pci: Fix endianness of virtio config
Benjamin Herrenschmidt
1
-0
/
+14
2012-01-13
tcg-arm: fix a typo in comments
Aurelien Jarno
1
-1
/
+1
2012-01-04
Remove IO_MEM_SHIFT
Avi Kivity
1
-18
/
+14
2012-01-04
Drop IO_MEM_ROMD
Avi Kivity
1
-8
/
+12
2012-01-04
Remove IO_MEM_SUBPAGE
Avi Kivity
1
-5
/
+5
2012-01-04
Direct dispatch through MemoryRegion
Avi Kivity
1
-30
/
+10
2012-01-04
Convert io_mem_watch to be a MemoryRegion
Avi Kivity
1
-47
/
+26
2012-01-04
Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
Avi Kivity
1
-48
/
+24
2012-01-04
Convert the subpage wrapper to be a MemoryRegion
Avi Kivity
1
-52
/
+18
2012-01-04
Switch cpu_register_physical_memory_log() to use MemoryRegions
Avi Kivity
1
-5
/
+19
2012-01-04
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions
Avi Kivity
1
-134
/
+84
2012-01-04
Uninline get_page_addr_code()
Avi Kivity
1
-0
/
+26
2012-01-04
Avoid range comparisons on io index types
Avi Kivity
1
-17
/
+20
2012-01-04
Fix wrong region_offset when overlaying a page with another
Avi Kivity
1
-0
/
+1
2012-01-04
memory: move mmio access to functions
Avi Kivity
1
-27
/
+27
2012-01-04
exec: make phys_page_find() return a temporary
Avi Kivity
1
-100
/
+48
[next]