aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-29isa: introduce wrapper isa_connect_gpio_outEfimov Vasily1-0/+1
2016-06-29ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily1-1/+3
2016-06-29ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini1-2/+1
2016-06-29ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro publicEfimov Vasily1-0/+2
2016-06-29port92: handle A20 IRQ as GPIOEfimov Vasily1-0/+2
2016-06-29pckbd: handle A20 IRQ as GPIOEfimov Vasily1-0/+1
2016-06-29Q35: implement property interfece to several parametersEfimov Vasily2-2/+9
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily1-0/+3
2016-06-29vmport: identify vmport type by macro TYPE_VMPORTEfimov Vasily1-1/+2
2016-06-29pcspk: convert "pit" property type from ptr to linkEfimov Vasily1-1/+1
2016-06-29ide: move headers to include folderEfimov Vasily3-0/+1116
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov1-1/+0
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov3-0/+9
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov1-0/+4
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov1-0/+8
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov1-1/+4
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2-0/+12
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov2-0/+53
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov1-0/+1
2016-06-24acpi: add aml_call5Xiao Guangrong1-0/+2
2016-06-24acpi: add aml_object_typeXiao Guangrong1-0/+1
2016-06-24nvdimm: support nvdimm labelXiao Guangrong1-1/+54
2016-06-24pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong1-1/+4
2016-06-24acpi: Add IPMI table entriesCorey Minyard1-0/+22
2016-06-24ipmi: Add SMBIOS table entryCorey Minyard1-0/+15
2016-06-22usb: Add QOM property "attached".Gerd Hoffmann1-0/+1
2016-06-22usb: make USBDevice->attached boolGerd Hoffmann1-1/+1
2016-06-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160617'...Peter Maydell4-9/+247
2016-06-17ACPI: ARM: Present GIC version in MADT tableShannon Zhao1-1/+3
2016-06-17hw/timer: Add value matching support to aspeed_timerAndrew Jeffery1-2/+3
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell1-0/+18
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz1-0/+32
2016-06-17hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell1-3/+2
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin1-3/+189
2016-06-17qdev: Use GList for global propertiesEduardo Habkost1-1/+0
2016-06-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into...Peter Maydell7-1/+94
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+24
2016-06-17QMP: Add query-hotpluggable-cpusIgor Mammedov1-0/+5
2016-06-17spapr: CPU hot unplug supportBharata B Rao1-0/+2
2016-06-17spapr: CPU hotplug supportBharata B Rao2-0/+4
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao2-0/+5
2016-06-17spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao1-0/+2
2016-06-17spapr: Abstract CPU core device and type specific core devicesBharata B Rao2-0/+30
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao1-0/+1
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao1-0/+1
2016-06-17cpu: Abstract CPU core typeBharata B Rao1-0/+31
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov1-1/+13
2016-06-17pci: fix pci_requester_id()Peter Xu1-2/+24
2016-06-16scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit1-1/+2
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář1-1/+6