aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2021-02-15clock: Add ClockEvent parameter to callbacksPeter Maydell
2021-02-02hw/char/exynos4210_uart: Fix missing call to report ready for inputIris Johnson
2021-02-02hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabledIris Johnson
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-10hw/char/serial: Clean up unnecessary codePhilippe Mathieu-Daudé
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-27hw/char/pl011: add a clock inputLuc Michel
2020-10-13hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé
2020-09-30hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial objectPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Rename I/O read/write trace eventsPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Remove old DEBUG_SERIAL commented codePhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Replace commented DPRINTF() by trace eventPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytesPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09hw/riscv: Move sifive_uart model to hw/charBin Meng
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng
2020-09-09hw/char: Add Microchip PolarFire SoC MMUART emulationBin Meng
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27sclpconsole: Use TYPE_* constantsEduardo Habkost
2020-08-27virtio-serial-bus: Move QOM macros to headerEduardo Habkost
2020-08-21meson: convert hw/charMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini
2020-06-22hw/char: RX62N serial communication interface (SCI)Yoshinori Sato
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster