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-12-08
exec: Advise huge pages for the TCG code gen buffer
Richard Henderson
1
-0
/
+2
2012-11-12
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
1
-0
/
+5
2012-11-03
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
1
-6
/
+9
2012-11-03
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
Yeongkyoon Lee
1
-0
/
+11
2012-11-01
exec: make some functions static
Blue Swirl
1
-6
/
+9
2012-10-31
cpu: Move thread_id to CPUState
Andreas Färber
1
-1
/
+4
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-1
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-81
/
+81
2012-10-22
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
1
-0
/
+1
2012-10-22
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
1
-1
/
+1
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
1
-184
/
+133
2012-10-22
memory: add address_space_destroy()
Avi Kivity
1
-0
/
+10
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
1
-67
/
+107
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
1
-5
/
+5
2012-10-22
memory: move tcg flush into a tcg memory listener
Avi Kivity
1
-2
/
+6
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
1
-2
/
+7
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
1
-13
/
+0
2012-10-20
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
Richard Henderson
1
-0
/
+4
2012-10-20
exec: Allocate code_gen_prologue from code_gen_buffer
Richard Henderson
1
-19
/
+11
2012-10-20
exec: Do not use absolute address hints for code_gen_buffer with -fpie
Richard Henderson
1
-1
/
+6
2012-10-20
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
Richard Henderson
1
-1
/
+5
2012-10-20
exec: Split up and tidy code_gen_buffer
Richard Henderson
1
-92
/
+103
2012-10-17
ram: Export last_ram_offset()
Juan Quintela
1
-1
/
+1
2012-10-15
memory: drop no-op MemoryListener callbacks
Avi Kivity
1
-96
/
+0
2012-10-15
memory: rename 'exec-obsolete.h'
Avi Kivity
1
-2
/
+1
2012-10-05
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
1
-10
/
+2
2012-10-03
exec, memory: Call to xen_modified_memory.
Anthony PERARD
1
-0
/
+1
2012-10-03
exec: Introduce helper to set dirty flags.
Anthony PERARD
1
-35
/
+17
2012-09-21
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
Richard Henderson
1
-3
/
+3
2012-09-21
tcg-sparc: Don't MAP_FIXED on top of the program
Richard Henderson
1
-4
/
+2
2012-09-17
cpu_physical_memory_write_rom() needs to do TB invalidates
David Gibson
1
-0
/
+7
2012-09-17
add -machine mem-merge=on|off option
Luiz Capitulino
1
-3
/
+16
2012-08-16
memory: add -machine dump-guest-core=on|off
Jason Baron
1
-0
/
+21
2012-08-11
exec.c: fix dirty bitmap reallocation
Igor Mitsyanko
1
-0
/
+2
2012-08-03
exec.c: Remove out of date comment
Peter Maydell
1
-8
/
+0
2012-08-03
exec.c: Use subpages for large unaligned mappings
Tyler Hall
1
-4
/
+9
2012-08-03
exec.c: Fix off-by-one error in register_subpage
Tyler Hall
1
-1
/
+1
2012-07-18
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-4
/
+4
2012-07-12
memory: pass EventNotifier, not eventfd
Paolo Bonzini
1
-4
/
+4
2012-07-10
s390: autodetect map private
Christian Borntraeger
1
-15
/
+3
2012-06-29
dirty bitmap: abstract its use
Juan Quintela
1
-2
/
+1
2012-06-29
Only TCG needs TLB handling
Juan Quintela
1
-10
/
+21
2012-06-21
qemu-log: move logging to qemu-log.c
Blue Swirl
1
-122
/
+0
2012-06-18
qdev: Use wrapper for qdev_get_path
Anthony Liguori
1
-2
/
+2
2012-06-11
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-10
/
+12
2012-06-09
exec: fix TB invalidation after breakpoint insertion/deletion
Max Filippov
1
-1
/
+2
2012-06-08
Clarify comments of tb_invalidate_phys_[page_]range
Jan Kiszka
1
-10
/
+12
2012-06-04
Add API to check whether a physical address is I/O address
Wen Congyang
1
-0
/
+12
2012-05-19
linux-user: Fix stale tbs after mmap
Alexander Graf
1
-0
/
+17
[next]