summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-16nbd: always query export list in fixed new style protocolDaniel P. Berrange4-5/+196
2016-02-16nbd: allow setting of an export name for qemu-nbd serverDaniel P. Berrange2-2/+15
2016-02-16nbd: make client request fixed new style if advertisedDaniel P. Berrange1-10/+17
2016-02-16nbd: make server compliant with fixed newstyle specDaniel P. Berrange1-23/+46
2016-02-16nbd: invert client logic for negotiating protocol versionDaniel P. Berrange1-31/+29
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange8-151/+180
2016-02-16nbd: convert blockdev NBD server to use I/O channels for connection setupDaniel P. Berrange1-15/+34
2016-02-16nbd: convert qemu-nbd server to use I/O channels for connection setupDaniel P. Berrange1-38/+53
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange7-54/+79
2016-02-16qemu-nbd: add support for --object command line argDaniel P. Berrange2-0/+40
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange6-175/+290
2016-02-16Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1...Peter Maydell8-4/+157
2016-02-16ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater1-8/+8
2016-02-16mptsas: fix wrong formulaPaolo Bonzini1-1/+1
2016-02-16mptsas: fix memory leakPaolo Bonzini1-0/+1
2016-02-16mptsas: add missing va_endPaolo Bonzini1-0/+1
2016-02-16migration: fix incorrect memory_global_dirty_log_start outside BQLPaolo Bonzini1-0/+4
2016-02-16oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell2-9/+11
2016-02-16all: Clean up includesPeter Maydell8-0/+8
2016-02-16scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell3-1/+4
2016-02-16scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.hPeter Maydell1-1/+1
2016-02-16qapi: Clean up includes in generated filesEric Blake5-3/+6
2016-02-16tests: Clean up includesPeter Maydell119-202/+119
2016-02-16tests/i440fx-test: Don't define ARRAY_SIZE locallyPeter Maydell1-2/+1
2016-02-16libdecnumber: Clean up includesPeter Maydell5-12/+5
2016-02-16cris: Clean up includesPeter Maydell1-0/+1
2016-02-16target-cris: Remove unnecessary ifdef from mmu.cPeter Maydell1-3/+0
2016-02-16hw/block/nand.c: Include osdep.h firstPeter Maydell1-2/+3
2016-02-16build: Don't redefine 'inline'Eric Blake1-12/+0
2016-02-16vl: fix migration from prelaunch statePaolo Bonzini1-0/+2
2016-02-16vl: change QEMU state machine for system resetDenis V. Lunev1-2/+14
2016-02-16build: Don't redefine 'inline'Eric Blake1-12/+0
2016-02-16char: fix handling of QIO_CHANNEL_ERR_BLOCKDaniel P. Berrange1-3/+3
2016-02-16Revert "qemu-char: Keep pty slave file descriptor open until the master is cl...Paolo Bonzini1-3/+1
2016-02-15checkpatch: Eliminate false positive in case of space before square bracket i...Leonid Bloch1-0/+2
2016-02-15checkpatch: Eliminate false positive in case of comma-space-square bracketLeonid Bloch1-1/+3
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2-2/+2
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange5-0/+146
2016-02-15io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange1-2/+9
2016-02-15Merge remote-tracking branch 'remotes/rth/tags/pull-i386-20160215' into stagingPeter Maydell14-531/+1424
2016-02-15target-i386: Implement FSGSBASERichard Henderson4-2/+50
2016-02-15target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson1-2/+22
2016-02-15target-i386: Clear bndregs during legacy near jumpsRichard Henderson3-0/+29
2016-02-15target-i386: Implement BNDLDX, BNDSTXRichard Henderson3-0/+158
2016-02-15target-i386: Update BNDSTATUS for exceptions raised by BOUNDRichard Henderson1-0/+6
2016-02-15target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson3-1/+53
2016-02-15target-i386: Implement BNDMOVRichard Henderson1-1/+72
2016-02-15target-i386: Implement BNDMKRichard Henderson1-1/+57
2016-02-13target-i386: Split up gen_lea_modrmRichard Henderson1-114/+85
2016-02-13target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson3-21/+28