Age | Commit message (Expand) | Author |
2020-06-22 | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' | Philippe Mathieu-Daudé |
2020-06-22 | hw/sh4: Use MemoryRegion typedef | Philippe Mathieu-Daudé |
2020-06-19 | hw/riscv: sifive_u: Add a dummy DDR memory controller device | Bin Meng |
2020-06-19 | hw/riscv: sifive_u: Support different boot source per MSEL pin state | Bin Meng |
2020-06-19 | hw/riscv: sifive_u: Add a new property msel for MSEL pin state | Bin Meng |
2020-06-19 | hw/riscv: sifive_u: Hook a GPIO controller | Bin Meng |
2020-06-19 | hw/riscv: sifive_gpio: Add a new 'ngpio' property | Bin Meng |
2020-06-19 | hw/riscv: sifive_gpio: Clean up the codes | Bin Meng |
2020-06-19 | riscv/opentitan: Connect the UART device | Alistair Francis |
2020-06-19 | riscv/opentitan: Connect the PLIC device | Alistair Francis |
2020-06-19 | hw/intc: Initial commit of lowRISC Ibex PLIC | Alistair Francis |
2020-06-19 | hw/char: Initial commit of Ibex UART | Alistair Francis |
2020-06-19 | sifive_e: Support the revB machine | Alistair Francis |
2020-06-19 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200618' into staging | Peter Maydell |
2020-06-18 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2020-06-18 | net: cadence_gem: Add support for jumbo frames | Sai Pavan Boddu |
2020-06-18 | net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState | Sai Pavan Boddu |
2020-06-18 | virtio-net: reference implementation of hash report | Yuri Benditovich |
2020-06-18 | virtio-net: implement RX RSS processing | Yuri Benditovich |
2020-06-18 | virtio-net: implement RSS configuration command | Yuri Benditovich |
2020-06-18 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-06-18 | s390x/css: Refactor the css_queue_crw() routine | Eric Farman |
2020-06-18 | vfio-ccw: Add support for the schib region | Farhan Ali |
2020-06-17 | block: make BlockConf size props 32bit and accept size suffixes | Roman Kagan |
2020-06-17 | qdev-properties: add size32 property type | Roman Kagan |
2020-06-17 | block: consolidate blocksize properties consistency checks | Roman Kagan |
2020-06-17 | virtio-blk: On restart, process queued requests in the proper context | Sergio Lopez |
2020-06-17 | virtio-blk: Refactor the code that processes queued requests | Sergio Lopez |
2020-06-17 | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé |
2020-06-17 | microvm: move virtio base to 0xfeb00000 | Gerd Hoffmann |
2020-06-17 | x86: move max-ram-below-4g to pc | Gerd Hoffmann |
2020-06-16 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16... | Peter Maydell |
2020-06-16 | cpu: convert queued work to a QSIMPLEQ | Emilio G. Cota |
2020-06-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'... | Peter Maydell |
2020-06-16 | sd: sdhci: Implement basic vendor specific register support | Guenter Roeck |
2020-06-15 | qdev: qdev_init_nofail() is now unused, drop | Markus Armbruster |
2020-06-15 | sysbus: sysbus_init_child_obj() is now unused, drop | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | sysbus: New sysbus_realize(), sysbus_realize_and_unref() | Markus Armbruster |
2020-06-15 | auxbus: Eliminate aux_create_slave() | Markus Armbruster |
2020-06-15 | auxbus: New aux_bus_realize(), pairing with aux_bus_init() | Markus Armbruster |
2020-06-15 | auxbus: Rename aux_init_bus() to aux_bus_init() | Markus Armbruster |
2020-06-15 | qdev: qdev_create(), qdev_try_create() are now unused, drop | Markus Armbruster |
2020-06-15 | usb: usb_create() is now unused, drop | Markus Armbruster |
2020-06-15 | usb: Convert uses of usb_create() | Markus Armbruster |
2020-06-15 | usb: New usb_new(), usb_realize_and_unref() | Markus Armbruster |
2020-06-15 | ssi: ssi_create_slave_no_init() is now unused, drop | Markus Armbruster |
2020-06-15 | ssi: ssi_auto_connect_slaves() never does anything, drop | Markus Armbruster |
2020-06-15 | isa: isa_create(), isa_try_create() are now unused, drop | Markus Armbruster |
2020-06-15 | isa: Convert uses of isa_create(), isa_try_create() manually | Markus Armbruster |