aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-10tests: Ignore another built executable (test-hmp)Eric Blake1-0/+1
2017-05-10scripts: Switch to more portable Perl shebangKamil Rytarowski8-8/+15
2017-05-10scripts/qemu-binfmt-conf.sh: Fix shell portability issueKamil Rytarowski1-2/+2
2017-05-10virtfs: allow a device id to be specified in the -virtfs optionChris Webb2-3/+4
2017-05-10hw/core/generic-loader: Fix crash when running without CPUThomas Huth1-4/+5
2017-05-10virtio-blk: Remove useless condition around g_free()Fam Zheng1-3/+1
2017-05-10qemu-doc: Fix broken URLs of amnhltm.zip and dosidle210.zipThomas Huth1-5/+5
2017-05-10use _Static_assert in QEMU_BUILD_BUG_ONAndreas Grapentin2-1/+21
2017-05-10channel-file: fix wrong parameter commentssochin.jiang1-1/+1
2017-05-07block: Make 'replication_state' an enumFam Zheng1-22/+22
2017-05-07util: Use g_malloc/g_free in envlist.cSaurav Sachidanand3-44/+26
2017-05-07qga: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-3/+5
2017-05-07device_tree: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-0/+1
2017-05-07usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé1-1/+4
2017-05-07tests: Ignore more test executablesEric Blake1-0/+3
2017-05-07Add 'none' as type for drive's if optionCraig Jellick1-1/+1
2017-05-07doc: fix function spellingMarc-André Lureau1-1/+1
2017-05-07ppc_booke: drop useless assignmentKONRAD Frederic1-1/+0
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh6-8/+8
2017-05-04Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi66-542/+669
2017-05-02Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into stagingStefan Hajnoczi7-257/+310
2017-04-29slirp: VMStatify remaining except for loopDr. David Alan Gilbert1-29/+19
2017-04-29slirp: VMStatify socket levelDr. David Alan Gilbert2-80/+145
2017-04-29slirp: Common lhost/fhost unionDr. David Alan Gilbert1-10/+8
2017-04-29slirp: VMStatify sbufDr. David Alan Gilbert2-42/+78
2017-04-29slirp: VMState conversion; tcpcbDr. David Alan Gilbert2-98/+57
2017-04-29slirp: fix pinging the virtual ipv4 DNS serverSamuel Thibault1-2/+3
2017-04-29slirp: tftp, copy sockaddr_sizeMarc-André Lureau1-1/+1
2017-04-29slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert1-13/+17
2017-04-29slirp: allow host port 0 for hostfwdVincent Bernat1-1/+1
2017-04-28Merge remote-tracking branch 'mreitz/tags/pull-block-2017-04-28' into queue-b...Kevin Wolf35-194/+210
2017-04-28progress: Show current progress on SIGINFOMax Reitz2-1/+5
2017-04-28iotests: fix exclusion optionJohn Snow1-1/+2
2017-04-28iotests: clarify help textJohn Snow1-2/+6
2017-04-28qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressedLidong Chen1-30/+14
2017-04-28replication: Make --disable-replication compile againMarkus Armbruster2-0/+17
2017-04-28configure: fix trace backend list for out-of-tree buildsGreg Kurz1-1/+1
2017-04-28Merge remote-tracking branch 'mdroth/tags/qga-pull-2017-04-25-v2-tag' into st...Stefan Hajnoczi14-17/+393
2017-04-28qemu-img: improve convert_iteration_sectors()Vladimir Sementsov-Ogievskiy1-22/+10
2017-04-28block: assert no image modification under BDRV_O_INACTIVEDenis V. Lunev1-0/+2
2017-04-28block: fix obvious coding style mistakes in block_int.hKlim Kireev1-3/+3
2017-04-28qcow2: Allow discard of final unaligned clusterEric Blake3-10/+21
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz9-10/+34
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz14-31/+31
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz22-90/+73
2017-04-28block/vhdx: Make vhdx_create() always set errpMax Reitz1-4/+19
2017-04-27qemu-img: Document backing optionsMax Reitz2-6/+6
2017-04-27qemu-img/convert: Move bs_n > 1 && -B check downMax Reitz2-8/+9
2017-04-27qemu-img/convert: Use @opts for one thing onlyMax Reitz1-4/+6
2017-04-27block: fix alignment calculations in bdrv_co_do_zero_pwritevDenis V. Lunev1-1/+1