aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-23hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé1-0/+35
2020-06-19hw/riscv: sifive_u: Add a dummy DDR memory controller deviceBin Meng1-0/+1
2020-06-19hw/riscv: sifive_u: Support different boot source per MSEL pin stateBin Meng1-0/+6
2020-06-19hw/riscv: sifive_u: Add a new property msel for MSEL pin stateBin Meng1-0/+1
2020-06-19hw/riscv: sifive_u: Hook a GPIO controllerBin Meng1-0/+19
2020-06-19hw/riscv: sifive_gpio: Add a new 'ngpio' propertyBin Meng1-0/+3
2020-06-19hw/riscv: sifive_gpio: Clean up the codesBin Meng1-3/+4
2020-06-19riscv/opentitan: Connect the UART deviceAlistair Francis1-0/+13
2020-06-19riscv/opentitan: Connect the PLIC deviceAlistair Francis1-0/+3
2020-06-19hw/intc: Initial commit of lowRISC Ibex PLICAlistair Francis1-0/+63
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis1-0/+110
2020-06-19sifive_e: Support the revB machineAlistair Francis1-0/+1
2020-06-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200618' into stagingPeter Maydell8-28/+410
2020-06-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell3-0/+32
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-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-14/+26
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman1-0/+1
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali2-1/+3
2020-06-18Linux headers: updateCornelia Huck6-27/+406
2020-06-17block: make BlockConf size props 32bit and accept size suffixesRoman Kagan2-7/+7
2020-06-17qdev-properties: add size32 property typeRoman Kagan1-0/+3
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan1-1/+1
2020-06-17hw/block/nvme: use constants in identifyKlaus Jensen1-0/+8
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez1-1/+1
2020-06-17virtio-blk: Refactor the code that processes queued requestsSergio Lopez1-0/+1
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé1-6/+6
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