127 Commits (master)

Author SHA1 Message Date
Bernhard Beschow a8a77671b5 hw/char/serial: Remove redundant reset 1 month ago
Bernhard Beschow 336af956e8 hw/char/serial: Add constants for Line Control Register 1 month ago
Bernhard Beschow 1a847b228b hw/char/serial: Remove unhelpful comment 1 month ago
Bernhard Beschow 9f8caee699 hw/char/serial: Reuse fifo8_num_used() 1 month ago
Bernhard Beschow cbac82dbb7 hw/char/serial: Prefer fifo8 methods over open-coding 1 month ago
Bernhard Beschow 4b376e710e hw/char/serial: Remove explicit cast from void pointer 1 month ago
Paolo Bonzini e1e9a72500 include: move hw/qdev-properties-system.h to hw/core/ 4 months ago
Paolo Bonzini 78d45220b4 include: move hw/qdev-properties.h to hw/core/ 4 months ago
Paolo Bonzini 32222dc3bb include: move hw/irq.h to hw/core/ 4 months ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
Richard Henderson 5fcabe628b include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 1 year ago
Richard Henderson 312f37d18a hw/char: Constify all Property 1 year ago
Bernhard Beschow 7e6b5497ea hw/char: Extract serial-mm 2 years ago
Dr. David Alan Gilbert 13ca229b49 hw/char: Remove unused serial_set_frequency 2 years ago
Richard Henderson 2f6cab053f hw/char: Constify VMState 2 years ago
Michael Tokarev 9b4b4e510b hw/other: spelling fixes 3 years ago
Philippe Mathieu-Daudé 53c7c92422 hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE 3 years ago
Yeqi Fu 48805df9c2 replace TABs with spaces 3 years ago
Arwed Meyer 769a726ccb serial: Allow unaligned i/o access 4 years ago
Marc-André Lureau bf7b1eab25 chardev: mark explicitly first argument as poisoned 5 years ago
Peter Maydell 729cc68373 Remove superfluous timer_del() calls 5 years ago
Eduardo Habkost ce35e2295e qdev: Move softmmu properties to qdev-properties-system.h 5 years ago
Philippe Mathieu-Daudé 29daa894b6 hw/char/serial: Clean up unnecessary code 5 years ago
Laurent Vivier 9aa2c49eb7 hw/char/serial: remove duplicate .class_init in serial_mm_info 6 years ago
Philippe Mathieu-Daudé 1fa2c0eb6c hw/char/serial: Make 'wakeup' property boolean 6 years ago
Philippe Mathieu-Daudé f2336b5fbd hw/char/serial: Rename I/O read/write trace events 6 years ago
Philippe Mathieu-Daudé 1acb1fe166 hw/char/serial: Remove old DEBUG_SERIAL commented code 6 years ago
Philippe Mathieu-Daudé 4d7b9a6373 hw/char/serial: Replace commented DPRINTF() by trace event 6 years ago
Philippe Mathieu-Daudé 6ab9be1ec1 hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytes 6 years ago
Philippe Mathieu-Daudé 0851611530 hw/char/serial: Remove TYPE_SERIAL_IO 6 years ago
Markus Armbruster 668f62ec62 error: Eliminate error_propagate() with Coccinelle, part 1 6 years ago
Markus Armbruster 118bfd76c9 qdev: Use returned bool to check for qdev_realize() etc. failure 6 years ago
Markus Armbruster ce189ab230 qdev: Convert bus-less devices to qdev_realize() with Coccinelle 6 years ago
Markus Armbruster 3c6ef471ee sysbus: Convert to sysbus_realize() etc. with Coccinelle 6 years ago
Markus Armbruster 9fc7fc4d39 qom: Less verbose object_initialize_child() 6 years ago
Markus Armbruster df70796916 qdev: Convert uses of qdev_create() manually 6 years ago
Markus Armbruster b69c3c21a5 qdev: Unrealize must not fail 6 years ago
Dr. David Alan Gilbert f602d047ac serial: Fix double migration data 6 years ago
Philippe Mathieu-Daudé 41e82da57d hw/char: Let devices own the MemoryRegion they create 6 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 6 years ago
Philippe Mathieu-Daudé 083b266f69 chardev: Use QEMUChrEvent enum in IOEventHandler typedef 6 years ago
Marc-André Lureau d9259178fe mips: use sysbus_mmio_get_region() instead of internal fields 6 years ago
Marc-André Lureau 9fac5d88ee mips: inline serial_init() 7 years ago
Marc-André Lureau 10315a7089 serial: make SerialIO a sysbus device 7 years ago
Marc-André Lureau 9bc7176c8c serial-mm: use sysbus facilities 6 years ago
Marc-André Lureau 80b2eed95d serial-mm: add endianness property 7 years ago
Marc-André Lureau 17fd1a6490 serial-mm: add "regshift" property 7 years ago
Marc-André Lureau 490a9d9b36 serial: start making SerialMM a sysbus device 7 years ago
Marc-André Lureau b9975000a0 serial: replace serial_exit_core() with unrealize 7 years ago