aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-29Add USB option in machine optionszhlcindy@gmail.com
2012-10-29e500: Fix serial initializationBharat Bhushan
2012-10-29PPC: 440: Emulate DCBR0Alexander Graf
2012-10-29PPC: Bamboo: Fix memory size DT propertyAlexander Graf
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell
2012-10-27hw/xtensa_sim: get rid of intermediate xtensa_sim_initMax Filippov
2012-10-27hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgsMax Filippov
2012-10-27Makefile: Forbid out-of-tree build from a source tree that has been built inPeter Maydell
2012-10-27tests/tcg: fix a few warningsCatalin Patulea
2012-10-27target-sparc64: disable VGA cirrusAurelien Jarno
2012-10-27Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl
2012-10-27configure: avoid compiler warning in pipe2 detectionBruce Rogers
2012-10-27configure: Disable (clang) initializer-overrides warningsPeter Maydell
2012-10-24win32: fix broken build due to missing QEMU_MADV_HUGEPAGELuiz Capitulino
2012-10-24Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2012-10-24target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell
2012-10-24arm-semi.c: Handle get/put_user() failure accessing argumentsPeter Maydell
2012-10-23qmp: add NBD server commandsPaolo Bonzini
2012-10-23block: add close notifiersPaolo Bonzini
2012-10-23block: prepare code for adding block notifiersPaolo Bonzini
2012-10-23qemu-sockets: add socket_listen, socket_connect, socket_parsePaolo Bonzini
2012-10-23tests: do not include tools-obj-yPaolo Bonzini
2012-10-23qemu-sockets: return InetSocketAddress from inet_parsePaolo Bonzini
2012-10-23qapi: add socket address typesPaolo Bonzini
2012-10-23build: add QAPI files to the toolsPaolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini
2012-10-23qemu-sockets: add error propagation to Unix socket functionsPaolo Bonzini
2012-10-23qemu-sockets: add error propagation to inet_parsePaolo Bonzini
2012-10-23qemu-sockets: add error propagation to inet_dgram_optsPaolo Bonzini
2012-10-23qemu-sockets: add error propagation to inet_connect_addrPaolo Bonzini
2012-10-23qemu-sockets: include strerror or gai_strerror output in error messagesPaolo Bonzini
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini
2012-10-23qemu-ga: ask and print error information from qemu-socketsPaolo Bonzini
2012-10-23nbd: ask and print error information from qemu-socketsPaolo Bonzini
2012-10-23qemu-char: ask and print error information from qemu-socketsPaolo Bonzini
2012-10-23migration (incoming): add error propagation to fd and exec protocolsPaolo Bonzini
2012-10-23migration (outgoing): add error propagation for all protocolsPaolo Bonzini
2012-10-23migration: use qemu-sockets to establish Unix socketsPaolo Bonzini
2012-10-23migration: centralize call to migrate_fd_error()Paolo Bonzini
2012-10-23migration: avoid using error_is_set and thus relying on errp != NULLPaolo Bonzini
2012-10-23qemu-sockets: add nonblocking connect for Unix socketsPaolo Bonzini
2012-10-23qemu-sockets: unix_listen and unix_connect are portablePaolo Bonzini
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini
2012-10-23error: add error_set_errno and error_setg_errnoPaolo Bonzini