aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: cadence_gem: Add support for jumbo framesSai Pavan Boddu1-1/+3
2020-06-18net: cadence_gem: Move tx/rx packet buffert to CadenceGEMStateSai Pavan Boddu1-0/+4
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich1-0/+10
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich1-0/+2
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich1-0/+1
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich1-0/+13
2020-06-17microvm: move virtio base to 0xfeb00000Gerd Hoffmann1-1/+1
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann2-4/+2
2020-06-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell5-4/+120
2020-06-16include/qemu: Added tsan.h for annotations.Robert Foley1-0/+71
2020-06-16thread: add tsan annotations to QemuSpinEmilio G. Cota1-3/+36
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota1-0/+1
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota1-0/+8
2020-06-16thread: add qemu_spin_destroyEmilio G. Cota1-0/+3
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota1-3/+3
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell1-0/+5
2020-06-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-06-15' into s...Peter Maydell23-76/+97
2020-06-16sd: sdhci: Implement basic vendor specific register supportGuenter Roeck1-0/+5
2020-06-15qdev: qdev_init_nofail() is now unused, dropMarkus Armbruster1-2/+1
2020-06-15sysbus: sysbus_init_child_obj() is now unused, dropMarkus Armbruster1-17/+0
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster7-8/+8
2020-06-15sysbus: New sysbus_realize(), sysbus_realize_and_unref()Markus Armbruster1-1/+3
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-4/+26
2020-06-15auxbus: Eliminate aux_create_slave()Markus Armbruster1-7/+0
2020-06-15auxbus: New aux_bus_realize(), pairing with aux_bus_init()Markus Armbruster1-0/+7
2020-06-15auxbus: Rename aux_init_bus() to aux_bus_init()Markus Armbruster1-2/+2
2020-06-15qdev: qdev_create(), qdev_try_create() are now unused, dropMarkus Armbruster1-2/+0
2020-06-15usb: usb_create() is now unused, dropMarkus Armbruster1-1/+0
2020-06-15usb: Convert uses of usb_create()Markus Armbruster1-2/+1
2020-06-15usb: New usb_new(), usb_realize_and_unref()Markus Armbruster1-0/+2
2020-06-15ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster1-1/+0
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster1-4/+0
2020-06-15isa: isa_create(), isa_try_create() are now unused, dropMarkus Armbruster1-2/+0
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster1-2/+3
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2-6/+8
2020-06-15isa: New isa_new(), isa_realize_and_unref() etc.Markus Armbruster1-0/+3
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster1-3/+0
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster1-0/+5
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster7-16/+19
2020-06-15qdev: Convert to qdev_unrealize() manuallyMarkus Armbruster1-1/+0
2020-06-15qdev: New qdev_new(), qdev_realize(), etc.Markus Armbruster1-1/+10
2020-06-15riscv: Fix type of SiFive[EU]SocState, member parent_objMarkus Armbruster2-2/+2
2020-06-15pnv/psi: Correct the pnv-psi* devices not to be sysbus devicesMarkus Armbruster1-1/+1
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater1-0/+6
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater1-1/+0
2020-06-15qom: Constify object_get_canonical_path{,_component}()'s parameterMarkus Armbruster1-2/+2
2020-06-15crypto/linux_keyring: add 'secret_keyring' secret object.Alexey Krasikov1-0/+52
2020-06-15crypto/secret: move main logic from 'secret' to 'secret_common'.Alexey Krasikov2-17/+71
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell25-146/+637
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé2-7/+5