summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update VERSION for v1.2.1qemu-kvm-1.2.1-gentooMichael Roth2012-11-131-1/+1
* pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson2012-11-132-6/+6
* fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell2012-11-131-2/+2
* i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost2012-11-131-1/+1
* Versatile Express: Fix NOR flash 0 address and remove flash aliasFrancesco Lavra2012-11-131-5/+2
* hw/armv7m_nvic: Correctly register GIC region when setting up NVICMeador Inge2012-11-131-1/+2
* pl190: fix read of VECTADDRBrendan Fennell2012-11-131-6/+12
* Clear handler only for valid fdOrit Wasserman2012-11-131-1/+3
* Fix address handling in inet_nonblocking_connectOrit Wasserman2012-11-134-58/+126
* Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman2012-11-136-16/+57
* Refactor inet_connect_opts functionMichael S. Tsirkin2012-11-131-63/+85
* configure: Allow builds without any system or user emulationStefan Weil2012-11-132-4/+5
* block: correctly set the keep_read_only flagJeff Cody2012-11-132-7/+8
* blockdev: preserve readonly and snapshot states across media changesKevin Shanahan2012-11-131-0/+2
* w32: Add implementation of gmtime_r, localtime_rStefan Weil2012-11-132-0/+30
* w32: Always use standard instead of native format stringsStefan Weil2012-11-131-0/+5
* net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2012-11-132-3/+8
* linux-user: Remove redundant null check and replace free by g_freeStefan Weil2012-11-131-3/+1
* TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek2012-11-131-2/+5
* curses: don't initialize curses when qemu is daemonizedHitoshi Mitake2012-11-134-1/+15
* pflash_cfi01: Fix warning caused by unreachable codeStefan Weil2012-11-131-4/+4
* ioh3420: Remove unreachable codeStefan Weil2012-11-131-1/+0
* lm4549: Fix buffer overflowStefan Weil2012-11-131-1/+1
* cadence_uart: Fix buffer overflowStefan Weil2012-11-131-1/+1
* qemu-sockets: Fix potential memory leakStefan Weil2012-11-131-1/+1
* qemu-ga: Remove unreachable code after g_errorStefan Weil2012-11-131-2/+0
* audio: Fix warning from static code analysisStefan Weil2012-11-131-3/+3
* SCSI: Standard INQUIRY data should report HiSup flag as set.Ronnie Sahlberg2012-11-131-1/+1
* scsi-disk: fix check for out-of-range LBAPaolo Bonzini2012-11-131-1/+5
* scsi-disk: introduce check_lba_rangePaolo Bonzini2012-11-131-8/+16
* iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg2012-11-131-6/+0
* iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg2012-11-131-0/+17
* MAINTAINERS: Add entry for QOM CPUAndreas Färber2012-11-131-0/+6
* pflash_cfi01: fix vendor specific extended queryAurelien Jarno2012-11-131-1/+3
* xilinx_timer: Fix a compile error if debug enabledChris Wulff2012-11-131-1/+2
* xilinx.h: Error check when setting linksPeter A. G. Crosthwaite2012-11-131-2/+8
* xilinx_timer: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite2012-11-131-4/+4
* xilinx_timer: Removed comma in device namePeter A. G. Crosthwaite2012-11-132-3/+3
* arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archsPeter Maydell2012-11-131-0/+5
* cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson2012-11-131-0/+7
* qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson2012-11-132-2/+6
* Revert 455aa1e08 and c3767ed0ebAnthony Liguori2012-11-131-6/+1
* configure: properly check if -lrt and -lm is neededNatanael Copa2012-11-131-2/+29
* configure: fix seccomp checkYann E. MORIN2012-11-131-1/+1
* net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi2012-11-131-5/+31
* net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi2012-11-131-2/+12
* net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi2012-11-131-6/+52
* net: broadcast hub packets if at least one port can receiveStefan Hajnoczi2012-11-131-3/+3
* net: fix usbnet_receive() packet dropsStefan Hajnoczi2012-11-131-3/+16
* net: clean up usbnet_receive()Stefan Hajnoczi2012-11-131-13/+17