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
2017-02-16
Makefile: avoid leaving the temporary QEMU_PKGVERSION header file
Lin Ma
1
-1
/
+5
2017-02-16
vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...
Dou Liyang
1
-2
/
+2
2017-02-16
qemu-nbd: Implement socket activation.
Richard W.M. Jones
1
-9
/
+163
2017-02-16
qemu-doc: Clarify that -vga std is now the default
Alberto Garcia
1
-2
/
+2
2017-02-16
cpu-exec: remove outermost infinite loop
Paolo Bonzini
1
-31
/
+27
2017-02-16
cpu-exec: avoid repeated sigsetjmp on interrupts
Paolo Bonzini
1
-12
/
+12
2017-02-16
cpu-exec: avoid cpu_loop_exit in cpu_handle_interrupt
Paolo Bonzini
1
-11
/
+12
2017-02-16
cpu-exec: tighten barrier on TCG_EXIT_REQUESTED
Paolo Bonzini
1
-2
/
+2
2017-02-16
cpu-exec: fix icount out-of-bounds access
Paolo Bonzini
2
-3
/
+5
2017-02-16
hw/char/mcf_uart: QOMify the ColdFire UART
Thomas Huth
3
-33
/
+81
2017-02-16
gdbstub: Fix vCont behaviour
Claudio Imbrenda
1
-47
/
+162
2017-02-16
move vm_start to cpus.c
Claudio Imbrenda
3
-29
/
+45
2017-02-16
char: drop data written to a disconnected pty
Ed Swierk
1
-1
/
+1
2017-02-16
apic: reset apic_delivered global variable on machine reset
Pavel Dovgalyuk
1
-0
/
+2
2017-02-16
qemu-char: socket backend: disconnect on write error
Anton Nefedov
1
-0
/
+10
2017-02-16
test-vmstate: remove yield_until_fd_readable
Paolo Bonzini
1
-11
/
+0
2017-02-16
kvm/ioapic: correct kvm ioapic version
Peter Xu
1
-0
/
+5
2017-02-16
ioapic: fix error report value of def version
Peter Xu
1
-2
/
+4
2017-02-16
kvm/ioapic: dump real object instead of a fake one
Peter Xu
1
-4
/
+4
2017-02-14
Merge remote-tracking branch 'remotes/rth/tags/pull-or-20170214' into staging
Peter Maydell
25
-1012
/
+915
2017-02-14
target/openrisc: Optimize for r0 being zero
Richard Henderson
3
-23
/
+66
2017-02-14
target/openrisc: Tidy handling of delayed branches
Richard Henderson
5
-35
/
+25
2017-02-14
target/openrisc: Tidy ppc/npc implementation
Richard Henderson
6
-55
/
+39
2017-02-14
target/openrisc: Optimize l.jal to next
Richard Henderson
1
-1
/
+5
2017-02-14
target/openrisc: Fix madd
Richard Henderson
4
-61
/
+30
2017-02-14
target/openrisc: Implement muld, muldu, macu, msbu
Richard Henderson
1
-0
/
+108
2017-02-14
target/openrisc: Represent MACHI:MACLO as a single unit
Richard Henderson
4
-61
/
+80
2017-02-14
target/openrisc: Implement msync
Richard Henderson
1
-0
/
+1
2017-02-14
target/openrisc: Enable trap, csync, msync, psync for user mode
Richard Henderson
1
-32
/
+0
2017-02-14
target/openrisc: Set flags on helpers
Richard Henderson
1
-12
/
+12
2017-02-14
target/openrisc: Use movcond where appropriate
Richard Henderson
1
-14
/
+14
2017-02-14
target/openrisc: Keep SR_CY and SR_OV in a separate variables
Richard Henderson
4
-89
/
+78
2017-02-14
target/openrisc: Keep SR_F in a separate variable
Richard Henderson
9
-78
/
+98
2017-02-14
target/openrisc: Invert the decoding in dec_calc
Richard Henderson
1
-207
/
+95
2017-02-14
target/openrisc: Put SR[OVE] in TB flags
Richard Henderson
3
-12
/
+18
2017-02-14
target/openrisc: Streamline arithmetic and OVE
Richard Henderson
5
-314
/
+191
2017-02-14
target/openrisc: Rationalize immediate extraction
Richard Henderson
1
-58
/
+40
2017-02-14
target/openrisc: Tidy insn dumping
Richard Henderson
1
-24
/
+12
2017-02-14
target/openrisc: Implement lwa, swa
Richard Henderson
7
-8
/
+81
2017-02-14
target/openrisc: Fix exception handling status registers
Stafford Horne
1
-0
/
+7
2017-02-14
linux-user: Honor CLONE_SETTLS for openrisc
Richard Henderson
1
-3
/
+1
2017-02-14
linux-user: Fix openrisc cpu_loop
Richard Henderson
1
-54
/
+41
2017-02-14
linux-user: Add MMAP_SHIFT for openrisc
Richard Henderson
1
-0
/
+2
2017-02-14
target/openrisc: Rename the cpu from or32 to or1k
Richard Henderson
8
-13
/
+13
2017-02-13
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170213a'...
Peter Maydell
27
-185
/
+648
2017-02-13
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
2
-107
/
+213
2017-02-13
tests/migration: Add test for VMSTATE_WITH_TMP
Dr. David Alan Gilbert
1
-6
/
+92
2017-02-13
migration: Add VMSTATE_WITH_TMP
Dr. David Alan Gilbert
2
-0
/
+59
2017-02-13
migration: Add VMSTATE_UNUSED_VARRAY_UINT32
Dr. David Alan Gilbert
1
-0
/
+11
2017-02-13
COLO: Don't process failover request while loading VM's state
zhanghailiang
2
-1
/
+29
[next]