index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
kvm: Make kvm_state globally available
Jan Kiszka
2
-1
/
+2
2011-02-14
cirrus: Remove obsolete kvm.h include
Jan Kiszka
1
-1
/
+0
2011-02-14
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
8
-30
/
+64
2011-02-14
kvm: Remove unneeded memory slot reservation
Jan Kiszka
1
-4
/
+0
2011-02-14
kvm: x86: Catch and report failing IRQ and NMI injections
Jan Kiszka
1
-3
/
+13
2011-02-14
kvm: Drop return values from kvm_arch_pre/post_run
Jan Kiszka
4
-17
/
+8
2011-02-14
kvm: x86: Prepare VCPU loop for in-kernel irqchip
Jan Kiszka
1
-31
/
+38
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
4
-31
/
+23
2011-02-14
Move debug exception handling out of cpu_exec
Jan Kiszka
3
-30
/
+31
2011-02-14
Refactor debug and vmstop request interface
Jan Kiszka
4
-14
/
+19
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
12
-22
/
+33
2011-02-14
Fix a few coding style violations in cpus.c
Jan Kiszka
1
-27
/
+44
2011-02-14
Refactor cpu_has_work/any_cpu_has_work in cpus.c
Jan Kiszka
1
-20
/
+23
2011-02-14
Refactor kvm&tcg function names in cpus.c
Jan Kiszka
1
-8
/
+8
2011-02-14
kvm: make tsc stable over migration and machine start
Glauber Costa
2
-1
/
+18
2011-02-14
kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
Jan Kiszka
1
-1
/
+0
2011-02-14
kvm: Remove static return code of kvm_handle_io
Jan Kiszka
1
-9
/
+8
2011-02-14
kvm: Unconditionally reenter kernel after IO exits
Jan Kiszka
2
-14
/
+22
2011-02-14
Introduce VCPU self-signaling service
Jan Kiszka
2
-0
/
+22
2011-02-14
kvm: Add MCE signal support for !CONFIG_IOTHREAD
Jan Kiszka
1
-42
/
+65
2011-02-14
kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
Jan Kiszka
2
-1
/
+36
2011-02-14
Set up signalfd under !CONFIG_IOTHREAD
Jan Kiszka
2
-54
/
+65
2011-02-14
kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
Jan Kiszka
1
-38
/
+52
2011-02-14
kvm: Refactor qemu_kvm_eat_signals
Jan Kiszka
1
-16
/
+7
2011-02-14
kvm: Set up signal mask also for !CONFIG_IOTHREAD
Jan Kiszka
1
-2
/
+27
2011-02-14
Refactor signal setup functions in cpus.c
Jan Kiszka
1
-79
/
+83
2011-02-14
kvm: Provide sigbus services arch-independently
Jan Kiszka
7
-10
/
+46
2011-02-14
kvm: Handle kvm_init_vcpu errors
Jan Kiszka
1
-4
/
+15
2011-02-14
kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
Jan Kiszka
1
-2
/
+2
2011-02-14
kvm: Report proper error on GET_VCPU_MMAP_SIZE failures
Jan Kiszka
1
-0
/
+1
2011-02-14
Flatten the main loop
Jan Kiszka
1
-15
/
+15
2011-02-14
Leave inner main_loop faster on pending requests
Jan Kiszka
1
-4
/
+7
2011-02-14
Trigger exit from cpu_exec_all on pending IO events
Jan Kiszka
1
-0
/
+1
2011-02-14
Process vmstop requests in IO thread
Jan Kiszka
1
-9
/
+5
2011-02-14
Stop current VCPU on synchronous reset requests
Jan Kiszka
3
-4
/
+15
2011-02-14
Prevent abortion on multiple VCPU kicks
Jan Kiszka
2
-1
/
+6
2011-02-12
vmmouse: fix queue_size field initialization
Blue Swirl
1
-0
/
+1
2011-02-12
hpet: make optional
Blue Swirl
6
-7
/
+11
2011-02-12
sysbus: add creation function that may fail
Blue Swirl
2
-0
/
+40
2011-02-12
x86: make vmmouse optional
Blue Swirl
8
-27
/
+29
2011-02-12
isa: add creation function that may fail
Blue Swirl
2
-0
/
+13
2011-02-12
vmmouse: convert to qdev
Blue Swirl
3
-13
/
+32
2011-02-12
vmport: convert to qdev
Blue Swirl
4
-6
/
+26
2011-02-12
x86,MIPS: make vmware_vga optional
Blue Swirl
3
-6
/
+22
2011-02-12
pci: add creation functions that may fail
Blue Swirl
2
-0
/
+24
2011-02-12
qdev: add creation function that may fail
Blue Swirl
2
-1
/
+14
2011-02-12
vmware_vga: refactor device creation
Blue Swirl
2
-6
/
+4
2011-02-11
mst_fpga: Drop one more pxa.h inclusion.
Andrzej Zaborowski
1
-1
/
+0
2011-02-11
pxa2xx: convert i2c master to use qdev/vmsd
Dmitry Eremin-Solenikov
1
-11
/
+42
2011-02-11
max7310: finish qdev'ication
Dmitry Eremin-Solenikov
2
-26
/
+5
[next]