aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-13hw/vga.c: remove dead assignmentAmit Shah1-1/+0
2010-01-13x86: translate.c: remove dead assignmentAmit Shah1-2/+0
2010-01-13virtio: net: remove dead assignmentAmit Shah1-1/+1
2010-01-13vl.c: Remove dead assignmentAmit Shah1-5/+1
2010-01-13osdep.c: Fix accept4 fallbackKevin Wolf1-1/+1
2010-01-13qemu-img rebaseKevin Wolf2-0/+231
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf4-0/+126
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf3-3/+4
2010-01-13move kbd/mouse handling to input.cPaolo Bonzini3-213/+241
2010-01-13use pkg-config for libcurl whenever availablePaolo Bonzini1-2/+8
2010-01-13use pkg-config for sdl whenever availablePaolo Bonzini1-4/+10
2010-01-13fixes to the static compilation case for sdlPaolo Bonzini1-3/+3
2010-01-13use cross-prefix for pkgconfigPaolo Bonzini1-5/+14
2010-01-13pcnet: remove dead nested assignment, spotted by clangBlue Swirl1-1/+1
2010-01-13Sparc32: remove dead increment, spotted by clangBlue Swirl1-1/+1
2010-01-13Sparc32: remove a variable used only for debugging to avoid a clang warningBlue Swirl1-3/+1
2010-01-13Sparc: comment out unused variable, spotted by clangBlue Swirl1-2/+2
2010-01-13Sparc32: remove unused env/envs variables, spotted by clangBlue Swirl1-10/+5
2010-01-13Sparc32: remove unused variable, spotted by clangBlue Swirl1-5/+0
2010-01-13pci: Add missing 'const' in argument to pci_get_xxxStefan Weil1-7/+7
2010-01-13eepro100: Update ROM file supportStefan Weil1-10/+1
2010-01-13eepro100: Fix initial value for PCI_STATUSStefan Weil1-3/+1
2010-01-13Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock1-4/+26
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin2-1/+2
2010-01-12kvm: Detect availability of kvm_para.hJan Kiszka1-0/+11
2010-01-12kvm: Use kvm-kmod headers if availableJan Kiszka1-1/+1
2010-01-12monitor: fix dead assignment spotted by clangBlue Swirl1-2/+1
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl1-4/+4
2010-01-12tcg-sparc: Implement ext32[su]_i64Richard Henderson2-0/+21
2010-01-12tcg-sparc: Implement division properly.Richard Henderson2-30/+55
2010-01-12tcg-sparc: Do not remove %o[012] from 'r' constraint.Richard Henderson1-0/+3
2010-01-12tcg-sparc: Implement add2, sub2, mulu2.Richard Henderson1-0/+27
2010-01-12tcg-sparc: Add tcg_out_arithc.Richard Henderson1-43/+43
2010-01-12vnc_refresh: return if vd->timer is NULLStefano Stabellini1-0/+4
2010-01-12qdev: fix thinko leading to guest crashesMichael S. Tsirkin1-1/+1
2010-01-12QMP: Don't free async event's 'data'Luiz Capitulino1-1/+3
2010-01-12dma/sb16: make clang analyzer not complainmalc2-2/+3
2010-01-11Sparc64: enable real access to PCI configuration spaceBlue Swirl1-3/+85
2010-01-11Update to SeaBIOS 0.5.1Anthony Liguori2-0/+0
2010-01-11make help output be a little more self-consistentBruce Rogers1-19/+20
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann1-0/+8
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann2-0/+16
2010-01-11roms: rework rom loading via fwGerd Hoffmann3-13/+7
2010-01-11fw_cfg: rom loader tweaks.Gerd Hoffmann1-7/+11
2010-01-11roms: minor fixes and cleanups.Gerd Hoffmann2-17/+26
2010-01-11pc: add machine type for 0.12Gerd Hoffmann1-1/+17
2010-01-11Handle TFTP ERROR from clientThomas Horsten1-0/+23
2010-01-11dmg: fix ->open failureChristoph Hellwig1-14/+14
2010-01-11virtio-pci: thinko fixMichael S. Tsirkin1-1/+1
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin12-50/+91