aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09Update VERSION for 1.6.2 releasev1.6.2Michael Roth
2013-12-09scsi_target_send_command(): amend stable-1.6 port of the CVE-2013-4344 fixLaszlo Ersek
2013-12-09qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama
2013-12-09target-mips: fix 64-bit FPU config for user-mode emulationPetar Jovanovic
2013-12-09seccomp: add kill() to the syscall whitelistPaul Moore
2013-12-09vmdk: Fix creating big description fileFam Zheng
2013-12-09qcow2: Zero-initialise first cluster for new imagesKevin Wolf
2013-12-09vfio-pci: Release all MSI-X vectors when disabledAlex Williamson
2013-12-09rng-egd: offset the point when repeatedly read from the bufferAmos Kong
2013-12-09pci: unregister vmstate_pcibus on unplugBandan Das
2013-12-09qdev-monitor: Unref device when device_add failsStefan Hajnoczi
2013-12-09qdev-monitor: Fix crash when device_add is called with abstract driverIgor Mammedov
2013-12-09qom: Fix memory leak in object_property_set_link()Vlad Yasevich
2013-12-09virtio-net: fix the memory leak in rxfilter_notify()Amos Kong
2013-12-09vfio-pci: Fix multifunction=onAlex Williamson
2013-12-09qcow2: fix possible corruption when reading multiple clustersPeter Lieven
2013-12-09qcow2: count_contiguous_clusters and compressionMax Reitz
2013-12-09Fix pc migration from qemu <= 1.5Cole Robinson
2013-12-03exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov
2013-12-03virtio-net: only delete bh that existedJason Wang
2013-12-03linux-user: Fix stat64 syscall for SPARC64Stefan Weil
2013-12-03configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0Peter Maydell
2013-12-03tests: fix memleak in error path test for input visitorWenchao Xia
2013-12-03qapi: fix memleak by adding implict struct functions in dealloc visitorWenchao Xia
2013-12-03configure: detect endian via compile testMike Frysinger
2013-12-03Adjust qapi-visit for python-2.4.3Richard Henderson
2013-12-03memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy
2013-12-03monitor: eliminate monitor_event_state_lockPaolo Bonzini
2013-12-03audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede
2013-12-03vmdk: Fix vmdk_parse_extentsFam Zheng
2013-12-03xen_disk: mark ioreq as mapped before unmapping in error caseMatthew Daley
2013-12-02qemu-char: Fix potential out of bounds access to local arraysStefan Weil
2013-12-02misc: Use new rotate functionsStefan Weil
2013-12-02bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil
2013-12-02tci: Add implementation of rotl_i64, rotr_i64Stefan Weil
2013-12-02tests: Update .gitignore for test-int128 and test-bitopsMarkus Armbruster
2013-12-02tests: Fix schema parser test for in-tree buildMarkus Armbruster
2013-12-02char: remove watch callback on chardev detach from frontendAmit Shah
2013-12-02char: use common function to disable callbacks on chardev closeAmit Shah
2013-12-02char: move backends' io watch tag to CharDriverStateAmit Shah
2013-10-04Update VERSION for 1.6.1 releasev1.6.1Michael Roth
2013-10-04scsi: Allocate SCSITargetReq r->buf dynamicallyAsias He
2013-10-01qemu: Add qemu xen logic for Xen HVM S3 resumeLiu, Jinsong
2013-10-01qemu: Adjust qemu wakeupLiu, Jinsong
2013-09-30coroutine: add ./configure --disable-coroutine-poolStefan Hajnoczi
2013-09-30piix4: disable io on resetMichael S. Tsirkin
2013-09-30vmdk: fix cluster size check for flat extentsFam Zheng
2013-09-30rbd: avoid qemu_rbd_snap_list() memory leaksStefan Hajnoczi
2013-09-26tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith
2013-09-26iov: avoid "orig_len may be used unitialized" warningMichael Tokarev