summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-0984-183/+493
|\
| * qdev-monitor: Improve error message for -device nonexistantMarkus Armbruster2013-12-241-1/+2
| * ioapic: QOM'ify ioapicxiaoqiang zhao2013-12-244-10/+21
| * ioapic: Cleanup for QOM'ificationxiaoqiang zhao2013-12-243-4/+8
| * icc_bus: QOM'ify ICCxiaoqiang zhao2013-12-243-15/+14
| * apic: QOM'ify APICxiaoqiang zhao2013-12-245-8/+14
| * apic: Cleanup for QOM'ificationxiaoqiang zhao2013-12-243-55/+55
| * qdev: Drop misleading qbus_free() functionStefan Hajnoczi2013-12-243-9/+2
| * qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau2013-12-241-0/+5
| * tests: Test QOM interface castingIgor Mammedov2013-12-242-1/+110
| * qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini2013-12-242-11/+22
| * qom: Split out object and class cachesPeter Crosthwaite2013-12-242-7/+9
| * qdev: Document that pointer properties kill device_addMarkus Armbruster2013-12-241-0/+17
| * hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-2410-0/+26
| * qdev-monitor: Avoid device_add crashing on non-device driver nameMarkus Armbruster2013-12-241-1/+1
| * qdev: Do not let the user try to device_add when it cannot workMarkus Armbruster2013-12-231-0/+5
| * isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-2310-10/+29
| * vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-232-2/+5
| * piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-234-7/+20
| * ich9: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-232-3/+10
| * pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-2313-4/+89
| * apic: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
| * cpu: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
| * sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-2328-33/+7
| * qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-2348-57/+69
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2014-01-0918-218/+233
|\ \
| * | acpi unit-test: Remove temporary disk after testFam Zheng2014-01-011-1/+4
| * | mainstone: Fix duplicate array values for key 'space'Stefan Weil2014-01-011-2/+11
| * | pxa27x: Add 'const' attribute to keyboard mapsStefan Weil2014-01-014-7/+7
| * | pxa27x: Reduce size of keyboard matrix mappingStefan Weil2014-01-011-2/+2
| * | doc: Mention chardev:id in available devices for -serialIngo van Lil2014-01-011-0/+2
| * | configure: Python tests must be done before help messageStefan Weil2014-01-011-19/+19
| * | configure: Rewrite code for help messageStefan Weil2014-01-011-162/+162
| * | fix -boot strict regressed in commit 6ef4716Amos Kong2013-12-231-1/+2
| * | vl: make boot_strict variable static (not used outside vl.c)Michael Tokarev2013-12-231-1/+1
| * | x86: only allow real mode to access 32bit without LMAAlexander Graf2013-12-231-0/+6
| * | linux-user: Use macro TARGET_NSIG_WORDS where possibleStefan Weil2013-12-231-4/+4
| * | exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-232-6/+3
| * | ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-231-3/+2
| * | misc: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-233-5/+4
| * | openrisc: Fix spelling in comment (transaltion -> translation)Stefan Weil2013-12-231-1/+1
| * | hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil2013-12-231-4/+3
| |/
* | Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140108' into st...Anthony Liguori2014-01-0927-667/+4504
|\ \ | |/ |/|
| * target-arm: A64: Add support for FCVT between half, single and doublePeter Maydell2014-01-083-1/+96
| * target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructionsPeter Maydell2014-01-083-1/+191
| * target-arm: A64: Add floating-point<->integer conversion instructionsWill Newton2014-01-081-3/+20
| * target-arm: A64: Add floating-point<->fixed-point instructionsAlexander Graf2014-01-083-1/+200
| * target-arm: A64: Add extra VFP fixed point conversion helpersWill Newton2014-01-082-1/+26
| * target-arm: Ignore most exceptions from scalbn when doing fixpoint conversionPeter Maydell2014-01-081-0/+9
| * target-arm: Rename A32 VFP conversion helpersWill Newton2014-01-083-24/+35
OpenPOWER on IntegriCloud