]> Git Repo - qemu.git/shortlog
qemu.git
2016-06-08 Denis V. Lunevblock: split write_zeroes always
2016-06-08 Paolo Bonzinitests/docker: build all targets in test-clang
2016-06-08 Paolo Bonzinitests/docker: support travis test with fedora image
2016-06-08 Paolo Bonzinitests/docker: remove unused feature "ccache"
2016-06-08 Paolo Bonzinitests/docker: fix test-mingw
2016-06-08 Paolo Bonzinitests/docker: make test-full build all targets, not...
2016-06-08 Paolo Bonzinitests/docker: fix make-archive-maybe
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for ioctl
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for accept and...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for semop
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for epoll_wait...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for poll and ppoll...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for sleep syscalls
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for rt_sigtimedwai...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for flock
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for mq_timedsend...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for msgsnd and...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for send* and...
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for connect syscall
2016-06-08 Peter Maydelllinux-user: Use safe_syscall wrapper for readv and...
2016-06-08 Peter Maydelllinux-user: Fix error conversion in 64-bit fadvise...
2016-06-08 Peter Maydelllinux-user: Fix NR_fadvise64 and NR_fadvise64_64 for...
2016-06-08 Peter Maydelllinux-user: Fix handling of arm_fadvise64_64 syscall
2016-06-08 Peter Maydelllinux-user: provide frame information in x86-64 safe_sy...
2016-06-08 Peter Maydelllinux-user: Avoid possible misalignment in target_to_ho...
2016-06-07 Marc-André... tests: start a /qga/guest-exec test
2016-06-07 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2016-06-07 Laurent Vivierhbitmap: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierqemu-timer: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierlinux-user: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierslirp: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierusb: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierrocker: Use DIV_ROUND_UP
2016-06-07 Laurent VivierSPICE: Use DIV_ROUND_UP
2016-06-07 Laurent Vivieraudio: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierxen: Use DIV_ROUND_UP
2016-06-07 Laurent Viviercrypto: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierblock: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierqed: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierqcow/qcow2: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierparallels: Use DIV_ROUND_UP
2016-06-07 Laurent Viviercoccinelle: use macro DIV_ROUND_UP instead of (((n...
2016-06-07 Peter Maydellthunk: Rename args and fields in host-target bitmask...
2016-06-07 Peter Maydellthunk: Drop unused NO_THUNK_TYPE_SIZE guards
2016-06-07 Peter Maydellqemu-common.h: Drop WORDS_ALIGNED define
2016-06-07 Eric Blakehost-utils: Prefer 'false' for bool type
2016-06-07 Wei Jiangangdocs/multi-thread-compression: Fix wrong command string
2016-06-07 Peter Maydellall: Remove unnecessary glib.h includes
2016-06-07 Peter Maydellqga: Remove unnecessary glib.h includes
2016-06-07 Peter Maydelltests: Remove unnecessary glib.h includes
2016-06-07 Peter Maydellclean-includes: Add glib.h to list of unneeded includes
2016-06-07 Igor Mammedovpc: cleanup unused struct PcRomPciInfo
2016-06-07 Sameeh Jubrane1000: Removing unnecessary if statement
2016-06-07 Steven LuoFix configure test for PBKDF2 in nettle
2016-06-07 Alberto Garciadocs: Fix a couple of typos in throttle.txt
2016-06-07 Peter Maydellhw: Clean up includes
2016-06-07 Peter Maydellreplay: Clean up includes
2016-06-07 Cao jinfw_cfg: follow CODING_STYLE
2016-06-07 Cao jinqdev: Clean up around properties
2016-06-07 Eric Blakemonitor: Typo fix
2016-06-07 Cao jinICH9: fix typo
2016-06-07 Stefan Weilscripts: Use $(..) instead of deprecated `..`
2016-06-07 Stefan Weilconfigure: Use $(..) instead of deprecated `..`
2016-06-07 Peter Maydellqemu-options.hx: Specify the units for -machine kvm_sha...
2016-06-07 James ClarkeFix linking relocatable objects on Sparc
2016-06-07 Laurent Vivierppc: Remove a potential overflow in muldiv64()
2016-06-07 Laurent Vivierreplace muldiv64(a, b, c) by (uint64_t)a * b / c
2016-06-07 Laurent Vivierremove useless muldiv64()
2016-06-07 Laurent VivierThe only 64bit parameter of muldiv64() is the first...
2016-06-07 Laurent Vivierscripts: add muldiv64() checking coccinelle scripts
2016-06-07 Peter Wugdbstub: set listen backlog to 1
2016-06-07 Jan Veselypo/Makefile: call rm -f directly
2016-06-07 Stefan Weiltarget-moxie: Remove unused struct elements
2016-06-07 Michael Tokarevfsdev: spelling fix
2016-06-07 Michael Tokarevqga: spelling fix
2016-06-07 Michael Tokarevdocs: "specify" spell fix
2016-06-07 Michael Tokarevhw/ipmi: fix spelling
2016-06-07 Michael Tokarevs390x/virtio-ccw: fix spelling
2016-06-07 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2016-06-07 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-06-07 Eduardo Habkostdocker: Don't use eval trick on Makefile
2016-06-07 Stefan Hajnoczithrottle: refuse iops-size without iops-total/read...
2016-06-07 Fam Zhengblock: Drop bdrv_ioctl_bh_cb
2016-06-07 Eric Blakeblock: Move BlockRequest type to io.c
2016-06-07 Peter Lievenblock/io: optimize bdrv_co_pwritev for small requests
2016-06-07 Changlong Xieiostatus: fix comments for block_job_iostatus_reset
2016-06-07 Kevin Wolfblock/io: Remove unused bdrv_aio_write_zeroes()
2016-06-07 Stefan Hajnoczivirtio: drop duplicate virtio_queue_get_id() function
2016-06-07 Fam Zhengvirtio-scsi: Remove op blocker for dataplane
2016-06-07 Fam Zhengvirtio-blk: Remove op blocker for dataplane
2016-06-07 Fam Zhengblockdev-backup: Don't move target AioContext if it...
2016-06-07 Fam Zhengblockdev-backup: Use bdrv_lookup_bs on target
2016-06-07 Stefan Hajnoczitests: avoid coroutine pool test crash
2016-06-07 Peter Maydelllinux-user: Use both si_code and si_signo when converti...
2016-06-07 Timothy E Baldwinlinux-user: Restart fork() if signals pending
2016-06-07 Peter Maydelllinux-user: Use safe_syscall for kill, tkill and tgkill...
2016-06-07 Timothy E Baldwinlinux-user: Restart exit() if signal pending
2016-06-07 Timothy E Baldwinlinux-user: pause() should not pause if signal pending
2016-06-07 Timothy E Baldwinlinux-user: Block signals during sigaction() handling
2016-06-07 Timothy E Baldwinlinux-user: Queue synchronous signals separately
next
This page took 0.060691 seconds and 4 git commands to generate.