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
*
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
*
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-20
1
-17
/
+17
*
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
2012-12-20
1
-21
/
+28
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
exec: move TB handling to translate-all.c
Blue Swirl
2012-12-16
1
-1711
/
+2
*
exec: extract TB watchpoint check
Blue Swirl
2012-12-16
1
-8
/
+14
*
exec: fix coding style
Blue Swirl
2012-12-16
1
-68
/
+110
*
exec: Advise huge pages for the TCG code gen buffer
Richard Henderson
2012-12-08
1
-0
/
+2
*
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
2012-11-12
1
-0
/
+5
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
2012-11-03
1
-6
/
+9
|
\
|
*
exec: make some functions static
Blue Swirl
2012-11-01
1
-6
/
+9
*
|
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
Yeongkyoon Lee
2012-11-03
1
-0
/
+11
*
|
cpu: Move thread_id to CPUState
Andreas Färber
2012-10-31
1
-1
/
+4
*
|
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
1
-1
/
+1
*
|
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-10-31
1
-1
/
+2
|
/
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-81
/
+81
*
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
2012-10-22
1
-0
/
+1
*
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
2012-10-22
1
-1
/
+1
|
\
|
*
ram: Export last_ram_offset()
Juan Quintela
2012-10-17
1
-1
/
+1
*
|
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
2012-10-22
1
-184
/
+133
|
\
\
|
*
|
memory: add address_space_destroy()
Avi Kivity
2012-10-22
1
-0
/
+10
|
*
|
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
1
-67
/
+107
|
*
|
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
1
-5
/
+5
|
*
|
memory: move tcg flush into a tcg memory listener
Avi Kivity
2012-10-22
1
-2
/
+6
|
*
|
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
2012-10-22
1
-2
/
+7
|
*
|
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
2012-10-22
1
-13
/
+0
|
*
|
memory: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-96
/
+0
[next]