index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
serial-pci.c
Age
Commit message (
Expand
)
Author
2020-09-30
hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial object
Philippe Mathieu-Daudé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
serial: replace serial_exit_core() with unrealize
Marc-André Lureau
2020-01-07
serial: realize the serial device
Marc-André Lureau
2020-01-07
serial: add "baudbase" property
Marc-André Lureau
2020-01-07
serial: initial qom-ification
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-17
hw/char: Move multi-serial devices into separate file
Thomas Huth
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
x86: Clean up includes
Peter Maydell
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-05-19
serial: fix multi-pci card error cleanup.
Gerd Hoffmann
2015-02-26
serial-pci: Convert to realize
Markus Armbruster
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-07-14
serial-pci: remove memory regions from BAR before destroying them
Paolo Bonzini
2014-07-01
irq: Allocate IRQs individually
Peter Crosthwaite
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-21
serial-pci: Set prog interface field of pci config to 16550 compatible
BALATON Zoltan
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-04
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini