aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Document Error API usage rulesMarkus Armbruster1-6/+46
2020-07-10error: Improve error.h's big commentMarkus Armbruster1-15/+36
2020-07-10error: Fix examples in error.h's big commentMarkus Armbruster1-2/+14
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell2-0/+82
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell2-0/+14
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2-2/+15
2020-07-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell1-0/+24
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell3-13/+7
2020-07-07Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' in...Peter Maydell3-12/+53
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell15-6/+217
2020-07-07object: qom module supportGerd Hoffmann1-0/+12
2020-07-07module: qom module supportGerd Hoffmann1-0/+2
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu1-0/+22
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu3-1/+36
2020-07-07util/qemu-option: Document the get_opt_value() functionPhilippe Mathieu-Daudé1-0/+13
2020-07-06softfloat,m68k: disable floatx80_invalid_encoding() for m68kLaurent Vivier1-0/+24
2020-07-06fix the prototype of muls64/mulu64Lijun Pan1-2/+2
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann1-5/+1
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-0/+1
2020-07-06audio: rework pcspk_init()Gerd Hoffmann1-5/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann1-1/+2
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-0/+2
2020-07-06Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-0/+1
2020-07-06block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2-6/+11
2020-07-06block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy1-1/+0
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky1-6/+15
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky1-0/+4
2020-07-06block/amend: add 'force' optionMaxim Levitsky2-0/+2
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky1-0/+22
2020-07-04linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta1-0/+1
2020-07-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell11-9/+105
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé1-0/+43
2020-07-03crypto: Add tls-cipher-suites objectPhilippe Mathieu-Daudé1-0/+39
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell1-2/+0
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-1/+0
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-3/+0
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell1-0/+56
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell1-3/+0
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell1-0/+26
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones1-0/+1
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger1-0/+7
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger1-0/+2
2020-07-03qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger3-0/+10
2020-07-03Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois1-0/+2
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois1-0/+1
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu1-4/+1
2020-07-03vhost_net: introduce set_config & get_configCindy Lu1-0/+5
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu1-0/+3