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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2014-07-14
virtio-scsi: fix with -M pc-i440fx-2.0
Paolo Bonzini
1
-0
/
+2
2014-07-14
dma-helpers: Fix too long qiov
Kevin Wolf
1
-0
/
+1
2014-07-14
AioContext: do not rely on aio_poll(ctx, true) result to end a loop
Paolo Bonzini
1
-3
/
+3
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2
-2
/
+6
2014-07-14
dataplane: do not free VirtQueueElement in vring_push()
Stefan Hajnoczi
1
-1
/
+0
2014-07-09
AioContext: speed up aio_notify
Paolo Bonzini
1
-0
/
+9
2014-07-09
block: drop aio functions that operate on the main AioContext
Paolo Bonzini
3
-18
/
+5
2014-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-6
/
+0
2014-07-07
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-0
/
+9
2014-07-07
xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
Stefano Stabellini
1
-0
/
+2
2014-07-07
block: block: introduce APIs for submitting IO as a batch
Ming Lei
2
-0
/
+9
2014-07-06
Handle G_IO_HUP in tcp_chr_read for tcp chardev
Kirill Batuzov
1
-1
/
+0
2014-07-06
virtio: move common virtio properties to bus class device
Ming Lei
3
-5
/
+0
2014-07-01
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-24
/
+8
2014-07-01
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
Peter Maydell
3
-7
/
+57
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
2
-2
/
+4
2014-07-01
block: add helper function to determine if a BDS is in a chain
Jeff Cody
1
-0
/
+1
2014-07-01
qdev: correctly send DEVICE_DELETED for recursively-deleted devices
Paolo Bonzini
1
-0
/
+1
2014-07-01
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
1
-1
/
+1
2014-07-01
memory: MemoryRegion: replace owner field with QOM parent
Paolo Bonzini
1
-1
/
+0
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
1
-0
/
+6
2014-07-01
qom: add a generic mechanism to resolve paths
Paolo Bonzini
1
-5
/
+29
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
1
-0
/
+1
2014-07-01
qom: add object_property_add_alias()
Stefan Hajnoczi
1
-0
/
+20
2014-07-01
qdev: drop iothread property type
Stefan Hajnoczi
1
-3
/
+0
2014-07-01
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
1
-23
/
+0
2014-07-01
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
1
-2
/
+0
2014-07-01
qdev: add qdev_alias_all_properties()
Stefan Hajnoczi
1
-0
/
+2
2014-07-01
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
1
-0
/
+8
2014-07-01
virtio-blk: avoid qdev property definition duplication
Stefan Hajnoczi
1
-8
/
+6
2014-07-01
irq: Slim conversion of qemu_irq to QOM
Andreas Färber
1
-0
/
+2
2014-07-01
irq: Allocate IRQs individually
Peter Crosthwaite
1
-1
/
+1
2014-06-30
Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging
Peter Maydell
1
-0
/
+12
2014-06-30
nbd: Handle NBD_OPT_LIST option.
Hani Benhabiles
1
-0
/
+3
2014-06-30
nbd: Handle fixed new-style clients.
Hani Benhabiles
1
-0
/
+9
2014-06-29
virtio: memory accessors for endian-ambivalent targets
Greg Kurz
1
-0
/
+170
2014-06-29
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
1
-3
/
+10
2014-06-29
cpu: introduce CPUClass::virtio_is_big_endian()
Greg Kurz
1
-0
/
+1
2014-06-29
exec: introduce target_words_bigendian() helper
Greg Kurz
1
-0
/
+6
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+3
2014-06-29
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
1
-0
/
+1
2014-06-29
numa: Keep track of NUMA nodes present on the command-line
Eduardo Habkost
1
-1
/
+6
2014-06-29
pc: Fix "prog_if" typo on PC_COMPAT_2_0
Eduardo Habkost
1
-1
/
+1
2014-06-29
pc: Move q35 compat props to PC_COMPAT_*
Eduardo Habkost
1
-37
/
+18
2014-06-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
5
-2
/
+42
2014-06-29
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-1
/
+1
2014-06-29
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
1
-1
/
+1
2014-06-27
block.c: Don't return success for bdrv_append_temp_snapshot() failure
Chen Gang
1
-1
/
+1
2014-06-27
block: Add replaces argument to drive-mirror
Benoît Canet
2
-0
/
+7
[next]