index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
qemu-file-unix.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
translate-all: Mark map_exec() with the 'unused' attribute
SeokYeon Hwang
1
-2
/
+2
2015-01-15
tests/hd-geo-test.c: Remove unused test_image variable
Peter Maydell
1
-2
/
+0
2015-01-15
vt82c686: avoid out-of-bounds read
Paolo Bonzini
1
-1
/
+1
2015-01-14
cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timer
Pavel Dovgalyuk
1
-1
/
+1
2015-01-14
qemu-timer: rename timer_init to timer_init_tl
Paolo Bonzini
3
-9
/
+9
2015-01-14
scsi: fix cancellation when I/O was completed but DMA was not.
Paolo Bonzini
1
-0
/
+2
2015-01-14
rules.mak: Fix module build
Fam Zheng
1
-11
/
+12
2015-01-14
hw/scsi/lsi53c895a: add support for additional diag / debug registers
Peter Lieven
1
-0
/
+6
2015-01-14
qemu-common.h: optimise muldiv64 if int128 is available
Frediano Ziglio
1
-0
/
+7
2015-01-14
target-i386: do not memcpy in and out of xmm_regs
Paolo Bonzini
2
-10
/
+28
2015-01-14
target-i386: fix movntsd on big-endian hosts
Paolo Bonzini
1
-1
/
+2
2015-01-14
vl.c: fix regression when reading memory size from config file
Marcel Apfelbaum
1
-87
/
+90
2015-01-13
xen-hvm: increase maxmem before calling xc_domain_populate_physmap
Stefano Stabellini
1
-0
/
+24
2015-01-13
NVMe: Set correct VS Value for 1.1 Compliant Controllers
Anubhav Rakshit
1
-1
/
+1
2015-01-13
MAINTAINERS: Add migration/block* to block subsystem
Fam Zheng
1
-0
/
+1
2015-01-13
MAINTAINERS: Update email addresses for Chrysostomos Nanakos
Chrysostomos Nanakos
1
-1
/
+0
2015-01-13
nvme: Fix get/set number of queues feature
Alex Friedman
1
-2
/
+4
2015-01-13
ide: Implement VPD response for ATAPI
John Snow
2
-12
/
+100
2015-01-13
block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}
Fam Zheng
4
-6
/
+12
2015-01-13
block: limited request size in write zeroes unsupported path
Peter Lieven
1
-1
/
+4
2015-01-13
coroutine: try harder not to delete coroutines
Peter Lieven
1
-1
/
+8
2015-01-13
coroutine: drop qemu_coroutine_adjust_pool_size
Paolo Bonzini
3
-18
/
+0
2015-01-13
coroutine: rewrite pool to avoid mutex
Paolo Bonzini
1
-51
/
+41
2015-01-13
QSLIST: add lock-free operations
Paolo Bonzini
1
-2
/
+13
2015-01-13
test-coroutine: avoid overflow on 32-bit systems
Paolo Bonzini
1
-1
/
+1
2015-01-13
qemu-thread: add per-thread atexit functions
Paolo Bonzini
3
-11
/
+78
2015-01-13
coroutine-ucontext: use __thread
Paolo Bonzini
1
-50
/
+19
2015-01-13
qemu-iotests: Add supported os parameter for python tests
Fam Zheng
1
-1
/
+4
2015-01-13
qemu-iotests: Add "_supported_os Linux" to 058
Fam Zheng
1
-0
/
+1
2015-01-13
qemu-iotests: Replace "/bin/true" with "true"
Fam Zheng
3
-3
/
+3
2015-01-13
.gitignore: Ignore generated "common.env"
Fam Zheng
1
-0
/
+1
2015-01-13
xen-pt: Fix PCI devices re-attach failed
Liang Li
1
-1
/
+1
2015-01-13
libqos: Convert malloc-pc allocator to a generic allocator
Marc MarĂ
5
-299
/
+309
2015-01-13
migration/block: fix pending() return value
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2015-01-13
iotests: Filter out "I/O thread spun..." warning
Max Reitz
8
-10
/
+12
2015-01-13
qemu-iotests: Test blockdev-backup in 055
Fam Zheng
2
-39
/
+176
2015-01-13
block: Add blockdev-backup to transaction
Fam Zheng
2
-0
/
+81
2015-01-13
qmp: Add command 'blockdev-backup'
Fam Zheng
4
-0
/
+178
2015-01-13
qapi: Comment version info in TransactionAction
Fam Zheng
1
-0
/
+6
2015-01-13
block: fix spoiling all dirty bitmaps by mirror and migration
Vladimir Sementsov-Ogievskiy
4
-11
/
+34
2015-01-13
qapi: Fix document for BlockStats.node-name
Fam Zheng
1
-1
/
+1
2015-01-13
iotests: Add test for relative backing file names
Max Reitz
3
-0
/
+114
2015-01-13
block/vmdk: Relative backing file for creation
Max Reitz
1
-1
/
+12
2015-01-13
block: Relative backing file for image creation
Max Reitz
1
-1
/
+11
2015-01-13
block: JSON filenames and relative backing files
Max Reitz
3
-9
/
+31
2015-01-13
block: Get full backing filename from string
Max Reitz
2
-4
/
+15
2015-01-13
checkpatch: Brace handling on multi-line condition
Max Reitz
1
-2
/
+11
2015-01-13
block: replace g_new0 with g_new for bottom half allocation.
Paolo Bonzini
1
-4
/
+6
2015-01-13
block: do not allocate an iovec per read of a growable/zero_after_eof BDS
Paolo Bonzini
1
-7
/
+5
2015-01-13
block: mark AioContext as recursive
Paolo Bonzini
1
-0
/
+1
[next]