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
...
*
cpu: flush TB cache when loading VMState
Pavel Dovgalyuk
2018-01-16
1
-0
/
+7
*
find_ram_offset: Align ram_addr_t allocation on long boundaries
Dr. David Alan Gilbert
2018-01-16
1
-0
/
+4
*
find_ram_offset: Add comments and tracing
Dr. David Alan Gilbert
2018-01-16
1
-7
/
+22
*
exec: Don't reuse unassigned_mem_ops for io_mem_rom
Peter Maydell
2017-12-21
1
-1
/
+33
*
cpu: suffix cpu address spaces with cpu index
Peter Xu
2017-12-21
1
-1
/
+4
*
cpu: refactor cpu_address_space_init()
Peter Xu
2017-12-21
1
-1
/
+6
*
misc: remove duplicated includes
Philippe Mathieu-Daudé
2017-12-18
1
-3
/
+0
*
exec.c: Factor out before/after actions for notdirty memory writes
Peter Maydell
2017-11-21
1
-21
/
+44
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-11-16
1
-9
/
+3
|
\
|
*
exec: Do not resolve subpage in mru_section
Paolo Bonzini
2017-11-15
1
-9
/
+3
*
|
qom: move CPUClass.tcg_initialize to a global
Emilio G. Cota
2017-11-13
1
-2
/
+3
|
/
*
tcg: Add CPUState cflags_next_tb
Richard Henderson
2017-10-24
1
-5
/
+2
*
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
1
-1
/
+6
*
watch_mem_write: implement 8-byte accesses
Paolo Bonzini
2017-10-18
1
-0
/
+16
*
notdirty_mem_write: implement 8-byte accesses
Andrew Baumann
2017-10-18
1
-0
/
+13
*
exec: simplify address_space_get_iotlb_entry
Peter Xu
2017-10-12
1
-21
/
+10
*
exec: add page_mask for flatview_do_translate
Peter Xu
2017-10-12
1
-6
/
+45
*
util: move qemu_real_host_page_size/mask to osdep.h
Emilio G. Cota
2017-10-10
1
-4
/
+0
*
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-21
1
-0
/
+84
*
memory: Rename mem_begin/mem_commit/mem_add helpers
Alexey Kardashevskiy
2017-09-21
1
-9
/
+3
*
memory: Cleanup after switching to FlatView
Alexey Kardashevskiy
2017-09-21
1
-8
/
+8
*
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
1
-75
/
+105
*
memory: Remove AddressSpace pointer from AddressSpaceDispatch
Alexey Kardashevskiy
2017-09-21
1
-8
/
+7
*
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
1
-30
/
+11
*
memory: Open code FlatView rendering
Alexey Kardashevskiy
2017-09-21
1
-24
/
+3
*
exec: Explicitly export target AS from address_space_translate_internal
Alexey Kardashevskiy
2017-09-21
1
-4
/
+7
*
exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly
David Hildenbrand
2017-09-19
1
-1
/
+0
*
exec: Add lock parameter to qemu_ram_ptr_length
Anthony PERARD
2017-08-01
1
-6
/
+6
*
cpu: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-12
/
+15
*
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-2
/
+4
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-6
/
+6
*
Revert "exec.c: Fix breakpoint invalidation race"
Pranith Kumar
2017-07-14
1
-6
/
+19
*
exec: use qemu_ram_ptr_length to access guest ram
Prasad J Pandit
2017-07-14
1
-2
/
+2
*
exec: elide calls to tb_lock and tb_unlock
Paolo Bonzini
2017-07-04
1
-0
/
+3
*
tcg: move page_size_init() function
Yang Zhong
2017-07-04
1
-0
/
+20
*
exec: split qemu_ram_alloc_from_file()
Marc-André Lureau
2017-06-15
1
-15
/
+30
*
exec: split file_ram_alloc()
Marc-André Lureau
2017-06-15
1
-37
/
+46
*
exec: check kvm mmu notifiers earlier
Marc-André Lureau
2017-06-15
1
-6
/
+6
*
exec: simplify phys_page_find() params
Peter Xu
2017-06-06
1
-7
/
+6
*
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-25
1
-1
/
+2
*
migration: Make savevm.c target independent
Juan Quintela
2017-05-18
1
-0
/
+9
*
exec: Create include for target_page_size()
Juan Quintela
2017-05-18
1
-0
/
+1
*
Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging
Stefan Hajnoczi
2017-05-18
1
-11
/
+33
|
\
|
*
ramblock: add new hmp command "info ramblock"
Peter Xu
2017-05-17
1
-0
/
+22
|
*
ramblock: add RAMBLOCK_FOREACH()
Peter Xu
2017-05-17
1
-11
/
+11
*
|
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
2017-05-18
1
-34
/
+69
|
\
\
|
*
|
exec: abstract address_space_do_translate()
Peter Xu
2017-05-17
1
-34
/
+69
|
|
/
*
/
xen/mapcache: store dma information in revmapcache entries for debugging
Stefano Stabellini
2017-05-16
1
-4
/
+4
|
/
*
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann
2017-04-24
1
-0
/
+75
[prev]
[next]