index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
memory: move private types to exec.c
Paolo Bonzini
2013-06-20
1
-0
/
+16
*
memory: Introduce address_space_lookup_region
Jan Kiszka
2013-06-20
1
-1
/
+7
*
exec.c: address_space_translate: handle access to addr 0 of 2^64 sized region
Peter Maydell
2013-06-20
1
-1
/
+1
*
memory: add return value to address_space_rw/read/write
Paolo Bonzini
2013-05-29
1
-19
/
+15
*
memory: propagate errors on I/O dispatch
Paolo Bonzini
2013-05-29
1
-9
/
+12
*
exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses
Paolo Bonzini
2013-05-29
1
-7
/
+1
*
memory: correctly handle endian-swapped 64-bit accesses
Paolo Bonzini
2013-05-29
1
-3
/
+9
*
memory: add address_space_access_valid
Paolo Bonzini
2013-05-29
1
-0
/
+21
*
exec: implement .valid.accepts for subpages
Paolo Bonzini
2013-05-29
1
-0
/
+20
*
exec: introduce memory_access_size
Paolo Bonzini
2013-05-29
1
-10
/
+17
*
exec: introduce memory_access_is_direct
Paolo Bonzini
2013-05-29
1
-17
/
+22
*
exec: expect mr->ops to be initialized for ROM
Paolo Bonzini
2013-05-29
1
-9
/
+0
*
memory: move unassigned_mem_ops to memory.c
Paolo Bonzini
2013-05-29
1
-12
/
+0
*
memory: add address_space_translate
Paolo Bonzini
2013-05-29
1
-94
/
+98
*
memory: dispatch unassigned accesses based on .valid.accepts
Paolo Bonzini
2013-05-29
1
-24
/
+12
*
exec: do not use error_mem_read
Paolo Bonzini
2013-05-29
1
-14
/
+2
*
exec: make io_mem_unassigned private
Paolo Bonzini
2013-05-29
1
-2
/
+2
*
exec: drop useless #if
Paolo Bonzini
2013-05-29
1
-2
/
+0
*
exec: eliminate io_mem_ram
Paolo Bonzini
2013-05-29
1
-16
/
+2
*
memory: clean up phys_page_find
Paolo Bonzini
2013-05-24
1
-6
/
+2
*
memory: limit sections in the radix tree to the actual address space size
Avi Kivity
2013-05-24
1
-1
/
+12
*
memory: assert that PhysPageEntry's ptr does not overflow
Paolo Bonzini
2013-05-24
1
-0
/
+6
*
exec: eliminate stq_phys_notdirty
Paolo Bonzini
2013-05-24
1
-27
/
+0
*
exec: eliminate qemu_put_ram_ptr
Paolo Bonzini
2013-05-24
1
-8
/
+0
*
exec: remove obsolete comment
Paolo Bonzini
2013-05-24
1
-6
/
+0
*
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
2013-05-14
1
-6
/
+2
*
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
2013-05-14
1
-3
/
+3
*
cpu: Add qemu_for_each_cpu()
Michael S. Tsirkin
2013-05-01
1
-0
/
+10
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
exec: assert that RAMBlock size is non-zero
Stefan Hajnoczi
2013-03-26
1
-0
/
+2
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-03-14
1
-14
/
+16
|
\
|
*
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
1
-1
/
+1
|
*
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-12
1
-7
/
+0
|
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-7
/
+9
|
*
cpu: Register VMStateDescription through CPUState
Andreas Färber
2013-03-12
1
-2
/
+9
|
*
cpu: Fix qemu_get_cpu() to return NULL if CPU not found
Igor Mammedov
2013-03-12
1
-1
/
+1
*
|
exec: make -mem-path filenames deterministic
Peter Feiner
2013-03-12
1
-1
/
+12
|
/
*
Handle CPU interrupts by inline checking of a flag
Peter Maydell
2013-03-03
1
-1
/
+1
*
cputlb: Pass CPUState to cpu_unlink_tb()
Andreas Färber
2013-02-16
1
-1
/
+1
*
cpu: Move exit_request field to CPUState
Andreas Färber
2013-02-16
1
-1
/
+3
*
Replace non-portable asprintf by g_strdup_printf
Stefan Weil
2013-01-19
1
-5
/
+3
*
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
2013-01-15
1
-3
/
+3
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-6
/
+7
*
cpu: Move numa_node field to CPUState
Andreas Färber
2013-01-15
1
-3
/
+1
*
stubs: fully replace qemu-tool.c and qemu-user.c
Paolo Bonzini
2013-01-12
1
-1
/
+1
*
Revert "virtio-pci: replace byte swap hack"
Blue Swirl
2013-01-06
1
-0
/
+18
*
virtio-pci: replace byte swap hack
Blue Swirl
2013-01-06
1
-18
/
+0
*
protect the ramlist with a separate mutex
Umesh Deshpande
2012-12-20
1
-2
/
+27
*
add a version number to ram_list
Umesh Deshpande
2012-12-20
1
-0
/
+4
*
exec: sort the memory from biggest to smallest
Paolo Bonzini
2012-12-20
1
-2
/
+12
[prev]
[next]