Sign in
qemu
/
qemu
/
ad35a7da1a0a40cd8920ba829640bd43e1613ec1
/
exec.c
868bb33
xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN
by Jan Kiszka
· 14 years ago
e41d7c6
xen: Clean up map cache API naming
by Jan Kiszka
· 14 years ago
a884da8
exec.c: Fix calculation of code_gen_buffer_max_size
by Peter Maydell
· 14 years ago
1e78bcc
exec: add endian specific phys ld/st functions
by Alexander Graf
· 13 years ago
bb820c0
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
4429ab4
exec: last_first_tb was only used in !ONLY_USER case
by Juan Quintela
· 14 years ago
fdba959
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
712c2b4
xen: mapcache performance improvements
by Stefano Stabellini
· 14 years ago
38bee5d
exec.c: refactor cpu_physical_memory_map
by Stefano Stabellini
· 14 years ago
6506e4f
xen: remove xen_map_block and xen_unmap_block
by Stefano Stabellini
· 14 years ago
cd30608
xen: remove qemu_map_cache_unlock
by Stefano Stabellini
· 14 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
2173a75
CPUPhysMemoryClient: batch addresses in catchup
by Alex Williamson
· 14 years ago
4482939
Merge remote branch 'rth/axp-next' into alpha-merge
by Edgar E. Iglesias
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
1f2e98b
exec: Implement qemu_ram_free_from_ptr()
by Alex Williamson
· 14 years ago
5b45040
target-alpha: Trap for unassigned and unaligned addresses.
by Richard Henderson
· 14 years ago
6eba5c8
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
by Aurelien Jarno
· 14 years ago
a57d23e
Fix typos in comments (chek -> check)
by Stefan Weil
· 14 years ago
fb8b273
s390x: complain when allocating ram fails
by Alexander Graf
· 14 years ago
ff83678
s390x: change mapping base to allow guests > 2GB
by Christian Borntraeger
· 14 years ago
050a0dd
Introduce qemu_put_ram_ptr
by Anthony PERARD
· 14 years ago
432d268
xen: Introduce the Xen mapcache
by Jun Nakajima
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
8d4c78e
CPUPhysMemoryClient: Pass guest physical address not region offset
by Alex Williamson
· 14 years ago
c2f42bf
CPUPhysMemoryClient: Fix typo in phys memory client registration
by Alex Williamson
· 14 years ago
ec6959d
Redirect cpu_interrupt to callback handler
by Jan Kiszka
· 14 years ago
97ffbd8
Break up user and system cpu_interrupt implementations
by Jan Kiszka
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
54f7b4a
Replace cpu_physical_memory_rw were possible
by Stefan Weil
· 14 years ago
71d2b72
exec: Remove a type cast which is no longer needed
by Stefan Weil
· 14 years ago
3b8e6a2
exec: Handle registrations of the entire address space
by Edgar E. Iglesias
· 14 years ago
0fd542f
cpu: add set_memory flag to request dirty logging
by Michael S. Tsirkin
· 14 years ago
dc7a09c
Expose thread_id in info cpus
by Jan Kiszka
· 14 years ago
fd28aa1
s390: Detect invalid invocations of qemu_ram_free/remap
by Jan Kiszka
· 14 years ago
cd19cfa
Add qemu_ram_remap
by Huang Ying
· 14 years ago
b7680cb
Refactor thread retrieval and check
by Jan Kiszka
· 14 years ago
7d82af3
Fix performance regression in qemu_get_ram_ptr
by Vincent Palatin
· 14 years ago
e5896b1
Introduce log_start/log_stop in CPUPhysMemoryClient
by Anthony PERARD
· 14 years ago
d1a1eb7
Make tb_alloc static
by Tristan Gingold
· 14 years ago
4cd31ad
tcg/sparc64: fix segfault
by Blue Swirl
· 14 years ago
cbb608a
Use mmap() within code_gen_alloc() for OpenBSD.
by Brad
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
dd31053
exec: introduce endianness swapped mmio
by Alexander Graf
· 14 years ago
db1923d
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
by Stefan Hajnoczi
· 14 years ago
b2e0a13
migration: stable ram block ordering
by Michael S. Tsirkin
· 14 years ago
055403b
exec: Use fprintf_function for dump_exec_info (format checking)
by Stefan Weil
· 14 years ago
e890261
Export qemu_ram_addr_from_host
by Marcelo Tosatti
· 14 years ago
7fd3f49
exec: Fix compilation error for debug code
by Stefan Weil
· 14 years ago
e78815a
Introduce qemu_madvise()
by Andreas Färber
· 14 years ago
95c318f
Fix segfault in mmio subpage handling code.
by Gleb Natapov
· 14 years ago
6977dfe
exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()
by Yoshiaki Tamura
· 14 years ago
9742bf2
exec: replace tabs by spaces.
by Yoshiaki Tamura
· 14 years ago
84b89d7
Add qemu_ram_alloc_from_ptr function
by Cam Macdonell
· 14 years ago
24ab68a
Declare code_gen_ptr, code_gen_max_blocks 'static'
by Stefan Weil
· 14 years ago
09d7ae9
Fix warning about uninitialized variable
by Blue Swirl
· 14 years ago
fb787f8
ramblocks: No more being lazy about duplicate names
by Alex Williamson
· 14 years ago
04b1665
qemu_ram_free: Implement it
by Alex Williamson
· 14 years ago
cc9e98c
ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path
by Alex Williamson
· 14 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 14 years ago
d17b528
Remove uses of ram.last_offset (aka last_ram_offset)
by Alex Williamson
· 14 years ago
bf298f8
A bit optimization for tlb_set_page()
by Jun Koi
· 15 years ago
f471a17
ram_blocks: Convert to a QLIST
by Alex Williamson
· 15 years ago
eba0b89
tcg-s390: Allocate the code_gen_buffer near the main program.
by Richard Henderson
· 15 years ago
239fda3
tcg: get rid of copy_size in TCGOpDef
by Aurelien Jarno
· 15 years ago
9002ec7
tcg: Initialize the prologue after GUEST_BASE is fixed.
by Richard Henderson
· 15 years ago
618a568
Fix -mem-path with hugetlbfs
by Marcelo Tosatti
· 15 years ago
3cab721
Fill in unassigned mem read/write callbacks.
by Richard Henderson
· 15 years ago
733f0b0
qemu: address todo comment in exec.c
by Michael S. Tsirkin
· 15 years ago
3e0650a
Fix zero-length write(2).
by Richard Henderson
· 15 years ago
2e9a571
Remove PAGE_RESERVED
by Paul Brook
· 15 years ago
f640524
Remove IO_MEM_SUBWIDTH.
by Richard Henderson
· 15 years ago
24f7fb1
Cleanup dead code
by Jun Koi
· 15 years ago
fd43690
Revert "Avoid page_set_flags() assert in qemu-user host page protection code"
by Aurelien Jarno
· 15 years ago
01c0bef
Avoid page_set_flags() assert in qemu-user host page protection code
by Juergen Lock
· 15 years ago
f7c11b5
Replace direct phys_ram_dirty access with wrapper functions.
by Yoshiaki Tamura
· 15 years ago
355b194
Split TLB addend and target_phys_addr_t
by Paul Brook
· 15 years ago
ebf50fb
tcg: align static_code_gen_buffer to CODE_GEN_ALIGN
by Aurelien Jarno
· 15 years ago
45d679d
linux-user: fix page_unprotect when host page size > target page size
by Aurelien Jarno
· 15 years ago
f01576f
Get bsd-user host page protection code working on FreeBSD hosts
by Juergen Lock
· 15 years ago
29e922b
Compile qemu-timer only once
by Blue Swirl
· 15 years ago
91dbed4
exec: remove dead code
by Aurelien Jarno
· 15 years ago
6adc054
be more specific in -mem-path error messages
by Michael Tokarev
· 15 years ago
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
7296aba
Fix pagetable code
by Paul Brook
· 15 years ago
338e9e6
Fix more wrong usermode virtual address types
by Blue Swirl
· 15 years ago
b480d9b
Fix usermode virtual address type
by Paul Brook
· 15 years ago
b3755a9
Disable phsyical memory handling in userspace emulation.
by Paul Brook
· 15 years ago
41c1b1c
Add tb_page_addr_t
by Paul Brook
· 15 years ago
376a790
Fix last page errors in page_check_range and page_set_flags.
by Richard Henderson
· 15 years ago
5cd2c5b
Implement multi-level page tables.
by Richard Henderson
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
ea375f9
KVM: Rework VCPU state writeback API
by Jan Kiszka
· 15 years ago
c902760
Add option to use file backed guest memory
by Marcelo Tosatti
· 15 years ago
c527ee8
Avoid tlb_set_page in userspace emulation
by Paul Brook
· 15 years ago
c04b2b7
Move subpage definitions
by Paul Brook
· 15 years ago
a68fe89
Remove bogus cpu_physical_memory_rw
by Paul Brook
· 15 years ago
6d9a130
Remove l1_phys_map from userspace emulation
by Paul Brook
· 15 years ago
Next »