61 Commits (c755f3b95964f344806fa8e6a6e05ffc3ee1c4fa)

Author SHA1 Message Date
Paolo Bonzini c755f3b959 include: move hw/sysbus.h to hw/core/ 4 months 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
Marc-André Lureau 1b21518f73 char: rename CharBackend->CharFrontend 5 months ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 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
Peter Maydell e3d0814368 hw: Use device_class_set_legacy_reset() instead of opencoding 2 years ago
Richard Henderson 2f6cab053f hw/char: Constify VMState 2 years ago
Markus Armbruster 0a553c12c7 Drop useless casts from g_malloc() & friends to pointer 4 years ago
Peter Maydell 617dff091f hw/char/exynos4210_uart: Fix crash on trying to load VM state 4 years ago
Iris Johnson f2c0fb93a4 hw/char/exynos4210_uart: Fix missing call to report ready for input 5 years ago
Iris Johnson 40b4c2ae90 hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabled 5 years ago
Eduardo Habkost ce35e2295e qdev: Move softmmu properties to qdev-properties-system.h 5 years ago
Eduardo Habkost 8063396bf3 Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Markus Armbruster 3c6ef471ee sysbus: Convert to sysbus_realize() etc. with Coccinelle 6 years ago
Markus Armbruster 3e80f6902c qdev: Convert uses of qdev_create() with Coccinelle 6 years ago
Chen Qun 8bbc394c55 hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init 6 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 6 years ago
Guenter Roeck 3c77412b4a hw/char/exynos4210_uart: Add receive DMA support 6 years ago
Guenter Roeck 3a5d3a6f58 hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts 6 years ago
Guenter Roeck c9d3396d80 hw/char/exynos4210_uart: Implement post_load function 6 years ago
Guenter Roeck 6804d2301b hw/char/exynos4210_uart: Convert to support tracing 6 years ago
Philippe Mathieu-Daudé 083b266f69 chardev: Use QEMUChrEvent enum in IOEventHandler typedef 6 years ago
Markus Armbruster d5938f29fe Clean up inclusion of sysemu/sysemu.h 7 years ago
Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less 7 years ago
Markus Armbruster d645427057 Include migration/vmstate.h less 7 years ago
Markus Armbruster 64552b6be4 Include hw/irq.h a lot less 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Peter Maydell 97274d0c05 hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardev 8 years ago
Peter Maydell 9bca0edb28 Change references to serial_hds[] to serial_hd() 8 years ago
Anton Nefedov 3065070153 char: avoid chardevice direct access 9 years ago
Anton Nefedov 81517ba37a char: add backend hotswap handler 9 years ago
Marc-André Lureau 4d43a603c7 char: move CharBackend handling in char-fe unit 9 years ago
Marc-André Lureau 7566c6efe7 chardev: serial & parallel declaration to own headers 9 years ago
Marc-André Lureau 8228e353d8 chardev: move headers to include/chardev 9 years ago
Krzysztof Kozlowski 75c6d92e4c hw/char/exynos4210_uart: Constify static array and few arguments 9 years ago
Halil Pasic 59046ec29a migration: consolidate VMStateField.start 9 years ago
Marc-André Lureau 0ec7b3e7f2 char: rename CharDriverState Chardev 9 years ago
Peter Maydell e62694a078 hw/char/exynos4210_uart: Drop unused local variable frame_size 9 years ago
xiaoqiang zhao 5b982482c1 hw/char: QOM'ify exynos4210_uart.c 9 years ago
Marc-André Lureau 39ab61c6d0 char: remove explicit_fe_open, use a set_handlers argument 10 years ago
Marc-André Lureau 5345fdb446 char: use qemu_chr_fe* functions with CharBackend argument 10 years ago
Marc-André Lureau becdfa00cf char: replace PROP_CHR with CharBackend 10 years ago
Marc-André Lureau b4948be93e char: remove init callback 10 years ago
Daniel P. Berrange 6ab3fc32ea hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all 10 years ago
Peter Maydell 8ef94f0bc9 arm: Clean up includes 10 years ago