]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2011-10-27 Luiz Capitulinoqapi-commands.py: Don't call the output marshal on...
2011-10-27 Richard Hendersonppc64-linux-user: Fix syscall return type.
2011-10-27 Richard Hendersonppc64-linux-user: Properly interpret the entry function...
2011-10-27 Richard Hendersonsparc-linux-user: Add some missing syscall numbers
2011-10-27 Richard Hendersonsparc-linux-user: Fixup sending SIGSEGV
2011-10-27 Richard Hendersonsparc-linux-user: Handle SIGILL.
2011-10-27 Alexander Graflinux-user: implement reboot syscall
2011-10-27 Alexander Graflinux-user: fix openat
2011-10-27 Matthias Braunlinux-user: fix abi_(u)long, target_ulong mismatch
2011-10-27 Matthias Braunlinux-user: fix rlimit syscalls on sparc(64)
2011-10-27 Matthias Braunlinux-user: fix TARGET_RLIM_INFINITY declaration
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26 Richard Hendersontarget-sparc: Implement FALIGNDATA inline.
2011-10-26 Richard Hendersontarget-sparc: Implement BMASK/BSHUFFLE.
2011-10-26 Richard Hendersontarget-sparc: Implement ALIGNADDR* inline.
2011-10-26 Richard Hendersontarget-sparc: Implement EDGE* instructions.
2011-10-26 Richard Hendersontarget-sparc: Implement fpack{16,32,fix}.
2011-10-26 Richard Hendersontarget-sparc: Implement PDIST.
2011-10-26 Richard Hendersontarget-sparc: Do exceptions management fully inside...
2011-10-26 Richard Hendersontarget-sparc: Change fpr representation to doubles.
2011-10-26 Richard Hendersontarget-sparc: Undo cpu_fpr rename.
2011-10-26 Richard Hendersontarget-sparc: Extract float128 move to a function.
2011-10-26 Richard Hendersontarget-sparc: Extract common code for floating-point...
2011-10-26 Richard Hendersontarget-sparc: Make FPU/VIS helpers const when possible.
2011-10-26 Richard Hendersontarget-sparc: Pass float64 parameters instead of dt0...
2011-10-26 Richard Hendersontarget-sparc: Add accessors for double-precision fpr...
2011-10-26 Richard Hendersontarget-sparc: Mark fprs dirty in store accessor.
2011-10-26 Richard Hendersontarget-sparc: Add accessors for single-precision fpr...
2011-10-26 Blue SwirlSparc: split load and store op helpers
2011-10-26 Blue SwirlSparc: convert win_helper to trace framework
2011-10-26 Blue SwirlSparc: convert interrupt helpers to trace framework
2011-10-26 Blue SwirlSparc: convert mmu_helper to trace framework
2011-10-26 Blue SwirlSparc: split MMU helpers
2011-10-26 Blue SwirlSparc: fix coding style in helper.c
2011-10-26 Blue SwirlSparc: avoid AREG0 for division op helpers
2011-10-26 Blue SwirlSparc: avoid AREG0 for softint op helpers and Leon...
2011-10-26 Blue SwirlSparc: avoid AREG0 for CWP and PSTATE helpers
2011-10-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-26 Max Filippovahci: fix DPRINTF format strings
2011-10-26 Bernhard Reutner... Documentation: fix typo
2011-10-26 Hervé PoussineauFix typo: buf -> bus
2011-10-26 Paolo Bonzinitools: reorganize Makefile variables
2011-10-26 陳韋任exec.c: Remove useless comment
2011-10-26 Pavel Borzenkovqed: remove unneeded variable assignment
2011-10-26 Pavel Borzenkovqed: don't pass NULL to memcpy
2011-10-26 Pavel Borzenkovvmdk: vmdk_read_cid returns garbage if p_name is NULL
2011-10-26 Pavel Borzenkovvmdk: remove unneeded variable assignment
2011-10-26 Stefan Weildevice_tree: Fix potential memory leak
2011-10-25 Stefan Weilmain-loop: Add missing include file
2011-10-25 Stefan Weiltarget-sparc: Fix use of g_new0 / g_free
2011-10-25 Stefan Weiltarget-sparc: Fix order of function parameters
2011-10-25 Marc-André... hda: do not mix output and input stream states, RHBZ...
2011-10-25 Marc-André... hda: do not mix output and input streams, RHBZ #740493
2011-10-25 Stefan Weillibcacard: Fix wrong assertion (reported by cppcheck)
2011-10-25 Alon Levylibcacard/vscclient: fix error paths for socket creation
2011-10-25 Alon Levylibcacard/cac: fix typo in cac_delete_pki_applet_private
2011-10-25 Gerd Hoffmannspice: fix file handle cleanup
2011-10-25 Alon Levyqxl: reset update_surface
2011-10-25 Yonit Halperinqxl: fix guest cursor tracking
2011-10-25 Gerd Hoffmannqxl: factor out properties
2011-10-25 Alon Levyui/spice-core: fix segfault in monitor
2011-10-25 Jan Kiszkaqxl: Drop phread_yield on OOM
2011-10-25 Jan Kiszkaqxl: Convert to QEMU thread API
2011-10-25 Jan Kiszkaspice: Convert core to QEMU thread API
2011-10-25 Yonit Halperinspice: support the new migration interface (spice 0...
2011-10-25 Yonit Halperinspice: turn client_migrate_info to async
2011-10-25 Gerd Hoffmannmigration: add status query functions
2011-10-24 Avi Kivityi386: wire up MSR_IA32_MISC_ENABLE
2011-10-24 Liu, Jinsongkvm: support TSC deadline MSR with subsection
2011-10-24 Marcelo TosattiRevert "kvm: support TSC deadline MSR"
2011-10-24 Avi Kivitykvm: avoid reentring kvm_flush_coalesced_mmio_buffer()
2011-10-24 Jan Kiszkakvm: Add top-like kvm statistics script
2011-10-24 Jan Kiszkakvm: Add tool for querying VMX capabilities
2011-10-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/split-main-loop...
2011-10-23 Fabien ChouteauAdd stdio char device on windows
2011-10-23 Blue SwirlSparc: split CWP and PSTATE op helpers
2011-10-23 Blue SwirlSparc: avoid AREG0 for lazy condition code helpers
2011-10-23 Blue SwirlSparc: split lazy condition code handling op helpers
2011-10-23 Blue SwirlSparc: avoid AREG0 for float and VIS ops
2011-10-23 Blue SwirlSparc: split FPU and VIS op helpers
2011-10-23 Blue SwirlSparc: fix coding style
2011-10-23 Blue SwirlSparc: avoid AREG0 for raise_exception and helper_debug
2011-10-23 Blue SwirlSparc: move trivial functions from op_helper.c
2011-10-23 Blue SwirlSparc: split helper.c
2011-10-23 Blue SwirlSparc: fix coding style
2011-10-23 Blue Swirlm48t59: fix write access
2011-10-23 Blue Swirlm48t59: drop obsolete address base arithmetic
2011-10-23 Blue Swirlpci_bridge: fix typo
2011-10-21 Paolo Bonzinisimplify main loop functions
2011-10-21 Paolo BonziniRevert to a hand-made select loop
2011-10-21 Paolo Bonzinimain-loop: create main-loop.c
2011-10-21 Paolo Bonzinimain-loop: create main-loop.h
2011-10-21 Paolo Bonziniqemu-timer: do not use RunState change handlers
2011-10-21 Paolo Bonziniqemu-timer: move more stuff out of qemu-timer.c
2011-10-21 Paolo Bonziniqemu-timer: use atexit for quit_timers
2011-10-21 Paolo Bonziniqemu-timer: do not refer to runstate_is_running()
2011-10-21 Paolo Bonziniqemu-timer: move icount to cpus.c
2011-10-21 Paolo Bonziniqemu-timer: more clock functions
2011-10-21 Paolo Bonziniqemu-timer: move common code to qemu_rearm_alarm_timer
2011-10-21 Paolo Bonziniqemu-timer: remove active_timers array
next