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
2016-05-31
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...
Peter Maydell
1
-8
/
+35
2016-05-30
exec: Do vmstate unregistration from cpu_exec_exit()
Bharata B Rao
1
-0
/
+11
2016-05-30
exec: Remove cpu from cpus list during cpu_exec_exit()
Bharata B Rao
1
-8
/
+24
2016-05-29
exec: hide mr->ram_addr from qemu_get_ram_ptr users
Paolo Bonzini
1
-33
/
+24
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-5
/
+5
2016-05-29
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
1
-7
/
+6
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
1
-34
/
+0
2016-05-23
memory: remove unnecessary masking of MemoryRegion ram_addr
Paolo Bonzini
1
-14
/
+7
2016-05-23
exec: adjust rcu_read_lock requirement
Gonglei
1
-5
/
+1
2016-05-23
memory: drop find_ram_block()
Gonglei
1
-27
/
+7
2016-05-23
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
1
-2
/
+3
2016-05-19
hw: clean up hw/hw.h includes
Paolo Bonzini
1
-0
/
+1
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-1
/
+1
2016-05-19
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
1
-10
/
+11
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
1
-1
/
+1
2016-04-05
memory: fix segv on qemu_ram_free(block=0x0)
Marc-André Lureau
1
-0
/
+4
2016-03-22
exec: fix error handling in file_ram_alloc
Paolo Bonzini
1
-3
/
+4
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-15
exec: fix early return from ram_block_add
Paolo Bonzini
1
-0
/
+2
2016-03-15
exec: Fix memory allocation when memory path isn't on hugetlbfs
Markus Armbruster
1
-33
/
+7
2016-03-15
exec: Fix memory allocation when memory path names new file
Markus Armbruster
1
-43
/
+64
2016-03-07
exec: Introduce AddressSpaceDispatch.mru_section
Fam Zheng
1
-2
/
+14
2016-03-07
exec: Factor out section_covers_addr
Fam Zheng
1
-3
/
+12
2016-03-07
exec: Pass RAMBlock pointer to qemu_ram_free
Fam Zheng
1
-14
/
+7
2016-03-07
memory: Drop MemoryRegion.ram_addr
Fam Zheng
1
-1
/
+2
2016-03-07
memory: Move assignment to ram_block to memory_region_init_*
Fam Zheng
1
-1
/
+0
2016-03-07
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
1
-29
/
+22
2016-02-25
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
1
-18
/
+28
2016-02-25
exec: store RAMBlock pointer into memory region
Gonglei
1
-0
/
+2
2016-02-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...
Peter Maydell
1
-6
/
+0
2016-02-11
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
1
-6
/
+0
2016-02-11
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
1
-0
/
+6
2016-02-09
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
1
-15
/
+60
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-01-29
exec: Clean up includes
Peter Maydell
1
-3
/
+1
2016-01-21
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...
Peter Maydell
1
-1
/
+7
2016-01-21
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
1
-0
/
+14
2016-01-21
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
Peter Maydell
1
-6
/
+10
2016-01-21
exec.c: Use cpu_get_phys_page_attrs_debug
Peter Maydell
1
-5
/
+13
2016-01-21
exec.c: Add cpu_get_address_space()
Peter Maydell
1
-0
/
+6
2016-01-21
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
1
-2
/
+3
2016-01-21
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
1
-3
/
+4
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
1
-10
/
+15
2016-01-21
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
1
-4
/
+12
2016-01-14
xen-hvm: Clean up xen_ram_alloc() error handling
Markus Armbruster
1
-1
/
+7
2016-01-09
ivshmem: Store file descriptor for vhost-user negotiation
Tetsuya Mukawa
1
-0
/
+10
2015-12-17
memory: try to inline constant-length reads
Paolo Bonzini
1
-13
/
+2
2015-12-17
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
1
-20
/
+65
[next]