summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-28mirror: limit niov to IOV_MAX elements, againJohn Snow1-0/+3
2016-06-28mirror: clarify mirror_do_read return codeJohn Snow1-2/+5
2016-06-28block/gluster: add support for selecting debug logging levelJeff Cody1-7/+41
2016-06-28mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()Denis V. Lunev1-1/+1
2016-06-28block/nfs: add support for libnfs pagecachePeter Lieven1-1/+36
2016-06-28block/nfs: refuse readahead if cache.direct is onPeter Lieven1-4/+16
2016-06-28block/gluster: add support for SEEK_DATA/SEEK_HOLENiels de Vos1-0/+182
2016-06-28cputlb: don't cpu_abort() if guest tries to execute outside RAM or RAMPeter Maydell1-2/+37
2016-06-28configure: Make AVX2 test robust to non-ELF systemsPeter Maydell1-2/+4
2016-06-28configure: Improve usermode relocation linker option probePeter Maydell1-1/+11
2016-06-28hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-2/+2
2016-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell6-46/+112
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi2-3/+13
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi1-16/+34
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi1-1/+19
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi2-10/+14
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi3-4/+4
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi1-6/+23
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi2-0/+2
2016-06-28dma-helpers: dma_blk_io() cancel supportStefan Hajnoczi1-0/+7
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi2-10/+0
2016-06-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell8-172/+237
2016-06-28misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar1-0/+1
2016-06-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-1/+1
2016-06-28vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed2-113/+139
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel1-26/+14
2016-06-28Change net/socket.c to use socket_*() functionsAshijeet Acharya3-29/+78
2016-06-28net: mipsnet: check transmit buffer size before sendingPrasad J Pandit1-3/+5
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven1-1/+1
2016-06-27target-alpha: Avoid gcc 6.1 werror for linux-userRichard Henderson1-3/+6
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng1-1/+1
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell3-13/+13
2016-06-27hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell1-1/+1
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell1-5/+4
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell1-4/+4
2016-06-27Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160627'...Peter Maydell12-70/+698
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski1-2/+5
2016-06-27m25p80: New flash devices.Marcin Krzeminski1-6/+13
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski1-37/+117
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski1-0/+47
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski1-5/+65
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski1-0/+9
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski1-0/+5
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski1-3/+2
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski1-19/+42
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski1-9/+40
2016-06-27palmetto-bmc: Configure the SCU's hardware strapping registerAndrew Jeffery1-0/+2
2016-06-27ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery2-0/+23
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery4-0/+321