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
2014-09-22
blkverify: Drop blkverify_aiocb_info.cancel
Fam Zheng
1
-19
/
+0
2014-09-22
blkdebug: Drop blkdebug_aiocb_info.cancel
Fam Zheng
1
-14
/
+1
2014-09-22
archipelago: Drop archipelago_aiocb_info.cancel
Fam Zheng
1
-16
/
+1
2014-09-22
iscsi: Convert iscsi_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-15
/
+2
2014-09-22
dma: Convert dma_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-16
/
+4
2014-09-22
linux-aio: Convert laio_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-22
/
+8
2014-09-22
thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_async
Fam Zheng
2
-26
/
+40
2014-09-22
block: Drop bdrv_em_aiocb_info.cancel
Fam Zheng
1
-10
/
+0
2014-09-22
block: Drop bdrv_em_co_aiocb_info.cancel
Fam Zheng
1
-21
/
+0
2014-09-22
block: Add bdrv_aio_cancel_async
Fam Zheng
3
-1
/
+29
2014-09-22
block: Add refcnt in BlockDriverAIOCB
Fam Zheng
2
-1
/
+13
2014-09-22
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
2
-0
/
+15
2014-09-22
aio-win32: fix uninitialized use of have_select_revents
Paolo Bonzini
1
-2
/
+2
2014-09-22
ide/atapi: Mark non-data commands as complete
John Snow
1
-4
/
+3
2014-09-22
block/vhdx.c: Mark parent_vhdx_guid variable as unused
Peter Maydell
1
-1
/
+2
2014-09-22
arch_init: Setting QEMU_ARCH enum straight
Bastian Koppelmann
1
-17
/
+17
2014-09-22
pc: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-09-22
block: allow creation of fixed vhdx images
Adelina Tuvenie
1
-1
/
+1
2014-09-22
usb-storage: Fix how legacy init handles option ID clash
Markus Armbruster
1
-2
/
+4
2014-09-20
vl: Print maxmem in hex format for error message
zhanghailiang
1
-11
/
+11
2014-09-20
configure: trivial fixes
Gonglei
1
-3
/
+3
2014-09-20
xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init()
Chen Gang
1
-5
/
+4
2014-09-20
rdma: Fix incorrect description in comments
zhanghailiang
2
-5
/
+5
2014-09-20
Fix typos and misspellings in comments
zhanghailiang
2
-3
/
+3
2014-09-20
qemu-char: Permit only a single "stdio" character device
Li Liu
1
-1
/
+9
2014-09-19
exec.c: fix setting 1-byte-long watchpoints
Max Filippov
1
-1
/
+1
2014-09-19
Fix cross compilation (nm command)
Stefan Weil
2
-1
/
+3
2014-09-18
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
15
-75
/
+236
2014-09-18
pc: leave more space for BIOS allocations
Michael S. Tsirkin
1
-2
/
+4
2014-09-18
virtio-pci: fix migration for pci bus master
Michael S. Tsirkin
1
-19
/
+20
2014-09-18
vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiation
Damjan Marion
1
-4
/
+4
2014-09-18
virtio-pci: enable bus master for old guests
Michael S. Tsirkin
1
-0
/
+10
2014-09-18
Revert "virtio: don't call device on !vm_running"
Michael S. Tsirkin
1
-8
/
+1
2014-09-18
virtio-net: drop assert on vm stop
Michael S. Tsirkin
1
-2
/
+0
2014-09-18
Revert "rng-egd: remove redundant free"
Eduardo Habkost
1
-0
/
+1
2014-09-18
qdev: Move global validation to a single function
Eduardo Habkost
4
-39
/
+83
2014-09-18
qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()
Eduardo Habkost
4
-4
/
+4
2014-09-18
test-qdev-global-props: Test handling of hotpluggable and non-device types
Eduardo Habkost
1
-0
/
+55
2014-09-18
test-qdev-global-props: Initialize not_used=true for all props
Eduardo Habkost
1
-2
/
+5
2014-09-18
test-qdev-global-props: Run tests on subprocess
Eduardo Habkost
1
-6
/
+43
2014-09-18
tests: disable global props test for old glib
Michael S. Tsirkin
2
-1
/
+10
2014-09-18
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140918-1' into s...
Peter Maydell
2
-2
/
+1
2014-09-18
vnc-tls: Clean up dead store in vnc_set_x509_credential()
Markus Armbruster
1
-2
/
+0
2014-09-17
ui/vnc: set TCP_NODELAY
Peter Lieven
1
-0
/
+1
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
7
-38
/
+35
2014-09-16
qemu-char: Remove register_char_driver() machinery
Peter Maydell
2
-89
/
+38
2014-09-16
qemu-char: Convert udp backend to QAPI
Peter Maydell
1
-15
/
+54
2014-09-16
util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram()
Peter Maydell
1
-2
/
+1
2014-09-16
qemu-char: Convert socket backend to QAPI
Peter Maydell
1
-56
/
+56
2014-09-16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into s...
Peter Maydell
2
-4
/
+4
[prev]
[next]