summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-25Merge branch 'stable-0.12-merge' into stable-0.12qemu-kvm-0.12.3Marcelo Tosatti
2010-02-25Merge commit '6173d56bdcb53389c54e803873e6bf8f87836a4f' into stable-0.12-mergeMarcelo Tosatti
2010-02-25Merge commit '299e0bc52a5d56ff89ad8d7d09c82233cd8ccb6a' into stable-0.12-mergeMarcelo Tosatti
2010-02-25Merge commit 'c502715a74675b3554cf7bcd684b82c9733ecfae' into stable-0.12-mergeMarcelo Tosatti
2010-02-23Merge remote branch 'qemu-kvm/uq/stable-0.12' into stable-0.12v0.12.3Anthony Liguori
2010-02-23Update version and change for 0.12.3 releaseAnthony Liguori
2010-02-23qcow2: Fix access after end of arrayKevin Wolf
2010-02-23ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti
2010-02-23net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster
2010-02-23net: info network shows only VLAN clients, fixMarkus Armbruster
2010-02-23net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster
2010-02-23net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-02-23net: net_check_clients() runs too early to see -device, fixMarkus Armbruster
2010-02-23net: Remove unused net_client_uninit()Markus Armbruster
2010-02-23don't dereference NULL after failed strdupJim Meyering
2010-02-23virtio-net: fix network stall under loadTom Lendacky
2010-02-23json: fix PRId64 on Win32Roy Tam
2010-02-23fix inet_parse typoMarcelo Tosatti
2010-02-23iothread: fix vcpu stop with smp tcgMarcelo Tosatti
2010-02-23segfault due to buffer overrun in usb-serialDavid S. Ahern
2010-02-23qcow2: Fix signedness bugsKevin Wolf
2010-02-23Do not ignore error, if open file failed (-serial /dev/tty)Evgeniy Dushistov
2010-02-23pc-bios: update to newer version of (stable) seabiosAnthony Liguori
2010-02-23kvm: Fix eflags corruption in kvm modeJan Kiszka
2010-02-23target-mips: fix ROTR and DROTR by zeroAurelien Jarno
2010-02-23target-mips: fix CpU exception for coprocessor 0Nathan Froyd
2010-02-21kvm: Fix eflags corruption in kvm modeJan Kiszka
2010-02-18Do not allow vcpu stop with in progress PIOMarcelo Tosatti
2010-02-17Increase VNC_MAX_WIDTHBrian Jackson
2010-02-09tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2010-01-31KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka
2010-01-31Synchronize kvm headersMarcelo Tosatti
2010-01-31qemu-kvm: enable get/set vcpu events on reset and migrationMarcelo Tosatti
2010-01-31Fix kvm_load_mpstate for vcpu hot addLiu, Jinsong
2010-01-29virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf
2010-01-29virtio-blk: Fix restart after read errorKevin Wolf
2010-01-29virtio_blk: Factor virtio_blk_handle_request outKevin Wolf
2010-01-29cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka
2010-01-27qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf
2010-01-27qcow2: Don't ignore update_refcount return valueKevin Wolf
2010-01-27qcow2: Allow updating no refcountsKevin Wolf
2010-01-27qcow2: Improve error handling in update_refcountKevin Wolf
2010-01-27qcow2: Fix error handling in grow_refcount_tableKevin Wolf
2010-01-27block: Return original error codes in bdrv_pread/writeKevin Wolf
2010-01-27qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2010-01-27qcow2: Return 0/-errno in get_cluster_tableKevin Wolf
2010-01-27qcow2: Fix error handling in qcow_save_vmstateKevin Wolf
2010-01-27qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf
2010-01-26win32/sdl: Fix toggle full screenHerve Poussineau