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
2018-06-28
configure: enable debug-mutex if debug enabled
Peter Xu
1
-0
/
+1
2018-06-28
QemuMutex: support --enable-debug-mutex
Paolo Bonzini
4
-0
/
+30
2018-06-28
qemu-thread: introduce qemu-thread-common.h
Peter Xu
3
-20
/
+59
2018-06-28
tests/atomic_add-bench: add -m option to use mutexes
Emilio G. Cota
1
-2
/
+17
2018-06-28
kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed
Shannon Zhao
2
-9
/
+9
2018-06-28
exec: check that alignment is a power of two
David Hildenbrand
1
-0
/
+4
2018-06-28
memory-device: turn alignment assert into check
David Hildenbrand
1
-1
/
+7
2018-06-28
whpx: commit missing file
Paolo Bonzini
1
-0
/
+56
2018-06-28
target/i386: Fix BLSR and BLSI
Richard Henderson
1
-17
/
+9
2018-06-28
hw/char/serial: Only retry if qemu_chr_fe_write returns 0
Sergio Lopez
1
-1
/
+1
2018-06-28
main-loop: document IOCanReadHandler
Stefan Hajnoczi
1
-0
/
+14
2018-06-28
chardev: don't splatter terminal settings on exit if not previously set
Daniel P. Berrangé
1
-2
/
+4
2018-06-28
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
8
-41
/
+38
2018-06-28
exec: Fix MAP_RAM for cached access
Eric Auger
2
-31
/
+22
2018-06-28
Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...
Peter Maydell
2
-3
/
+19
2018-06-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
15
-35
/
+77
2018-06-28
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...
Peter Maydell
9
-30
/
+515
2018-06-28
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-2018-06-27' i...
Peter Maydell
7
-22
/
+28
2018-06-28
Delete AF_UNIX socket after close
Pavel Balaev
1
-1
/
+17
2018-06-28
socket: don't free msgfds if error equals EAGAIN
linzhecheng
1
-2
/
+2
2018-06-28
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
8
-37
/
+128
2018-06-27
target/mips: Fix gdbstub to read/write 64 bit FP registers
Yongbok Kim
1
-1
/
+2
2018-06-27
target/mips: Fix data type for offset
Yongbok Kim
1
-4
/
+4
2018-06-27
target/mips: Update gen_flt_ldst()
Yongbok Kim
1
-8
/
+7
2018-06-27
target/mips: Fix microMIPS on reset
Yongbok Kim
1
-0
/
+5
2018-06-27
target/mips: Raise a RI when given fs is n/a from CTC1
Yongbok Kim
1
-0
/
+3
2018-06-27
hw/pci-host/xilinx-pcie: don't make "io" region be RAM
Peter Maydell
1
-3
/
+2
2018-06-27
hw/mips/mips_malta: don't make bios region 'nomigrate'
Peter Maydell
1
-1
/
+1
2018-06-27
hw/mips/boston: don't make flash region 'nomigrate'
Peter Maydell
1
-2
/
+1
2018-06-27
MAINTAINERS: update target-mips maintainers
Aleksandar Markovic
1
-3
/
+3
2018-06-27
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
6
-13
/
+53
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
9
-22
/
+24
2018-06-27
migration: fix crash in when incoming client channel setup fails
Daniel P. Berrangé
1
-1
/
+2
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
5
-8
/
+5
2018-06-27
migration: Stop sending whole pages through main channel
Juan Quintela
1
-8
/
+3
2018-06-27
migration: Remove not needed semaphore and quit
Juan Quintela
1
-9
/
+5
2018-06-27
migration: Wait for blocking IO
Juan Quintela
1
-13
/
+0
2018-06-27
migration: Start sending messages
Juan Quintela
1
-5
/
+24
2018-06-27
migration: Create ram_save_multifd_page
Juan Quintela
2
-1
/
+108
2018-06-27
migration: Create multifd_bytes ram_counter
Juan Quintela
3
-1
/
+7
2018-06-27
migration: Synchronize multifd threads with main thread
Juan Quintela
2
-30
/
+121
2018-06-27
migration: Add block where to send/receive packets
Juan Quintela
2
-5
/
+46
2018-06-27
migration: Multifd channels always wait on the sem
Juan Quintela
1
-2
/
+11
2018-06-27
migration: Add multifd traces for start/end thread
Juan Quintela
2
-0
/
+26
2018-06-27
migration: Abstract the number of bytes sent
Juan Quintela
1
-3
/
+11
2018-06-27
migration: Calculate mbps only during transfer time
Juan Quintela
1
-2
/
+4
2018-06-27
migration: Create multifd packet
Juan Quintela
1
-1
/
+144
2018-06-27
migration: Create multipage support
Juan Quintela
1
-0
/
+57
2018-06-27
trace: forbid floating point types
Stefan Hajnoczi
4
-4
/
+7
2018-06-27
trace: enable tracing of TCG atomics
Emilio G. Cota
1
-6
/
+81
[prev]
[next]