index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
2019-11-29
1
-6
/
+0
*
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
2019-11-29
1
-0
/
+6
*
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
2019-11-29
1
-15
/
+60
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2019-11-29
1
-0
/
+1
*
exec: Clean up includes
Peter Maydell
2019-11-29
1
-3
/
+1
*
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
2019-11-29
1
-0
/
+14
*
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
Peter Maydell
2019-11-29
1
-6
/
+10
*
exec.c: Use cpu_get_phys_page_attrs_debug
Peter Maydell
2019-11-29
1
-5
/
+13
*
exec.c: Add cpu_get_address_space()
Peter Maydell
2019-11-29
1
-0
/
+6
*
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
2019-11-29
1
-2
/
+3
*
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
2019-11-29
1
-3
/
+4
*
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2019-11-29
1
-10
/
+15
*
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
2019-11-29
1
-4
/
+12
*
xen-hvm: Clean up xen_ram_alloc() error handling
Markus Armbruster
2019-11-29
1
-1
/
+7
*
ivshmem: Store file descriptor for vhost-user negotiation
Tetsuya Mukawa
2019-11-29
1
-0
/
+10
*
memory: try to inline constant-length reads
Paolo Bonzini
2019-11-29
1
-13
/
+2
*
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
2019-11-29
1
-20
/
+65
*
memory: split address_space_read and address_space_write
Paolo Bonzini
2019-11-29
1
-92
/
+116
*
exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr
Paolo Bonzini
2019-11-29
1
-23
/
+23
*
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
2019-11-29
1
-17
/
+5
*
qemu-log: introduce qemu_log_separate
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
exec: Remove unnecessary RAM_FILE flag
Eduardo Habkost
2019-11-29
1
-9
/
+1
*
exec: Eliminate qemu_ram_free_from_ptr()
Eduardo Habkost
2019-11-29
1
-19
/
+0
*
Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree
2.5_overlay
Timothy Pearson
2019-11-29
1
-5
/
+5
*
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
*
Provide runtime Target page information
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+10
*
exec: avoid unnecessary cacheline bounce on ram_list.mru_block
Paolo Bonzini
2015-11-06
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
2015-11-06
1
-0
/
+2
|
\
|
*
replay: initialization and deinitialization
Pavel Dovgalyuk
2015-11-06
1
-0
/
+2
*
|
backends/hostmem-file: Allow to specify full pathname for backing file
Pavel Fedin
2015-11-04
1
-13
/
+21
*
|
memory: call begin, log_start and commit when registering a new listener
Paolo Bonzini
2015-11-04
1
-1
/
+1
*
|
file_ram_alloc: propagate error to caller instead of terminating QEMU
Igor Mammedov
2015-11-02
1
-4
/
+0
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-22
1
-37
/
+10
|
\
|
*
exec: factor out duplicate mmap code
Michael S. Tsirkin
2015-10-21
1
-37
/
+10
*
|
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
2015-10-12
1
-18
/
+38
*
|
exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()
Peter Maydell
2015-10-12
1
-1
/
+0
|
/
*
exec: allocate PROT_NONE pages on top of RAM
Michael S. Tsirkin
2015-10-01
1
-3
/
+39
*
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
2015-09-16
1
-1
/
+0
*
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
2015-09-16
1
-2
/
+1
*
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
2015-09-16
1
-1
/
+4
*
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
2015-09-16
1
-0
/
+19
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-1
/
+1
|
\
|
*
remove qemu/tls.h
Paolo Bonzini
2015-09-09
1
-1
/
+1
*
|
exec.c: Use pow2floor() rather than hand-calculation
Peter Maydell
2015-09-07
1
-3
/
+1
|
/
[next]