summaryrefslogtreecommitdiffstats
path: root/hw/isa
Commit message (Expand)AuthorAgeFilesLines
...
* hw/isa/piix4: Resolve global instance variableBernhard Beschow2022-03-081-7/+3Star
* hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()Bernhard Beschow2022-03-081-3/+3
* hw/isa/piix4: Resolve redundant i8259[] attributeBernhard Beschow2022-03-081-6/+1Star
* malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow2022-03-081-0/+55
* vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2021-10-181-1/+9
* vt82c686: Move common code to via_isa_realizeBALATON Zoltan2021-10-181-38/+29Star
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* q35: catch invalid cpu hotplug configurationGerd Hoffmann2021-09-041-0/+13
* hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé2021-07-201-0/+2
* hw/isa/vt82c686: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé2021-07-201-0/+3
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-191-4/+10
* hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé2021-06-251-4/+4
* hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDCPhilippe Mathieu-Daudé2021-06-251-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-051-80/+342
|\
| * vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan2021-05-041-0/+84
| * vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan2021-05-041-31/+39
| * vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIOBALATON Zoltan2021-05-041-0/+102
| * vt82c686: QOM-ify superio related functionalityBALATON Zoltan2021-05-041-64/+132
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-055-6/+0Star
|\ \
| * | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
| * | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
| * | hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
| |/
* / hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQPhilippe Mathieu-Daudé2021-05-021-2/+3
|/
* hw/isa/piix4: Migrate Reset Control RegisterPhilippe Mathieu-Daudé2021-04-131-1/+14
* hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APMPhilippe Mathieu-Daudé2021-04-131-0/+1
* isa/v582c686: Reinitialize ACPI PM device on resetIsaku Yamahata2021-04-011-0/+5
* vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setupIsaku Yamahata2021-04-011-1/+12
* hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCIPhilippe Mathieu-Daudé2021-03-151-0/+1
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+1
* ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+1
* vt82c686: Fix superio_cfg_{read,write}() functionsBALATON Zoltan2021-02-211-5/+6
* vt82c686: Log superio_cfg unimplemented accessesBALATON Zoltan2021-02-211-0/+3
* vt82c686: Simplify by returning earlierBALATON Zoltan2021-02-211-6/+3Star
* vt82c686: Reduce indentation by returning earlyBALATON Zoltan2021-02-211-24/+23Star
* vt82c686: Remove index field of SuperIOConfigBALATON Zoltan2021-02-211-7/+14
* vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan2021-02-211-0/+20
* vt82c686: Simplify vt82c686b_realize()BALATON Zoltan2021-02-211-14/+6Star
* vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-211-28/+56
* vt82c686: Set user_creatable=false for VT82C686B_PMBALATON Zoltan2021-02-211-1/+2
* vt82c686: Fix up power management io base and configBALATON Zoltan2021-02-211-10/+12
* vt82c686: Correctly reset all registers to default values on resetBALATON Zoltan2021-02-211-4/+4
* vt82c686: Correct vt82c686-pm I/O sizeBALATON Zoltan2021-02-211-1/+1
* vt82c686: Make vt82c686-pm an I/O tracing regionBALATON Zoltan2021-02-212-2/+26
* vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2021-02-211-13/+36
* vt82c686: Reorganise codeBALATON Zoltan2021-02-211-139/+140
* vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan2021-02-211-8/+8
* vt82c686: Rename superio config related partsBALATON Zoltan2021-01-041-24/+24
* vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan2021-01-041-15/+15
* vt82c686: Remove unneeded includes and definesBALATON Zoltan2021-01-041-5/+0Star