aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-18error: Convert qemu_opts_set() to QErrorMarkus Armbruster
2010-04-18error: New QERR_INVALID_PARAMETER_VALUEMarkus Armbruster
2010-04-18error: Convert qemu_opts_create() to QErrorMarkus Armbruster
2010-04-18error: New QERR_DUPLICATE_IDMarkus Armbruster
2010-04-18error: Put error definitions back in alphabetical orderMarkus Armbruster
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster
2010-04-18qdev: Convert qdev_unplug() to QErrorMarkus Armbruster
2010-04-18Add qerror message if the 'change' target filename can't be openedRyan Harper
2010-04-18slirp: fix unused return value, spotted by clangBlue Swirl
2010-04-18i386-dis: Fix unused return value, spotted by clangBlue Swirl
2010-04-18PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-18sparc32 use empty_slot for missing RAM v1Artyom Tarasenko
2010-04-18create empty_slot deviceArtyom Tarasenko
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-18tcg/ppc: Remove redundant comparison from brcond2malc
2010-04-17Fix --enable-profiler compilation.Richard Henderson
2010-04-17target-sparc: Free instruction temporaries.Richard Henderson
2010-04-17target-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS.Richard Henderson
2010-04-17Sparc: fix PC/NPC during FPU trapsBlue Swirl
2010-04-17tcg: Add missing static qualifiermalc
2010-04-17tcg/ppc: Fix signed versions of brcond2malc
2010-04-17Fix format stringsArnaud Lacombe
2010-04-13Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-04-14sparc: Fix compiler warning (fprintf format string)Stefan Weil
2010-04-14sh4: Fix compiler warning (fprintf format string)Stefan Weil
2010-04-14m68k: Fix compiler warning (fprintf format string)Stefan Weil
2010-04-14arm: Fix compiler warning (fprintf format string)Stefan Weil
2010-04-14tcp/mips: Change TCG_AREG0 (fp -> s0)Stefan Weil
2010-04-14Use correct cflags for kvm-kmod when cross compilingStefan Weil
2010-04-14linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.takasi-y@ops.dti.ne.jp
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti
2010-04-13vhost-net: disable mergeable buffersMichael S. Tsirkin
2010-04-13vhost: fix features ackDavid L Stevens
2010-04-13sh_pci: fix memory and I/O accessAurelien Jarno
2010-04-13r2d: always enable IDE and flashAurelien Jarno
2010-04-12Fix build when configured with --enable-io-threadBlue Swirl
2010-04-11Cleanup dead codeJun Koi
2010-04-11Sparc: fix exceptions in delay slotBlue Swirl
2010-04-11hw/r2d: add initrd supportAurelien Jarno
2010-04-11vhost.c: include <linux/vhost.h> lastMarcelo Tosatti
2010-04-11vhost-net: disable mergeable buffersMichael S. Tsirkin
2010-04-11vhost: fix features ackDavid L Stevens
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin
2010-04-11hw/r2d: add flash memoryAurelien Jarno
2010-04-10Revert "Avoid page_set_flags() assert in qemu-user host page protection code"Aurelien Jarno
2010-04-10tcg/README: improve description of bswap*Aurelien Jarno
2010-04-10target-alpha: Use non-inverted arguments to gen_{f}cmov.Richard Henderson