summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/tosa: Fix reset handlingGuenter Roeck2016-10-281-1/+11
* hw/arm/spitz: Fix reset handlingGuenter Roeck2016-10-281-1/+12
* arm: virt: add PMU property to mach-virt machine typeWei Huang2016-10-281-0/+7
* arm: Add an option to turn on/off vPMU supportWei Huang2016-10-282-2/+2
* char: cadence: correct reset value for baud rate registersPrasad J Pandit2016-10-281-1/+2
* versatilepb: do not run if user asks for more than 256MB RAMJean-Christophe Dubois2016-10-281-0/+9
* hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255Guenter Roeck2016-10-281-1/+3
* arm: cubieboard: Add support for initrdGuenter Roeck2016-10-281-0/+1
* i.MX: Fix GPIO ISR register writeGuenter Roeck2016-10-281-1/+1
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-10-286-238/+262
|\
| * fdc: Move qdev properties to FloppyDriveKevin Wolf2016-10-271-32/+88
| * fdc: Add a floppy drive qdevKevin Wolf2016-10-271-31/+120
| * fdc: Add a floppy qbusKevin Wolf2016-10-271-5/+35
| * macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland2016-10-271-185/+28Star
| * dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-274-5/+11
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell2016-10-281-0/+1
|\ \ | |/ |/|
| * virtio-gpu: fix memory leak in virtio_gpu_resource_create_2dLi Qiang2016-10-261-0/+1
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell2016-10-271-1/+2
|\ \
| * | audio: intel-hda: check stream entry count during transferPrasad J Pandit2016-10-261-1/+2
| |/
* | net: rtl8139: limit processing of ring descriptorsPrasad J Pandit2016-10-261-1/+1
* | net: vmxnet: initialise local tx descriptorLi Qiang2016-10-261-0/+1
* | e1000e: Don't zero out buffer address in rx descriptorKevin Wolf2016-10-261-4/+4
* | net: rocker: set limit to DMA buffer sizePrasad J Pandit2016-10-261-1/+1
* | net: eepro100: fix memory leak in device uninitLi Qiang2016-10-261-0/+1
* | net: pcnet: fix source formatting and indentationPrasad J Pandit2016-10-261-63/+67
* | net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit2016-10-261-0/+3
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-259-75/+211
|\
| * pc: q35: Bump max_cpus to 288Igor Mammedov2016-10-241-0/+2
| * pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov2016-10-241-0/+14
| * pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov2016-10-241-15/+29
| * Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-242-2/+2
| * pc: Clarify FW_CFG_MAX_CPUS usage commentIgor Mammedov2016-10-241-10/+8Star
| * pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov2016-10-241-2/+10
| * pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC modeIgor Mammedov2016-10-241-0/+5
| * pc: apic_common: Restore APIC ID to initial ID on resetIgor Mammedov2016-10-241-0/+1
| * pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov2016-10-241-1/+45
| * pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov2016-10-242-7/+6Star
| * acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254Igor Mammedov2016-10-241-4/+6
| * pc: acpi: x2APIC support for SRAT tableIgor Mammedov2016-10-241-10/+24
| * pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov2016-10-242-24/+59
* | i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard2016-10-242-4/+15
* | hw/display: QOM'ify pl110.cxiaoqiang zhao2016-10-241-5/+3Star
* | hw/arm: QOM'ify strongarm.cxiaoqiang zhao2016-10-241-5/+10
* | hw/arm: QOM'ify pxa2xx_gpio.cxiaoqiang zhao2016-10-241-10/+15
* | hw/arm: QOM'ify musicpal.cxiaoqiang zhao2016-10-241-43/+45
* | timer: stm32f2xx_timer: add check for prescaler valuePrasad J Pandit2016-10-241-1/+1
* | i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard2016-10-241-13/+19
* | timer: a9gtimer: remove loop to auto-increment comparatorPrasad J Pandit2016-10-241-7/+7
* | ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa2016-10-241-11/+60
* | arm_mptimer: Convert to use ptimerDmitry Osipenko2016-10-241-67/+82