summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar2016-06-281-0/+1
* macio: Use blk_drain instead of blk_drain_allFam Zheng2016-06-271-1/+1
* hw/net/e1000: Don't use *_to_cpup()Peter Maydell2016-06-273-13/+13
* hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell2016-06-271-1/+1
* hw/net/rocker: Don't use *_to_cpup()Peter Maydell2016-06-271-3/+3
* hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell2016-06-271-5/+4Star
* hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell2016-06-271-4/+4
* m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski2016-06-271-2/+5
* m25p80: New flash devices.Marcin Krzeminski2016-06-271-6/+13
* m25p80: Fast read commands family changes.Marcin Krzeminski2016-06-271-37/+117
* m25p80: Introduce configuration registers.Marcin Krzeminski2016-06-271-0/+47
* m25p80: Introduce quad and equad modes.Marcin Krzeminski2016-06-271-5/+65
* m25p80: Add additional flash commands:Marcin Krzeminski2016-06-271-0/+9
* m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski2016-06-271-0/+5
* m25p80: Allow more than four banks.Marcin Krzeminski2016-06-271-3/+2Star
* m25p80: Make a table for JEDEC ID.Marcin Krzeminski2016-06-271-19/+42
* m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski2016-06-271-9/+40
* palmetto-bmc: Configure the SCU's hardware strapping registerAndrew Jeffery2016-06-271-0/+2
* ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery2016-06-271-0/+21
* hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery2016-06-273-0/+287
* cadence_gem: Set the last bit when wrap is setAlistair Francis2016-06-271-0/+6
* cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis2016-06-271-0/+7
* cadence_uart: Protect against transmit errorsAlistair Francis2016-06-271-2/+5
* hw/intc/arm_gicv3: Add missing breakShannon Zhao2016-06-271-0/+2
* qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa2016-06-271-2/+2
* ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt2016-06-271-11/+0Star
* target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson2016-06-271-1/+1
* virtio-bus: remove old set_host_notifier callbackCornelia Huck2016-06-243-37/+7Star
* virtio-mmio: convert to ioeventfd callbacksCornelia Huck2016-06-241-87/+41Star
* virtio-pci: convert to ioeventfd callbacksCornelia Huck2016-06-241-83/+41Star
* virtio-ccw: convert to ioeventfd callbacksCornelia Huck2016-06-241-88/+45Star
* virtio-bus: have callers tolerate new host notifier apiCornelia Huck2016-06-243-12/+42
* virtio-bus: common ioeventfd infrastructureCornelia Huck2016-06-241-0/+132
* pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov2016-06-242-18/+9Star
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-247-2/+109
* acpi: cpuhp: add cpu._OST handlingIgor Mammedov2016-06-244-0/+90
* acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov2016-06-245-5/+150
* acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov2016-06-242-1/+153
* pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2016-06-243-18/+29
* acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov2016-06-245-6/+260
* pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov2016-06-242-2/+45
* i386: pci-assign: Fix MSI-X table sizeIdo Yariv2016-06-241-7/+7
* nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong2016-06-241-1/+43
* nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong2016-06-241-1/+82
* nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong2016-06-241-3/+127
* nvdimm acpi: check revisionXiao Guangrong2016-06-241-0/+7
* nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong2016-06-241-18/+56
* nvdimm acpi: check UUIDXiao Guangrong2016-06-241-6/+26
* nvdimm acpi: save arg3 of _DSM methodXiao Guangrong2016-06-241-0/+20
* nvdimm acpi: set HDLE properlyXiao Guangrong2016-06-241-10/+12