summaryrefslogtreecommitdiffstats
path: root/hw/char/serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Allow unaligned i/o accessArwed Meyer2022-09-291-0/+3
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-2/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/char/serial: Clean up unnecessary codePhilippe Mathieu-Daudé2020-12-101-8/+5Star
* hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier2020-10-131-1/+0Star
* hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé2020-09-301-0/+1
* hw/char/serial: Rename I/O read/write trace eventsPhilippe Mathieu-Daudé2020-09-301-2/+2
* hw/char/serial: Remove old DEBUG_SERIAL commented codePhilippe Mathieu-Daudé2020-09-301-11/+0Star
* hw/char/serial: Replace commented DPRINTF() by trace eventPhilippe Mathieu-Daudé2020-09-301-3/+1Star
* hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytesPhilippe Mathieu-Daudé2020-09-301-2/+2
* hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé2020-09-301-41/+0Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-6/+2Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-4/+2Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-4/+2Star
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* serial: Fix double migration dataDr. David Alan Gilbert2020-04-021-1/+11
* hw/char: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-3/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-101-1/+1
|\
| * chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* | mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau2020-01-071-0/+1
* | mips: inline serial_init()Marc-André Lureau2020-01-071-16/+0Star
* | serial: make SerialIO a sysbus deviceMarc-André Lureau2020-01-071-11/+53
* | serial-mm: use sysbus facilitiesMarc-André Lureau2020-01-071-22/+28
* | serial-mm: add endianness propertyMarc-André Lureau2020-01-071-0/+2
* | serial-mm: add "regshift" propertyMarc-André Lureau2020-01-071-5/+17
* | serial: start making SerialMM a sysbus deviceMarc-André Lureau2020-01-071-17/+55
* | serial: replace serial_exit_core() with unrealizeMarc-André Lureau2020-01-071-1/+4
* | serial: realize the serial deviceMarc-André Lureau2020-01-071-4/+4
* | serial: add "baudbase" propertyMarc-André Lureau2020-01-071-2/+3
* | serial: add "chardev" propertyMarc-André Lureau2020-01-071-3/+10
* | serial: register vmsd with DeviceClassMarc-André Lureau2020-01-071-3/+3
* | serial: initial qom-ificationMarc-André Lureau2020-01-071-6/+28
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-1/+1
* serial: fix DLL writesPaolo Bonzini2018-10-021-2/+2
* hw/char/serial: retry write if EAGAINMarc-André Lureau2018-07-161-9/+14
* PC Chipset: Improve serial divisor calculationCalvin Lee2018-07-161-10/+13
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2018-06-301-2/+3
|\
| * hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé2018-06-291-2/+3
* | hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez2018-06-281-1/+1
|/
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star