index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
2011-07-20
Fix unassigned memory access handling
Blue Swirl
2011-07-17
qemu_ram_ptr_length: take ram_addr_t as arguments
Stefano Stabellini
2011-07-17
xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN
Jan Kiszka
2011-07-17
xen: Clean up map cache API naming
Jan Kiszka
2011-07-12
exec.c: Fix calculation of code_gen_buffer_max_size
Peter Maydell
2011-07-12
exec: add endian specific phys ld/st functions
Alexander Graf
2011-06-27
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-06-26
Remove exec-all.h include directives
Blue Swirl
2011-06-24
exec: last_first_tb was only used in !ONLY_USER case
Juan Quintela
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-06-19
xen: mapcache performance improvements
Stefano Stabellini
2011-06-19
exec.c: refactor cpu_physical_memory_map
Stefano Stabellini
2011-06-19
xen: remove xen_map_block and xen_unmap_block
Stefano Stabellini
2011-06-19
xen: remove qemu_map_cache_unlock
Stefano Stabellini
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-12
CPUPhysMemoryClient: batch addresses in catchup
Alex Williamson
2011-06-10
Merge remote branch 'rth/axp-next' into alpha-merge
Edgar E. Iglesias
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-03
exec: Implement qemu_ram_free_from_ptr()
Alex Williamson
2011-05-31
target-alpha: Trap for unassigned and unaligned addresses.
Richard Henderson
2011-05-23
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
Aurelien Jarno
2011-05-22
Fix typos in comments (chek -> check)
Stefan Weil
2011-05-20
s390x: complain when allocating ram fails
Alexander Graf
2011-05-20
s390x: change mapping base to allow guests > 2GB
Christian Borntraeger
2011-05-08
Introduce qemu_put_ram_ptr
Anthony PERARD
2011-05-08
xen: Introduce the Xen mapcache
Jun Nakajima
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
2011-05-05
CPUPhysMemoryClient: Pass guest physical address not region offset
Alex Williamson
2011-05-05
CPUPhysMemoryClient: Fix typo in phys memory client registration
Alex Williamson
2011-05-02
Redirect cpu_interrupt to callback handler
Jan Kiszka
2011-05-02
Break up user and system cpu_interrupt implementations
Jan Kiszka
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-12
Replace cpu_physical_memory_rw were possible
Stefan Weil
2011-04-12
exec: Remove a type cast which is no longer needed
Stefan Weil
2011-04-07
exec: Handle registrations of the entire address space
Edgar E. Iglesias
2011-04-06
cpu: add set_memory flag to request dirty logging
Michael S. Tsirkin
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
2011-03-15
s390: Detect invalid invocations of qemu_ram_free/remap
Jan Kiszka
2011-03-15
Add qemu_ram_remap
Huang Ying
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
2011-03-10
Fix performance regression in qemu_get_ram_ptr
Vincent Palatin
2011-02-14
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
2011-02-10
Make tb_alloc static
Tristan Gingold
2011-01-16
tcg/sparc64: fix segfault
Blue Swirl
2010-12-21
Use mmap() within code_gen_alloc() for OpenBSD.
Brad
2010-12-11
Add endianness as io mem parameter
Alexander Graf
2010-12-11
exec: introduce endianness swapped mmio
Alexander Graf
2010-12-03
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
Stefan Hajnoczi
2010-12-02
migration: stable ram block ordering
Michael S. Tsirkin
2010-10-30
exec: Use fprintf_function for dump_exec_info (format checking)
Stefan Weil
[next]