aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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