aboutsummaryrefslogtreecommitdiff
path: root/hw/isa
AgeCommit message (Expand)Author
2020-08-21meson: convert hw/isaMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-06audio: rework pcspk_init()Gerd Hoffmann
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15isa: isa_create(), isa_try_create() are now unused, dropMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15isa: New isa_new(), isa_realize_and_unref() etc.Markus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-09hw/isa/apm: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2020-05-26hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15hw/isa/superio: Make the components QOM childrenMarkus Armbruster
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann
2020-05-04hw/isa/i82378: Remove dead assignmentPhilippe Mathieu-Daudé
2020-04-01hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-17hw/ide: Get rid of piix4_init functionBALATON Zoltan
2020-03-17hw/isa/piix4.c: Introduce variable to store devfnBALATON Zoltan
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-16ich9: Simplify ich9_lpc_initfnFelipe Franciosi
2020-03-16ich9: fix getter type for sci_int propertyFelipe Franciosi
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé
2020-02-04hw/input: Do not enable CONFIG_PCKBD by defaultThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-12-16mips: fulong 2e: Renovate coding styleFilip Bozuta
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé
2019-11-05piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Rename PIIX4 object to piix4-isaHervé Poussineau
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Add the Reset Control RegisterHervé Poussineau
2019-10-15hw/isa/vt82c686: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-10-15hw/isa/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé