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
2016-06-11
qemu-thread: add simple test-and-set spinlock
Guillaume Delbergue
1
-0
/
+35
2016-06-11
include/processor.h: define cpu_relax()
Emilio G. Cota
1
-0
/
+30
2016-06-11
seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota
2
-16
/
+16
2016-06-11
seqlock: remove optional mutex
Emilio G. Cota
2
-10
/
+2
2016-06-11
compiler.h: add QEMU_ALIGNED() to enforce struct alignment
Emilio G. Cota
1
-0
/
+2
2016-06-10
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into st...
Peter Maydell
4
-7
/
+15
2016-06-10
console: ignore ui_info updates which don't actually update something
Gerd Hoffmann
1
-1
/
+6
2016-06-10
ui/console-gl: Add support for big endian display surfaces
Thomas Huth
1
-0
/
+5
2016-06-10
gtk: fix vte version check
Olaf Hering
1
-1
/
+1
2016-06-10
ui: fix regression in printing VNC host/port on startup
Daniel P. Berrange
1
-1
/
+1
2016-06-10
vnc: drop unused depth arg for set_pixel_format
Gerd Hoffmann
1
-4
/
+2
2016-06-09
target-i386: Move user-mode exception actions out of user-exec.c
Peter Maydell
2
-15
/
+3
2016-06-09
target-i386: Add comment about do_interrupt_user() next_eip argument
Peter Maydell
1
-1
/
+5
2016-06-09
user-exec: Don't reextract sigmask from usercontext pointer
Peter Maydell
1
-32
/
+16
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
10
-14
/
+12
2016-06-09
user-exec: Push resume-from-signal code out to handle_cpu_signal()
Peter Maydell
4
-18
/
+39
2016-06-09
translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()
Peter Maydell
1
-11
/
+15
2016-06-08
hw/arm: virt uart fix
xiaoqiang zhao
1
-4
/
+4
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
11
-520
/
+1700
2016-06-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
26
-303
/
+831
2016-06-08
Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160608' into st...
Peter Maydell
5
-10
/
+8
2016-06-08
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-07-07-tag' in...
Peter Maydell
1
-0
/
+81
2016-06-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
16
-58
/
+105
2016-06-08
linux-user: In fork_end(), remove correct CPUs from CPU list
Peter Maydell
1
-1
/
+1
2016-06-08
linux-user: Special-case ERESTARTSYS in target_strerror()
Peter Maydell
1
-0
/
+7
2016-06-08
linux-user: Make target_strerror() return 'const char *'
Peter Maydell
3
-4
/
+4
2016-06-08
linux-user: Correct signedness of target_flock l_start and l_len fields
Peter Maydell
1
-17
/
+17
2016-06-08
qemu-img bench: Add --flush-interval
Kevin Wolf
3
-12
/
+95
2016-06-08
qemu-img bench: Implement -S (step size)
Kevin Wolf
3
-8
/
+27
2016-06-08
qemu-img bench: Make start offset configurable
Kevin Wolf
3
-7
/
+25
2016-06-08
qemu-img bench: Sequential writes
Kevin Wolf
3
-11
/
+44
2016-06-08
qemu-img bench
Kevin Wolf
3
-0
/
+206
2016-06-08
block: Don't emulate natively supported pwritev flags
Kevin Wolf
1
-1
/
+3
2016-06-08
blockdev: clean up error handling in do_open_tray
Colin Lord
1
-18
/
+28
2016-06-08
block: Fix bdrv_all_delete_snapshot() error handling
Kevin Wolf
1
-3
/
+0
2016-06-08
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
3
-4
/
+12
2016-06-08
raw-posix: Fetch max sectors for host block device
Fam Zheng
1
-0
/
+24
2016-06-08
block: assert that bs->request_alignment is a power of 2
Peter Lieven
1
-1
/
+1
2016-06-08
migration/block: Convert saving to BlockBackend
Kevin Wolf
1
-45
/
+79
2016-06-08
migration/block: Convert load to BlockBackend
Kevin Wolf
1
-16
/
+10
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
2
-15
/
+2
2016-06-08
vmdk: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-7
/
+5
2016-06-08
raw_bsd: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-6
/
+5
2016-06-08
raw-posix: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2
-18
/
+18
2016-06-08
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-18
/
+15
2016-06-08
gluster: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-8
/
+6
2016-06-08
blkreplay: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-6
/
+4
2016-06-08
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2
-20
/
+21
2016-06-08
iscsi: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-24
/
+34
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
11
-33
/
+45
[next]