Age | Commit message (Expand) | Author |
2012-08-15 | qapi: Introduce add-fd, remove-fd, query-fdsets | Corey Bryant |
2012-08-15 | qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsg | Corey Bryant |
2012-08-14 | Merge remote-tracking branch 'origin/master' into staging | Anthony Liguori |
2012-08-14 | Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl |
2012-08-14 | linux-user: ARM: Ignore immediate value for svc in thumb mode | Alexander Graf |
2012-08-14 | linux-user: Use init_guest_space when -R and -B are specified | Meador Inge |
2012-08-14 | linux-user: Factor out guest space probing into a function | Meador Inge |
2012-08-14 | flatload: fix bss clearing | Mike Frysinger |
2012-08-14 | linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type | Jing Huang |
2012-08-14 | linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option | Jing Huang |
2012-08-14 | linux-user: pass sockaddr from host to target | Jing Huang |
2012-08-14 | x86: switch to AREG0 free mode | Blue Swirl |
2012-08-14 | x86: avoid AREG0 in segmentation helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for misc helpers | Blue Swirl |
2012-08-14 | x86: use wrappers for memory access helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for SMM helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for SVM helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for integer helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for condition code helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for FPU helpers | Blue Swirl |
2012-08-14 | Merge remote-tracking branch 'kraxel/seabios-5a02306' into staging | Anthony Liguori |
2012-08-14 | MAINTAINERS: Update email address for Stefan Hajnoczi | Stefan Hajnoczi |
2012-08-13 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori |
2012-08-13 | Merge remote-tracking branch 'quintela/migration-next-20120808' into staging | Anthony Liguori |
2012-08-13 | Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging | Anthony Liguori |
2012-08-13 | target-ppc: add implementation of query-cpu-definitions (v2) | Anthony Liguori |
2012-08-13 | target-i386: add implementation of query-cpu-definitions (v2) | Anthony Liguori |
2012-08-13 | qapi: add query-cpu-definitions command (v2) | Anthony Liguori |
2012-08-13 | compiler: add macro for GCC weak symbols | Anthony Liguori |
2012-08-13 | qapi: add query-machines command | Anthony Liguori |
2012-08-13 | qapi: mark QOM commands stable | Anthony Liguori |
2012-08-13 | qmp: introduce device-list-properties command | Anthony Liguori |
2012-08-13 | qmp: add SUSPEND_DISK event | Luiz Capitulino |
2012-08-13 | qmp: qmp-events.txt: add missing doc for the SUSPEND event | Luiz Capitulino |
2012-08-13 | qmp: qmp-events.txt: put events in alphabetical order | Luiz Capitulino |
2012-08-13 | qmp: emit the WAKEUP event when the guest is put to run | Luiz Capitulino |
2012-08-13 | qmp: don't emit the RESET event on wakeup from S3 | Luiz Capitulino |
2012-08-13 | scripts: qapi-commands.py: qmp-commands.h: include qdict.h | Luiz Capitulino |
2012-08-13 | docs: writing-qmp-commands.txt: update error section | Luiz Capitulino |
2012-08-13 | error, qerror: drop QDict member | Luiz Capitulino |
2012-08-13 | qerror: drop qerror_table and qerror_format() | Luiz Capitulino |
2012-08-13 | error, qerror: pass desc string to error calls | Luiz Capitulino |
2012-08-13 | error: drop error_get_qobject()/error_set_qobject() | Luiz Capitulino |
2012-08-13 | qemu-ga: switch to the new error format on the wire | Luiz Capitulino |
2012-08-13 | qmp: switch to the new error format on the wire | Luiz Capitulino |
2012-08-13 | error: drop unused functions | Luiz Capitulino |
2012-08-13 | hmp: hmp_change(): use error_get_class() | Luiz Capitulino |
2012-08-13 | error: add error_get_class() | Luiz Capitulino |
2012-08-13 | qerror: add proper ErrorClass value for QERR_ macros | Luiz Capitulino |
2012-08-13 | error, qerror: add ErrorClass argument to error functions | Luiz Capitulino |