aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sh_pci: fix memory and I/O accessAurelien Jarno2010-04-143-96/+17
* Fix incoming migration with iothreadMarcelo Tosatti2010-04-141-0/+2
* Fix SIGFPE for vnc display of width/height = 1Chris Webb2010-04-111-2/+4
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-113-25/+1
* qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-102-1/+6
* qcow2: Don't ignore immediate read/write failuresKevin Wolf2010-04-101-2/+6
* block: Fix multiwrite memory leak in error caseKevin Wolf2010-04-101-1/+2
* block: Fix error code in multiwrite for immediate failuresKevin Wolf2010-04-101-2/+2
* block: Fix multiwrite error handlingKevin Wolf2010-04-101-1/+1
* scsi-disk: fix buffer overflowGerd Hoffmann2010-04-091-1/+3
* qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-04-091-88/+222
* qcow2: Factor next_refcount_table_size outKevin Wolf2010-04-091-11/+19
* block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig2010-04-092-0/+8
* json-parser: Fix segfault on malformed inputKevin Wolf2010-04-091-1/+1
* linux-user: switch default ppc64 CPU to 970fx from 970Aurelien Jarno2010-04-091-1/+1
* target-sh4: MMU: fix store queue addressesAurelien Jarno2010-04-091-1/+1
* target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno2010-04-091-1/+1
* target-sh4: MMU: fix mem_idx computationAurelien Jarno2010-04-091-1/+1
* sh7750: handle MMUCR TI bitAurelien Jarno2010-04-093-2/+25
* UHCI spurious interrut fixPaul Brook2010-04-061-3/+4
* tcg/mips: fix branch offset during retranslationAurelien Jarno2010-03-291-19/+30
* tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno2010-03-191-4/+7
* workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko2010-03-193-5/+4
* Fix corner case in chardev udp: parameterJan Kiszka2010-03-161-1/+1
* Don't set default monitor when there is a mux'ed oneJan Kiszka2010-03-161-0/+9
* spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian2010-03-141-1/+1
* fdc: fix drive property handling.Gerd Hoffmann2010-03-131-5/+15
* target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan2010-03-131-0/+5
* target-i386: fix SIB decoding with index = 4Aurelien Jarno2010-03-101-2/+2
* Fix segfault with ram_size > 4095M without kvmRyan Harper2010-03-061-0/+6
* target-i386: Fix long jumps/calls in long mode with REX.W setmalc2010-03-061-3/+1
* target-i386: fix lddqu SSE instructionAurelien Jarno2010-03-061-1/+1
* qemu-char.c: drop debug printfs from qemu_chr_parse_compatJan Kiszka2010-02-281-3/+0
* fix undefined shifts by >32Paolo Bonzini2010-02-271-2/+2
* Fix qemu -net user,hostfwd= exampleAurelien Jarno2010-02-271-1/+1
* 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