summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-15io/channel-command: Do not kill the child process after closing the pipeThomas Huth1-1/+11
2018-02-15io: Add /dev/fdset/ support to QIOChannelFileRoss Lagerwall1-3/+3
2018-02-15io: Don't call close multiple times in QIOChannelFileRoss Lagerwall1-0/+1
2018-02-15io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall3-10/+27
2018-02-15io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov1-2/+5
2018-02-15io: fix QIONetListener memory leakPaolo Bonzini1-0/+1
2018-02-15Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-02-14' into...Peter Maydell55-374/+416
2018-02-15Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell3-0/+49
2018-02-14tests/m48t59: Use the m48t59 test on ppc, tooThomas Huth2-1/+10
2018-02-14tests/Makefile: Derive check-qtest-ppc64-y from check-qtest-ppc-yThomas Huth1-7/+4
2018-02-14tests/m48t59: Make the test independent of global_qtestThomas Huth1-30/+30
2018-02-14tests/m48t59: Fix and re-enable the test for sparcThomas Huth2-30/+34
2018-02-14tests/boot-serial-test: Add support for the aarch64 virt machineWei Huang2-0/+10
2018-02-14tests/boot-serial: Add tests for PowerPC Mac machinesThomas Huth1-0/+3
2018-02-14tests/boot-serial: Enable the boot-serial test on SPARC machines, tooThomas Huth2-0/+6
2018-02-14wdt_ib700-test: Drop dependence on global_qtestEric Blake1-29/+34
2018-02-14tests/boot-sector: Drop dependence on global_qtestEric Blake5-9/+11
2018-02-14qmp-test: Drop dependence on global_qtestEric Blake1-17/+18
2018-02-14libqos: Use explicit QTestState for remaining libqos operationsEric Blake11-35/+39
2018-02-14libqos: Use explicit QTestState for ahci operationsEric Blake1-22/+23
2018-02-14libqos: Use explicit QTestState for i2c operationsEric Blake5-65/+66
2018-02-14libqos: Use explicit QTestState for rtas operationsEric Blake4-28/+40
2018-02-14libqos: Use explicit QTestState for fw_cfg operationsEric Blake14-36/+36
2018-02-14libqos: Track QTestState with QPCIBusEric Blake19-33/+33
2018-02-14m68k: implement movep instructionPavel Dovgalyuk3-0/+49
2018-02-14libqtest: Use qemu_strtoul()Eric Blake1-6/+13
2018-02-14tests: Clean up wait for eventMarkus Armbruster4-33/+13
2018-02-13Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell27-557/+816
2018-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell52-304/+3715
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell39-393/+468
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský2-1/+3
2018-02-13acpi-test: update FADTMichael S. Tsirkin2-0/+0
2018-02-13lpc: drop pcie host dependencyMichael S. Tsirkin1-1/+0
2018-02-13tests: acpi: fix FADT not being compared to reference tableIgor Mammedov1-2/+33
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum2-7/+21
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie2-14/+122
2018-02-13libvhost-user: Fix resource leakYongji Xie1-0/+14
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-13Merge remote-tracking branch 'mreitz/tags/pull-block-2018-02-13' into queue-b...Kevin Wolf19-449/+610
2018-02-13iotests: Add l2-cache-entry-size to iotest 137Alberto Garcia2-0/+7
2018-02-13iotests: Test downgrading an image using a small L2 slice sizeAlberto Garcia2-0/+77
2018-02-13iotests: Test valid values of l2-cache-entry-sizeAlberto Garcia2-0/+20
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto Garcia4-11/+45
2018-02-13qcow2: Rename l2_table in count_cow_clusters()Alberto Garcia1-2/+2
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters_unallocated()Alberto Garcia1-3/+3
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters()Alberto Garcia1-4/+4
2018-02-13qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()Alberto Garcia1-8/+8
2018-02-13qcow2: Update qcow2_truncate() to support L2 slicesAlberto Garcia1-3/+3
2018-02-13qcow2: Update expand_zero_clusters_in_l1() to support L2 slicesAlberto Garcia1-23/+28
2018-02-13qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice supportAlberto Garcia1-91/+96