summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-03-05target/arm: Split out arm_sctlrRichard Henderson
2019-03-05target/arm: Fix PC test for LDM (exception return)Richard Henderson
2019-03-05qapi: Fix array first used in a different moduleMarkus Armbruster
2019-03-05tests/qapi-schema: Cover forward reference to sub-moduleMarkus Armbruster
2019-03-05tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster
2019-03-05qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster
2019-03-05tests/qapi-schema: Cover conditional arraysMarkus Armbruster
2019-03-05tests/qapi-schema: Make test-qapi.py print arraysMarkus Armbruster
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 threadPeter 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