Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
virtio,pc features, fixes New features: guest RAM buffer overrun mitigation RAM physical address gaps for memory hotplug (except refactoring which got some review comments) Signed-off-by:Michael S. Tsirkin <mst@redhat.com> # gpg: Signature made Fri 02 Oct 2015 15:04:56 BST using RSA key ID D28D5469 # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" # gpg: aka "Michael S. Tsirkin <mst@redhat.com>" * remotes/mst/tags/for_upstream: vhost-user-test: fix predictable filename on tmpfs vhost-user-test: use tmpfs by default pc: memhp: force gaps between DIMM's GPA memhp: extend address auto assignment to support gaps vhost-user: unit test for new messages vhost-user-test: do not reinvent glib-compat.h virtio: Notice when the system doesn't support MSIx at all pc: Add a comment explaining why pc_compat_2_4() doesn't exist exec: allocate PROT_NONE pages on top of RAM oslib: allocate PROT_NONE pages on top of RAM oslib: rework anonimous RAM allocation virtio-net: correctly drop truncated packets virtio: introduce virtqueue_discard() virtio: introduce virtqueue_unmap_sg() Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- exec.c 39 additions, 3 deletionsexec.c
- hw/i386/pc.c 4 additions, 1 deletionhw/i386/pc.c
- hw/i386/pc_piix.c 8 additions, 0 deletionshw/i386/pc_piix.c
- hw/i386/pc_q35.c 8 additions, 0 deletionshw/i386/pc_q35.c
- hw/mem/pc-dimm.c 9 additions, 6 deletionshw/mem/pc-dimm.c
- hw/net/virtio-net.c 1 addition, 7 deletionshw/net/virtio-net.c
- hw/ppc/spapr.c 1 addition, 1 deletionhw/ppc/spapr.c
- hw/virtio/virtio-pci.c 11 additions, 6 deletionshw/virtio/virtio-pci.c
- hw/virtio/virtio.c 17 additions, 4 deletionshw/virtio/virtio.c
- include/hw/i386/pc.h 1 addition, 0 deletionsinclude/hw/i386/pc.h
- include/hw/mem/pc-dimm.h 4 additions, 3 deletionsinclude/hw/mem/pc-dimm.h
- include/hw/virtio/virtio.h 2 additions, 0 deletionsinclude/hw/virtio/virtio.h
- tests/vhost-user-test.c 60 additions, 110 deletionstests/vhost-user-test.c
- util/oslib-posix.c 14 additions, 6 deletionsutil/oslib-posix.c
Loading
Please register or sign in to comment