summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-18pseries: Allow kernel's early debug output to workDavid Gibson1-2/+30
2011-11-18pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESSMichael Ellerman1-1/+1
2011-11-18pseries: Check we have a chardev in spapr_vty_init()Michael Ellerman1-0/+5
2011-11-18pseries: Fix buggy spapr_vio_find_by_reg()David Gibson1-2/+2
2011-11-18pseries: Correct RAM size check for SLOFDavid Gibson1-3/+3
2011-11-11PPC: Fix for the gdb single step problem on an rfi instructionSebastian Bauer1-1/+3
2011-11-11tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson1-6/+8
2011-11-11pseries: Fix initialization of sPAPREnvironment structureDavid Gibson1-1/+3
2011-11-10hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell1-0/+1
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster1-2/+2
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster1-0/+1
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster1-4/+4
2011-11-10ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster1-14/+5
2011-11-10qdev: Fix crash on -device '?=x'Markus Armbruster1-1/+1
2011-11-10configure: Show --cpu option on the help list陳韋任1-0/+1
2011-11-10qemu-tech.texi: Update default code cache size陳韋任1-1/+1
2011-11-09hpet: fix infinite loop in qemu_run_timers with -icount enabledMax Filippov1-2/+2
2011-11-09hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writesPeter Maydell1-0/+2
2011-11-09hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROLPeter Maydell1-4/+5
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity1-23/+4
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity7-7/+45
2011-11-09Clean up assertion in get_boot_devices_list()Markus Armbruster1-1/+1
2011-11-09Replace WriteFileEx with WriteFile in qemu_create_pidfileFabien Chouteau1-3/+4
2011-11-09win32: remove broken timersPaolo Bonzini1-3/+1
2011-11-08virtex: Remove memset of clk_setupEdgar E. Iglesias1-1/+0
2011-11-07Update version for v1.0-rc1v1.0-rc1Anthony Liguori1-1/+1
2011-11-07console: Fix rendering of VGA underlineMarkus Armbruster1-3/+3
2011-11-07qemu_timedate_diff() shouldn't modify its argument.Gleb Natapov1-2/+5
2011-11-07reenable vm_clock when resuming all vcpusWen Congyang1-0/+1
2011-11-07qxl: fix vga port initialization.Gerd Hoffmann1-5/+17
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann2-5/+27
2011-11-07pc: add 1.0 machine typeGerd Hoffmann1-3/+11
2011-11-07disable automatic loading of sgabios when -nographicPaolo Bonzini1-9/+0
2011-11-07add sgabios blob and submodulePaolo Bonzini5-1/+10
2011-11-07Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-88/+138
2011-11-07Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-96/+92
2011-11-07xen-platform: Fix IO port read/write functionsAnthony PERARD1-9/+9
2011-11-07readline: Fix buffer overrun on re-add to historyMarkus Armbruster1-1/+1
2011-11-07cmd: Fix potential memory leakPavel Borzenkov1-2/+7
2011-11-07cmd: Fix potential NULL pointer dereferencePavel Borzenkov1-8/+3
2011-11-07cmd: Fix coding style in cmd.cPavel Borzenkov1-86/+82
2011-11-06arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent1-15/+20
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini1-16/+24
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini1-5/+2
2011-11-04vvfat: unify and correct computation of sector countPaolo Bonzini1-3/+3
2011-11-04vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini1-2/+2
2011-11-04vvfat: do not fail if the disk has spare sectorsPaolo Bonzini1-2/+2
2011-11-04vvfat: fix out of bounds array_get usagePaolo Bonzini1-0/+1
2011-11-04block/cloop: Use g_free instead of freeDong Xu Wang1-3/+3
2011-11-04block/cloop: Fix coding styleDong Xu Wang1-52/+63