summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-06-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200618' into stagingPeter Maydell
2020-06-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2020-06-18net: cadence_gem: Add support for jumbo framesSai Pavan Boddu
2020-06-18net: cadence_gem: Move tx/rx packet buffert to CadenceGEMStateSai Pavan Boddu
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich
2020-06-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali
2020-06-18Linux headers: updateCornelia Huck
2020-06-17block: make BlockConf size props 32bit and accept size suffixesRoman Kagan
2020-06-17qdev-properties: add size32 property typeRoman Kagan
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan
2020-06-17hw/block/nvme: use constants in identifyKlaus Jensen
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez
2020-06-17virtio-blk: Refactor the code that processes queued requestsSergio Lopez
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-06-17microvm: move virtio base to 0xfeb00000Gerd Hoffmann
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann
2020-06-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell
2020-06-16include/qemu: Added tsan.h for annotations.Robert Foley
2020-06-16thread: add tsan annotations to QemuSpinEmilio G. Cota
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota
2020-06-16thread: add qemu_spin_destroyEmilio G. Cota
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell
2020-06-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-06-15' into s...Peter Maydell
2020-06-16sd: sdhci: Implement basic vendor specific register supportGuenter Roeck
2020-06-15qdev: qdev_init_nofail() is now unused, dropMarkus Armbruster
2020-06-15sysbus: sysbus_init_child_obj() is now unused, dropMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15sysbus: New sysbus_realize(), sysbus_realize_and_unref()Markus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15auxbus: Eliminate aux_create_slave()Markus Armbruster
2020-06-15auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster
2020-06-15auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster
2020-06-15qdev: qdev_create(), qdev_try_create() are now unused, dropMarkus Armbruster
2020-06-15usb: usb_create() is now unused, dropMarkus Armbruster
2020-06-15usb: Convert uses of usb_create()Markus Armbruster
2020-06-15usb: New usb_new(), usb_realize_and_unref()Markus Armbruster
2020-06-15ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
2020-06-15isa: isa_create(), isa_try_create() are now unused, dropMarkus Armbruster
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15isa: New isa_new(), isa_realize_and_unref() etc.Markus Armbruster
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster