Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
* socket option parsing fix (Daniel)
* SCSI fixes (Fam)
* Readline double-free fix (Greg)
* More HVF attribution fixes (Izik)
* WHPX (Windows Hypervisor Platform Extensions) support (Justin)
* POLLHUP handler (Klim)
* ivshmem fixes (Ladi)
* memfd memory backend (Marc-André)
* improved error message (Marcelo)
* Memory fixes (Peter Xu, Zhecheng)
* Remove obsolete code and comments (Peter M.)
* qdev API improvements (Philippe)
* Add CONFIG_I2C switch (Thomas)
# gpg: Signature made Wed 07 Feb 2018 15:24:08 GMT
# gpg: using RSA key BFFBD25F78C7AE83
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com>"
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1
# Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83
* remotes/bonzini/tags/for-upstream: (47 commits)
Add the WHPX acceleration enlightenments
Introduce the WHPX impl
Add the WHPX vcpu API
Add the Windows Hypervisor Platform accelerator.
tests/test-filter-redirector: move close()
tests: use memfd in vhost-user-test
vhost-user-test: make read-guest-mem setup its own qemu
tests: keep compiling failing vhost-user tests
Add memfd based hostmem
memfd: add hugetlbsize argument
memfd: add hugetlb support
memfd: add error argument, instead of perror()
cpus: join thread when removing a vCPU
cpus: hvf: unregister thread with RCU
cpus: tcg: unregister thread with RCU, fix exiting of loop on unplug
cpus: dummy: unregister thread with RCU, exit loop on unplug
cpus: kvm: unregister thread with RCU
cpus: hax: register/unregister thread with RCU, exit loop on unplug
ivshmem: Disable irqfd on device reset
ivshmem: Improve MSI irqfd error handling
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
# Conflicts:
# cpus.c
No related branches found
No related tags found
Showing
- .travis.yml 2 additions, 1 deletion.travis.yml
- accel/kvm/kvm-all.c 5 additions, 1 deletionaccel/kvm/kvm-all.c
- accel/kvm/trace-events 1 addition, 0 deletionsaccel/kvm/trace-events
- accel/stubs/Makefile.objs 5 additions, 4 deletionsaccel/stubs/Makefile.objs
- accel/stubs/whpx-stub.c 48 additions, 0 deletionsaccel/stubs/whpx-stub.c
- accel/tcg/user-exec.c 0 additions, 33 deletionsaccel/tcg/user-exec.c
- backends/Makefile.objs 2 additions, 0 deletionsbackends/Makefile.objs
- backends/hostmem-memfd.c 170 additions, 0 deletionsbackends/hostmem-memfd.c
- chardev/char-pty.c 21 additions, 17 deletionschardev/char-pty.c
- chardev/char-socket.c 22 additions, 0 deletionschardev/char-socket.c
- configure 107 additions, 6 deletionsconfigure
- cpus.c 90 additions, 23 deletionscpus.c
- default-configs/arm-softmmu.mak 1 addition, 0 deletionsdefault-configs/arm-softmmu.mak
- default-configs/i386-softmmu.mak 1 addition, 0 deletionsdefault-configs/i386-softmmu.mak
- default-configs/mips-softmmu-common.mak 1 addition, 0 deletionsdefault-configs/mips-softmmu-common.mak
- default-configs/ppc-softmmu.mak 1 addition, 0 deletionsdefault-configs/ppc-softmmu.mak
- default-configs/ppcemb-softmmu.mak 1 addition, 0 deletionsdefault-configs/ppcemb-softmmu.mak
- default-configs/x86_64-softmmu.mak 1 addition, 0 deletionsdefault-configs/x86_64-softmmu.mak
- hw/core/qdev.c 24 additions, 0 deletionshw/core/qdev.c
- hw/display/exynos4210_fimd.c 1 addition, 1 deletionhw/display/exynos4210_fimd.c
Loading
Please register or sign in to comment