summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-15error: Add an accessor for prognamemichael@ozlabs.org2-0/+6
2011-12-15fix win32 buildPaolo Bonzini4-10/+42
2011-12-15qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori2-0/+21
2011-12-15qom: add string property typeAnthony Liguori2-0/+81
2011-12-15qom: add vga node to the pc composition treeAnthony Liguori6-27/+38
2011-12-15qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori2-32/+28
2011-12-15rtc: add a dynamic property for retrieving the dateAnthony Liguori1-0/+27
2011-12-15rtc: make piix3 set the rtc as a child (v2)Anthony Liguori2-0/+14
2011-12-15dev: add an anonymous peripheral containerAnthony Liguori1-1/+20
2011-12-15qdev: add explicitly named devices to the root complexAnthony Liguori1-0/+14
2011-12-15qom: qom_{get, set} monitor commands (v2)Anthony Liguori4-0/+140
2011-12-15qmp: add qom-list commandAnthony Liguori3-0/+82
2011-12-15qapi: allow a 'gen' key to suppress code generationAnthony Liguori2-0/+2
2011-12-15qom: add link properties (v2)Anthony Liguori2-0/+97
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori2-0/+46
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori2-0/+131
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2-0/+57
2011-12-15qom: introduce root deviceAnthony Liguori4-1/+41
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori2-0/+93
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori4-0/+224
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori2-0/+42
2011-12-15qiov: prevent double free or use-after-freePaolo Bonzini1-0/+3
2011-12-15block/cow: Return real error codeLi Zhi Hui1-15/+29
2011-12-15coroutine: switch per-thread free pool to a global poolAvi Kivity1-14/+16
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf5-6/+42
2011-12-15Documentation: Add qemu-img -t parameter in man pageKevin Wolf2-6/+10
2011-12-15qemu-img rebase: Fix for undersized backing filesKevin Wolf1-9/+33
2011-12-15rbd: always set out parameter in qemu_rbd_snap_listJosh Durgin1-1/+2
2011-12-15block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui1-0/+1
2011-12-15block: avoid useless checks on acb->bhPaolo Bonzini1-3/+1
2011-12-15block: dma_bdrv_* does not return NULLPaolo Bonzini2-9/+1
2011-12-15dma: the passed io_func does not return NULLPaolo Bonzini1-3/+1
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini5-42/+19
2011-12-15block: simplify failure handling for bdrv_aio_multiwritePaolo Bonzini1-26/+2
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini14-212/+46
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert2-22/+13
2011-12-14Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Andrzej Zaborowski1-53/+42
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori94-533/+228
2011-12-14doc: Remove Symbian Virtual PlatformStefan Weil1-23/+0
2011-12-14migration.h: remove incoming_expected declarationsIsaku Yamahata1-2/+0
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell2-5/+5
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil17-23/+23
2011-12-14hw: Fix spelling in comments and codeStefan Weil1-7/+7
2011-12-14hw: Fix spelling in commentsStefan Weil3-3/+3
2011-12-14hw: Fix spelling (licenced->licensed)Stefan Weil5-5/+5
2011-12-14fmopl: Fix spelling in code and commentsStefan Weil2-18/+18
2011-12-13target-arm: Infer VFPv3 feature from VFPv4Andreas Färber1-1/+3
2011-12-13target-arm: Infer VFP feature from VFPv3Andreas Färber1-3/+3
2011-12-13target-arm: Infer Thumb division feature from M profileAndreas Färber1-1/+3
2011-12-13target-arm: Infer Thumb2 feature from ARMv7Andreas Färber1-4/+1