aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
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-14update-linux-headers.sh: Pull in asm-generic/kvm_para.hPeter Maydell
2012-08-14kvmvapic: Disable if there is insufficient memoryJan Kiszka
2012-08-14kvm: i8254: Finish time conversion fixJan Kiszka
2012-08-14kvm: i8254: Cache kernel clock offset in KVMPITStateJan Kiszka
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-14trace/simple: Replace asprintf by g_strdup_printfStefan Weil
2012-08-14trace/simple: Fix compiler warning for 32 bit hostsStefan Weil
2012-08-14trace: avoid pointer aliasing in trace_record_finish()Harsh Prateek Bora
2012-08-14trace: drop unused TraceBufferRecord->next_tbuf_idx fieldHarsh Prateek Bora
2012-08-14trace: remove unnecessary write_to_buffer() typecastingHarsh Prateek Bora
2012-08-14trace: rename TraceRecordHeader to TraceLogHeaderHarsh Prateek Bora
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