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
2011-06-27
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-3
/
+7
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-06-24
exec: last_first_tb was only used in !ONLY_USER case
Juan Quintela
1
-3
/
+7
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-6
/
+33
2011-06-19
xen: mapcache performance improvements
Stefano Stabellini
1
-18
/
+10
2011-06-19
exec.c: refactor cpu_physical_memory_map
Stefano Stabellini
1
-17
/
+34
2011-06-19
xen: remove xen_map_block and xen_unmap_block
Stefano Stabellini
1
-15
/
+4
2011-06-19
xen: remove qemu_map_cache_unlock
Stefano Stabellini
1
-1
/
+1
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-18
/
+110
2011-06-12
CPUPhysMemoryClient: batch addresses in catchup
Alex Williamson
1
-6
/
+33
2011-06-10
Merge remote branch 'rth/axp-next' into alpha-merge
Edgar E. Iglesias
1
-6
/
+6
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
1
-1
/
+0
2011-06-03
exec: Implement qemu_ram_free_from_ptr()
Alex Williamson
1
-0
/
+13
2011-05-31
target-alpha: Trap for unassigned and unaligned addresses.
Richard Henderson
1
-6
/
+6
2011-05-23
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
Aurelien Jarno
1
-1
/
+1
2011-05-22
Fix typos in comments (chek -> check)
Stefan Weil
1
-1
/
+1
2011-05-20
s390x: complain when allocating ram fails
Alexander Graf
1
-0
/
+4
2011-05-20
s390x: change mapping base to allow guests > 2GB
Christian Borntraeger
1
-3
/
+7
2011-05-08
Introduce qemu_put_ram_ptr
Anthony PERARD
1
-3
/
+35
2011-05-08
xen: Introduce the Xen mapcache
Jun Nakajima
1
-4
/
+44
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
1
-14
/
+25
2011-05-05
CPUPhysMemoryClient: Pass guest physical address not region offset
Alex Williamson
1
-4
/
+12
2011-05-05
CPUPhysMemoryClient: Fix typo in phys memory client registration
Alex Williamson
1
-1
/
+1
2011-05-02
Redirect cpu_interrupt to callback handler
Jan Kiszka
1
-1
/
+3
2011-05-02
Break up user and system cpu_interrupt implementations
Jan Kiszka
1
-4
/
+10
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
1
-5
/
+4
2011-04-12
Replace cpu_physical_memory_rw were possible
Stefan Weil
1
-1
/
+1
2011-04-12
exec: Remove a type cast which is no longer needed
Stefan Weil
1
-1
/
+1
2011-04-07
exec: Handle registrations of the entire address space
Edgar E. Iglesias
1
-2
/
+6
2011-04-06
cpu: add set_memory flag to request dirty logging
Michael S. Tsirkin
1
-6
/
+8
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
1
-0
/
+3
2011-03-15
s390: Detect invalid invocations of qemu_ram_free/remap
Jan Kiszka
1
-0
/
+4
2011-03-15
Add qemu_ram_remap
Huang Ying
1
-1
/
+62
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-1
/
+1
2011-03-10
Fix performance regression in qemu_get_ram_ptr
Vincent Palatin
1
-2
/
+5
2011-02-14
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
1
-0
/
+30
2011-02-10
Make tb_alloc static
Tristan Gingold
1
-26
/
+26
2011-01-16
tcg/sparc64: fix segfault
Blue Swirl
1
-0
/
+7
2010-12-21
Use mmap() within code_gen_alloc() for OpenBSD.
Brad
1
-1
/
+2
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-7
/
+14
2010-12-11
exec: introduce endianness swapped mmio
Alexander Graf
1
-2
/
+121
2010-12-03
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
Stefan Hajnoczi
1
-1
/
+0
2010-12-02
migration: stable ram block ordering
Michael S. Tsirkin
1
-2
/
+22
2010-10-30
exec: Use fprintf_function for dump_exec_info (format checking)
Stefan Weil
1
-12
/
+4
2010-10-20
Export qemu_ram_addr_from_host
Marcelo Tosatti
1
-9
/
+17
2010-10-03
exec: Fix compilation error for debug code
Stefan Weil
1
-2
/
+3
2010-09-25
Introduce qemu_madvise()
Andreas Färber
1
-6
/
+2
2010-08-28
Fix segfault in mmio subpage handling code.
Gleb Natapov
1
-0
/
+2
2010-08-22
exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()
Yoshiaki Tamura
1
-58
/
+26
2010-08-22
exec: replace tabs by spaces.
Yoshiaki Tamura
1
-28
/
+28
[next]