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
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-09-23
1
-0
/
+2
|
\
|
*
exec: Fix broken build for MinGW (regression)
Stefan Weil
2013-09-20
1
-0
/
+2
*
|
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-09-23
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
exec: always use MADV_DONTFORK
Andrea Arcangeli
2013-09-20
1
-0
/
+1
*
|
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
2013-09-12
1
-0
/
+5
*
|
exec: Clean up unnecessary S390 ifdeffery
Markus Armbruster
2013-09-12
1
-6
/
+19
*
|
exec: Drop incorrect & dead S390 code in qemu_ram_remap()
Markus Armbruster
2013-09-12
1
-6
/
+7
*
|
exec: Simplify the guest physical memory allocation hook
Markus Armbruster
2013-09-12
1
-6
/
+13
*
|
exec: Reduce ifdeffery around -mem-path
Markus Armbruster
2013-09-12
1
-27
/
+10
*
|
exec: Clean up fall back when -mem-path allocation fails
Markus Armbruster
2013-09-12
1
-5
/
+2
*
|
exec: Fix Xen RAM allocation with unusual options
Markus Armbruster
2013-09-12
1
-8
/
+12
|
/
*
exec: do tcg_commit only when tcg_enabled
liguang
2013-09-05
1
-1
/
+3
*
memory: Provide separate handling of unassigned io ports accesses
Jan Kiszka
2013-09-05
1
-1
/
+2
*
exec: check offset_within_address_space for register subpage
Hu Tao
2013-09-05
1
-1
/
+1
*
exec: fix writing to MMIO area with non-power-of-two length
Paolo Bonzini
2013-09-05
1
-0
/
+3
*
cpu: Replace qemu_for_each_cpu()
Andreas Färber
2013-09-03
1
-9
/
+0
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-16
/
+10
*
cpu: Fix VMSTATE_CPU() semantics
Andreas Färber
2013-07-31
1
-1
/
+4
*
kvm: Change prototype of kvm_update_guest_debug()
Stefan Weil
2013-07-26
1
-3
/
+2
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2013-07-25
1
-0
/
+4
|
\
|
*
linux-user: Reset copied CPUs in cpu_copy() always
Alexander Graf
2013-07-23
1
-0
/
+4
*
|
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
2013-07-23
1
-3
/
+3
*
|
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
1
-9
/
+11
*
|
cpu: Change cpu_single_step() argument to CPUState
Andreas Färber
2013-07-23
1
-2
/
+2
*
|
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-4
/
+6
|
/
*
exec: fix incorrect assumptions in memory_access_size
Paolo Bonzini
2013-07-18
1
-8
/
+1
*
exec.c: Pass correct pointer type to qemu_ram_ptr_length
Peter Maydell
2013-07-18
1
-1
/
+1
*
exec: Support 64-bit operations in address_space_rw
Richard Henderson
2013-07-14
1
-12
/
+56
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-07-10
1
-29
/
+28
|
\
|
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-1
/
+1
|
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-23
/
+20
|
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
1
-5
/
+7
*
|
Simplify -machine option queries with qemu_get_machine_opts()
Markus Armbruster
2013-07-09
1
-8
/
+4
*
|
exec: Remove unused global variable phys_ram_fd
Stefan Weil
2013-07-09
1
-1
/
+0
|
/
*
exec: change some APIs to take AddressSpaceDispatch
Paolo Bonzini
2013-07-04
1
-6
/
+5
*
exec: remove cur_map
Paolo Bonzini
2013-07-04
1
-5
/
+7
*
exec: put memory map in AddressSpaceDispatch
Paolo Bonzini
2013-07-04
1
-11
/
+17
*
exec: separate current radix tree from the one being built
Paolo Bonzini
2013-07-04
1
-7
/
+16
*
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
2013-07-04
1
-8
/
+9
*
exec: separate current memory map from the one being built
Paolo Bonzini
2013-07-04
1
-40
/
+63
*
exec: change well-known physical sections to macros
Liu Ping Fan
2013-07-04
1
-14
/
+20
*
memory: ref/unref memory across address_space_map/unmap
Paolo Bonzini
2013-07-04
1
-3
/
+12
*
exec: reorganize address_space_map
Paolo Bonzini
2013-07-04
1
-33
/
+38
*
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
1
-15
/
+22
*
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
2013-07-04
1
-14
/
+5
*
exec: check MRU in qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
1
-2
/
+10
*
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
1
-0
/
+3
*
exec: simplify destruction of the phys map
Paolo Bonzini
2013-07-04
1
-33
/
+1
*
memory: destroy phys_sections one by one
Paolo Bonzini
2013-07-04
1
-14
/
+13
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-7
/
+7
[next]