aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-01ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt1-0/+21
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-12/+18
2016-06-30pcspk: fix KVMPaolo Bonzini2-8/+8
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-7/+1143
2016-06-29ich9: implement SCI_IRQ_SEL registerPaolo Bonzini1-0/+1
2016-06-29serial: remove watch on resetPaolo Bonzini1-0/+1
2016-06-29serial: make tsr_retry unsignedPaolo Bonzini1-1/+1
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-28virtio-blk: add num-queues device propertyStefan Hajnoczi1-1/+0
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi1-1/+3
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi1-0/+1
2016-06-27ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery1-0/+2
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery1-0/+34
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa1-0/+3
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt1-1/+0
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck1-1/+0
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck1-0/+30
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