Age | Commit message (Expand) | Author |
2022-09-29 | serial: Allow unaligned i/o access | Arwed Meyer |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-10 | hw/char/serial: Clean up unnecessary code | Philippe Mathieu-Daudé |
2020-10-13 | hw/char/serial: remove duplicate .class_init in serial_mm_info | Laurent Vivier |
2020-09-30 | hw/char/serial: Make 'wakeup' property boolean | Philippe Mathieu-Daudé |
2020-09-30 | hw/char/serial: Rename I/O read/write trace events | Philippe Mathieu-Daudé |
2020-09-30 | hw/char/serial: Remove old DEBUG_SERIAL commented code | Philippe Mathieu-Daudé |
2020-09-30 | hw/char/serial: Replace commented DPRINTF() by trace event | Philippe Mathieu-Daudé |
2020-09-30 | hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytes | Philippe Mathieu-Daudé |
2020-09-30 | hw/char/serial: Remove TYPE_SERIAL_IO | Philippe Mathieu-Daudé |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qom: Less verbose object_initialize_child() | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() manually | Markus Armbruster |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-04-02 | serial: Fix double migration data | Dr. David Alan Gilbert |
2020-03-17 | hw/char: Let devices own the MemoryRegion they create | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé |
2020-01-07 | mips: use sysbus_mmio_get_region() instead of internal fields | Marc-André Lureau |
2020-01-07 | mips: inline serial_init() | Marc-André Lureau |
2020-01-07 | serial: make SerialIO a sysbus device | Marc-André Lureau |
2020-01-07 | serial-mm: use sysbus facilities | Marc-André Lureau |
2020-01-07 | serial-mm: add endianness property | Marc-André Lureau |
2020-01-07 | serial-mm: add "regshift" property | Marc-André Lureau |
2020-01-07 | serial: start making SerialMM a sysbus device | Marc-André Lureau |
2020-01-07 | serial: replace serial_exit_core() with unrealize | Marc-André Lureau |
2020-01-07 | serial: realize the serial device | Marc-André Lureau |
2020-01-07 | serial: add "baudbase" property | Marc-André Lureau |
2020-01-07 | serial: add "chardev" property | Marc-André Lureau |
2020-01-07 | serial: register vmsd with DeviceClass | Marc-André Lureau |
2020-01-07 | serial: initial qom-ification | Marc-André Lureau |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza |
2018-10-02 | serial: fix DLL writes | Paolo Bonzini |
2018-07-16 | hw/char/serial: retry write if EAGAIN | Marc-André Lureau |
2018-07-16 | PC Chipset: Improve serial divisor calculation | Calvin Lee |
2018-06-30 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2018-06-29 | hw/char/serial: Convert from DPRINTF macro to trace events | Philippe Mathieu-Daudé |
2018-06-28 | hw/char/serial: Only retry if qemu_chr_fe_write returns 0 | Sergio Lopez |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |