summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-03PPC: Fix missing TRACE exceptionJulio Guerra1-1/+2
2012-12-03hmp: do not crash on invalid SCSI hotplugPaolo Bonzini1-1/+7
2012-12-03qom: dynamic_cast of NULL is always NULLPaolo Bonzini1-2/+2
2012-12-03block: Fix regression for MinGW (assertion caused by short string)Stefan Weil1-1/+2
2012-12-03tci: Fix type of tci_read_labelRichard Henderson1-2/+2
2012-12-03qcow2: Fix refcount table size calculationKevin Wolf1-1/+2
2012-12-03configure: avoid compiler warning in pipe2 detectionBruce Rogers1-2/+1
2012-12-03target-openrisc: remove conflicting definitions from cpu.hAurelien Jarno1-18/+0
2012-12-03tcg/arm: fix cross-endian qemu_st16Aurelien Jarno1-2/+18
2012-12-03tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno1-36/+42
2012-11-30target-mips: fix wrong microMIPS opcode encoding陳韋任 (Wei-Ren Chen)1-1/+1
2012-11-30mips/malta: fix CBUS UART interrupt pinAurelien Jarno1-1/+2
2012-11-30nbd: fixes to read-only handlingPaolo Bonzini1-13/+12
2012-11-30m68k: Return semihosting errno values correctlyMeador Inge1-1/+1
2012-11-30tools: initialize main loop before block layerPaolo Bonzini2-4/+2
2012-11-30xhci: fix usb name in capsGerd Hoffmann1-2/+2
2012-11-30target-sparc64: disable VGA cirrusAurelien Jarno1-1/+0
2012-11-30PPC: Bamboo: Fix memory size DT propertyAlexander Graf1-1/+1
2012-11-30s390x: fix -initrd in virtio machineAlexander Graf1-2/+2
2012-11-30memory: fix rendering of a region obscured by anotherAvi Kivity1-6/+6
2012-11-30e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman1-5/+2
2012-11-30target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz1-1/+1
2012-11-30hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil3-20/+32
2012-11-30rtc: fix overflow in mktimegmPaolo Bonzini2-1/+46
2012-11-30qxl: always update displaysurface on resizeGerd Hoffmann1-4/+0
2012-11-30hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy1-2/+2
2012-11-30uhci: Raise interrupt when requested even for non active tdsHans de Goede1-1/+9
2012-11-30vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini1-0/+4
2012-11-30ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin1-0/+2
2012-11-30fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev1-1/+1
2012-11-30configure: Fix CONFIG_QEMU_HELPERDIR generationJan Kiszka1-1/+1
2012-10-11update VERSION for v1.2.1v1.2.1Michael Roth1-1/+1
2012-10-11pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson2-6/+6
2012-10-11fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-11i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost1-1/+1
2012-10-11Versatile Express: Fix NOR flash 0 address and remove flash aliasFrancesco Lavra1-5/+2
2012-10-11hw/armv7m_nvic: Correctly register GIC region when setting up NVICMeador Inge1-1/+2
2012-10-11pl190: fix read of VECTADDRBrendan Fennell1-6/+12
2012-10-11Clear handler only for valid fdOrit Wasserman1-1/+3
2012-10-11Fix address handling in inet_nonblocking_connectOrit Wasserman4-58/+126
2012-10-11Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman6-16/+57
2012-10-11Refactor inet_connect_opts functionMichael S. Tsirkin1-63/+85
2012-10-11configure: Allow builds without any system or user emulationStefan Weil2-4/+5
2012-10-11block: correctly set the keep_read_only flagJeff Cody2-7/+8
2012-10-11blockdev: preserve readonly and snapshot states across media changesKevin Shanahan1-0/+2
2012-10-11w32: Add implementation of gmtime_r, localtime_rStefan Weil2-0/+30
2012-10-11w32: Always use standard instead of native format stringsStefan Weil1-0/+5
2012-10-11net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2-3/+8
2012-10-11linux-user: Remove redundant null check and replace free by g_freeStefan Weil1-3/+1
2012-10-11TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek1-2/+5