| Commit message (Expand) | Author | Age | Files | Lines |
* | acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass... | Igor Mammedov | 2022-06-10 | 1 | -5/+9 |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 1 | -1/+1 |
* | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow | 2022-03-08 | 1 | -1/+1 |
* | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | acpi: move aml builder code for parallel device | Gerd Hoffmann | 2020-06-09 | 1 | -0/+22 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+2 |
* | hw/char/parallel: Convert from pdebug() macro to trace events | Philippe Mathieu-Daudé | 2018-06-29 | 1 | -3/+13 |
* | hw/char/parallel: Convert away from old_mmio | Peter Maydell | 2018-06-15 | 1 | -39/+11 |
* | hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -1/+1 |
* | chardev: fix parallel device can't be reconnect | Peng Hao | 2017-07-14 | 1 | -0/+6 |
* | char: avoid chardevice direct access | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
* | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 2017-06-02 | 1 | -0/+1 |
* | chardev: serial & parallel declaration to own headers | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | char: rename CharDriverState Chardev | Marc-André Lureau | 2017-01-27 | 1 | -1/+1 |
* | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 2016-10-24 | 1 | -17/+17 |
* | char: replace PROP_CHR with CharBackend | Marc-André Lureau | 2016-10-24 | 1 | -21/+25 |
* | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all | Daniel P. Berrange | 2016-09-13 | 1 | -1/+3 |
* | portio: keep references on portio | Marc-André Lureau | 2016-09-08 | 1 | -1/+2 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | x86: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | Move parallel_hds_isa_init to hw/isa/isa-bus.c | Miroslav Rezanina | 2015-06-05 | 1 | -25/+0 |
* | parallel: parallel_hds_isa_init() shouldn't fail | Markus Armbruster | 2015-02-24 | 1 | -9/+3 |
* | parallel: Factor out common parallel_hds_isa_init() | Markus Armbruster | 2015-02-24 | 1 | -0/+31 |
* | parallel: adding vmstate for save/restore | Pavel Dovgalyuk | 2014-09-11 | 1 | -0/+18 |
* | qdev: Remove hex8/32/64 property types | Paolo Bonzini | 2014-02-14 | 1 | -1/+1 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+1 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -1/+1 |
* | isa: Use realizefn for ISADevice | Andreas Färber | 2013-06-07 | 1 | -12/+17 |
* | parallel: QOM'ify | Andreas Färber | 2013-04-29 | 1 | -3/+8 |
* | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 2013-04-15 | 1 | -1/+1 |
* | hw: move target-independent files to subdirectories | Paolo Bonzini | 2013-04-08 | 1 | -0/+614 |