summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-11curses: don't initialize curses when qemu is daemonizedHitoshi Mitake4-1/+15
2012-10-11pflash_cfi01: Fix warning caused by unreachable codeStefan Weil1-4/+4
2012-10-11ioh3420: Remove unreachable codeStefan Weil1-1/+0
2012-10-11lm4549: Fix buffer overflowStefan Weil1-1/+1
2012-10-11cadence_uart: Fix buffer overflowStefan Weil1-1/+1
2012-10-11qemu-sockets: Fix potential memory leakStefan Weil1-1/+1
2012-10-11qemu-ga: Remove unreachable code after g_errorStefan Weil1-2/+0
2012-10-11audio: Fix warning from static code analysisStefan Weil1-3/+3
2012-10-11SCSI: Standard INQUIRY data should report HiSup flag as set.Ronnie Sahlberg1-1/+1
2012-10-11scsi-disk: fix check for out-of-range LBAPaolo Bonzini1-1/+5
2012-10-11scsi-disk: introduce check_lba_rangePaolo Bonzini1-8/+16
2012-10-11iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg1-6/+0
2012-10-11iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg1-0/+17
2012-10-11MAINTAINERS: Add entry for QOM CPUAndreas Färber1-0/+6
2012-10-11pflash_cfi01: fix vendor specific extended queryAurelien Jarno1-1/+3
2012-10-11xilinx_timer: Fix a compile error if debug enabledChris Wulff1-1/+2
2012-10-11xilinx.h: Error check when setting linksPeter A. G. Crosthwaite1-2/+8
2012-10-11xilinx_timer: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite1-4/+4
2012-10-11xilinx_timer: Removed comma in device namePeter A. G. Crosthwaite2-3/+3
2012-10-11arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archsPeter Maydell1-0/+5
2012-10-11cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson1-0/+7
2012-10-11qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson2-2/+6
2012-10-11Revert 455aa1e08 and c3767ed0ebAnthony Liguori1-6/+1
2012-10-11configure: properly check if -lrt and -lm is neededNatanael Copa1-2/+29
2012-10-11configure: fix seccomp checkYann E. MORIN1-1/+1
2012-10-11net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi1-5/+31
2012-10-11net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi1-2/+12
2012-10-11net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi1-6/+52
2012-10-11net: broadcast hub packets if at least one port can receiveStefan Hajnoczi1-3/+3
2012-10-11net: fix usbnet_receive() packet dropsStefan Hajnoczi1-3/+16
2012-10-11net: clean up usbnet_receive()Stefan Hajnoczi1-13/+17