aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-08-15block: Prevent detection of /dev/fdset/ as floppyCorey Bryant
2012-08-15qapi: Introduce add-fd, remove-fd, query-fdsetsCorey Bryant
2012-08-15qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsgCorey Bryant
2012-08-14Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2012-08-14Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge
2012-08-14flatload: fix bss clearingMike Frysinger
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang
2012-08-14linux-user: pass sockaddr from host to targetJing Huang
2012-08-14x86: switch to AREG0 free modeBlue Swirl
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl
2012-08-14x86: use wrappers for memory access helpersBlue Swirl
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl
2012-08-14Merge remote-tracking branch 'kraxel/seabios-5a02306' into stagingAnthony Liguori
2012-08-14MAINTAINERS: Update email address for Stefan HajnocziStefan Hajnoczi
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-08-13Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori
2012-08-13Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori
2012-08-13target-ppc: add implementation of query-cpu-definitions (v2)Anthony Liguori
2012-08-13target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori
2012-08-13qapi: add query-cpu-definitions command (v2)Anthony Liguori
2012-08-13compiler: add macro for GCC weak symbolsAnthony Liguori
2012-08-13qapi: add query-machines commandAnthony Liguori
2012-08-13qapi: mark QOM commands stableAnthony Liguori
2012-08-13qmp: introduce device-list-properties commandAnthony Liguori
2012-08-13qmp: add SUSPEND_DISK eventLuiz Capitulino
2012-08-13qmp: qmp-events.txt: add missing doc for the SUSPEND eventLuiz Capitulino
2012-08-13qmp: qmp-events.txt: put events in alphabetical orderLuiz Capitulino
2012-08-13qmp: emit the WAKEUP event when the guest is put to runLuiz Capitulino
2012-08-13qmp: don't emit the RESET event on wakeup from S3Luiz Capitulino
2012-08-13scripts: qapi-commands.py: qmp-commands.h: include qdict.hLuiz Capitulino
2012-08-13docs: writing-qmp-commands.txt: update error sectionLuiz Capitulino
2012-08-13error, qerror: drop QDict memberLuiz Capitulino
2012-08-13qerror: drop qerror_table and qerror_format()Luiz Capitulino
2012-08-13error, qerror: pass desc string to error callsLuiz Capitulino
2012-08-13error: drop error_get_qobject()/error_set_qobject()Luiz Capitulino
2012-08-13qemu-ga: switch to the new error format on the wireLuiz Capitulino
2012-08-13qmp: switch to the new error format on the wireLuiz Capitulino
2012-08-13error: drop unused functionsLuiz Capitulino
2012-08-13hmp: hmp_change(): use error_get_class()Luiz Capitulino
2012-08-13error: add error_get_class()Luiz Capitulino