aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix undefined shifts by >32Paolo Bonzini2010-02-271-2/+2
| * Fix qemu -net user,hostfwd= exampleAurelien Jarno2010-02-271-1/+1
* | pci passthrough: zap option rom scanning.Gerd Hoffmann2010-03-251-75/+0
* | Bail out when VCPU_CREATE failsAlexander Graf2010-03-241-1/+5
* | Merge branch 'stable-0.12-merge' into stable-0.12Marcelo Tosatti2010-02-2553-262/+594
|\ \
| * | Merge commit '6173d56bdcb53389c54e803873e6bf8f87836a4f' into stable-0.12-mergeMarcelo Tosatti2010-02-2532-137/+328
| |\|
| | * Merge remote branch 'qemu-kvm/uq/stable-0.12' into stable-0.12Anthony Liguori2010-02-230-0/+0
| | |\
| | | * kvm: Fix eflags corruption in kvm modeJan Kiszka2010-02-211-5/+7
| | * | Update version and change for 0.12.3 releaseAnthony Liguori2010-02-232-1/+53
| | * | qcow2: Fix access after end of arrayKevin Wolf2010-02-231-2/+6
| | * | ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-232-2/+62
| | * | net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster2010-02-231-0/+1
| | * | net: info network shows only VLAN clients, fixMarkus Armbruster2010-02-231-2/+9
| | * | net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster2010-02-231-0/+7
| | * | net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-237-28/+18
| | * | net: net_check_clients() runs too early to see -device, fixMarkus Armbruster2010-02-233-3/+4
| | * | net: Remove unused net_client_uninit()Markus Armbruster2010-02-232-15/+0
| | * | don't dereference NULL after failed strdupJim Meyering2010-02-234-8/+8
| | * | virtio-net: fix network stall under loadTom Lendacky2010-02-231-1/+9
| | * | json: fix PRId64 on Win32Roy Tam2010-02-232-1/+18
| | * | fix inet_parse typoMarcelo Tosatti2010-02-231-4/+4
| | * | iothread: fix vcpu stop with smp tcgMarcelo Tosatti2010-02-231-2/+3
| | * | segfault due to buffer overrun in usb-serialDavid S. Ahern2010-02-231-6/+22
| | * | qcow2: Fix signedness bugsKevin Wolf2010-02-232-10/+8
| | * | Do not ignore error, if open file failed (-serial /dev/tty)Evgeniy Dushistov2010-02-231-0/+3
| | * | pc-bios: update to newer version of (stable) seabiosAnthony Liguori2010-02-232-0/+0
| | * | kvm: Fix eflags corruption in kvm modeJan Kiszka2010-02-231-5/+7
| | * | target-mips: fix ROTR and DROTR by zeroAurelien Jarno2010-02-231-0/+4
| | * | target-mips: fix CpU exception for coprocessor 0Nathan Froyd2010-02-231-1/+1
| | |/
| | * tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno2010-02-091-2/+2
| | * target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno2010-02-063-8/+22
| | * virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf2010-01-291-2/+2
| | * virtio-blk: Fix restart after read errorKevin Wolf2010-01-291-2/+9
| | * virtio_blk: Factor virtio_blk_handle_request outKevin Wolf2010-01-291-32/+46
| * | Merge commit '299e0bc52a5d56ff89ad8d7d09c82233cd8ccb6a' into stable-0.12-mergeMarcelo Tosatti2010-02-2517-105/+199
| |\|
| | * cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka2010-01-291-2/+4
| | * qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-273-3/+33
| | * qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-271-8/+23
| | * qcow2: Allow updating no refcountsKevin Wolf2010-01-271-1/+5
| | * qcow2: Improve error handling in update_refcountKevin Wolf2010-01-271-7/+25
| | * qcow2: Fix error handling in grow_refcount_tableKevin Wolf2010-01-271-3/+6
| | * block: Return original error codes in bdrv_pread/writeKevin Wolf2010-01-271-16/+18
| | * qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-273-29/+39
| | * qcow2: Return 0/-errno in get_cluster_tableKevin Wolf2010-01-271-12/+18
| | * qcow2: Fix error handling in qcow_save_vmstateKevin Wolf2010-01-271-2/+3
| | * qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf2010-01-271-4/+6
| | * win32/sdl: Fix toggle full screenHerve Poussineau2010-01-261-0/+1
| | * win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-265-5/+5
| | * vnc_refresh: calling vnc_update_client might free vsStefano Stabellini2010-01-261-2/+4
| | * Musicpal: Fix descriptor walk in eth_sendJan Kiszka2010-01-261-4/+3