summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/tcg: fix a few warningsCatalin Patulea2012-10-272-2/+3
* target-sparc64: disable VGA cirrusAurelien Jarno2012-10-271-1/+0
* Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2012-10-276-79/+118
|\
| * target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell2012-10-241-2/+0
| * target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell2012-10-243-8/+9
| * target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell2012-10-243-8/+3
| * arm-semi.c: Handle get/put_user() failure accessing argumentsPeter Maydell2012-10-241-61/+106
* | configure: avoid compiler warning in pipe2 detectionBruce Rogers2012-10-271-2/+1
* | configure: Disable (clang) initializer-overrides warningsPeter Maydell2012-10-271-0/+1
* | win32: fix broken build due to missing QEMU_MADV_HUGEPAGELuiz Capitulino2012-10-241-0/+2
* | Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2012-10-2428-420/+763
|\ \ | |/ |/|
| * qmp: add NBD server commandsPaolo Bonzini2012-10-234-1/+179
| * block: add close notifiersPaolo Bonzini2012-10-234-2/+14
| * block: prepare code for adding block notifiersPaolo Bonzini2012-10-231-5/+5
| * qemu-sockets: add socket_listen, socket_connect, socket_parsePaolo Bonzini2012-10-234-1/+111
| * tests: do not include tools-obj-yPaolo Bonzini2012-10-231-5/+5
| * qemu-sockets: return InetSocketAddress from inet_parsePaolo Bonzini2012-10-231-42/+79
| * qapi: add socket address typesPaolo Bonzini2012-10-231-0/+53
| * build: add QAPI files to the toolsPaolo Bonzini2012-10-232-3/+3
| * vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini2012-10-232-6/+0
| * qemu-sockets: add error propagation to Unix socket functionsPaolo Bonzini2012-10-231-8/+8
| * qemu-sockets: add error propagation to inet_parsePaolo Bonzini2012-10-231-20/+21
| * qemu-sockets: add error propagation to inet_dgram_optsPaolo Bonzini2012-10-232-27/+8
| * qemu-sockets: add error propagation to inet_connect_addrPaolo Bonzini2012-10-231-9/+6
| * qemu-sockets: include strerror or gai_strerror output in error messagesPaolo Bonzini2012-10-231-21/+9
| * vnc: add error propagation to vnc_display_openPaolo Bonzini2012-10-232-22/+29
| * vnc: reorganize code for reverse modePaolo Bonzini2012-10-233-16/+12
| * vnc: introduce a single label for error returnsPaolo Bonzini2012-10-231-25/+17
| * vnc: avoid Yoda conditionalsPaolo Bonzini2012-10-231-2/+2
| * qemu-ga: ask and print error information from qemu-socketsPaolo Bonzini2012-10-231-3/+5
| * nbd: ask and print error information from qemu-socketsPaolo Bonzini2012-10-231-8/+31
| * qemu-char: ask and print error information from qemu-socketsPaolo Bonzini2012-10-231-6/+17
| * migration (incoming): add error propagation to fd and exec protocolsPaolo Bonzini2012-10-237-42/+27
| * migration (outgoing): add error propagation for all protocolsPaolo Bonzini2012-10-236-65/+22
| * migration: use qemu-sockets to establish Unix socketsPaolo Bonzini2012-10-233-81/+21
| * migration: centralize call to migrate_fd_error()Paolo Bonzini2012-10-233-2/+1
| * migration: avoid using error_is_set and thus relying on errp != NULLPaolo Bonzini2012-10-232-9/+12
| * qemu-sockets: add nonblocking connect for Unix socketsPaolo Bonzini2012-10-233-15/+70
| * qemu-sockets: unix_listen and unix_connect are portablePaolo Bonzini2012-10-231-32/+17
| * qemu-sockets: add Error ** to all functionsPaolo Bonzini2012-10-236-24/+24
| * error: add error_set_errno and error_setg_errnoPaolo Bonzini2012-10-232-0/+37
* | Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-23383-2240/+2240
* | Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2012-10-222-34/+38
|\ \
| * | memory: abort if a memory region is destroyed during a transactionAvi Kivity2012-10-171-0/+1
| * | i440fx: avoid destroying memory regions within a transactionAvi Kivity2012-10-171-34/+35
| * | memory: Make eventfd adhere to device endiannessAlexander Graf2012-10-171-0/+2
* | | Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori2012-10-221-3/+8
|\ \ \ | |_|/ |/| |
| * | vfio-pci: Mark non-migratableAlex Williamson2012-10-171-0/+6
| * | vfio-pci: Fix debug buildAlex Williamson2012-10-171-3/+2
* | | usb-serial: only expose device in guest when the chardev is openGerd Hoffmann2012-10-221-2/+17
OpenPOWER on IntegriCloud