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