aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf
2020-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell
2020-04-30Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-04-30' into ...Peter Maydell
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster
2020-04-30qapi: Fix Visitor contract for start_alternate()Markus Armbruster
2020-04-30qapi: Assert incomplete object occurs only in dealloc visitorMarkus Armbruster
2020-04-30qapi: Polish prose in visitor.hMarkus Armbruster
2020-04-30qapi: Document @errp usage more thoroughly in visitor.hMarkus Armbruster
2020-04-30qapi: Fix typo in visit_start_list()'s contractMarkus Armbruster
2020-04-30qapi: Fix the virtual walk example in visitor.h's big commentMarkus Armbruster
2020-04-30qapi: Belatedly update visitor.h's big comment for QAPI modulesMarkus Armbruster
2020-04-30qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()Markus Armbruster
2020-04-30qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() insteadMarkus Armbruster
2020-04-30qobject: Clean up QLIST_FOREACH_ENTRY()Markus Armbruster
2020-04-29hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()Anup Patel
2020-04-29riscv/sifive_u: Add a serial property to the sifive_u machineBin Meng
2020-04-29riscv/sifive_u: Add a serial property to the sifive_u SoCAlistair Francis
2020-04-29s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger
2020-04-29s390x: protvirt: SCLP interpretationJanosch Frank
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster
2020-04-29qemu-img: Move is_valid_option_list() to qemu-img.c and rewriteMarkus Armbruster
2020-04-28linux-headers: update against Linux 5.7-rc3Cornelia Huck
2020-04-15gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé
2020-04-14thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etcPeter Maydell
2020-04-14thread.h: Fix Coverity version of qemu_cond_timedwait()Peter Maydell
2020-04-14osdep.h: Drop no-longer-needed Coverity workaroundsPeter Maydell
2020-04-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-04-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-04-13fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum
2020-04-13memory: Do not allow direct write access to rom_device regionsAlexander Duyck
2020-04-09aio-wait: delegate polling of main AioContext if BQL not heldPaolo Bonzini
2020-04-07Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-fixes-070420-1' ...Peter Maydell
2020-04-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-04-07linux-user: factor out reading of /proc/self/mapsAlex Bennée
2020-04-07elf-ops: bail out if we have no function symbolsAlex Bennée
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf
2020-04-07ppc/pnv: Create BMC devices only when defaults are enabledCédric Le Goater
2020-04-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into stagingPeter Maydell
2020-04-03Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger
2020-04-01hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger
2020-03-31hw/386: Add EPYC mode topology decoding functionsBabu Moger
2020-03-31Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé