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
*
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
*
memory: Move assignment to ram_block to memory_region_init_*
Fam Zheng
2016-03-07
1
-1
/
+0
*
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
2016-03-07
1
-29
/
+22
*
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
2016-02-25
1
-18
/
+28
*
exec: store RAMBlock pointer into memory region
Gonglei
2016-02-25
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...
Peter Maydell
2016-02-11
1
-6
/
+0
|
\
|
*
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
2016-02-11
1
-6
/
+0
*
|
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
2016-02-11
1
-0
/
+6
|
/
*
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
2016-02-09
1
-15
/
+60
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
1
-0
/
+1
*
exec: Clean up includes
Peter Maydell
2016-01-29
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...
Peter Maydell
2016-01-21
1
-1
/
+7
|
\
|
*
xen-hvm: Clean up xen_ram_alloc() error handling
Markus Armbruster
2016-01-14
1
-1
/
+7
*
|
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
2016-01-21
1
-0
/
+14
*
|
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
Peter Maydell
2016-01-21
1
-6
/
+10
*
|
exec.c: Use cpu_get_phys_page_attrs_debug
Peter Maydell
2016-01-21
1
-5
/
+13
*
|
exec.c: Add cpu_get_address_space()
Peter Maydell
2016-01-21
1
-0
/
+6
*
|
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
2016-01-21
1
-2
/
+3
*
|
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
2016-01-21
1
-3
/
+4
*
|
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2016-01-21
1
-10
/
+15
*
|
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
2016-01-21
1
-4
/
+12
|
/
*
ivshmem: Store file descriptor for vhost-user negotiation
Tetsuya Mukawa
2016-01-09
1
-0
/
+10
*
memory: try to inline constant-length reads
Paolo Bonzini
2015-12-17
1
-13
/
+2
*
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
2015-12-17
1
-20
/
+65
*
memory: split address_space_read and address_space_write
Paolo Bonzini
2015-12-17
1
-92
/
+116
*
exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr
Paolo Bonzini
2015-12-17
1
-23
/
+23
*
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
2015-12-17
1
-17
/
+5
*
qemu-log: introduce qemu_log_separate
Paolo Bonzini
2015-12-17
1
-1
/
+1
*
exec: Remove unnecessary RAM_FILE flag
Eduardo Habkost
2015-12-17
1
-9
/
+1
*
exec: Eliminate qemu_ram_free_from_ptr()
Eduardo Habkost
2015-12-17
1
-19
/
+0
*
exec: Stop using memory after free
Don Slutz
2015-12-02
1
-1
/
+3
*
exec: remove warning about mempath and hugetlbfs
Daniel P. Berrange
2015-11-26
1
-3
/
+0
*
Revert "exec: silence hugetlbfs warning under qtest"
Daniel P. Berrange
2015-11-26
1
-4
/
+1
*
exec: silence hugetlbfs warning under qtest
Marc-André Lureau
2015-11-19
1
-1
/
+4
*
Round up RAMBlock sizes to host page sizes
Dr. David Alan Gilbert
2015-11-10
1
-4
/
+4
*
qemu_ram_block_by_name
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+20
*
qemu_ram_block_from_host
Dr. David Alan Gilbert
2015-11-10
1
-9
/
+45
[next]