aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-05docs/conf.py: Don't hard-code QEMU versionpull-sphinx-20190305Peter Maydell
2019-03-05Makefile: Abstract out "identify the pkgversion" codePeter Maydell
2019-03-05Makefile, configure: Support building rST documentationPeter Maydell
2019-03-05docs: Provide separate conf.py for each manual we wantPeter Maydell
2019-03-05docs/conf.py: Disable option warningsPeter Maydell
2019-03-05docs/conf.py: Don't include rST sources in HTML buildPeter Maydell
2019-03-05docs/conf.py: Configure the 'alabaster' themePeter Maydell
2019-03-05docs/conf.py: Disable unused _static directoryPeter Maydell
2019-03-05docs: Commit initial files from sphinx-quickstartPeter Maydell
2019-03-05docs: Convert memory.txt to rst formatPeter Maydell
2019-03-05docs/cpu-hotplug.rst: Fix rST markup issuesPeter Maydell
2019-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2019-03-05tests: Add a test for qemu self announcementsDr. David Alan Gilbert
2019-03-05hmp: Add hmp_announce_selfDr. David Alan Gilbert
2019-03-05qmp: Add announce-self commandDr. David Alan Gilbert
2019-03-05virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert
2019-03-05virtio-net: Switch to using announce timerDr. David Alan Gilbert
2019-03-05migration: Add announce parametersDr. David Alan Gilbert
2019-03-05net: Introduce announce timerDr. David Alan Gilbert
2019-03-05net: netmap: improve netmap_receive_iov()Vincenzo Maffione
2019-03-05net: netmap: simplify netmap_receive()Vincenzo Maffione
2019-03-05net: netmap: small improvements netmap_send()Vincenzo Maffione
2019-03-05net/colo-compare.c: Remove duplicated codeZhang Chen
2019-03-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20190304' into...Peter Maydell
2019-03-04ui/cocoa: Perform UI operations only on the main threadpull-cocoa-20190304cocoa.nextcocoa.for-upstreamPeter Maydell
2019-03-04ui/cocoa: Subclass NSApplication so we can implement sendEventPeter Maydell
2019-03-04ui/cocoa: Don't call NSApp sendEvent directly from handleEventPeter Maydell
2019-03-04ui/cocoa: Move console/device menu creation code up in filePeter Maydell
2019-03-04ui/cocoa: Factor out initial menu creationPeter Maydell
2019-03-04ui/cocoa: Use the pixman image directly in switchSurfacePeter Maydell
2019-03-04ui/cocoa: Ensure we have the iothread lock when calling into QEMUPeter Maydell
2019-03-04Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-02-25-1...Peter Maydell
2019-03-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into stagingPeter Maydell
2019-03-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-03-04s390x: Add floating-point extension facility to "qemu" cpu modelDavid Hildenbrand
2019-03-04s390x/tcg: Handle all rounding modes overwritten by BFP instructionsDavid Hildenbrand
2019-03-04s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDEDDavid Hildenbrand
2019-03-04s390x/tcg: Implement XxC and checks for most FP instructionsDavid Hildenbrand
2019-03-04s390x/tcg: Prepare for IEEE-inexact-exception control (XxC)David Hildenbrand
2019-03-04s390x/tcg: Refactor saving/restoring the bfp rounding modeDavid Hildenbrand
2019-03-04s390x/tcg: Check for exceptions in SET BFP ROUNDING MODEDavid Hildenbrand
2019-03-04s390x/tcg: Handle SET FPC AND LOAD FPC 3-bit BFP rounding modesDavid Hildenbrand
2019-03-04s390x/tcg: Fix simulated-IEEE exceptionsDavid Hildenbrand
2019-03-04s390x/tcg: Refactor SET FPC AND SIGNAL handlingDavid Hildenbrand
2019-03-04s390x/tcg: Hide IEEE underflows in some scenariosDavid Hildenbrand
2019-03-04s390x/tcg: Fix parts of IEEE exception handlingDavid Hildenbrand
2019-03-04s390x/tcg: Factor out conversion of softfloat exceptionsDavid Hildenbrand
2019-03-04s390x/tcg: Fix rounding from float128 to uint64_t/uint32_tDavid Hildenbrand