aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf3-31/+94
2009-11-17Introduce rom_copyAlexander Graf2-0/+39
2009-11-17fw_cfg: change cur_offset to 32 bitsJuan Quintela2-6/+40
2009-11-17Update SeaBIOS to latestAnthony Liguori2-0/+0
2009-11-17Add test suite for json marshallingAnthony Liguori1-5/+75
2009-11-17Provide marshalling mechanism for jsonAnthony Liguori2-0/+181
2009-11-17QDict: Introduce qdict_iter()Luiz Capitulino2-0/+22
2009-11-17Add a unit test for JSON supportAnthony Liguori3-1/+619
2009-11-17Add a QObject JSON wrapperAnthony Liguori3-1/+84
2009-11-17Add a JSON parserAnthony Liguori3-1/+591
2009-11-17Add a JSON message boundary identifierAnthony Liguori3-0/+128
2009-11-17Add a lexer for JSONAnthony Liguori3-1/+378
2009-11-17Add a QBool typeAnthony Liguori4-1/+107
2009-11-17Add unit test for QFloatAnthony Liguori3-0/+83
2009-11-17Add a QFloat datatypeAnthony Liguori4-2/+108
2009-11-17Allow strings to grow in sizeAnthony Liguori2-1/+40
2009-11-17Add operations to qlist to allow it to be used as a stackAnthony Liguori2-0/+60
2009-11-17Properly escape QDECREF macro argumentsAnthony Liguori1-1/+1
2009-11-17Cleanup configure checks for dup3 and fallocateJan Kiszka1-2/+2
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka3-31/+21
2009-11-17kvm: Add arch reset handlerJan Kiszka4-0/+12
2009-11-17Enable migration without shared storage from the monitorlirans@il.ibm.com2-13/+42
2009-11-17Block live migrationlirans@il.ibm.com14-40/+713
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com3-2/+86
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah4-14/+14
2009-11-17char: Remove special init_reset handlingAmit Shah3-11/+0
2009-11-17char: don't limit data sent to backends to 1k per bufferAmit Shah1-6/+8
2009-11-16ARM PB-A8 supportPaul Brook2-32/+83
2009-11-16LAN9118 emulationPaul Brook3-0/+1097
2009-11-15mips_r4k: fix resetAurelien Jarno1-12/+15
2009-11-15PPC64: map Uni-North AGP bus aka fix Linux bootBlue Swirl1-0/+10
2009-11-15PPC64: Partial fix to Linux crash: revert to old devfnBlue Swirl1-1/+3
2009-11-15PCI: make duplicate devfn allocation fatalBlue Swirl2-5/+3
2009-11-14Do not execute shell scripts directlymalc1-1/+1
2009-11-14mips malta: fix indentationAurelien Jarno1-3/+3
2009-11-14target-mips: fix indentationAurelien Jarno2-3/+3
2009-11-14mips-malta: fix resetAurelien Jarno1-25/+27
2009-11-14mips: fix cpu_reset memory leakBlue Swirl3-56/+54
2009-11-14fix make clean targetsMagnus Damm1-2/+3
2009-11-14sh4 disasm fixesMagnus Damm2-1/+4
2009-11-14tcg/i386: remove duplicate sar opcodeMagnus Damm1-1/+0
2009-11-14pci: Fix function pci_default_write_configStefan Weil1-3/+3
2009-11-14mips: fix CPU resetAurelien Jarno3-20/+36
2009-11-13Fix PPC crashBlue Swirl1-1/+1
2009-11-13ARM MPCore tweaksPaul Brook4-47/+131
2009-11-13Realview/EB procid hacksPaul Brook4-6/+18
2009-11-12pci: fix the conversion of config field from array to pointerJuan Quintela1-2/+2
2009-11-12qemu_system_reset: we need to call it before loadvm/migrationJuan Quintela1-1/+1
2009-11-12fdc: fix vmstate variable passedJuan Quintela1-4/+29
2009-11-12vnc: improve capslock handling.Gerd Hoffmann1-0/+21