summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori17-272/+319
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori21-471/+484
2012-10-22pci: honor PCI_COMMAND_MASTERAvi Kivity2-2/+12
2012-10-22pci: give each device its own address spaceAvi Kivity2-0/+15
2012-10-22memory: add address_space_destroy()Avi Kivity4-2/+39
2012-10-22dma: make dma access its own address spaceAvi Kivity3-23/+22
2012-10-22memory: per-AddressSpace dispatchAvi Kivity6-71/+194
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity1-2/+1
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity9-23/+25
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity1-2/+6
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity3-24/+7
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity6-39/+27
2012-10-22fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev1-1/+1
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno1-1/+1
2012-10-20hw/pl031: Use LOG_GUEST_ERRORPeter Maydell1-6/+10
2012-10-20hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-3/+5
2012-10-20hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-4/+7
2012-10-20hw/pl190: Use LOG_GUEST_ERRORPeter Maydell1-2/+4
2012-10-20hw/pl041: Use LOG_UNIMPPeter Maydell1-2/+3
2012-10-20hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-8/+10
2012-10-20hw/hw.h: Add include of qemu-log.hPeter Maydell1-0/+1
2012-10-20qemu-log: Add new log category for guest bugsPeter Maydell2-0/+4
2012-10-20target-sparc: Remove cpu_tmp0 as a globalRichard Henderson1-85/+118
2012-10-20target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson1-4/+3
2012-10-20target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson1-26/+26
2012-10-20target-sparc: Remove last uses of cpu_tmp64Richard Henderson1-11/+17
2012-10-20target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson1-6/+6
2012-10-20target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson1-16/+16