aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl6-79/+118
2012-10-27configure: avoid compiler warning in pipe2 detectionBruce Rogers1-2/+1
2012-10-27configure: Disable (clang) initializer-overrides warningsPeter Maydell1-0/+1
2012-10-24win32: fix broken build due to missing QEMU_MADV_HUGEPAGELuiz Capitulino1-0/+2
2012-10-24Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori28-420/+763
2012-10-24target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell1-2/+0
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell3-8/+9
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell3-8/+3
2012-10-24arm-semi.c: Handle get/put_user() failure accessing argumentsPeter Maydell1-61/+106
2012-10-23qmp: add NBD server commandsPaolo Bonzini4-1/+179
2012-10-23block: add close notifiersPaolo Bonzini4-2/+14
2012-10-23block: prepare code for adding block notifiersPaolo Bonzini1-5/+5
2012-10-23qemu-sockets: add socket_listen, socket_connect, socket_parsePaolo Bonzini4-1/+111
2012-10-23tests: do not include tools-obj-yPaolo Bonzini1-5/+5
2012-10-23qemu-sockets: return InetSocketAddress from inet_parsePaolo Bonzini1-42/+79
2012-10-23qapi: add socket address typesPaolo Bonzini1-0/+53
2012-10-23build: add QAPI files to the toolsPaolo Bonzini2-3/+3
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity383-2240/+2240
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini2-6/+0
2012-10-23qemu-sockets: add error propagation to Unix socket functionsPaolo Bonzini1-8/+8
2012-10-23qemu-sockets: add error propagation to inet_parsePaolo Bonzini1-20/+21
2012-10-23qemu-sockets: add error propagation to inet_dgram_optsPaolo Bonzini2-27/+8
2012-10-23qemu-sockets: add error propagation to inet_connect_addrPaolo Bonzini1-9/+6
2012-10-23qemu-sockets: include strerror or gai_strerror output in error messagesPaolo Bonzini1-21/+9
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini2-22/+29
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini3-16/+12
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini1-25/+17
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini1-2/+2
2012-10-23qemu-ga: ask and print error information from qemu-socketsPaolo Bonzini1-3/+5
2012-10-23nbd: ask and print error information from qemu-socketsPaolo Bonzini1-8/+31
2012-10-23qemu-char: ask and print error information from qemu-socketsPaolo Bonzini1-6/+17
2012-10-23migration (incoming): add error propagation to fd and exec protocolsPaolo Bonzini7-42/+27
2012-10-23migration (outgoing): add error propagation for all protocolsPaolo Bonzini6-65/+22
2012-10-23migration: use qemu-sockets to establish Unix socketsPaolo Bonzini3-81/+21
2012-10-23migration: centralize call to migrate_fd_error()Paolo Bonzini3-2/+1
2012-10-23migration: avoid using error_is_set and thus relying on errp != NULLPaolo Bonzini2-9/+12
2012-10-23qemu-sockets: add nonblocking connect for Unix socketsPaolo Bonzini3-15/+70
2012-10-23qemu-sockets: unix_listen and unix_connect are portablePaolo Bonzini1-32/+17
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini6-24/+24
2012-10-23error: add error_set_errno and error_setg_errnoPaolo Bonzini2-0/+37
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2-34/+38
2012-10-22Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori1-3/+8
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann1-2/+17
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann1-1/+1
2012-10-22serial: add pci-serial documentationGerd Hoffmann2-0/+36
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann1-0/+149
2012-10-22serial: add windows inf file for the pci card to docsGerd Hoffmann1-0/+109
2012-10-22serial: add pci variantGerd Hoffmann6-0/+112
2012-10-22serial: split serial.cGerd Hoffmann26-180/+257
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2-0/+6