| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/char/serial: remove duplicate .class_init in serial_mm_info | Laurent Vivier | 2020-10-13 | 1 | -1/+0 |
* | hw/char/bcm2835_aux: Allow less than 32-bit accesses | Philippe Mathieu-Daudé | 2020-10-08 | 1 | -1/+3 |
* | hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial object | Philippe Mathieu-Daudé | 2020-09-30 | 2 | -3/+4 |
* | hw/char/serial: Make 'wakeup' property boolean | Philippe Mathieu-Daudé | 2020-09-30 | 2 | -1/+2 |
* | hw/char/serial: Rename I/O read/write trace events | Philippe Mathieu-Daudé | 2020-09-30 | 2 | -4/+4 |
* | hw/char/serial: Remove old DEBUG_SERIAL commented code | Philippe Mathieu-Daudé | 2020-09-30 | 1 | -11/+0 |
* | hw/char/serial: Replace commented DPRINTF() by trace event | Philippe Mathieu-Daudé | 2020-09-30 | 2 | -3/+2 |
* | hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytes | Philippe Mathieu-Daudé | 2020-09-30 | 1 | -2/+2 |
* | hw/char/serial: Remove TYPE_SERIAL_IO | Philippe Mathieu-Daudé | 2020-09-30 | 1 | -41/+0 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 13 | -38/+13 |
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell | 2020-09-13 | 5 | -0/+553 |
|\ |
|
| * | hw/riscv: Move sifive_uart model to hw/char | Bin Meng | 2020-09-10 | 3 | -0/+198 |
| * | hw/riscv: Move riscv_htif model to hw/char | Bin Meng | 2020-09-10 | 3 | -0/+265 |
| * | hw/char: Add Microchip PolarFire SoC MMUART emulation | Bin Meng | 2020-09-10 | 3 | -0/+90 |
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-09-11 | 18 | -62/+99 |
|\ \ |
|
| * | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 18 | -31/+36 |
| * | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 18 | -31/+63 |
| |/ |
|
* / | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2020-09-09 | 1 | -1/+1 |
|/ |
|
* | sclpconsole: Use TYPE_* constants | Eduardo Habkost | 2020-08-27 | 2 | -2/+2 |
* | virtio-serial-bus: Move QOM macros to header | Eduardo Habkost | 2020-08-27 | 1 | -4/+0 |
* | meson: convert hw/char | Marc-André Lureau | 2020-08-21 | 2 | -39/+38 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | hw/char: Convert the Ibex UART to use the registerfields API | Alistair Francis | 2020-07-14 | 1 | -65/+65 |
* | hw/char: Convert the Ibex UART to use the qdev Clock model | Alistair Francis | 2020-07-14 | 1 | -3/+27 |
* | hw/char: avr: Add limited support for USART peripheral | Michael Rolnik | 2020-07-11 | 3 | -0/+324 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 3 | -12/+4 |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 3 | -8/+4 |
* | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster | 2020-07-02 | 1 | -2/+2 |
* | ibex_uart: fix XOR-as-pow | Paolo Bonzini | 2020-06-26 | 1 | -1/+1 |
* | hw/char: RX62N serial communication interface (SCI) | Yoshinori Sato | 2020-06-22 | 3 | -0/+354 |
* | hw/char: Initial commit of Ibex UART | Alistair Francis | 2020-06-19 | 2 | -0/+493 |
* | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 2020-06-15 | 4 | -5/+5 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 3 | -3/+3 |
* | qom: Less verbose object_initialize_child() | Markus Armbruster | 2020-06-15 | 4 | -11/+5 |
* | isa: Convert uses of isa_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -4/+5 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 3 | -6/+8 |
* | qdev: Convert to qdev_unrealize() with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -2/+2 |
* | acpi: move aml builder code for parallel device | Gerd Hoffmann | 2020-06-09 | 1 | -0/+22 |
* | acpi: move aml builder code for serial device | Gerd Hoffmann | 2020-06-09 | 1 | -0/+22 |
* | hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask() | Philippe Mathieu-Daudé | 2020-05-21 | 1 | -2/+3 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 5 | -8/+8 |
* | hw/char/cadence_uart: add clock support | Damien Hedde | 2020-04-30 | 2 | -10/+66 |
* | serial: Fix double migration data | Dr. David Alan Gilbert | 2020-04-02 | 1 | -1/+11 |
* | virtio-serial-bus: Plug memory leak on realize() error paths | Pan Nengyuan | 2020-03-29 | 1 | -1/+1 |
* | hw/char: Let devices own the MemoryRegion they create | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -3/+4 |
* | misc: Replace zero-length arrays with flexible array member (manual) | Philippe Mathieu-Daudé | 2020-03-16 | 2 | -2/+2 |
* | hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init | Chen Qun | 2020-02-13 | 1 | -2/+3 |
* | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth | 2020-02-04 | 1 | -8/+8 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-01-27 | 30 | -33/+33 |
|\ |
|