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-29
pc_q35: configure Q35 instance using properties
Efimov Vasily
1
-6
/
+12
2016-06-29
Q35: implement property interfece to several parameters
Efimov Vasily
3
-2
/
+29
2016-06-29
pflash: make TYPE_CFI_PFLASH0{1,2} macros public
Efimov Vasily
3
-2
/
+3
2016-06-29
vmport: identify vmport type by macro TYPE_VMPORT
Efimov Vasily
2
-2
/
+2
2016-06-29
pcspk: convert "pit" property type from ptr to link
Efimov Vasily
2
-3
/
+8
2016-06-29
ide: move headers to include folder
Efimov Vasily
4
-1
/
+1
2016-06-29
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160628' int...
Peter Maydell
27
-331
/
+1643
2016-06-28
mirror: fix misleading comments
Changlong Xie
1
-1
/
+1
2016-06-28
blockjob: assert(cb) when create job
Changlong Xie
2
-1
/
+1
2016-06-28
iotests: add small-granularity mirror test
John Snow
2
-2
/
+32
2016-06-28
mirror: limit niov to IOV_MAX elements, again
John Snow
1
-0
/
+3
2016-06-28
mirror: clarify mirror_do_read return code
John Snow
1
-2
/
+5
2016-06-28
block/gluster: add support for selecting debug logging level
Jeff Cody
1
-7
/
+41
2016-06-28
mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()
Denis V. Lunev
1
-1
/
+1
2016-06-28
block/nfs: add support for libnfs pagecache
Peter Lieven
1
-1
/
+36
2016-06-28
block/nfs: refuse readahead if cache.direct is on
Peter Lieven
1
-4
/
+16
2016-06-28
block/gluster: add support for SEEK_DATA/SEEK_HOLE
Niels de Vos
1
-0
/
+182
2016-06-28
trace: [*-user] Add events to trace guest syscalls in syscall emulation mode
LluĂs Vilanova
3
-0
/
+27
2016-06-28
trace: enable tracing in qemu-img
Denis V. Lunev
3
-2
/
+22
2016-06-28
qemu-img: move common options parsing before commands processing
Denis V. Lunev
2
-14
/
+35
2016-06-28
trace: enable tracing in qemu-nbd
Denis V. Lunev
3
-2
/
+22
2016-06-28
trace: enable tracing in qemu-io
Denis V. Lunev
1
-4
/
+14
2016-06-28
trace: move qemu_trace_opts to trace/control.c
Denis V. Lunev
3
-48
/
+57
2016-06-28
doc: move text describing --trace to specific .texi file
Denis V. Lunev
3
-27
/
+28
2016-06-28
doc: sync help description for --trace with man for qemu.1
Denis V. Lunev
1
-1
/
+1
2016-06-28
cputlb: don't cpu_abort() if guest tries to execute outside RAM or RAM
Peter Maydell
1
-2
/
+37
2016-06-28
configure: Make AVX2 test robust to non-ELF systems
Peter Maydell
1
-2
/
+4
2016-06-28
configure: Improve usermode relocation linker option probe
Peter Maydell
1
-1
/
+11
2016-06-28
hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()
Peter Maydell
1
-2
/
+2
2016-06-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
6
-46
/
+112
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
2
-3
/
+13
2016-06-28
virtio-blk: dataplane multiqueue support
Stefan Hajnoczi
1
-16
/
+34
2016-06-28
virtio-blk: live migrate s->rq with multiqueue
Stefan Hajnoczi
1
-1
/
+19
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
2
-10
/
+14
2016-06-28
virtio-blk: tell dataplane which vq to notify
Stefan Hajnoczi
3
-4
/
+4
2016-06-28
virtio-blk: multiqueue batch notify
Stefan Hajnoczi
1
-6
/
+23
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
2
-0
/
+2
2016-06-28
dma-helpers: dma_blk_io() cancel support
Stefan Hajnoczi
1
-0
/
+7
2016-06-28
Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...
Stefan Hajnoczi
2
-10
/
+0
2016-06-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
8
-172
/
+237
2016-06-28
misc/aspeed_scu: Fix build error caused by missing header
Pranith Kumar
1
-0
/
+1
2016-06-28
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-1
/
+1
2016-06-28
vmxnet3: Fix reading/writing guest memory specially when behind an IOMMU
KarimAllah Ahmed
2
-113
/
+139
2016-06-28
rtl8139: save/load RxMulOk counter (again)
David Vrabel
1
-26
/
+14
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
3
-29
/
+78
2016-06-28
net: mipsnet: check transmit buffer size before sending
Prasad J Pandit
1
-3
/
+5
2016-06-28
net: fix qemu_announce_self not emitting packets
Peter Lieven
1
-1
/
+1
2016-06-27
target-alpha: Avoid gcc 6.1 werror for linux-user
Richard Henderson
1
-3
/
+6
2016-06-27
macio: Use blk_drain instead of blk_drain_all
Fam Zheng
1
-1
/
+1
2016-06-27
hw/net/e1000: Don't use *_to_cpup()
Peter Maydell
3
-13
/
+13
[prev]
[next]