aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson
2018-02-08tcg/i386: Add vector operationsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson
2018-02-08target/arm: Align vector registersRichard Henderson
2018-02-08tcg/optimize: Handle vector opcodes during optimizeRichard Henderson
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson
2018-02-08tcg: Add generic vector expandersRichard Henderson
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson
2018-02-08tcg: Allow multiple word entries into the constant poolRichard Henderson
2018-02-08Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-02-07Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-07hbitmap: fix missing restore count when finish deserializationLiang Li
2018-02-07Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell
2018-02-07ide-test: test trim requestsAnton Nefedov
2018-02-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180206.0' i...Peter Maydell
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)
2018-02-07Introduce the WHPX implJustin Terry (VM)
2018-02-07Add the WHPX vcpu APIJustin Terry (VM)
2018-02-07Add the Windows Hypervisor Platform accelerator.Justin Terry (VM)
2018-02-07tests/test-filter-redirector: move close()Klim Kireev
2018-02-07tests: use memfd in vhost-user-testMarc-André Lureau
2018-02-07vhost-user-test: make read-guest-mem setup its own qemuMarc-André Lureau
2018-02-07tests: keep compiling failing vhost-user testsMarc-André Lureau
2018-02-07Add memfd based hostmemMarc-André Lureau
2018-02-07memfd: add hugetlbsize argumentMarc-André Lureau
2018-02-07memfd: add hugetlb supportMarc-André Lureau
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau
2018-02-07cpus: join thread when removing a vCPUPaolo Bonzini
2018-02-07cpus: hvf: unregister thread with RCUPaolo Bonzini
2018-02-07cpus: tcg: unregister thread with RCU, fix exiting of loop on unplugPaolo Bonzini
2018-02-07cpus: dummy: unregister thread with RCU, exit loop on unplugPaolo Bonzini
2018-02-07cpus: kvm: unregister thread with RCUPaolo Bonzini
2018-02-07cpus: hax: register/unregister thread with RCU, exit loop on unplugPaolo Bonzini
2018-02-07ivshmem: Disable irqfd on device resetLadi Prosek
2018-02-07ivshmem: Improve MSI irqfd error handlingLadi Prosek
2018-02-07ivshmem: Always remove irqfd notifiersLadi Prosek
2018-02-07ivshmem: Don't update non-existent MSI routesLadi Prosek
2018-02-07chardev/char-socket: add POLLHUP handlerKlim Kireev