summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-24commit: Fix completion with extra referenceKevin Wolf1-0/+7
2017-08-24nbd: Fix regression on resiliency to port scanEric Blake4-13/+23
2017-08-24nbd: Fully initialize client in case of failed negotiationEric Blake2-6/+4
2017-08-24commit: Fix use after free in completionKevin Wolf1-0/+7
2017-08-24target/xtensa: handle unknown registers in gdbstubMax Filippov1-3/+10
2017-08-24spapr: fix memory leak in spapr_memory_pre_plug()Greg Kurz1-1/+4
2017-08-24spapr: add pre_plug function for memoryLaurent Vivier1-15/+26
2017-08-24target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()Greg Kurz1-0/+1
2017-08-24target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()Greg Kurz2-4/+4
2017-08-03pc: Use "min-[x]level" on compat_propsEduardo Habkost2-21/+59
2017-08-03monitor: fix object_del for command-line-created objectsMichael Roth2-2/+11
2017-08-03tests: check-qom-proplist: add checks for cmdline-created objectsMichael Roth1-0/+56
2017-08-03linuxboot_dma: compile for i486Paolo Bonzini2-0/+1
2017-08-03virtio-serial-bus: Unset hotplug handler when unrealizeLadi Prosek1-0/+3
2017-08-03mirror: Drop permissions on s->target on completionKevin Wolf1-1/+6
2017-08-03block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake3-2/+8
2017-08-03block: Simplify BDRV_BLOCK_RAW recursionEric Blake1-2/+2
2017-08-03tests: Add coverage for recent block geometry fixesEric Blake3-0/+164
2017-08-03blkdebug: Add ability to override unmap geometriesEric Blake2-4/+125
2017-08-03blkdebug: Simplify override logicEric Blake1-10/+6
2017-08-03blkdebug: Add pass-through write_zero and discard supportEric Blake1-0/+74
2017-08-03blkdebug: Refactor error injectionEric Blake1-41/+33
2017-08-03blkdebug: Sanity check block layer guaranteesEric Blake1-0/+14
2017-08-03virtio-net: fix wild pointer when remove virtio-net queuesYunjian Wang1-0/+3
2017-08-03s390x/css: catch section mismatch on loadHalil Pasic2-1/+19
2017-08-03e1000e: Fix ICR "Other" causes clear logicSameeh Jubran1-2/+8
2017-08-03virtio-scsi: Unset hotplug handler when unrealizeFam Zheng1-0/+3
2017-08-03virtio: allow broken device to notify guestGreg Kurz1-2/+2
2017-08-03vvfat: fix qemu-img map and qemu-img convertHervé Poussineau1-2/+1
2017-08-03stream: fix crash in stream_start() when block_job_create() failsAlberto Garcia1-1/+1
2017-08-03curl: avoid recursive locking of BDRVCURLState mutexPaolo Bonzini1-1/+13
2017-08-03curl: never invoke callbacks with s->mutex heldPaolo Bonzini1-4/+8
2017-08-03curl: strengthen assertion in curl_clean_statePaolo Bonzini1-0/+5
2017-08-03target/xtensa: fix return value of read/write simcallsMax Filippov1-5/+20
2017-08-03target/xtensa: fix mapping direction in read/write simcallsMax Filippov1-2/+2
2017-08-03blockdev: use drained_begin/end for qmp_block_resizeJohn Snow1-3/+2
2017-08-03block: Add errp to b{lk,drv}_truncate()Max Reitz22-86/+73
2017-08-03block/vhdx: Make vhdx_create() always set errpMax Reitz1-4/+19
2017-07-31qemu-img: wait for convert coroutines to completeAnton Nefedov1-15/+11
2017-07-31aio: add missing aio_notify() to aio_enable_external()Stefan Hajnoczi1-2/+8
2017-07-31hw/virtio: fix vhost user fails to startup when MQZhiyong Yang1-8/+13
2017-07-31block: Reuse bs as backing hd for drive-backup sync=noneFam Zheng1-1/+14
2017-07-31qobject: Use simpler QDict/QList scalar insertion macrosEric Blake33-265/+241
2017-07-31s390x: Drop useless castsEric Blake1-2/+2
2017-07-31qobject: Add helper macros for common scalar insertionsEric Blake3-0/+38
2017-07-31qobject: Drop useless QObject castsEric Blake8-51/+42
2017-07-31coccinelle: Add script to remove useless QObject castsEric Blake2-0/+14
2017-07-319pfs: local: fix unlink of alien files in mapped-file modeGreg Kurz1-19/+15
2017-07-31replication: Make --disable-replication compile againMarkus Armbruster2-0/+17
2017-07-31ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers1-3/+8