aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-17pc: Drop practically unused BOCHS BIOS debug portsJan Kiszka
2012-09-17add -machine mem-merge=on|off optionLuiz Capitulino
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl
2012-09-15target-arm: convert remaining helpersBlue Swirl
2012-09-15target-arm: convert void helpersBlue Swirl
2012-09-15target-unicore32: switch to AREG0 free modeBlue Swirl
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl
2012-09-15target-lm32: switch to AREG0 free modeBlue Swirl
2012-09-15target-s390x: avoid cpu_single_envBlue Swirl
2012-09-15configure: properly check if -lrt and -lm is neededNatanael Copa
2012-09-15tcg: Fix MAX_OPC_PARAM_IARGSStefan Weil
2012-09-14configure: fix seccomp checkYann E. MORIN
2012-09-14net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi
2012-09-14net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi
2012-09-14net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi
2012-09-14net: broadcast hub packets if at least one port can receiveStefan Hajnoczi
2012-09-14net: fix usbnet_receive() packet dropsStefan Hajnoczi
2012-09-14net: clean up usbnet_receive()Stefan Hajnoczi
2012-09-14net: add -netdev options to man pageStefan Hajnoczi
2012-09-14net: do not report queued packets as sentStefan Hajnoczi
2012-09-14net: add receive_disabled logic to iov delivery pathStefan Hajnoczi
2012-09-14eepro100: Fix network hang when rx buffers run outBo Yang
2012-09-14xen: flush queue when getting an eventPaolo Bonzini
2012-09-14e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini
2012-09-14net: notify iothread after flushing queuePaolo Bonzini
2012-09-14arch_init.c: add missing '%' symbols before PRIu64 in debug printfsIgor Mitsyanko
2012-09-14kvm: Fix warning from static code analysisStefan Weil
2012-09-14qapi: Fix enumeration typo errorLei Li
2012-09-14console: Clean up bytes per pixel calculationBALATON Zoltan
2012-09-14Fix copy&paste typos in documentation commentsBALATON Zoltan
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil
2012-09-14Spelling fixes in comments and macro names (ressource -> resource)Stefan Weil
2012-09-14Fix spelling (licenced -> licensed) in GPLStefan Weil
2012-09-14Spelling fixes in comments and documentationStefan Weil
2012-09-14srp: Don't use QEMU_PACKED for single elements of a structured typeStefan Weil
2012-09-14slirp: Implement TFTP Blocksize optionHervé Poussineau
2012-09-13slirp: Remove unused return value of tftp_send_next_blockJan Kiszka
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau
2012-09-13slirp: improve TFTP performanceHervé Poussineau
2012-09-13slirp: Fix error reported by static code analysisStefan Weil
2012-09-13slirp: Remove wrong type casts ins debug statementsStefan Weil
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede