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
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory.c: Use trace_event_get_state_backends()
Peter Maydell
2020-01-30
1
-4
/
+4
*
accel: Replace current_machine->accelerator by current_accel() wrapper
Philippe Mathieu-Daudé
2020-01-24
1
-1
/
+1
*
memory: do not look at current_machine->accel
Paolo Bonzini
2019-12-17
1
-4
/
+1
*
Memory: Enable writeback for given memory region
Beata Michalska
2019-12-16
1
-0
/
+12
*
Remove unassigned_access CPU hook
Peter Maydell
2019-11-11
1
-7
/
+0
*
rcu: Use automatic rc_read unlock in core memory/exec code
Dr. David Alan Gilbert
2019-10-11
1
-10
/
+5
*
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-10-04
1
-11
/
+20
*
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
2019-09-25
1
-16
/
+0
*
exec: Adjust notdirty tracing
Richard Henderson
2019-09-25
1
-4
/
+0
*
memory: inline and optimize devend_memop
Paolo Bonzini
2019-09-16
1
-18
/
+0
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
Peter Maydell
2019-09-04
1
-23
/
+35
|
\
|
*
memory: Single byte swap along the I/O path
Tony Nguyen
2019-09-03
1
-21
/
+12
|
*
memory: Access MemoryRegion with endianness
Tony Nguyen
2019-09-03
1
-0
/
+18
|
*
memory: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
1
-2
/
+5
*
|
memory: Remove unused memory_region_iommu_replay_all()
Eric Auger
2019-09-03
1
-9
/
+0
|
/
*
memory: Fix up memory_region_{add|del}_coalescing
Peter Xu
2019-08-21
1
-19
/
+17
*
memory: Remove has_coalesced_range counter
Peter Xu
2019-08-21
1
-14
/
+0
*
memory: Split zones when do coalesced_io_del()
Peter Xu
2019-08-21
1
-14
/
+35
*
memory: Refactor memory_region_clear_coalescing
Peter Xu
2019-08-21
1
-5
/
+5
*
memory: fix race between TCG and accesses to dirty bitmap
Paolo Bonzini
2019-08-20
1
-1
/
+9
*
memory: assert on out of scope notification
Yan Zhao
2019-08-20
1
-2
/
+4
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
memory: Fix type of IOMMUMemoryRegionClass member @parent_class
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hmp: Print if memory section is registered with an accelerator
Alexey Kardashevskiy
2019-07-19
1
-0
/
+22
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-07-16
1
-1
/
+4
|
\
|
*
memory: unref the memory region in simplify flatview
King Wang
2019-07-15
1
-1
/
+4
*
|
memory: Introduce memory listener hook log_clear()
Peter Xu
2019-07-15
1
-0
/
+51
*
|
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu
2019-07-15
1
-2
/
+1
*
|
memory: Don't set migration bitmap when without migration
Peter Xu
2019-07-15
1
-1
/
+1
|
/
*
spapr_pci: Unregister listeners before destroying the IOMMU address space
Greg Kurz
2019-07-02
1
-0
/
+7
*
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
1
-1
/
+1
*
memory: Remove memory_region_get_dirty()
Peter Xu
2019-06-03
1
-8
/
+0
*
memory: correct the comment to DIRTY_MEMORY_MIGRATION
Wei Yang
2019-05-17
1
-2
/
+2
*
memory: Clean up how mtree_info() prints
Markus Armbruster
2019-04-18
1
-81
/
+75
*
memory: Fix the memory region type assignment order
Singh, Brijesh
2019-03-18
1
-1
/
+8
*
memory: Do not update coalesced IO range in the case of NOP
Jagannathan Raman
2019-03-11
1
-4
/
+1
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-11
/
+6
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
memory: update coalesced_range on transaction_commit
Paolo Bonzini
2019-01-11
1
-4
/
+16
*
memory: avoid unnecessary coalesced_io_del operations
Paolo Bonzini
2019-01-11
1
-0
/
+11
*
memory: extract flat_range_coalesced_io_{del,add}
Paolo Bonzini
2019-01-11
1
-24
/
+29
*
memory: learn about non-volatile memory region
Marc-André Lureau
2018-11-06
1
-10
/
+35
*
target-i386 : add coalesced_pio API
Peng Hao
2018-10-19
1
-2
/
+2
*
memory: Remove old_mmio accessors
Peter Maydell
2018-10-02
1
-61
/
+2
*
memory: Fix access_with_adjusted_size(small size) on big-endian memory regions
Philippe Mathieu-Daudé
2018-10-02
1
-11
/
+23
*
memory: Refactor common shifting code from accessors
Philippe Mathieu-Daudé
2018-10-02
1
-9
/
+21
*
memory: Use MAKE_64BIT_MASK()
Philippe Mathieu-Daudé
2018-10-02
1
-1
/
+1
*
hostmem-file: make available memory-backend-file on POSIX-based hosts
Hikaru Nishida
2018-10-02
1
-1
/
+1
[next]