]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2014-02-21 Paolo Bonzinigluster: correctly propagate errors
2014-02-21 Paolo Bonzinigluster: default scheme to gluster:// and host to local...
2014-02-21 Paolo Bonziniiscsi: correctly propagate errors in iscsi_open
2014-02-21 Paolo Bonziniiscsi: fix indentation
2014-02-21 Paolo Bonzininbd: move socket wrappers to qemu-nbd
2014-02-21 Paolo Bonzininbd: inline tcp_socket_incoming_spec into sole caller
2014-02-21 Paolo Bonzininbd: correctly propagate errors
2014-02-21 Paolo Bonzininbd: produce a better error if neither host nor port...
2014-02-21 Max Reitzblock: Remove bdrv_open_image()'s force_raw option
2014-02-21 Max Reitzblock: Reuse success path from bdrv_open()
2014-02-21 Max Reitzblock: Handle bs->options in bdrv_open() only
2014-02-21 Max Reitzblock: Remove bdrv_new() from bdrv_file_open()
2014-02-21 Max Reitzblock: Reuse reference handling from bdrv_open()
2014-02-21 Max Reitzblock: Make bdrv_file_open() static
2014-02-21 Max Reitzblock: Add reference parameter to bdrv_open()
2014-02-21 Max Reitzblock: Change BDS parameter of bdrv_open() to **
2014-02-21 Kevin Wolfblock: Fix bdrv_is_first_non_filter()
2014-02-21 Kevin Wolfqcow2: Set zero flag for discarded clusters
2014-02-21 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-02-21 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-02-21 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-02-21 Peter MaydellMerge remote-tracking branch 'remotes/riku/linux-user...
2014-02-21 Peter Maydelltcg/i386: Fix build for systems without working cpuid...
2014-02-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-02-20 Peter MaydellMerge remote-tracking branch 'remotes/rth/tcg-next...
2014-02-20 Peter MaydellMerge remote-tracking branch 'remotes/afaerber/tags...
2014-02-20 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2014-02-19 Kevin Wolftarget-i386: Fix I/O bitmap checks for in/out
2014-02-19 Stefan Hajnocziqtest: kill QEMU process on g_assert() failure
2014-02-19 Stefan Hajnocziqtest: make QEMU our direct child process
2014-02-19 Stefan Hajnocziqtest: drop unused child_pid field
2014-02-19 Peter Maydelllinux-user: Fix error handling in target_to_host_semarray()
2014-02-19 Andreas Färberlinux-user: Implement BLKPG ioctl
2014-02-19 Kevin Wolftrace-events: Fix typo in "offset"
2014-02-19 Mohamad GebaiAdd ust generated files to .gitignore
2014-02-19 Mohamad GebaiUpdate documentation for LTTng ust tracing
2014-02-19 Mohamad GebaiAdapt Makefiles to the new LTTng ust interface
2014-02-19 Mohamad GebaiModified the tracetool framework for LTTng 2.x
2014-02-19 Mohamad GebaiFix configure script for LTTng 2.x
2014-02-18 Peter Maydelllinux-user: Fix error handling in lock_iovec()
2014-02-18 Peter Maydelllinux-user/signal.c: Don't pass sigaction uninitialised...
2014-02-18 Peter Maydelllinux-user/elfload.c: Avoid calling g_free() on uniniti...
2014-02-18 Riku Voipiolinux-user: sync syscall numbers upto 3.13
2014-02-18 Gerd Hoffmannxhci: use DPRINTF() instead of fprintf(stderr, ...)
2014-02-18 Gerd Hoffmannxhci: switch debug printf to tracepoint
2014-02-18 Gerd Hoffmannxhci iso: allow for some latency
2014-02-18 Gerd Hoffmannxhci iso: fix time calculation
2014-02-18 Gerd Hoffmannuhci: invalidate queue on device address changes
2014-02-18 Gerd Hoffmannxhci: fix overflow in usb_xhci_post_load
2014-02-18 Pantelis Koukousoulasusb: Remove magic constants from device bmAttributes
2014-02-17 Stefan Hajnocziqtest: Include system headers before user headers
2014-02-17 Hani Benhabilesmonitor: Add object_add class argument completion.
2014-02-17 Hani Benhabilesmonitor: Add object_del id argument completion.
2014-02-17 Hani Benhabilesmonitor: Add device_add device argument completion.
2014-02-17 Hani Benhabilesmonitor: Add device_del id argument completion.
2014-02-17 Martin Kletzanderqmp: expose list of supported character device backends
2014-02-17 Markus ArmbrusterUse error_is_set() only when necessary
2014-02-17 Stefan HajnocziQMP: allow JSON dict arguments in qmp-shell
2014-02-17 Soramichi AKIYAMAhmp: migrate command (without -d) now blocks correctly
2014-02-17 Richard Hendersontcg/i386: Use SHLX/SHRX/SARX instructions
2014-02-17 Richard Hendersontcg/i386: Use ANDN instruction
2014-02-17 Richard Hendersontcg/i386: Add tcg_out_vex_modrm
2014-02-17 Richard Hendersontcg/i386: Move TCG_CT_CONST_* to tcg-target.c
2014-02-17 Richard Hendersondisas/i386: Disassemble ANDN/SHLX/SHRX/SHAX
2014-02-17 Richard Hendersontcg/optimize: Add more identity simplifications
2014-02-17 Richard Hendersontcg/optimize: Optmize ANDC X,Y,Y to MOV X,0
2014-02-17 Richard Hendersontcg/optimize: Simply some logical ops to NOT
2014-02-17 Richard Hendersontcg/optimize: Handle known-zeros masks for ANDC
2014-02-17 Aurelien Jarnotcg/optimize: add known-zero bits compute for load ops
2014-02-17 Aurelien Jarnotcg/optimize: improve known-zero bits for 32-bit ops
2014-02-17 Aurelien Jarnotcg/optimize: fix known-zero bits optimization
2014-02-17 Aurelien Jarnotcg/optimize: fix known-zero bits for right shift ops
2014-02-17 Huw Daviestcg-arm: The shift count of op_rotl_i32 is in args...
2014-02-17 BradFix QEMU build on OpenBSD on x86 archs
2014-02-15 Richard HendersonTCG: Fix 32-bit host allocation typo
2014-02-15 Michael Tokarevlibvixl: fix 64bit constants usage
2014-02-15 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-02-15 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-02-15 Peter MaydellMerge remote-tracking branch 'remotes/jliu/or32-ld...
2014-02-15 Peter MaydellMerge remote-tracking branch 'remotes/jovanovic/mips...
2014-02-15 Peter Crosthwaitechar/serial: Fix emptyness check
2014-02-15 Michael Tokarevgitignore: anchor all ignored names
2014-02-15 Michael Tokarevvl: trim includes
2014-02-15 Michael Tokarevvl: remove old, long-unused defines
2014-02-15 Michael Tokarevnet: declare struct iovec in checksum.h to fix compiler...
2014-02-15 Michael Tokarevlinux-user: refactor do_socketcall()
2014-02-15 Stewart Smithconfigure: add hints to a remedy for feature_not_found...
2014-02-15 Stewart Smithconfigure: add hint of libfdt to DTC dependency not...
2014-02-15 Sebastian Hubersparc/leon3: Initialize stack pointer
2014-02-15 Stefan Weilmisc: Fix case Qemu -> QEMU
2014-02-14 Paolo Bonziniqapi: Refine human printing of sizes
2014-02-14 Paolo Bonziniqdev: Use QAPI type names for properties
2014-02-14 Paolo Bonziniqdev: Add enum property types to QAPI schema
2014-02-14 Paolo Bonziniblock: Handle "rechs" and "large" translation options
2014-02-14 Paolo Bonziniqdev: Remove hex8/32/64 property types
2014-02-14 Paolo Bonziniqdev: Remove most legacy printers
2014-02-14 Paolo Bonziniqdev: Use human mode in "info qtree"
2014-02-14 Paolo Bonziniqapi: Add human mode to StringOutputVisitor
2014-02-14 Paolo Bonziniqdev: Inline qdev_prop_parse()
2014-02-14 Paolo Bonziniqdev: Legacy properties are just strings
next