aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-13target-arm: Infer ARMv4T feature from ARMv5Andreas Färber1-12/+3
2011-12-13arm: Fix CP15 FSR (C5) domain settingJean-Christophe DUBOIS1-11/+15
2011-12-12ccid: make threads joinablePaolo Bonzini1-15/+11
2011-12-12qemu-thread: implement joinable threads for Win32Paolo Bonzini2-40/+72
2011-12-12qemu-thread: implement joinable threads for POSIXJan Kiszka1-2/+26
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka6-11/+21
2011-12-12syborg: drop support for Symbian Virtual PlatformStefan Hajnoczi11-2350/+0
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi1-8/+9
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi1-38/+41
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth4-1/+43
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth6-8/+86
2011-12-12Add a .mailmap to map pre-git-conversion authors to friendly namesPeter Maydell1-0/+16
2011-12-12unix_close(): check for close() errors too (v2)Eduardo Habkost1-2/+5
2011-12-12tcp_close(): check for close() errors too (v2)Eduardo Habkost1-2/+5
2011-12-12exec_close(): return -errno on errors (v2)Eduardo Habkost1-6/+3
2011-12-12stdio_fclose: return -errno on errors (v2)Eduardo Habkost1-2/+5
2011-12-12stdio_pclose: return -errno on error (v3)Eduardo Habkost1-0/+3
2011-12-12qemu_fclose: return last_error if set (v3)Eduardo Habkost1-3/+48
2011-12-12migrate_fd_cleanup: accept any negative qemu_fclose() value as errorEduardo Habkost1-3/+1
2011-12-12exec_close(): accept any negative value as qemu_fclose() errorEduardo Habkost1-1/+1
2011-12-12QEMUFileCloseFunc: add return value documentation (v2)Eduardo Habkost1-1/+7
2011-12-12savevm: use qemu_file_set_error() instead of setting last_error directlyEduardo Habkost1-2/+2
2011-12-12hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell1-2/+3
2011-12-12Remove unnecessary casts from PCI DMA code in usb-uhciDavid Gibson1-10/+7
2011-12-12Remove unnecessary casts from PCI DMA code in usb-ehciDavid Gibson1-3/+3
2011-12-12Remove unnecessary casts from PCI DMA code in rtl8139David Gibson1-4/+4
2011-12-12Remove unnecessary casts from PCI DMA code in lsi53c895aDavid Gibson1-2/+2
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson1-2/+2
2011-12-12Remove unnecessary casts from PCI DMA code in e1000David Gibson1-6/+5
2011-12-12Remove unnecessary casts from PCI DMA code in eepro100David Gibson1-4/+3
2011-12-12Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori8-325/+751
2011-12-12Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori28-716/+2153
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom3-6/+69
2011-12-12hw/mpcore.c: Merge with hw/arm11mpcore.cPeter Maydell2-138/+129
2011-12-12hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore onesPeter Maydell1-10/+179
2011-12-12hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU onlyPeter Maydell1-42/+31
2011-12-12hw/realview_gic: Use GIC memory region for the CPU interfacePeter Maydell1-24/+1
2011-12-12hw/mpcore.c: Use the GIC memory regions for the CPU interfacePeter Maydell1-25/+10
2011-12-12hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell1-1/+74
2011-12-12hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devicesPeter Maydell3-152/+365
2011-12-12Fix sp804 dual-timerPeter Chubb1-6/+35
2011-12-12Merge branch 'master' of git://git.qemu.org/qemumalc1-2/+2
2011-12-11Update READMEAnthony Liguori1-2/+2
2011-12-12Merge branch 'master' of git://git.qemu.org/qemumalc4-10/+8
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson1-4/+7
2011-12-10w32: Disable buffering for log fileStefan Weil1-2/+4
2011-12-10w32: QEMU applications with SDL are always GUI applicationsStefan Weil1-3/+0
2011-12-10configure: Enable build by default PIE / read-only relocation sections on Ope...Brad1-1/+1
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil2-4/+3
2011-12-06qapi: Convert migrate_set_speedLuiz Capitulino7-16/+28