aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell1-5/+4
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell1-4/+4
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski1-2/+5
2016-06-27m25p80: New flash devices.Marcin Krzeminski1-6/+13
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski1-37/+117
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski1-0/+47
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski1-5/+65
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski1-0/+9
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski1-0/+5
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski1-3/+2
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski1-19/+42
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski1-9/+40
2016-06-27palmetto-bmc: Configure the SCU's hardware strapping registerAndrew Jeffery1-0/+2
2016-06-27ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery1-0/+21
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery3-0/+287
2016-06-27cadence_gem: Set the last bit when wrap is setAlistair Francis1-0/+6
2016-06-27cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis1-0/+7
2016-06-27cadence_uart: Protect against transmit errorsAlistair Francis1-2/+5
2016-06-27hw/intc/arm_gicv3: Add missing breakShannon Zhao1-0/+2
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa1-2/+2
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt1-11/+0
2016-06-27target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson1-1/+1
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck3-37/+7
2016-06-24virtio-mmio: convert to ioeventfd callbacksCornelia Huck1-87/+41
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck1-83/+41
2016-06-24virtio-ccw: convert to ioeventfd callbacksCornelia Huck1-88/+45
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck3-12/+42
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck1-0/+132
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov2-18/+9
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov7-2/+109
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov4-0/+90
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov5-5/+150
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov2-1/+153
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov3-18/+29
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov5-6/+260
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov2-2/+45
2016-06-24i386: pci-assign: Fix MSI-X table sizeIdo Yariv1-7/+7
2016-06-24nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong1-1/+43
2016-06-24nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong1-1/+82
2016-06-24nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong1-3/+127
2016-06-24nvdimm acpi: check revisionXiao Guangrong1-0/+7
2016-06-24nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong1-18/+56
2016-06-24nvdimm acpi: check UUIDXiao Guangrong1-6/+26
2016-06-24nvdimm acpi: save arg3 of _DSM methodXiao Guangrong1-0/+20
2016-06-24nvdimm acpi: set HDLE properlyXiao Guangrong1-10/+12
2016-06-24acpi: add aml_call5Xiao Guangrong1-0/+14
2016-06-24acpi: add aml_object_typeXiao Guangrong1-0/+8
2016-06-24nvdimm: support nvdimm labelXiao Guangrong1-0/+132
2016-06-24pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong1-2/+12