Age | Commit message (Expand) | Author |
2022-06-29 | hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it | Bernhard Beschow |
2022-06-11 | hw/isa/piix3: Inline and remove piix3_create() | Bernhard Beschow |
2022-06-11 | hw/isa/piix3: Factor out ISABus retrieval from piix3_create() | Bernhard Beschow |
2022-06-11 | hw/isa/piix3: QOM'ify PCI device creation and wiring | Bernhard Beschow |
2022-06-11 | hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fn | Bernhard Beschow |
2022-06-11 | hw/isa/piix4: Inline and remove piix4_create() | Bernhard Beschow |
2022-06-11 | hw/isa/piix4: QOM'ify PIIX4 PM creation | Bernhard Beschow |
2022-06-11 | hw/isa/piix4: Factor out ISABus retrieval from piix4_create() | Bernhard Beschow |
2022-06-11 | hw/isa/piix4: QOM'ify PCI device creation and wiring | Bernhard Beschow |
2022-06-11 | hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fn | Bernhard Beschow |
2022-06-11 | hw/isa/piix4: Use object_initialize_child() for embedded struct | Bernhard Beschow |
2022-06-11 | hw/southbridge/piix: Aggregate all PIIX southbridge type names | Bernhard Beschow |
2022-06-11 | hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini... | Mark Cave-Ayland |
2022-06-11 | hw/acpi/piix4: use qdev gpio to wire up smi_irq | Mark Cave-Ayland |
2022-06-11 | hw/acpi/piix4: use qdev gpio to wire up sci_irq | Mark Cave-Ayland |
2022-06-11 | hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn() | Mark Cave-Ayland |
2022-06-11 | hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState | Mark Cave-Ayland |
2022-06-09 | acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip... | Igor Mammedov |
2022-06-09 | acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors | Igor Mammedov |
2022-06-09 | isa-bus: drop no longer used ISADeviceClass::build_aml | Igor Mammedov |
2022-06-09 | acpi: make isa_build_aml() support AcpiDevAmlIf interface | Igor Mammedov |
2022-05-09 | Warn user if the vga flag is passed but no vga device is created | Gautam Agrawal |
2022-03-08 | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow |
2022-03-08 | hw/isa: Drop unused attributes from ISADevice | Bernhard Beschow |
2022-03-08 | hw/isa/isa-bus: Remove isabus_dev_print() | Bernhard Beschow |
2022-03-08 | hw/rtc/mc146818rtc: QOM'ify IRQ number | Bernhard Beschow |
2022-03-08 | hw/isa/piix4: Replace some magic IRQ constants | Bernhard Beschow |
2022-03-08 | hw/isa/piix4: Resolve global instance variable | Bernhard Beschow |
2022-03-08 | hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq() | Bernhard Beschow |
2022-03-08 | hw/isa/piix4: Resolve redundant i8259[] attribute | Bernhard Beschow |
2022-03-08 | malta: Move PCI interrupt handling from gt64xxx_pci to piix4 | Bernhard Beschow |
2021-10-18 | vt82c686: Add a method to VIA_ISA to raise ISA interrupts | BALATON Zoltan |
2021-10-18 | vt82c686: Move common code to via_isa_realize | BALATON Zoltan |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell |
2021-09-04 | q35: catch invalid cpu hotplug configuration | Gerd Hoffmann |
2021-07-20 | hw/isa/vt82c686: Add missing Kconfig dependency (runtime error) | Philippe Mathieu-Daudé |
2021-07-20 | hw/isa/vt82c686: Add missing Kconfig dependencies (build error) | Philippe Mathieu-Daudé |
2021-07-19 | hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine | Thomas Huth |
2021-06-25 | hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c | Philippe Mathieu-Daudé |
2021-06-25 | hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC | Philippe Mathieu-Daudé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-05 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in... | Peter Maydell |
2021-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell |
2021-05-04 | vt82c686: Add emulation of VT8231 south bridge | BALATON Zoltan |
2021-05-04 | vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it | BALATON Zoltan |
2021-05-04 | vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO | BALATON Zoltan |
2021-05-04 | vt82c686: QOM-ify superio related functionality | BALATON Zoltan |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |