Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -2/+1 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -11/+6 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -4/+7 |
2020-06-15 | isa: isa_create(), isa_try_create() are now unused, drop | Markus Armbruster | 1 | -2/+0 |
2020-06-15 | isa: New isa_new(), isa_realize_and_unref() etc. | Markus Armbruster | 1 | -0/+3 |
2020-05-04 | acpi: add ISADeviceClass->build_aml() | Gerd Hoffmann | 1 | -0/+2 |
2020-03-27 | fdc/i8257: implement verify transfer mode | Sven Schnelle | 1 | -1/+0 |
2019-12-17 | hw/isa/isa-bus: cleanup irq functions | Paolo Bonzini | 1 | -4/+4 |
2019-11-05 | piix4: Rename PIIX4 object to piix4-isa | Hervé Poussineau | 1 | -0/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+1 |
2018-12-11 | qom: make interface types abstract | Marc-André Lureau | 1 | -4/+0 |
2018-03-12 | hw/dma/i8257: Rename DMA_init() to i8257_dma_init() | Philippe Mathieu-Daudé | 1 | -2/+0 |
2017-06-20 | isa: use get_uint() for "io-base" | Marc-André Lureau | 1 | -1/+1 |
2016-09-08 | portio: keep references on portio | Marc-André Lureau | 1 | -1/+4 |
2016-06-29 | isa: introduce wrapper isa_connect_gpio_out | Efimov Vasily | 1 | -0/+1 |
2016-05-19 | hw: clean up hw/hw.h includes | Paolo Bonzini | 1 | -1/+1 |
2016-03-22 | isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h | Markus Armbruster | 1 | -1/+4 |
2016-02-03 | dma: remove now useless DMA_* functions | Hervé Poussineau | 1 | -10/+1 |
2016-02-03 | isa: add an ISA DMA interface, and store it within the ISA bus | Hervé Poussineau | 1 | -0/+38 |
2016-02-03 | i8257: pass ISA bus to DMA_init() function | Hervé Poussineau | 1 | -1/+1 |
2016-01-13 | isa: Clean up error handling around isa_bus_new() | Markus Armbruster | 1 | -1/+1 |
2015-09-09 | i8257: remove cpu_request_exit irq | Paolo Bonzini | 1 | -1/+1 |
2015-09-09 | i8257: rewrite DMA_schedule to avoid hooking into the CPU loop | Paolo Bonzini | 1 | -1/+1 |
2015-03-01 | pc: export applesmc IO port/len | Igor Mammedov | 1 | -2/+9 |
2015-02-13 | isa: remove isa_mem_base variable | Hervé Poussineau | 1 | -2/+0 |
2015-02-13 | isa: add memory space parameter to isa_bus_new | Hervé Poussineau | 1 | -1/+3 |
2014-01-26 | Add DSDT node for AppleSMC | Gabriel L. Somlo | 1 | -0/+7 |
2013-08-30 | isa: Fix documentation of isa_register_portio_list() | Hervé Poussineau | 1 | -1/+1 |
2013-07-25 | isa_mmio: delete | Paolo Bonzini | 1 | -3/+0 |
2013-06-07 | isa: QOM'ify ISADevice | Andreas Färber | 1 | -1/+4 |
2013-06-07 | isa: QOM'ify ISABus | Andreas Färber | 1 | -1/+4 |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber | 1 | -1/+0 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -0/+104 |