43 Commits (master)

Author SHA1 Message Date
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
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
Eduardo Habkost ce35e2295e qdev: Move softmmu properties to qdev-properties-system.h 5 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
Eduardo Habkost 1a3bae794b sclpconsole: Use TYPE_* constants 6 years ago
Philippe Mathieu-Daudé 880a7817c1 misc: Replace zero-length arrays with flexible array member (manual) 6 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 6 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 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Claudio Imbrenda 1ffed98f24 s390x/sclp: clean up sclp masks 8 years ago
Nia Alarie 2231384e56 s390x/sclpconsole: Remove dead code - remove exit handlers 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 8228e353d8 chardev: move headers to include/chardev 9 years ago
Marc-André Lureau 39ab61c6d0 char: remove explicit_fe_open, use a set_handlers argument 10 years ago
Marc-André Lureau fa394ed625 char: make some qemu_chr_fe skip if no driver 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
Daniel P. Berrange 6ab3fc32ea hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all 10 years ago
Markus Armbruster a9c94277f0 Use #include "..." for our own headers, <...> for others 10 years ago
xiaoqiang zhao 3f6ec642ae hw/char: QOM'ify sclpconsole.c 10 years ago
Peter Maydell 9615495afc s390: Clean up includes 10 years ago
Cornelia Huck 183f6b8d7e sclp: sort into categories 11 years ago
Heinz Graalfs bb3e9e1fd7 s390x/sclpconsole: Avoid hanging SCLP ASCII console 12 years ago
Juan Quintela 35d08458a9 savevm: Remove all the unneeded version_minimum_id_old (rest) 12 years ago
Christian Borntraeger b074e62205 s390x/sclpconsole: Fix and simplify interrupt injection 12 years ago
Christian Borntraeger c3d9f24a39 s390/eventfacility: allow childs to handle more than 1 event type 13 years ago
Christian Borntraeger 8b8b1138df s390/eventfacility: remove unused event_type variable 13 years ago
Heinz Graalfs 3af6de321f s390/sclp: add reset() functions 13 years ago
Heinz Graalfs cb335bebe1 s390/sclpconsole: Add code to support live migration for sclpconsole 14 years ago
Heinz Graalfs ea9ad3e945 s390/sclpconsole: modify definition of input buffer 13 years ago
Heinz Graalfs 2e14211476 s390/sclpconsole: handle char layer busy conditions 13 years ago
Paolo Bonzini dccfcd0e5f sysemu: avoid proliferation of include/ subdirectories 13 years ago
Paolo Bonzini 9944d32001 hw: move char devices to hw/char/, configure via default-configs/ 13 years ago
Paolo Bonzini 83c9f4ca79 hw: include hw header files with full paths 13 years ago
Paolo Bonzini b4a42f8138 hw: move qdev-monitor.o to toplevel directory 13 years ago
Christian Borntraeger 760794f784 s390/sclpconsole: prevent char layer callback during initialization 13 years ago
Andreas Färber 8c43a6f05d Make all static TypeInfos const 13 years ago
Paolo Bonzini 927d4878b0 softmmu: move remaining include files to include/ subdirectories 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini 077805fa92 janitor: do not rely on indirect inclusions of or from qemu-char.h 14 years ago