summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-1018-140/+359
|\
| * target-arm: fix build with gcc 4.8.2Michael S. Tsirkin2013-12-231-0/+6
| * virtio: add back call to virtio_bus_device_unpluggedPaolo Bonzini2013-12-231-0/+2
| * piix: fix 32bit pci holeGerd Hoffmann2013-12-233-9/+4
| * qdev: switch reset to post-orderPaolo Bonzini2013-12-234-23/+21
| * qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini2013-12-232-16/+42
| * pci: clean up resetting of IRQsPaolo Bonzini2013-12-231-3/+4
| * pci: do not export pci_bus_resetPaolo Bonzini2013-12-233-8/+3
| * ACPI/DSDT-CPU: cleanup bogus commentIgor Mammedov2013-12-231-1/+0
| * ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handlerIgor Mammedov2013-12-231-2/+2
| * acpi: ich9: allow guest to clear SCI rised by GPEIgor Mammedov2013-12-231-0/+1
| * acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov2013-12-234-43/+32
| * acpi: piix4: remove not needed GPE0 maskIgor Mammedov2013-12-231-2/+1
| * i440fx-test: verify firmware under 4G and 1M, both -bios and -pflashLaszlo Ersek2013-12-231-6/+75
| * i440fx-test: generate temporary firmware blobLaszlo Ersek2013-12-231-0/+60
| * i440fx-test: give each GTest case its own qtestLaszlo Ersek2013-12-231-13/+19
| * i440fx-test: qtest_start() should be paired with qtest_end()Laszlo Ersek2013-12-231-6/+4
| * hw/i386/pc_sysfw: support two flash drivesLaszlo Ersek2013-12-231-19/+86
| * pc_piix: document gigabyte_alignMichael S. Tsirkin2013-12-231-0/+11
| * piix: gigabyte alignment for ramGerd Hoffmann2013-12-231-2/+5
* | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2014-01-1012-113/+118
|\ \
| * | target-i386: Cleanup 'foo=val' feature handlingIgor Mammedov2013-12-241-15/+2
| * | target-i386: Cleanup 'foo' feature handlingIgor Mammedov2013-12-241-11/+2
| * | target-i386: Convert 'check' and 'enforce' to static propertiesIgor Mammedov2013-12-242-7/+8
| * | target-i386: Convert 'hv_spinlocks' to static propertyIgor Mammedov2013-12-241-1/+44
| * | target-i386: Convert 'hv_vapic' to static propertyIgor Mammedov2013-12-241-1/+2
| * | target-i386: Convert 'hv_relaxed' to static propertyIgor Mammedov2013-12-241-1/+2
| * | cpu-exec: Optimize X86CPU usage in cpu_exec()Andreas Färber2013-12-241-4/+10
| * | target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-2310-57/+48
| * | cputlb: Tidy memset() of arraysRichard Henderson2013-12-232-4/+3
| * | cputlb: Use memset() when flushing entriesRichard Henderson2013-12-231-17/+2
| |/
* | Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140107' into st...Anthony Liguori2014-01-100-0/+0
|\ \
| * | target-arm: A64: Add support for FCVT between half, single and doublePeter Maydell2014-01-073-1/+96
| * | target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructionsPeter Maydell2014-01-073-1/+191
| * | target-arm: A64: Add floating-point<->integer conversion instructionsWill Newton2014-01-071-3/+20
| * | target-arm: A64: Add floating-point<->fixed-point instructionsAlexander Graf2014-01-073-1/+200
| * | target-arm: A64: Add extra VFP fixed point conversion helpersWill Newton2014-01-072-1/+26
| * | target-arm: Ignore most exceptions from scalbn when doing fixpoint conversionPeter Maydell2014-01-071-0/+9
| * | target-arm: Rename A32 VFP conversion helpersWill Newton2014-01-073-24/+35
| * | target-arm: Prepare VFP_CONV_FIX helpers for A64 usesWill Newton2014-01-071-14/+14
| * | softfloat: Add support for ties-away roundingPeter Maydell2014-01-072-1/+56
| * | softfloat: Refactor code handling various rounding modesPeter Maydell2014-01-071-164/+241
| * | softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2014-01-072-0/+77
| * | softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell2014-01-071-84/+125
| * | softfloat: Provide complete set of accessors for fp statePeter Maydell2014-01-072-18/+36
| * | softfloat: Fix float64_to_uint32_round_to_zeroTom Musta2014-01-071-8/+7
| * | softfloat: Fix float64_to_uint32Tom Musta2014-01-071-8/+7
| * | softfloat: Fix float64_to_uint64_round_to_zeroTom Musta2014-01-071-7/+5
| * | softfloat: Add float32_to_uint64()Tom Musta2014-01-072-0/+47
| * | softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell2014-01-071-8/+21
OpenPOWER on IntegriCloud