index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-04
exec: limit system memory size
Michael S. Tsirkin
1
-1
/
+6
2013-10-28
exec: Fix bounce buffer allocation in address_space_map()
Kevin Wolf
1
-1
/
+3
2013-10-17
exec: remove qemu_safe_ram_ptr
Paolo Bonzini
1
-69
/
+28
2013-10-14
exec: Fix prototype of phys_mem_set_alloc and related functions
Stefan Weil
1
-2
/
+2
2013-10-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-32
/
+0
2013-10-07
cpu: Move cpu_copy() into linux-user
Andreas Färber
1
-32
/
+0
2013-10-02
exec: cleanup DEBUG_SUBPAGE
Amos Kong
1
-9
/
+9
2013-09-23
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-0
/
+2
2013-09-23
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-0
/
+1
2013-09-20
exec: Fix broken build for MinGW (regression)
Stefan Weil
1
-0
/
+2
2013-09-20
exec: always use MADV_DONTFORK
Andrea Arcangeli
1
-0
/
+1
2013-09-12
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
1
-0
/
+5
2013-09-12
exec: Clean up unnecessary S390 ifdeffery
Markus Armbruster
1
-6
/
+19
2013-09-12
exec: Drop incorrect & dead S390 code in qemu_ram_remap()
Markus Armbruster
1
-6
/
+7
2013-09-12
exec: Simplify the guest physical memory allocation hook
Markus Armbruster
1
-6
/
+13
2013-09-12
exec: Reduce ifdeffery around -mem-path
Markus Armbruster
1
-27
/
+10
2013-09-12
exec: Clean up fall back when -mem-path allocation fails
Markus Armbruster
1
-5
/
+2
2013-09-12
exec: Fix Xen RAM allocation with unusual options
Markus Armbruster
1
-8
/
+12
2013-09-05
exec: do tcg_commit only when tcg_enabled
liguang
1
-1
/
+3
2013-09-05
memory: Provide separate handling of unassigned io ports accesses
Jan Kiszka
1
-1
/
+2
2013-09-05
exec: check offset_within_address_space for register subpage
Hu Tao
1
-1
/
+1
2013-09-05
exec: fix writing to MMIO area with non-power-of-two length
Paolo Bonzini
1
-0
/
+3
2013-09-03
cpu: Replace qemu_for_each_cpu()
Andreas Färber
1
-9
/
+0
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-16
/
+10
2013-07-31
cpu: Fix VMSTATE_CPU() semantics
Andreas Färber
1
-1
/
+4
2013-07-26
kvm: Change prototype of kvm_update_guest_debug()
Stefan Weil
1
-3
/
+2
2013-07-25
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
1
-0
/
+4
2013-07-23
linux-user: Reset copied CPUs in cpu_copy() always
Alexander Graf
1
-0
/
+4
2013-07-23
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
1
-3
/
+3
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
1
-9
/
+11
2013-07-23
cpu: Change cpu_single_step() argument to CPUState
Andreas Färber
1
-2
/
+2
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-4
/
+6
2013-07-18
exec: fix incorrect assumptions in memory_access_size
Paolo Bonzini
1
-8
/
+1
2013-07-18
exec.c: Pass correct pointer type to qemu_ram_ptr_length
Peter Maydell
1
-1
/
+1
2013-07-14
exec: Support 64-bit operations in address_space_rw
Richard Henderson
1
-12
/
+56
2013-07-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-29
/
+28
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-23
/
+20
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
1
-5
/
+7
2013-07-09
Simplify -machine option queries with qemu_get_machine_opts()
Markus Armbruster
1
-8
/
+4
2013-07-09
exec: Remove unused global variable phys_ram_fd
Stefan Weil
1
-1
/
+0
2013-07-04
exec: change some APIs to take AddressSpaceDispatch
Paolo Bonzini
1
-6
/
+5
2013-07-04
exec: remove cur_map
Paolo Bonzini
1
-5
/
+7
2013-07-04
exec: put memory map in AddressSpaceDispatch
Paolo Bonzini
1
-11
/
+17
2013-07-04
exec: separate current radix tree from the one being built
Paolo Bonzini
1
-7
/
+16
2013-07-04
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
1
-8
/
+9
2013-07-04
exec: separate current memory map from the one being built
Paolo Bonzini
1
-40
/
+63
2013-07-04
exec: change well-known physical sections to macros
Liu Ping Fan
1
-14
/
+20
2013-07-04
memory: ref/unref memory across address_space_map/unmap
Paolo Bonzini
1
-3
/
+12
2013-07-04
exec: reorganize address_space_map
Paolo Bonzini
1
-33
/
+38
[next]