summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-19configure: Improve Xen autodetection for hosts without XenStefan Weil1-4/+25
2011-12-19configure: Fix compiler warnings in config.log (statement without effect)Stefan Weil1-4/+3
2011-12-19configure: Fix compiler warning in config.log (value was never used)Stefan Weil1-2/+1
2011-12-19configure: Fix compiler warning in config.log (undefined NULL)Stefan Weil1-0/+1
2011-12-19configure: Fix compiler warnings in config.log (uninitialized variable)Stefan Weil1-2/+2
2011-12-19configure: Fix compiler warning in config.log (macro redefined)Stefan Weil1-1/+0
2011-12-19configure: Fix compiler warning in config.log (unused variable)Stefan Weil1-1/+1
2011-12-19configure: Fix compiler warnings in config.log (null arguments)Stefan Weil1-1/+6
2011-12-19configure: Fix compiler warning in config.log (integer from pointer)Stefan Weil1-1/+5
2011-12-19configure: Fix compiler warnings in config.log (old-style function definition)Stefan Weil1-2/+2
2011-12-19configure: Fix compiler warnings in config.log (always return a value from main)Stefan Weil1-3/+4
2011-12-19Also create piix3 property when Xen is enabledJulian Pidancet1-2/+1
2011-12-19slirp: Fix typo in net_slirp_hostfwd_removeGeoffrey Thomas1-1/+1
2011-12-16kvm: Print something before calling abort() if KVM_RUN failsMichael Ellerman1-1/+2
2011-12-16stellaris: Calculate system clock period on resetPeter Maydell1-0/+1
2011-12-16Makefile.target: Remove unnecessary dependency rulesPeter Maydell1-6/+0
2011-12-16ide: drop argument to dma_buf_commitPaolo Bonzini1-3/+3
2011-12-15phys_page_find_alloc: Use correct initial region_offset.Alex Rozenman1-1/+2
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth1-6/+0
2011-12-15HACKING: clarify allocation/free recommendationsPeter Maydell1-4/+6
2011-12-15usb: fix usb_qdev_init() error handling againStefan Hajnoczi1-7/+5
2011-12-15exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber2-2/+64
2011-12-15vl.c: Print the actual program name in help outputmichael@ozlabs.org1-1/+1
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-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