aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-11MAINTAINERS: Add missing entries for the Xilinx ZynqMP machinePhilippe Mathieu-Daudé1-0/+3
2018-12-11MAINTAINERS: Add a missing entry to the SPARC CPUPhilippe Mathieu-Daudé1-0/+1
2018-12-11MAINTAINERS: Fix ACPI tests data files pathPhilippe Mathieu-Daudé1-2/+1
2018-12-11target: hax: replace g_malloc with g_new0Li Qiang1-12/+3
2018-12-11MAINTAINERS: Add nios2-related files to the Nios2 sectionThomas Huth1-0/+2
2018-12-11MAINTAINERS: Add missing hw/pci-host entriesThomas Huth1-1/+5
2018-12-11misc: Avoid UTF-8 in error messagesEric Blake2-2/+2
2018-12-11qapi: Reduce Makefile boilerplateEric Blake3-306/+35
2018-12-11hw: set_netdev: remove useless codeLi Qiang1-4/+0
2018-12-11misc: fix spellingMarc-André Lureau1-1/+1
2018-12-11virtio: pass argument by value for virtqueue_map_iovec()Dongli Zhang1-4/+4
2018-12-11hw: qdev: fix error in commentLi Qiang1-1/+1
2018-12-11Update version for v3.1.0 releasev3.1.0Peter Maydell1-1/+1
2018-12-06Update version for v3.1.0-rc5 releasev3.1.0-rc5Peter Maydell1-1/+1
2018-12-06i2c: pm_smbus: check smb_index before block transfer writePrasad J Pandit1-0/+3
2018-12-04Update version for v3.1.0-rc4 releasev3.1.0-rc4Peter Maydell1-1/+1
2018-12-04virtio-net-test: add large tx buffer testJason Wang1-0/+46
2018-12-04virtio-net-test: remove unused macroJason Wang1-1/+0
2018-12-04virtio-net-test: accept variable length argument in pci_test_start()Jason Wang1-6/+11
2018-12-04net: hub: suppress warnings of no host network for qtestJason Wang1-1/+2
2018-12-04net: drop too large packet earlyJason Wang2-17/+17
2018-12-03Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...Peter Maydell1-6/+18
2018-12-03usb-mtp: outlaw slashes in filenamesGerd Hoffmann1-0/+6
2018-12-03usb-mtp: fix utf16_to_strGerd Hoffmann1-6/+12
2018-12-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st...Peter Maydell2-1/+21
2018-12-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-8/+85
2018-12-03iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy3-0/+80
2018-12-03mirror: fix dead-lockVladimir Sementsov-Ogievskiy1-8/+5
2018-12-03i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov1-3/+3
2018-12-03i2c: Add a length check to the SMBus write handlingCorey Minyard1-1/+5
2018-11-30nbd/client: Send NBD_CMD_DISC if open fails after connectEric Blake1-2/+16
2018-11-30nbd/client: Make x-dirty-bitmap more reliableEric Blake1-0/+5
2018-11-30nbd/server: Advertise all contexts in response to bare LISTEric Blake1-0/+1
2018-11-28Update version for v3.1.0-rc3 releasev3.1.0-rc3Peter Maydell1-1/+1
2018-11-28target/arm/sve_helper: Fix compilation with clang 3.4Thomas Huth1-10/+10
2018-11-28hw/arm/aspeed: Fix build issue with clang 3.4Thomas Huth1-2/+2
2018-11-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell33-194/+285
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau2-16/+12
2018-11-27scsi: Address spurious clang warningJohn Snow1-1/+1
2018-11-27vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster1-1/+1
2018-11-27hostmem-memfd: honour share=on/off propertyMarc-André Lureau2-2/+6
2018-11-27MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) devicePhilippe Mathieu-Daudé1-0/+13
2018-11-27MAINTAINERS: Add some missing entries related to acceleratorsThomas Huth1-0/+5
2018-11-27target/i386: Generate #UD when applying LOCK to a register destinationRichard Henderson1-15/+20
2018-11-27checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini1-1/+2
2018-11-27vl.c: remove outdated commentLi Qiang1-3/+0
2018-11-27vhost-user-bridge: fix recvmsg iovlenMarc-André Lureau1-1/+1
2018-11-27vl: Improve error message when we can't load fw_cfg from fileLi Qiang1-2/+4
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau22-135/+162
2018-11-27Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-32/+208