summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Update version for 2.10.2 releasev2.10.2Michael Roth1-1/+1
2017-12-15spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier1-2/+4
2017-12-15target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh1-22/+21
2017-12-14vfio: Fix vfio-kvm group registrationAlex Williamson1-0/+1
2017-12-06spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson1-1/+4
2017-12-06vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann1-7/+21
2017-12-06vga: drop line_offset variableGerd Hoffmann1-4/+3
2017-12-06nbd/client: Don't hard-disconnect on ESHUTDOWN from serverEric Blake1-6/+0
2017-12-06nbd-client: Refuse read-only client with BDRV_O_RDWREric Blake4-6/+16
2017-12-06nbd/server: fix nbd_negotiate_handle_infoVladimir Sementsov-Ogievskiy1-1/+2
2017-12-06vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz1-3/+3
2017-12-06nbd/server: CVE-2017-15118 Stack smash on large export nameEric Blake1-0/+4
2017-12-06nbd/server: CVE-2017-15119 Reject options larger than 32MEric Blake1-0/+6
2017-12-06virtio-net: don't touch virtqueue if vm is stoppedJason Wang1-1/+2
2017-12-06block/nfs: fix nfs_client_open for filesize greater than 1TBPeter Lieven1-4/+3
2017-12-06scripts/make-release: ship u-boot source as a tarballMichael Roth1-0/+4
2017-12-06spapr: reset DRCs after devicesGreg Kurz2-7/+21
2017-12-06hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza3-0/+13
2017-12-06vhost: restore avail index from vring used index on disconnectionMaxime Coquelin1-0/+4
2017-12-06virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin2-0/+11
2017-12-06util/stats64: Fix min/max comparisonsMax Reitz1-2/+2
2017-12-06nbd/client: Use error_prepend() correctlyEric Blake1-24/+26
2017-12-06net: fix check for number of parameters to -netdev socketJens Freimann1-2/+2
2017-12-06net/socket: fix coverity issueJens Freimann1-1/+1
2017-12-06hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger1-6/+2
2017-12-06translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell1-5/+34
2017-12-06ppc: fix setting of compat modeGreg Kurz1-1/+1
2017-12-06io: monitor encoutput buffer size from websocket GSourceDaniel P. Berrange1-4/+4
2017-12-06nios2: define tcg_envPaolo Bonzini1-0/+1
2017-12-05iotests: Add cluster_size=64k to 125Max Reitz2-50/+437
2017-12-05qcow2: Always execute preallocate() in a coroutineMax Reitz1-7/+34
2017-12-05qcow2: Fix unaligned preallocated truncationMax Reitz1-0/+1
2017-12-05hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich1-6/+6
2017-12-04memory: fix off-by-one error in memory_region_notify_one()Maxime Coquelin1-1/+1
2017-12-04exec: simplify address_space_get_iotlb_entryPeter Xu1-21/+10
2017-12-04exec: add page_mask for flatview_do_translatePeter Xu1-6/+45
2017-12-04memory: Share special empty FlatViewAlexey Kardashevskiy1-2/+16
2017-12-04memory: seek FlatView sharing candidates among children subregionsPaolo Bonzini1-6/+34
2017-12-04memory: trace FlatView creation and destructionPaolo Bonzini4-1/+7
2017-12-04memory: Create FlatView directlyAlexey Kardashevskiy1-3/+13
2017-12-04memory: Get rid of address_space_init_shareableAlexey Kardashevskiy7-57/+19
2017-12-04memory: Do not allocate FlatView in address_space_initAlexey Kardashevskiy1-6/+23
2017-12-04memory: Share FlatView's and dispatch trees between address spacesAlexey Kardashevskiy1-11/+45
2017-12-04memory: Move address_space_update_ioeventfdsAlexey Kardashevskiy1-2/+1
2017-12-04memory: Alloc dispatch tree where topology is generaredAlexey Kardashevskiy1-9/+9
2017-12-04memory: Store physical root MR in FlatViewAlexey Kardashevskiy1-4/+22
2017-12-04memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy3-15/+9
2017-12-04memory: Cleanup after switching to FlatViewAlexey Kardashevskiy1-8/+8
2017-12-04memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy5-109/+159
2017-12-04memory: avoid "resurrection" of dead FlatViewsPaolo Bonzini3-4/+17