index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
lm32_timer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-31
target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
Andreas Färber
3
-4
/
+6
2012-10-31
target-ppc: Pass PowerPCCPU to powerpc_excp()
Andreas Färber
1
-16
/
+20
2012-10-31
xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
Andreas Färber
1
-2
/
+5
2012-10-31
cpus: Pass CPUState to qemu_wait_io_event_common()
Andreas Färber
1
-7
/
+5
2012-10-31
cpus: Pass CPUState to flush_queued_work()
Andreas Färber
1
-3
/
+2
2012-10-31
cpu: Move queued_work_{first,last} to CPUState
Andreas Färber
3
-10
/
+11
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
12
-20
/
+26
2012-10-31
target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
Andreas Färber
1
-2
/
+6
2012-10-31
ppc: Pass PowerPCCPU to {ppc6xx,ppc970,power7,ppc40x,ppce500}_set_irq()
Andreas Färber
1
-20
/
+35
2012-10-31
cpus: Pass CPUState to qemu_tcg_init_vcpu()
Andreas Färber
1
-5
/
+2
2012-10-31
cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
Andreas Färber
1
-3
/
+3
2012-10-31
cpu: Move halt_cond to CPUState
Andreas Färber
3
-11
/
+13
2012-10-31
cpus: Pass CPUState to cpu_can_run()
Andreas Färber
1
-8
/
+6
2012-10-31
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
4
-6
/
+14
2012-10-31
cpu: Move stopped field to CPUState
Andreas Färber
4
-14
/
+22
2012-10-31
ppce500_spin: Store PowerPCCPU in SpinKick
Andreas Färber
1
-3
/
+3
2012-10-31
cpu: Move stop field to CPUState
Andreas Färber
3
-10
/
+20
2012-10-31
cpu: Move created field to CPUState
Andreas Färber
3
-7
/
+9
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick_thread()
Andreas Färber
1
-5
/
+4
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
7
-14
/
+28
2012-10-30
target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
Andreas Färber
2
-2
/
+4
2012-10-30
apic: Store X86CPU in APICCommonState
Andreas Färber
5
-25
/
+30
2012-10-30
target-i386: Inline APIC cpu_env property setting
Andreas Färber
2
-2
/
+4
2012-10-30
target-i386: Initialize APIC at CPU level
Igor Mammedov
2
-51
/
+62
2012-10-30
target-i386: If x86_cpu_realize() failed, report error and do cleanup
Igor Mammedov
1
-2
/
+7
2012-10-30
target-i386: cpu_x86_register(): report error from property setter
Igor Mammedov
1
-1
/
+2
2012-10-30
tap-win32: stubs to fix win32 build
Michael S. Tsirkin
1
-0
/
+10
2012-10-30
tests/tcg: fix unused result warnings
Catalin Patulea
2
-7
/
+22
2012-10-30
configure: use -Wwombat to test whether gcc recognizes -Wno-wombat
Peter Maydell
1
-1
/
+5
2012-10-30
target-sparc: Revert setting cpu_dst to gen_dest_gpr
Richard Henderson
1
-1
/
+1
2012-10-30
tcg/mips: use MUL instead of MULT on MIPS32 and above
Aurelien Jarno
1
-0
/
+7
2012-10-29
memory: fix rendering of a region obscured by another
Avi Kivity
1
-6
/
+6
2012-10-29
s390: sclp ascii console support
Heinz Graalfs
2
-1
/
+307
2012-10-29
s390: sclp signal quiesce support
Heinz Graalfs
3
-0
/
+131
2012-10-29
s390: sclp event support
Heinz Graalfs
6
-2
/
+579
2012-10-29
s390: sclp base support
Heinz Graalfs
6
-60
/
+198
2012-10-29
s390: use sync regs for register transfer
Christian Borntraeger
1
-20
/
+92
2012-10-29
s390/kvm_stat: correct sys_perf_event_open syscall number
Heinz Graalfs
1
-2
/
+9
2012-10-29
s390x: fix -initrd in virtio machine
Alexander Graf
1
-2
/
+2
2012-10-29
pci: avoid destroying bridge address space windows in a transaction
Avi Kivity
2
-30
/
+44
2012-10-29
virtio-net: enable mrg buf header in tap on linux
Michael S. Tsirkin
2
-21
/
+18
2012-10-29
virtio-net: test peer header support at init time
Michael S. Tsirkin
1
-9
/
+14
2012-10-29
virtio-net: minor code simplification
Michael S. Tsirkin
1
-3
/
+1
2012-10-29
virtio-net: simplify rx code
Michael S. Tsirkin
1
-7
/
+2
2012-10-29
virtio-net: switch tx to safe iov functions
Michael S. Tsirkin
1
-12
/
+19
2012-10-29
virtio-net: first s/g is always at start of buf
Michael S. Tsirkin
1
-2
/
+3
2012-10-29
virtio-net: refactor receive_hdr
Michael S. Tsirkin
1
-11
/
+7
2012-10-29
virtio-net: use safe iov operations for rx
Michael S. Tsirkin
1
-11
/
+14
2012-10-29
virtio-net: avoid sg copy
Michael S. Tsirkin
1
-25
/
+23
2012-10-29
iov: add iov_cpy
Michael S. Tsirkin
2
-0
/
+32
[next]