]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2012-04-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-04-13 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-04-13 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu-lm32...
2012-04-13 Peter Maydellconfigure: Insist on a Python 2, not Python 3
2012-04-13 Peter Maydellbsd-user: fix compile failure
2012-04-12 Eric B Munsonkvmclock: guest stop notification
2012-04-12 Marcelo Tosattikvm: update linux headers
2012-04-12 Jason Baronkvm: set gsi_bits and max_gsi correctly
2012-04-12 Jan Kiszkakvm: Drop unused kvm_pit_in_kernel
2012-04-12 Michael S.... kvm: allow arbitrarily sized mmio ioeventfd
2012-04-12 Jan Kiszkakvm: Drop redundant kvm_enabled from cpu_thread_is_idle
2012-04-12 Stefan Hajnoczikvm: add flightrecorder script
2012-04-12 Wanpeng Lips2: avoid repeated header file includes
2012-04-12 Stefan Weilmake: Always set LC_ALL=C for makeinfo
2012-04-12 Stefan Weilconfigure: Fix wrong preprocessor statement
2012-04-12 Peter Maydellconfigure: Remove useless uses of ARCH_CFLAGS
2012-04-12 Peter A. G... target-microblaze: added PetaLogix copyright
2012-04-11 Andreas Färbertarget-lm32: QOM'ify CPU reset
2012-04-11 Andreas Färbertarget-lm32: QOM'ify CPU init
2012-04-11 Andreas Färbertarget-lm32: QOM'ify CPU
2012-04-11 Stefan Hajnoczirtl8139: do not assume TxStatus[] and TxAddr[] are...
2012-04-10 Andreas Färbertarget-i386: QOM'ify CPU reset
2012-04-10 Andreas Färbertarget-i386: QOM'ify CPU init
2012-04-10 Andreas Färbertarget-i386: QOM'ify CPU
2012-04-10 Andreas Färbertarget-i386: Rename cpuid.c
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-04-10 Peter A. G... petalogix_s3adsp1800: deleted bad FIXME comment
2012-04-09 Luiz Capitulinoqapi: convert device_del
2012-04-09 Luiz Capitulinoqdev: qdev_unplug(): use error_set()
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-04-07 Stefan WeilAdd QEMU_NORETURN to function cpu_io_recompile
2012-04-07 Stefan WeilAdd QEMU_NORETURN to function cpu_resume_from_signal
2012-04-07 Stefan WeilReplace Qemu by QEMU in comments
2012-04-07 Stefan WeilReplace Qemu by QEMU in w32 installation path (prefix)
2012-04-07 Stefan WeilReplace Qemu by QEMU in internal documentation
2012-04-07 Stefan WeilReplace Qemu by QEMU in user visible documentation
2012-04-07 Wanpeng Liremove useless comments in dma
2012-04-07 Stefan Weiltci: Support targets with CONFIG_TCG_PASS_AREG0 (fix...
2012-04-07 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-04-07 Stefan Weilw64: Fix data type of tb_next and other variables used...
2012-04-07 Peter Maydellsoftfloat: roundAndPackInt{32, 64}: Don't assume int32...
2012-04-07 Peter Maydellsoftfloat: float*_to_int32_round_to_zero: don't assume...
2012-04-07 Paolo Bonziniconfigure: require glib 2.12, 2.20 for mingw32
2012-04-07 Paolo Bonzinimain-loop: integrate glib sources for w32
2012-04-07 Paolo Bonzinimain-loop: replace WaitForMultipleObjects with g_poll
2012-04-07 Paolo Bonzinimain-loop: interrupt wait when data arrives on a socket
2012-04-07 Paolo Bonzinimain-loop: disable fd_set-based glib integration under w32
2012-04-07 Paolo Bonzinimain loop: use msec-based timeout in glib_select_fill
2012-04-07 Andreas Färbertarget-sparc: QOM'ify CPU
2012-04-07 Andreas Färbertarget-sparc: Rename cpu_init.c
2012-04-06 Paul BrookUserspace ARM BE8 support
2012-04-06 Peter Maydellelf.h: Update EF_ARM_ constants to newer ABI versions
2012-04-06 Benoit Canetarm-linux-user: fix elfload.c's AT_HWCAP to reflect...
2012-04-06 Peter Maydelllinux-user/arm/syscall_nr.h: Add syscall number for...
2012-04-06 Peter Maydelllinux-user: Add support for prctl PR_GET_NAME and PR_SE...
2012-04-06 Peter Maydelllinux-user/syscall.c: Fix indentation in prctl handling
2012-04-06 Alexander Graflinux-user: reserve 4GB of vmem for 32-on-64
2012-04-06 Peter Maydelllinux-user: resolve reserved_va vma downwards
2012-04-06 Alexander Graflinux-user: take RESERVED_VA into account for g2h_valid()
2012-04-06 Alexander Graflinux-user: fix fallocate
2012-04-06 Alexander Graflinux-user: Add ioctl for BLKBSZGET
2012-04-06 Alexander Graflinux-user: add BLKSSZGET ioctl wrapper
2012-04-06 Alexander Graflinux-user: fix BLK ioctl arguments
2012-04-06 Alexander Graflinux-user: add struct old_dev_t compat
2012-04-06 Alexander Graflinux-user: implement device mapper ioctls
2012-04-06 Fabio Erculianilinux-user: target_argv is placed on ts->bprm->argv...
2012-04-06 Fabio Erculianilinux-user: improve fake /proc/self/stat making `ps...
2012-04-05 Benoît Canetqed: remove incoming live migration blocker
2012-04-05 Benoît Canetqed: honor BDRV_O_INCOMING for incoming live migration
2012-04-05 Benoît Canetmigration: clear BDRV_O_INCOMING flags on end of incomi...
2012-04-05 Benoît Canetqed: add bdrv_invalidate_cache to be called after incom...
2012-04-05 Benoît Canetblockdev: open images with BDRV_O_INCOMING on incoming...
2012-04-05 Benoît Canetblock: add a function to clear incoming live migration...
2012-04-05 Benoît Canetblock: Add new BDRV_O_INCOMING flag to notice incoming...
2012-04-05 Marcelo Tosattiblock stream: close unused files and update ->backing_hd
2012-04-05 Stefan Weilqemu-iotests: Fix call syntax for qemu-io
2012-04-05 Stefan Weilqemu-iotests: Fix call syntax for qemu-img
2012-04-05 Kevin Wolfqemu-iotests: Test unknown qcow2 header extensions
2012-04-05 Kevin Wolfqemu-iotests: qcow2.py
2012-04-05 Liu Yuansheepdog: fix send req helpers
2012-04-05 Liu Yuansheepdog: implement SD_OP_FLUSH_VDI operation
2012-04-05 Jeff Codyblock: bdrv_append() fixes
2012-04-05 Dong Xu Wangqed: track dirty flag status
2012-04-05 Dong Xu Wangqemu-img: add dirty flag status
2012-04-05 Dong Xu Wangqed: image fragmentation statistics
2012-04-05 Dong Xu Wangqemu-img: add image fragmentation statistics
2012-04-05 Paolo Bonziniblock: document job API
2012-04-05 Paolo Bonziniblock: set job->speed in block_set_speed
2012-04-05 Paolo Bonziniblock: fix streaming/closing race
2012-04-05 Paolo Bonziniblock: cancel jobs when a device is ready to go away
2012-04-05 Zhi Yong Wublock: disable I/O throttling on sync api
2012-04-05 David GibsonUse DMADirection type for dma_bdrv_io
2012-04-05 Paolo Bonzinivdi: change goto to loop
2012-04-05 Paolo Bonzinivdi: do not create useless iovecs
2012-04-05 Paolo Bonzinivdi: leave bounce buffering to block layer
2012-04-05 Paolo Bonzinivdi: move aiocb fields to locals
2012-04-05 Paolo Bonzinivdi: merge aio_read_cb and aio_write_cb into callers
next