aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger1-2/+5
2019-07-02vfio-common.h: Remove inaccurate commentFabiano Rosas1-5/+0
2019-07-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...Peter Maydell38-1194/+1516
2019-07-02Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190701...Peter Maydell5-236/+1175
2019-07-02Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-02' in...Peter Maydell10-46/+91
2019-07-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell15-99/+430
2019-07-02Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190701' i...Peter Maydell4-0/+0
2019-07-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...Peter Maydell39-930/+2679
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell11-746/+575
2019-07-02Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-8/+8
2019-07-02migration/colo.c: Add missed filter notify for Xen COLO.Zhang Chen1-0/+2
2019-07-02COLO-compare: Add colo-compare remote notify supportZhang Chen1-10/+44
2019-07-02COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen1-8/+33
2019-07-02COLO-compare: Add remote notification chardev handler frameZhang Chen1-0/+39
2019-07-02COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen2-1/+53
2019-07-02net/announce: Expand test for stopping self announceDr. David Alan Gilbert1-3/+54
2019-07-02net/announce: Add HMP optional IDDr. David Alan Gilbert2-3/+7
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert5-14/+62
2019-07-02net/announce: Add HMP optional interface listDr. David Alan Gilbert2-3/+41
2019-07-02net/announce: Allow optional list of interfacesDr. David Alan Gilbert4-12/+42
2019-07-02net: remove unused get_str_sep() functionStefano Garzarella1-20/+0
2019-07-02net: use g_strsplit() for parsing host address and portStefano Garzarella1-16/+27
2019-07-02net: avoid using variable length array in net_client_init()Stefano Garzarella1-12/+19
2019-07-02net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella1-4/+5
2019-07-02ftgmac100: do not link to netdevCédric Le Goater1-2/+0
2019-07-02qemu-bridge-helper: Document known shortcomingsMarkus Armbruster1-1/+11
2019-07-02MAINTAINERS: Add qemu-bridge-helper.c to "Network device backends"Markus Armbruster1-0/+1
2019-07-02block/stream: introduce a bottom nodeAndrey Shinkevich2-22/+25
2019-07-02block/stream: refactor stream_run: drop gotoAndrey Shinkevich1-9/+4
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich8-13/+24
2019-07-02block/rbd: increase dynamically the image sizeStefano Garzarella1-3/+39
2019-07-02hw/block/pflash_cfi02: Reduce I/O accesses to 16-bitPhilippe Mathieu-Daudé1-4/+1
2019-07-02hw/block/pflash_cfi02: Document commandsPhilippe Mathieu-Daudé1-21/+19
2019-07-02hw/block/pflash_cfi02: Use chip erase time specified in the CFI tableStephen Checkoway1-2/+2
2019-07-02hw/block/pflash_cfi02: Implement erase suspend/resumeStephen Checkoway2-14/+250
2019-07-02hw/block/pflash_cfi02: Implement multi-sector eraseStephen Checkoway2-27/+137
2019-07-02hw/block/pflash_cfi02: Fix reset command not ignored during eraseStephen Checkoway1-1/+2
2019-07-02hw/block/pflash_cfi02: Fix CFI in autoselect modeStephen Checkoway2-4/+57
2019-07-02hw/block/pflash_cfi02: Split if() conditionPhilippe Mathieu-Daudé1-2/+4
2019-07-02hw/block/pflash_cfi02: Extract pflash_regions_count()Philippe Mathieu-Daudé1-2/+6
2019-07-02hw/block/pflash_cfi02: Implement nonuniform sector sizesStephen Checkoway2-66/+232
2019-07-02hw/block/pflash_cfi02: Document 'Page Mode' operations are not supportedPhilippe Mathieu-Daudé1-1/+3
2019-07-02hw/block/pflash_cfi02: Hold the PRI table offset in a variablePhilippe Mathieu-Daudé1-14/+17
2019-07-02hw/block/pflash_cfi02: Document the current CFI valuesPhilippe Mathieu-Daudé1-1/+10
2019-07-02hw/block/pflash_cfi02: Remove pointless local variablePhilippe Mathieu-Daudé1-8/+6
2019-07-02tests/pflash-cfi02: Refactor to support testing multiple configurationsPhilippe Mathieu-Daudé1-99/+267
2019-07-02hw/block/pflash_cfi02: Fix command address comparisonStephen Checkoway2-3/+17
2019-07-02hw/block/pflash_cfi02: Unify the MemoryRegionOpsPhilippe Mathieu-Daudé1-45/+15
2019-07-02hw/block/pflash_cfi02: Extract the pflash_data_read() functionPhilippe Mathieu-Daudé1-10/+14
2019-07-02hw/block/pflash_cfi02: Use the ldst API in pflash_read()Philippe Mathieu-Daudé1-27/+5