]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2017-03-21  Greg Kurz9pfs: don't try to flush self and avoid QEMU hang on...
2017-03-21  Greg Kurz9pfs: fix off-by-one error in PDU free list
2017-03-21  Richard Hendersontarget-arm: Fix aarch64 vec_reg_offset
2017-03-21  Richard Hendersontarget-arm: Fix aarch64 disas_ldst_single_struct
2017-03-21  Richard Hendersonlinux-user: Fix s390x safe-syscall for z900
2017-03-21  Vladimir Sementsov... nbd/client: fix drop_sync [CVE-2017-2630]
2017-03-20  Peter Lieventhread-pool: add missing qemu_bh_cancel in completion...
2017-03-20  Dong Jia Shis390x/css: reassign subchannel if schid is changed...
2017-03-16  Jason Wangvirtio-pci: reset modern vq meta data
2017-03-16  Li Qiangscsi: mptsas: fix the wrong reading size in fetch request
2017-03-16  Paolo Bonzinie1000e: correctly tear down MSI-X memory regions
2017-03-16  Dmitry FleytmanNetRxPkt: Account buffer with ETH header in IOV length
2017-03-16  Dmitry FleytmanNetRxPkt: Do not try to pull more data than present
2017-03-16  Dmitry FleytmanNetRxPkt: Fix memory corruption on VLAN header stripping
2017-03-16  Dmitry Fleytmaneth: Extend vlan stripping functions
2017-03-16  Gerd Hoffmanncirrus: add blit_is_unsafe call to cirrus_bitblt_cputov...
2017-03-16  Eric Blakehmp: fix block_set_io_throttle
2017-03-16  Peter Lievenqga: ignore EBUSY when freezing a filesystem
2017-03-16  Paolo Bonzinitarget-i386: correctly propagate retaddr into SVM helpers
2017-03-16  Pavel Dovgalyukapic: reset apic_delivered global variable on machine...
2017-03-16  Richard Hendersontarget/sparc: Restore ldstub of odd asis
2017-03-16  QingFeng Haoblock/vmdk: Fix the endian problem of buf_len and lba
2017-03-16  Sam Bobrofftarget-ppc, tcg: fix usermode segfault with pthread_cre...
2017-03-16  Michael Tokarevvnc: do not disconnect on EAGAIN
2017-03-16  Prasad J Panditsd: sdhci: check data length during dma_memory_read
2017-03-16  Peter Lievenblock/nfs: fix naming of runtime opts
2017-03-16  Peter Lievenblock/nfs: fix NULL pointer dereference in URI parsing
2017-03-16  Christian Borntraegers390x/kvm: fix small race reboot vs. cmma
2017-03-16  David Hildenbrandtarget/s390x: use "qemu" cpu model in user mode
2017-03-16  Ladi Prosekahci: advertise HOST_CAP_64
2017-03-16  Paolo Bonzinicpu-exec: fix icount out-of-bounds access
2017-03-16  Li Qiangcirrus: fix oob access issue (CVE-2017-2615)
2017-03-16  Christian Borntraegers390x/kvm: fix cmma reset for KVM
2017-03-16  Peter Lievenblock/iscsi: avoid data corruption with cache=writeback
2017-03-16  Michael S.... virtio: fix up max size checks
2017-03-16  Daniel P. Berrangeui: use evdev keymap when running under wayland
2017-03-16  Richard Hendersontcg/aarch64: Fix tcg_out_movi
2017-03-16  Richard Hendersontcg/aarch64: Fix addsub2 for 0+C
2017-03-16  Marc-André... char: fix ctrl-a b not working
2017-03-16  Peter Xux86: ioapic: fix fail migration when irqchip=split
2017-03-16  Bruce Rogersdisplay: cirrus: ignore source pitch value as needed...
2017-03-16  Roman Kaplexec: Add missing rcu_read_unlock
2017-03-16  Gongleivirtio-crypto: fix possible integer and heap overflow
2017-03-16  Caoxinhuaqemu-thread: fix qemu_thread_set_name() race in qemu_th...
2017-03-16  Thomas Huthui/vnc: Fix problem with sending too many bytes as...
2017-03-16  Paolo Bonziniscsi-block: fix direction of BYTCHK test for VERIFY...
2017-03-16  Hervé Poussineauui/gtk: fix crash at startup when no console is available
2017-03-16  Igor Mammedovpc: fix crash in rtc_set_memory() if initial cpu is...
2017-03-16  Greg Kurz9pfs: fix crash when fsdev is missing
2017-03-16  Halil Pasicvirtio: fix vq->inuse recalc after migr
2017-03-16  Michael S.... pci: fix error message for express slots
2017-03-16  Dr. David Alan... balloon: Don't balloon roms
2017-03-16  Eduardo Habkostmachine: Convert abstract typename on compat_props...
2017-03-16  Greg Kurz9pfs: fix vulnerability in openat_dir() and local_unlin...
2017-03-16  Greg Kurz9pfs: fix O_PATH build break with older glibc versions
2017-03-16  Greg Kurz9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthr...
2017-03-16  Greg Kurz9pfs: fail local_statfs() earlier
2017-03-16  Greg Kurz9pfs: fix fd leak in local_opendir()
2017-03-16  Greg Kurz9pfs: fix bogus fd check in local_remove()
2017-03-16  Greg Kurz9pfs: local: drop unused code
2017-03-16  Greg Kurz9pfs: local: open2: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: mkdir: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: mknod: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: symlink: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: chown: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: chmod: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: link: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: improve error handling in link op
2017-03-16  Greg Kurz9pfs: local: rename: use renameat
2017-03-16  Greg Kurz9pfs: local: renameat: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: lstat: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: readlink: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: truncate: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: statfs: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: utimensat: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: remove: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: unlinkat: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: lremovexattr: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: lsetxattr: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: llistxattr: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: lgetxattr: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: open/opendir: don't follow symlinks
2017-03-16  Greg Kurz9pfs: local: keep a file descriptor on the shared folder
2017-03-16  Greg Kurz9pfs: introduce relative_openat_nofollow() helper
2017-03-16  Greg Kurz9pfs: remove side-effects in local_open() and local_ope...
2017-03-16  Greg Kurz9pfs: remove side-effects in local_init()
2017-03-16  Greg Kurz9pfs: local: move xattr security ops to 9p-xattr.c
2016-12-20  Stefan HajnocziUpdate version for v2.8.0 release v2.8.0
2016-12-15  Stefan HajnocziUpdate version for v2.8.0-rc4 release v2.8.0-rc4
2016-12-15  Maxime Coquelinvirtio-pci: Fix cross-version migration with older...
2016-12-14  Stefan Hajnoczipo: add missing translations in de, fr, it, zh
2016-12-14  Stefan Hajnocziui/gtk: fix "Copy" menu item segfault
2016-12-14  Stefan HajnocziUpdate language files for QEMU 2.8.0
2016-12-06  Stefan HajnocziUpdate version for v2.8.0-rc3 release v2.8.0-rc3
2016-12-06  Eric Blakeqapi: Document introduction of gluster's 'debug' option
2016-12-06  Peter Maydellexec.c: Fix breakpoint invalidation race
2016-12-06  Eric Blakeqapi: Document DEVICE_TRAY_MOVED addition
2016-12-06  Changlong Xietests/.gitignore: Ignore test-char
2016-12-06  Stefan HajnocziMerge remote-tracking branch 'kwolf/tags/for-upstream...
2016-12-06  Eric Blakeqcow2: Don't strand clusters near 2G intervals during...
next