summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-17Revert "Add ability to disable build of all targets"Anthony Liguori1-4/+9
2012-09-17cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson1-0/+7
2012-09-17qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson2-2/+6
2012-09-17Revert 455aa1e08 and c3767ed0ebAnthony Liguori1-6/+1
2012-09-17pc: Drop practically unused BOCHS BIOS debug portsJan Kiszka1-27/+0
2012-09-17add -machine mem-merge=on|off optionLuiz Capitulino3-4/+26
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl31-525/+53
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl6-1086/+1163
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl5-189/+195
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno6-187/+181
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno4-77/+88
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl5-118/+110
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl6-21/+16
2012-09-15target-arm: convert remaining helpersBlue Swirl3-125/+125
2012-09-15target-arm: convert void helpersBlue Swirl3-18/+18
2012-09-15target-unicore32: switch to AREG0 free modeBlue Swirl5-75/+58
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl1-130/+140
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl5-82/+68
2012-09-15target-lm32: switch to AREG0 free modeBlue Swirl5-46/+35
2012-09-15target-s390x: avoid cpu_single_envBlue Swirl1-173/+183
2012-09-15configure: properly check if -lrt and -lm is neededNatanael Copa1-2/+29
2012-09-15tcg: Fix MAX_OPC_PARAM_IARGSStefan Weil2-1/+3
2012-09-14configure: fix seccomp checkYann E. MORIN1-1/+1
2012-09-14net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi1-5/+31
2012-09-14net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi1-2/+12
2012-09-14net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi1-6/+52
2012-09-14net: broadcast hub packets if at least one port can receiveStefan Hajnoczi1-3/+3
2012-09-14net: fix usbnet_receive() packet dropsStefan Hajnoczi1-3/+16
2012-09-14net: clean up usbnet_receive()Stefan Hajnoczi1-13/+17
2012-09-14net: add -netdev options to man pageStefan Hajnoczi1-0/+7
2012-09-14net: do not report queued packets as sentStefan Hajnoczi1-19/+16
2012-09-14net: add receive_disabled logic to iov delivery pathStefan Hajnoczi1-2/+13
2012-09-14eepro100: Fix network hang when rx buffers run outBo Yang1-1/+3
2012-09-14xen: flush queue when getting an eventPaolo Bonzini1-0/+1
2012-09-14e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini1-0/+4
2012-09-14net: notify iothread after flushing queuePaolo Bonzini4-8/+10
2012-09-14arch_init.c: add missing '%' symbols before PRIu64 in debug printfsIgor Mitsyanko1-4/+4
2012-09-14kvm: Fix warning from static code analysisStefan Weil1-7/+5
2012-09-14qapi: Fix enumeration typo errorLei Li2-3/+3
2012-09-14console: Clean up bytes per pixel calculationBALATON Zoltan1-3/+2
2012-09-14Fix copy&paste typos in documentation commentsBALATON Zoltan1-5/+6
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell1-13/+0
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil1-1/+1
2012-09-14Spelling fixes in comments and macro names (ressource -> resource)Stefan Weil1-3/+3
2012-09-14Fix spelling (licenced -> licensed) in GPLStefan Weil3-5/+5
2012-09-14Spelling fixes in comments and documentationStefan Weil6-14/+14
2012-09-14srp: Don't use QEMU_PACKED for single elements of a structured typeStefan Weil1-4/+4
2012-09-14slirp: Implement TFTP Blocksize optionHervé Poussineau1-9/+33
2012-09-13slirp: Remove unused return value of tftp_send_next_blockJan Kiszka1-9/+5
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau2-14/+11