Age | Commit message (Expand) | Author | Files | Lines |
2024-12-15 | hw/char: Constify all Property | Richard Henderson | 1 | -1/+1 |
2024-10-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -126/+0 |
2024-10-03 | hw/char: Extract serial-mm | Bernhard Beschow | 1 | -126/+0 |
2024-10-03 | hw/char: Remove unused serial_set_frequency | Dr. David Alan Gilbert | 1 | -7/+0 |
2023-12-29 | hw/char: Constify VMState | Richard Henderson | 1 | -10/+10 |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-08-31 | hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-03-20 | replace TABs with spaces | Yeqi Fu | 1 | -34/+34 |
2022-09-29 | serial: Allow unaligned i/o access | Arwed Meyer | 1 | -0/+3 |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau | 1 | -1/+1 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 1 | -2/+0 |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 1 | -0/+1 |
2020-12-10 | hw/char/serial: Clean up unnecessary code | Philippe Mathieu-Daudé | 1 | -8/+5 |
2020-10-13 | hw/char/serial: remove duplicate .class_init in serial_mm_info | Laurent Vivier | 1 | -1/+0 |
2020-09-30 | hw/char/serial: Make 'wakeup' property boolean | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-09-30 | hw/char/serial: Rename I/O read/write trace events | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-09-30 | hw/char/serial: Remove old DEBUG_SERIAL commented code | Philippe Mathieu-Daudé | 1 | -11/+0 |
2020-09-30 | hw/char/serial: Replace commented DPRINTF() by trace event | Philippe Mathieu-Daudé | 1 | -3/+1 |
2020-09-30 | hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytes | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-09-30 | hw/char/serial: Remove TYPE_SERIAL_IO | Philippe Mathieu-Daudé | 1 | -41/+0 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -6/+2 |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 1 | -4/+2 |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 1 | -2/+2 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | qom: Less verbose object_initialize_child() | Markus Armbruster | 1 | -4/+2 |
2020-06-15 | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 1 | -2/+2 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -1/+1 |
2020-04-02 | serial: Fix double migration data | Dr. David Alan Gilbert | 1 | -1/+11 |
2020-03-17 | hw/char: Let devices own the MemoryRegion they create | Philippe Mathieu-Daudé | 1 | -3/+4 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -2/+2 |
2020-01-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-07 | mips: use sysbus_mmio_get_region() instead of internal fields | Marc-André Lureau | 1 | -0/+1 |
2020-01-07 | mips: inline serial_init() | Marc-André Lureau | 1 | -16/+0 |
2020-01-07 | serial: make SerialIO a sysbus device | Marc-André Lureau | 1 | -11/+53 |
2020-01-07 | serial-mm: use sysbus facilities | Marc-André Lureau | 1 | -22/+28 |
2020-01-07 | serial-mm: add endianness property | Marc-André Lureau | 1 | -0/+2 |
2020-01-07 | serial-mm: add "regshift" property | Marc-André Lureau | 1 | -5/+17 |
2020-01-07 | serial: start making SerialMM a sysbus device | Marc-André Lureau | 1 | -17/+55 |
2020-01-07 | serial: replace serial_exit_core() with unrealize | Marc-André Lureau | 1 | -1/+4 |
2020-01-07 | serial: realize the serial device | Marc-André Lureau | 1 | -4/+4 |
2020-01-07 | serial: add "baudbase" property | Marc-André Lureau | 1 | -2/+3 |
2020-01-07 | serial: add "chardev" property | Marc-André Lureau | 1 | -3/+10 |
2020-01-07 | serial: register vmsd with DeviceClass | Marc-André Lureau | 1 | -3/+3 |
2020-01-07 | serial: initial qom-ification | Marc-André Lureau | 1 | -6/+28 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+1 |