Age | Commit message (Expand) | Author |
2020-09-01 | hw/isa/isa-superio: Fix IDE controller realization | Philippe Mathieu-Daudé |
2020-08-27 | piix: Move QOM macros to header | Eduardo Habkost |
2020-08-21 | meson: convert hw/isa | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
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-07-06 | audio: rework pcspk_init() | Gerd Hoffmann |
2020-06-23 | fdc: Reject clash between -drive if=floppy and -global isa-fdc | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | isa: isa_create(), isa_try_create() are now unused, drop | Markus Armbruster |
2020-06-15 | isa: Convert uses of isa_create() with Coccinelle | Markus Armbruster |
2020-06-15 | isa: New isa_new(), isa_realize_and_unref() etc. | Markus Armbruster |
2020-06-15 | pci: Convert uses of pci_create() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_set_parent_bus() with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé |
2020-06-09 | hw/isa/apm: Convert debug printf()s to trace events | Philippe Mathieu-Daudé |
2020-05-26 | hw/mips/fuloong2e: Fix typo in Fuloong machine name | Philippe Mathieu-Daudé |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-15 | hw/isa/superio: Make the components QOM children | Markus Armbruster |
2020-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell |
2020-05-04 | acpi: add ISADeviceClass->build_aml() | Gerd Hoffmann |
2020-05-04 | hw/isa/i82378: Remove dead assignment | Philippe Mathieu-Daudé |
2020-04-01 | hw/isa/superio: Correct the license text | Philippe Mathieu-Daudé |
2020-03-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2020-03-17 | hw/ide: Remove unneeded inclusion of hw/ide.h | BALATON Zoltan |
2020-03-17 | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan |
2020-03-17 | hw/ide: Get rid of piix4_init function | BALATON Zoltan |
2020-03-17 | hw/isa/piix4.c: Introduce variable to store devfn | BALATON Zoltan |
2020-03-16 | qom/object: Use common get/set uint helpers | Felipe Franciosi |
2020-03-16 | ich9: Simplify ich9_lpc_initfn | Felipe Franciosi |
2020-03-16 | ich9: fix getter type for sci_int property | Felipe Franciosi |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi |
2020-03-09 | hw/southbridge/ich9: Removed unused headers | Philippe Mathieu-Daudé |
2020-02-04 | hw/input: Do not enable CONFIG_PCKBD by default | Thomas Huth |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-12-17 | hw/isa/isa-bus: cleanup irq functions | Paolo Bonzini |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini |
2019-12-16 | mips: fulong 2e: Renovate coding style | Filip Bozuta |
2019-11-05 | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c | Philippe Mathieu-Daudé |
2019-11-05 | hw/pci-host/piix: Move RCR_IOPORT register definition | Philippe Mathieu-Daudé |
2019-11-05 | hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c | Philippe Mathieu-Daudé |
2019-11-05 | piix4: Add a MC146818 RTC Controller as specified in datasheet | Philippe Mathieu-Daudé |
2019-11-05 | piix4: Add an i8254 PIT Controller as specified in datasheet | Hervé Poussineau |
2019-11-05 | piix4: Add an i8257 DMA Controller as specified in datasheet | Hervé Poussineau |
2019-11-05 | piix4: Rename PIIX4 object to piix4-isa | Hervé Poussineau |
2019-11-05 | piix4: Add an i8259 Interrupt Controller as specified in datasheet | Hervé Poussineau |
2019-11-05 | piix4: Add the Reset Control Register | Hervé Poussineau |