summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-12e1000 fix: read access to some registers is missing.Kay Ackermann1-0/+2
2009-11-12Fix 32-bit overflow in parallels image supportDavid Woodhouse1-2/+3
2009-11-12kvm ppc: Remove unused labelHollis Blanchard1-1/+0
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard3-23/+20
2009-11-12virtio-blk: Pass read errors to the guestKevin Wolf1-1/+1
2009-11-12savevm: Delete existing snapshots in all imagesKevin Wolf1-19/+39
2009-11-12Fix incoming migrationJuan Quintela1-1/+6
2009-11-12fix type in CFLAGS nameJuan Quintela1-1/+1
2009-11-12fix parallel buildJuan Quintela3-6/+10
2009-11-12qdev: Check if unplug handler exists before calling itAmit Shah1-0/+2
2009-11-12Makefile: Fix definition of pxe-*.bin blobsStefan Weil1-2/+3
2009-11-12eepro100: Add missing .exit initialisationStefan Weil1-0/+9
2009-11-12eepro100: Fix boot ROM supportStefan Weil2-0/+11
2009-11-12Makefile: Prettify loggingStefan Weil1-1/+1
2009-11-12serial: Add interface to set reference oscillator frequencyStefan Weil2-0/+8
2009-11-12microblaze: Move the kcmdline out of the way.Edgar E. Iglesias1-1/+1
2009-11-12microblaze: Restore env when raising unmapped bus access.Edgar E. Iglesias1-0/+2
2009-11-12microblaze: Unbreak reset.Edgar E. Iglesias1-27/+26
2009-11-11Fix ARM MCore secondary cpu bootPaul Brook3-9/+27
2009-11-11Reject late rom loadingPaul Brook1-0/+7
2009-11-11Fix ARM system emulationPaul Brook2-28/+41
2009-11-09QemuOpts: command line switches for the config file.Gerd Hoffmann2-0/+35
2009-11-09QemuOpts: parse config from file.Gerd Hoffmann2-0/+51
2009-11-09QemuOpts: dump config.Gerd Hoffmann2-0/+41
2009-11-09QemuOpts: add find_list()Gerd Hoffmann1-9/+20