aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski
2016-06-27m25p80: New flash devices.Marcin Krzeminski
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski
2016-06-27palmetto-bmc: Configure the SCU's hardware strapping registerAndrew Jeffery
2016-06-27ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery
2016-06-27cadence_gem: Set the last bit when wrap is setAlistair Francis
2016-06-27cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis
2016-06-27cadence_uart: Protect against transmit errorsAlistair Francis
2016-06-27hw/intc/arm_gicv3: Add missing breakShannon Zhao
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt
2016-06-27target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-mmio: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-ccw: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov
2016-06-24i386: pci-assign: Fix MSI-X table sizeIdo Yariv
2016-06-24nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong
2016-06-24nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong
2016-06-24nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong
2016-06-24nvdimm acpi: check revisionXiao Guangrong
2016-06-24nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong
2016-06-24nvdimm acpi: check UUIDXiao Guangrong
2016-06-24nvdimm acpi: save arg3 of _DSM methodXiao Guangrong
2016-06-24nvdimm acpi: set HDLE properlyXiao Guangrong
2016-06-24acpi: add aml_call5Xiao Guangrong
2016-06-24acpi: add aml_object_typeXiao Guangrong