index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec: Avoid direct references to Int128 parts
Richard Henderson
2016-10-26
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-10-25
1
-5
/
+7
|
\
|
*
exec: call cpu_exec_exit() from a CPU unrealize common function
Laurent Vivier
2016-10-24
1
-1
/
+1
|
*
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
2016-10-24
1
-1
/
+1
|
*
exec: split cpu_exec_init()
Laurent Vivier
2016-10-24
1
-4
/
+6
*
|
cpu: Support a target CPU having a variable page size
Peter Maydell
2016-10-24
1
-0
/
+42
*
|
exec.c: Remove static allocation of sub_section of sub_page
Vijaya Kumar K
2016-10-24
1
-3
/
+2
|
/
*
exec.c: workaround regression caused by alignment change in d2f39ad
Haozhong Zhang
2016-10-24
1
-1
/
+6
*
RAMBlocks: Store page size
Dr. David Alan Gilbert
2016-10-13
1
-7
/
+12
*
exec: remove unused compacted argument
Marc-André Lureau
2016-10-08
1
-5
/
+3
*
cpus-common: move CPU list management to common code
Paolo Bonzini
2016-09-27
1
-35
/
+2
*
kvm-all: drop kvm_setup_guest_memory
Cao jin
2016-09-13
1
-3
/
+1
*
qtail: clean up direct access to tqe_prev field
Igor Mammedov
2016-09-13
1
-2
/
+1
*
exec: Ensure the only one cpu_index allocation method is used
Igor Mammedov
2016-09-05
1
-0
/
+7
*
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
2016-08-02
1
-2
/
+8
*
exec: Set cpu_index only if it's not been explictly set
Igor Mammedov
2016-07-26
1
-38
/
+6
*
exec: Don't use cpu_index to detect if cpu_exec_init()'s been called
Igor Mammedov
2016-07-26
1
-2
/
+3
*
exec: Reduce CONFIG_USER_ONLY ifdeffenery
Igor Mammedov
2016-07-26
1
-14
/
+3
*
exec: avoid realloc in phys_map_node_reserve
Peter Lieven
2016-07-17
1
-1
/
+3
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
exec: Fix qemu_ram_block_from_host for Xen
Anthony PERARD
2016-06-13
1
-1
/
+1
*
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-06-09
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...
Peter Maydell
2016-05-31
1
-8
/
+35
|
\
|
*
exec: Do vmstate unregistration from cpu_exec_exit()
Bharata B Rao
2016-05-30
1
-0
/
+11
|
*
exec: Remove cpu from cpus list during cpu_exec_exit()
Bharata B Rao
2016-05-30
1
-8
/
+24
*
|
exec: hide mr->ram_addr from qemu_get_ram_ptr users
Paolo Bonzini
2016-05-29
1
-33
/
+24
*
|
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
2016-05-29
1
-5
/
+5
*
|
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
2016-05-29
1
-7
/
+6
*
|
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
2016-05-29
1
-34
/
+0
|
/
*
memory: remove unnecessary masking of MemoryRegion ram_addr
Paolo Bonzini
2016-05-23
1
-14
/
+7
*
exec: adjust rcu_read_lock requirement
Gonglei
2016-05-23
1
-5
/
+1
*
memory: drop find_ram_block()
Gonglei
2016-05-23
1
-27
/
+7
*
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
2016-05-23
1
-2
/
+3
*
hw: clean up hw/hw.h includes
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-1
/
+1
*
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
2016-05-19
1
-10
/
+11
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-1
/
+1
*
memory: fix segv on qemu_ram_free(block=0x0)
Marc-André Lureau
2016-04-05
1
-0
/
+4
*
exec: fix error handling in file_ram_alloc
Paolo Bonzini
2016-03-22
1
-3
/
+4
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
exec: fix early return from ram_block_add
Paolo Bonzini
2016-03-15
1
-0
/
+2
*
exec: Fix memory allocation when memory path isn't on hugetlbfs
Markus Armbruster
2016-03-15
1
-33
/
+7
*
exec: Fix memory allocation when memory path names new file
Markus Armbruster
2016-03-15
1
-43
/
+64
*
exec: Introduce AddressSpaceDispatch.mru_section
Fam Zheng
2016-03-07
1
-2
/
+14
*
exec: Factor out section_covers_addr
Fam Zheng
2016-03-07
1
-3
/
+12
*
exec: Pass RAMBlock pointer to qemu_ram_free
Fam Zheng
2016-03-07
1
-14
/
+7
*
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
1
-1
/
+2
[next]