index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cputlb.c
Age
Commit message (
Expand
)
Author
2013-10-07
cputlb: Remove dead function tlb_update_dirty()
liguang
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-04
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
2013-06-20
exec: Resolve subpages in one step except for IOTLB fills
Jan Kiszka
2013-06-14
cputlb: fix debug logs
Hervé Poussineau
2013-05-29
memory: add address_space_translate
Paolo Bonzini
2013-05-29
cputlb: simplify tlb_set_page
Paolo Bonzini
2013-02-16
cpu: Move current_tb field to CPUState
Andreas Färber
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-15
memory: rename 'exec-obsolete.h'
Avi Kivity
2012-09-15
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
2012-08-15
cputlb.c: Fix out of date comment
Peter Maydell
2012-05-12
cputlb: fix watchpoints handling
Max Filippov
2012-05-01
cputlb: prepare private memory API for public consumption
Blue Swirl
2012-05-01
cputlb: move TLB handling to a separate file
Blue Swirl