summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge remote-tracking branch 'remotes/rth/tags/pull-cap-20171109' into stagingPeter Maydell6-13/+98
2017-11-13net/socket: fix coverity issueJens Freimann1-1/+1
2017-11-13Add new PCI ID for i82559aMike Nawrocki4-1/+19
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki1-15/+3
2017-11-13colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2-8/+11
2017-11-13colo-compare: Fix commentsMao Zhongyi1-3/+5
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi1-5/+8
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi1-18/+22
2017-11-13net: fix check for number of parameters to -netdev socketJens Freimann1-2/+2
2017-11-10Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-4/+3
2017-11-10Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-11-08-1...Peter Maydell4-16/+9
2017-11-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171108' int...Peter Maydell3-21/+15
2017-11-10ui: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé1-1/+1
2017-11-10vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+2
2017-11-10vga: fix region checks in wraparound caseGerd Hoffmann1-2/+2
2017-11-10ui: fix dcl unregisterGerd Hoffmann1-0/+1
2017-11-10virtio-gpu: fix bug in host memory calculation.Tao Wu1-2/+14
2017-11-09slirp: don't zero the whole ti_i when m == NULLTao Wu1-1/+10
2017-11-09nbd/server: Fix structured read of length 0Eric Blake2-1/+21
2017-11-09nbd-client: Stricter enforcing of structured reply specEric Blake1-2/+9
2017-11-09nbd-client: Short-circuit 0-length operationsEric Blake1-1/+10
2017-11-09nbd: Fix struct name for structured readsEric Blake2-6/+14
2017-11-09nbd/client: Nicer trace of structured replyEric Blake2-2/+4
2017-11-09nbd-client: Refuse read-only client with BDRV_O_RDWREric Blake4-6/+16
2017-11-09nbd-client: Fix error message typosEric Blake1-3/+3
2017-11-09target/s390x: Finish implementing RISBGNRichard Henderson1-6/+3
2017-11-09Makefile: Capstone: Add support for cross compile ranlibAlistair Francis2-1/+4
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson4-12/+94
2017-11-08nbd/server: fix nbd_negotiate_handle_infoVladimir Sementsov-Ogievskiy1-1/+2
2017-11-08util/async: use atomic_mb_set in qemu_bh_cancelSergio Lopez1-1/+1
2017-11-08crypto: afalg: fix a NULL pointer dereferenceLongpeng3-15/+7
2017-11-08tests: Run the luks tests in test-crypto-block only if encryption is availableThomas Huth1-1/+2
2017-11-08s390x/pci: let pci devices start in configured modeChristian Borntraeger1-1/+1
2017-11-08tests-aio-multithread: fix /aio/multi/schedule race conditionStefan Hajnoczi1-3/+2
2017-11-08docker: correctly escape $BACKEND in the help outputPhilippe Mathieu-Daudé1-1/+1
2017-11-08docker: Improved image checksumFam Zheng1-1/+23
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver1-19/+13
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth1-1/+1
2017-11-08ppc: fix setting of compat modeGreg Kurz1-1/+1
2017-11-07Update version for v2.11.0-rc0 releasev2.11.0-rc0Peter Maydell1-1/+1
2017-11-07Merge remote-tracking branch 'remotes/berrange/tags/pull-2017-11-06-2' into s...Peter Maydell1-23/+29
2017-11-07sockets: avoid leak of listen file descriptorDaniel P. Berrange1-23/+29
2017-11-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171107'...Peter Maydell6-30/+214
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger1-6/+2
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni1-2/+2
2017-11-07translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell1-5/+34
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth1-1/+5
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth1-1/+5
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth1-1/+2
2017-11-07arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann1-14/+164