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-20
vga-isa: convert to qdev
Blue Swirl
4
-15
/
+67
2011-02-20
applesmc: make optional
Blue Swirl
4
-1
/
+4
2011-02-20
fdc: make optional
Blue Swirl
1
-1
/
+4
2011-02-20
fdc: refactor device creation
Blue Swirl
5
-55
/
+45
2011-02-20
fdc: use FDriveType for floppy drive type
Blue Swirl
3
-10
/
+15
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
3
-108
/
+119
2011-02-20
serial: make optional
Blue Swirl
1
-1
/
+4
2011-02-20
serial: refactor device creation
Blue Swirl
2
-13
/
+13
2011-02-20
ne2000_isa: make optional
Blue Swirl
1
-2
/
+7
2011-02-20
ne2000_isa: refactor device creation
Blue Swirl
2
-14
/
+11
2011-02-20
parallel: make optional
Blue Swirl
1
-1
/
+4
2011-02-20
parallel: refactor device creation
Blue Swirl
2
-19
/
+19
2011-02-17
Fix vmport segfault (v2)
Marcelo Tosatti
1
-5
/
+6
2011-02-16
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
10
-19
/
+94
2011-02-16
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
34
-485
/
+921
2011-02-16
Handle icount for powerpc tbl/tbu/decr load and store.
Tristan Gingold
1
-0
/
+42
2011-02-16
Merge mainstone.h header into mainstone.c
Dmitry Eremin-Solenikov
2
-36
/
+22
2011-02-16
mainstone: convert FPGA emulation code to use QDev/SysBus
Dmitry Eremin-Solenikov
3
-55
/
+55
2011-02-16
mainstone: correct and simplify irq handling
Dmitry Eremin-Solenikov
1
-19
/
+10
2011-02-14
Fix build from previous commit
Anthony Liguori
1
-1
/
+1
2011-02-14
PATCH] slirp: fix buffer overrun
Bruce Rogers
1
-2
/
+2
2011-02-14
correctly check ppr priority during interrupt injection]
Gleb Natapov
1
-12
/
+30
2011-02-14
io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond
Anthony Liguori
1
-1
/
+3
2011-02-14
kvm: x86: Introduce kvmclock device to save/restore its state
Jan Kiszka
4
-9
/
+166
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
[next]