aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-15qmp: add qom-list commandAnthony Liguori
2011-12-15qapi: allow a 'gen' key to suppress code generationAnthony Liguori
2011-12-15qom: add link properties (v2)Anthony Liguori
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori
2011-12-15qom: introduce root deviceAnthony Liguori
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert
2011-12-14Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Andrzej Zaborowski
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-14doc: Remove Symbian Virtual PlatformStefan Weil
2011-12-14migration.h: remove incoming_expected declarationsIsaku Yamahata
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-12-14hw: Fix spelling in comments and codeStefan Weil
2011-12-14hw: Fix spelling in commentsStefan Weil
2011-12-14hw: Fix spelling (licenced->licensed)Stefan Weil
2011-12-14fmopl: Fix spelling in code and commentsStefan Weil
2011-12-13target-arm: Infer VFPv3 feature from VFPv4Andreas Färber
2011-12-13target-arm: Infer VFP feature from VFPv3Andreas Färber
2011-12-13target-arm: Infer Thumb division feature from M profileAndreas Färber
2011-12-13target-arm: Infer Thumb2 feature from ARMv7Andreas Färber
2011-12-13target-arm: Infer AUXCR feature from ARMv6Andreas Färber
2011-12-13target-arm: Infer ARMv6(K) feature from ARMv7Andreas Färber
2011-12-13target-arm: Infer ARMv6 feature from v6KAndreas Färber
2011-12-13target-arm: Infer ARMv5 feature from ARMv6Andreas Färber
2011-12-13target-arm: Infer ARMv4T feature from ARMv5Andreas Färber
2011-12-13arm: Fix CP15 FSR (C5) domain settingJean-Christophe DUBOIS
2011-12-12ccid: make threads joinablePaolo Bonzini
2011-12-12qemu-thread: implement joinable threads for Win32Paolo Bonzini
2011-12-12qemu-thread: implement joinable threads for POSIXJan Kiszka
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka
2011-12-12syborg: drop support for Symbian Virtual PlatformStefan Hajnoczi
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth
2011-12-12Add a .mailmap to map pre-git-conversion authors to friendly namesPeter Maydell
2011-12-12unix_close(): check for close() errors too (v2)Eduardo Habkost
2011-12-12tcp_close(): check for close() errors too (v2)Eduardo Habkost
2011-12-12exec_close(): return -errno on errors (v2)Eduardo Habkost
2011-12-12stdio_fclose: return -errno on errors (v2)Eduardo Habkost
2011-12-12stdio_pclose: return -errno on error (v3)Eduardo Habkost
2011-12-12qemu_fclose: return last_error if set (v3)Eduardo Habkost
2011-12-12migrate_fd_cleanup: accept any negative qemu_fclose() value as errorEduardo Habkost
2011-12-12exec_close(): accept any negative value as qemu_fclose() errorEduardo Habkost
2011-12-12QEMUFileCloseFunc: add return value documentation (v2)Eduardo Habkost